Advertisement
elasticpwnz

Untitled

Dec 26th, 2015
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 1.25 KB | None | 0 0
  1.     <skill id="4" levels="2" name="Dash">
  2.         <table name="#abnormal_levels">1 2</table>
  3.         <table name="#is_debuff">0 0</table>
  4.         <table name="#abnormal_time">15 15</table>
  5.         <table name="#spd">40 66</table>
  6.         <table name="#effectPoint">204 438</table>
  7.         <table name="#mpConsume2">10 21</table>
  8.         <table name="#magicLevel">20 46</table>
  9.         <set name="icon" val="icon.skill0004"/>
  10.         <set name="reuseDelay" val="30000"/>
  11.         <set name="magicLevel" val="#magicLevel"/>
  12.         <set name="hitTime" val="1000"/>
  13.         <set name="hitCancelTime" val="500"/>
  14.         <set name="mpConsume2" val="#mpConsume2"/>
  15.         <set name="effectPoint" val="#effectPoint"/>
  16.         <set name="target" val="TARGET_SELF"/>
  17.         <set name="skillType" val="BUFF"/>
  18.         <set name="operateType" val="OP_ACTIVE"/>
  19.         <set name="abnormal_time" val="#abnormal_time"/>
  20.         <set name="debuff" val="#is_debuff"/>
  21.         <set name="abnormal_level" val="#abnormal_levels"/>
  22.         <set name="abnormal_type" val="speed_up_special"/>
  23.         <for>
  24.             <effect count="1" name="Buff" time="15" val="0">
  25.                 <add order="0x40" stat="runSpd" val="#spd"/>
  26.             </effect>
  27.         </for>
  28.     </skill>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement