buff_config.xml 3.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  1. <data>
  2. <item id="1" name="冲锋" description="迅速移动到目标旁边" target="1" is_good="1" is_normal="" buff_type="3|8|9" duration="3" value="200" value_type="1" remove="4|5" end="1" end_buff="10|11" g_effect="DashFlame" s_effect="buff_dasher_dash" />
  3. <item id="2" name="雷霆震荡" description="移动速度减少" target="" is_good="" is_normal="" buff_type="4" duration="5" value="50" value_type="1" remove="" end="" end_buff="" g_effect="DashQuake" s_effect="" />
  4. <item id="3" name="闪电重击" description="电击造成当机" target="" is_good="" is_normal="" buff_type="5" duration="2" value="" value_type="" remove="" end="" end_buff="" g_effect="ThunderThump" s_effect="buff_thunder_thump" />
  5. <item id="4" name="影子披风" description="潜行" target="" is_good="1" is_normal="" buff_type="6" duration="" value="" value_type="" remove="2|3" end="" end_buff="" g_effect="" s_effect="" />
  6. <item id="5" name="蛛网" description="蜘蛛网束缚" target="" is_good="" is_normal="" buff_type="4" duration="2.5" value="100" value_type="1" remove="" end="" end_buff="" g_effect="SpiderNet" s_effect="" />
  7. <item id="6" name="冰霜之箭" description="寒冷造成移动速度减慢" target="" is_good="" is_normal="" buff_type="4" duration="2" value="50" value_type="1" remove="" end="" end_buff="" g_effect="SnowDot" s_effect="buff_icearrow" />
  8. <item id="7" name="冰冻" description="被冰冻住什么都没法干" target="" is_good="" is_normal="" buff_type="5" duration="2" value="" value_type="" remove="" end="" end_buff="" g_effect="Frozen" s_effect="buff_frozen" />
  9. <item id="8" name="变大" description="大,大,大" target="1" is_good="1" is_normal="" buff_type="7" duration="15" value="50" value_type="1" remove="" end="" end_buff="" g_effect="" s_effect="buff_dasher_dash" />
  10. <item id="9" name="加速" description="移动速度增加" target="1" is_good="1" is_normal="" buff_type="3" duration="5" value="60" value_type="1" remove="" end="" end_buff="" g_effect="" s_effect="buff_dasher_dash" />
  11. <item id="10" name="撞晕" description="受到撞击造成眩晕" target="" is_good="" is_normal="" buff_type="5|1" duration="2" value="0|4" value_type="" remove="" end="" end_buff="" g_effect="DashStun" s_effect="hit_huntersnap" />
  12. <comment>
  13. <id>
  14. buff ID
  15. </id>
  16. <name>
  17. 技能buff名
  18. </name>
  19. <description>
  20. buff描述(30字以内)
  21. </description>
  22. <target>
  23. 目标
  24. 0.目标
  25. 1.施放者
  26. 不填为目标
  27. </target>
  28. <is_good>
  29. “增/减”益
  30. 0.减益
  31. 1.增益
  32. </is_good>
  33. <is_normal>
  34. 常态
  35. 0.否
  36. 1.是
  37. 不填为否
  38. </is_normal>
  39. <buff_type>
  40. 技能效果
  41. 1.伤害
  42. 2.回复
  43. 3.增加移动速度
  44. 4.减少移动速度
  45. 5.锁定(无法移动攻击技能)
  46. 6.隐形
  47. 7.变大
  48. 8.禁止操作
  49. 9.接近目标
  50. </buff_type>
  51. <duration>
  52. 持续时间(秒)
  53. (不填即永远存在)
  54. </duration>
  55. <value>
  56. 数值
  57. (可不填)
  58. (伤害值为基础伤害的倍数)
  59. </value>
  60. <value_type>
  61. 数值类型
  62. 0.总数值
  63. 1.百分比
  64. (不填为总数值)
  65. </value_type>
  66. <remove>
  67. 解除条件
  68. 1.移动
  69. 2.使用技能
  70. 3.受到攻击
  71. 4.无法移动
  72. 5.超时
  73. (不填为不解除)
  74. </remove>
  75. <end>
  76. 结束条件
  77. 0.时间结束
  78. 1.靠近目标
  79. (不填为0)
  80. </end>
  81. <end_buff>
  82. </end_buff>
  83. <g_effect>
  84. 特效
  85. </g_effect>
  86. <s_effect>
  87. 音效
  88. </s_effect>
  89. </comment>
  90. </data>