Advertisement
Guest User

Untitled

a guest
Feb 28th, 2012
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.02 KB | None | 0 0
  1. <spell name="Rocket Jump Stomp" type="target" attack="1">
  2. <effect type="damage" crushing="4" crushingF="4" secondaryFactor="10" affectscaster="0" />
  3. <anim sprite="sprites/sfx/impactB/impactB" frames="5" framerate="100" sfx="crushing" centerEffect="0"/>
  4. <effect type="suction"/>
  5. </spell>
  6. <spell name="Rocket Jump Blast" type="self">
  7. <effect type="damage" blasting="20" blastingF="1" secondaryFactor="10" affectscaster="1" />
  8. <anim sprite="sprites/sfx/blastB/blastB" frames="4" framerate="70" centerEffect="1" sfx="explosion"/>
  9. <effect type="trigger" spell="Rocket Blast2" />
  10. <effect type="trigger" spell="Rocket Blast3" />
  11. </spell>
  12. <spell name="Rocket Blast2" type="template" templateID="10" >
  13. <effect type="damage" blasting="10" blastingF="1" secondaryFactor="10" affectscaster="0" />
  14. <anim sprite="sprites/sfx/combust_hit/combust_hit" frames="9" framerate="80" centerEffect="1" sfx="blast"/>
  15. </spell>
  16. <spell name="Rocket Blast3" type="template" templateID="11" >
  17. <effect type="damage" blasting="10" blastingF="1" secondaryFactor="10" affectscaster="0" />
  18. <anim sprite="sprites/sfx/combust_hit/combust_hit" frames="9" framerate="80" centerEffect="1" sfx="blast"/>
  19. </spell>
  20. <spell name="Jump Impact" type="template" templateID="10" >
  21. <anim sprite="sprites/sfx/impactA/impactA" frames="6" framerate="60" sfx="blast" centerEffect="0"/>
  22. <effect type="paralyze" amount="1" turns="1" self="0" />
  23. </spell>
  24. <spell name="Rocket Jump" type="rook" downtime="9" icon="skills/blazetrailer32.png">
  25. <description text="Detonate an explosive below your feet just as you jump through the air. Works on the X or Y axis."/>
  26. <effect type="trigger" spell="Rocket Jump Blast"/>
  27. <effect type="teleport"/>
  28. <effect type="trigger" amount="1" affectsCorpses="0" affectscaster="0" spell="Rocket Jump Stomp"/>
  29. <effect type="trigger" amount="1" affectsCorpses="0" affectscaster="0" spell="Jump Impact"/>
  30. <anim sprite="sprites/sfx/impactA/impactA" frames="6" framerate="60" sfx="explosion" centerEffect="0"/>
  31. </spell>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement