Advertisement
Fishykarp

PB Dungeon Magicspells

Jan 17th, 2019
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.29 KB | None | 0 0
  1. gold_take_pirate:
  2. spell-class: ".instant.DummySpell"
  3. gold_activate_pirate:
  4. spell-class: ".PassiveSpell"
  5. always-granted: true
  6. triggers:
  7. - spellcast gold_take_pirate
  8. cast-without-target: true
  9. str-cast-self: "&7The &8Pirate Looter &7has stolen &e10 Gold &7from you!"
  10. variable-mods-cast:
  11. - goldamounttakenpirate 1
  12. cost:
  13. - goldnuggy 10
  14. spells:
  15. - dummy_none
  16. gold_return_pirate:
  17. spell-class: ".instant.DummySpell"
  18. gold_activater_pirate:
  19. spell-class: ".PassiveSpell"
  20. always-granted: true
  21. triggers:
  22. - spellcast gold_return_pirate
  23. cast-without-target: true
  24. str-cast-self: "&7You have reclaimed &e10 Gold!"
  25. modifiers:
  26. - variableequals goldamounttakenpirate:1 required
  27. cost:
  28. - variable goldamounttakenpirate 1
  29. spells:
  30. - conjure_gold_pirate_pirate
  31. gold_activater2_pirate:
  32. spell-class: ".PassiveSpell"
  33. triggers:
  34. - spellcast gold_return_pirate
  35. cast-without-target: true
  36. always-granted: true
  37. str-cast-self: "&7You have reclaimed &e20 Gold!"
  38. modifiers:
  39. - variableequals goldamounttakenpirate:2 required
  40. cost:
  41. - variable goldamounttakenpirate 2
  42. spells:
  43. - conjure_gold_20_pirate
  44. gold_activater3_pirate:
  45. spell-class: ".PassiveSpell"
  46. triggers:
  47. - spellcast gold_return_pirate
  48. cast-without-target: true
  49. always-granted: true
  50. str-cast-self: "&7You have reclaimed &e30 Gold!"
  51. modifiers:
  52. - variableequals goldamounttakenpirate:3 required
  53. cost:
  54. - variable goldamounttakenpirate 3
  55. spells:
  56. - conjure_gold_pirate
  57. - conjure_gold_20_pirate
  58. gold_activater4_pirate:
  59. spell-class: ".PassiveSpell"
  60. triggers:
  61. - spellcast gold_return_pirate
  62. cast-without-target: true
  63. always-granted: true
  64. str-cast-self: "&7You have reclaimed &e40 Gold!"
  65. modifiers:
  66. - variableequals goldamounttakenpirate:4 required
  67. cost:
  68. - variable goldamounttakenpirate 4
  69. spells:
  70. - conjure_gold_40_pirate
  71. gold_activater5_pirate:
  72. spell-class: ".PassiveSpell"
  73. triggers:
  74. - spellcast gold_return_pirate
  75. cast-without-target: true
  76. always-granted: true
  77. str-cast-self: "&7You have reclaimed &e50 Gold!"
  78. modifiers:
  79. - variablemorethan goldamounttakenpirate:4 required
  80. cost:
  81. - variable goldamounttakenpirate 5
  82. spells:
  83. - conjure_gold_40_pirate
  84. - conjure_gold_pirate
  85. conjure_gold_pirate:
  86. spell-class: ".instant.ConjureSpell"
  87. power-affects-quantity: false
  88. power-affects-chance: false
  89. calculate-drops-individually: true
  90. auto-equip: false
  91. items:
  92. - goldnuggy 10 100%
  93. add-to-inventory: true
  94. conjure_gold_20_pirate:
  95. spell-class: ".instant.ConjureSpell"
  96. power-affects-quantity: false
  97. power-affects-chance: false
  98. calculate-drops-individually: true
  99. auto-equip: false
  100. items:
  101. - goldnuggy 20 100%
  102. add-to-inventory: true
  103. conjure_gold_40_pirate:
  104. spell-class: ".instant.ConjureSpell"
  105. power-affects-quantity: false
  106. power-affects-chance: false
  107. calculate-drops-individually: true
  108. auto-equip: false
  109. items:
  110. - goldnuggy 40 100%
  111. add-to-inventory: true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement