12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394 |
- <data>
- <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" />
- <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="" />
- <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" />
- <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="" />
- <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="" />
- <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" />
- <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" />
- <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" />
- <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" />
- <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" />
- <comment>
- <id>
- buff ID
- </id>
- <name>
- 技能buff名
- </name>
- <description>
- buff描述(30字以内)
- </description>
- <target>
- 目标
- 0.目标
- 1.施放者
- 不填为目标
- </target>
- <is_good>
- “增/减”益
- 0.减益
- 1.增益
- </is_good>
- <is_normal>
- 常态
- 0.否
- 1.是
- 不填为否
- </is_normal>
- <buff_type>
- 技能效果
- 1.伤害
- 2.回复
- 3.增加移动速度
- 4.减少移动速度
- 5.锁定(无法移动攻击技能)
- 6.隐形
- 7.变大
- 8.禁止操作
- 9.接近目标
- </buff_type>
- <duration>
- 持续时间(秒)
- (不填即永远存在)
- </duration>
- <value>
- 数值
- (可不填)
- (伤害值为基础伤害的倍数)
- </value>
- <value_type>
- 数值类型
- 0.总数值
- 1.百分比
-
- (不填为总数值)
- </value_type>
- <remove>
- 解除条件
- 1.移动
- 2.使用技能
- 3.受到攻击
- 4.无法移动
- 5.超时
- (不填为不解除)
- </remove>
- <end>
- 结束条件
- 0.时间结束
- 1.靠近目标
- (不填为0)
- </end>
- <end_buff>
- </end_buff>
- <g_effect>
- 特效
- </g_effect>
- <s_effect>
- 音效
- </s_effect>
- </comment>
- </data>
|