Advertisement
Guest User

Untitled

a guest
Jan 19th, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.93 KB | None | 0 0
  1. test1_aoe:
  2. spell-class: ".targeted.AreaEffectSpell"
  3. horizontal-radius: 5
  4. vertical-radius: 5
  5. point-blank: true
  6. target-players: true
  7. fail-if-no-targets: true
  8. entity-target-modifiers:
  9. - onblock 8,9 required
  10. - buffactive drowning required
  11. spells:
  12. - test1_external
  13. test1_passive:
  14. spell-class: ".PassiveSpell"
  15. triggers:
  16. - ticks 20
  17. chance: 100
  18. cooldown: 0
  19. spells:
  20. - test1_aoe
  21. Saving:
  22. spell-class: ".buff.DummySpell"
  23. name: Saving
  24. duration: 3
  25. test1_external:
  26. spell-class: ".ExternalCommandSpell"
  27. cast-item: stick
  28. execute-on-console-instead: true
  29. command-to-execute:
  30. - "c forcecast %t Saving"
  31.  
  32. test1_silence:
  33. spell-class: ".targeted.SilenceSpell"
  34. prevent-cast: false
  35. prevent-chat: true
  36. target-self: true
  37. prevent-commands: true
  38. duration: 4
  39. allowed-spells:
  40. - list
  41. - help
  42. test1_leap:
  43. spell-class: ".instant.LeapSpell"
  44. forward-velocity: 0
  45. upward-velocity: -15
  46. cancel-damage: true
  47. test1_potion:
  48. spell-class: ".targeted.PotionEffectSpell"
  49. range: 20
  50. type: 8
  51. strength: 2
  52. duration: 60
  53. targeted: false
  54. test2_potion:
  55. spell-class: ".targeted.PotionEffectSpell"
  56. range: 20
  57. type: 1
  58. strength: 3
  59. duration: 60
  60. targeted: false
  61. test3_potion:
  62. spell-class: ".targeted.PotionEffectSpell"
  63. range: 20
  64. type: 2
  65. strength: 2
  66. duration: 60
  67. targeted: false
  68. drowning:
  69. spell-class: ".buff.DummySpell"
  70. name: drowning
  71. duration: 3
  72. test2_passive:
  73. spell-class: ".PassiveSpell"
  74. triggers:
  75. - ticks 60
  76. modifiers:
  77. - buffactive Saving denied
  78. - onblock 8,9 required
  79. chance: 100
  80. spells:
  81. - test1_silence
  82. - test1_leap
  83. - test1_potion
  84. - test2_potion
  85. - test3_potion
  86. - drowning
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement