Advertisement
Guest User

Untitled

a guest
Feb 6th, 2016
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.80 KB | None | 0 0
  1. psychicwall:
  2. spell-class: ".instant.WallSpell"
  3. name: psychicwall
  4. description: Creates a temporary wall to block your enemies.
  5. cooldown: 18
  6. range: 3
  7. wall-width: 5
  8. wall-height: 4
  9. wall-type: brick
  10. wall-duration: 8
  11. cost:
  12. - mana 12
  13. str-cost: 12 mana
  14. str-no-target: Unable to create a wall.
  15. lightprison:
  16. spell-class: ".targeted.EntombSpell"
  17. name: lightprison
  18. spell-icon: glass
  19. description: Encase an enemy in glass.
  20. cooldown: 12
  21. range: 15
  22. can-target: players,monsters
  23. tomb-block-type: 20
  24. tomb-duration: 40
  25. cost:
  26. - mana 15
  27. str-cost: 15 mana
  28. str-no-target: No target found.
  29. switch:
  30. spell-class: ".targeted.SwitchSpell"
  31. name: switch
  32. description: Switch places with your target.
  33. range: 12
  34. cooldown: 25
  35. switch-back: 0
  36. can-target: players
  37. cost:
  38. - mana 25
  39. str-cost: 25 mana
  40. str-cast-self: You have switched places with %t.
  41. str-cast-target: "%a has switched places with you."
  42. str-no-target: No target found.
  43. orbitialstrikepull:
  44. spell-class: ".targeted.ForcebombSpell"
  45. name: orbitialstrikepull
  46. radius: 10
  47. pushback-force: -10
  48. additional-vertical-force: -15
  49. max-vertical-force: -5
  50. target-players: true
  51. dont-target-caster: true
  52. lightningorbit:
  53. spell-class: ".targeted.LightningSpell"
  54. name: lightning
  55. additional-damage: 10
  56. no-damage: false
  57. require-entity-target: false
  58. check-plugins: true
  59. orbitialstrike:
  60. spell-class: ".MultiSpell"
  61. name: orbitialstrike
  62. cooldown: 45
  63. check-individual-cooldowns: false
  64. cost:
  65. - mana 65
  66. str-cost: 65 mana
  67. spells:
  68. - DELAY 40
  69. - orbitialstrikepull
  70. - DELAY 20
  71. - lightningorbit
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement