Advertisement
Fishykarp

Rat Juice

Dec 9th, 2020 (edited)
137
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.18 KB | None | 0 0
  1. predefined-items:
  2. RatPiss:
  3. type: 373:8195
  4. name: "&6Rat Juice"
  5.  
  6. RatPiss:
  7. spell-class: ".PassiveSpell"
  8. triggers:
  9. - rightclickitem RatPiss
  10. spells:
  11. - RatPiss1
  12. - RatPiss2
  13. - RatPiss3
  14. - RatPiss4
  15. - RatPiss5
  16. - RatPiss6
  17. - RatPiss7
  18. - RatPiss8
  19. - RatPiss9
  20. - RatPiss10
  21. - RatPiss11
  22. - RatPiss12
  23. - RatPiss13
  24. - RatPiss14
  25. - RatPiss15
  26. - RatPissDummy
  27.  
  28. RatPiss1:
  29. spell-class: ".instant.DummySpell"
  30. modifiers:
  31. - variableequals RatPiss:1 required
  32. str-cast-self: "&fYou can't drink this."
  33.  
  34. RatPiss2:
  35. spell-class: ".instant.DummySpell"
  36. modifiers:
  37. - variableequals RatPiss:2 required
  38. str-cast-self: "&fYou genuinely cannot drink this."
  39.  
  40. RatPiss3:
  41. spell-class: ".instant.DummySpell"
  42. modifiers:
  43. - variableequals RatPiss:3 required
  44. str-cast-self: "&fPlease stop trying."
  45.  
  46. RatPiss4:
  47. spell-class: ".instant.DummySpell"
  48. modifiers:
  49. - variableequals RatPiss:4 required
  50. str-cast-self: "&fDrinking this would provide nothing positive under any circumstance."
  51.  
  52. RatPiss5:
  53. spell-class: ".instant.DummySpell"
  54. modifiers:
  55. - variableequals RatPiss:5 required
  56. str-cast-self: "&fIt's rat piss."
  57.  
  58. RatPiss6:
  59. spell-class: ".instant.DummySpell"
  60. modifiers:
  61. - variableequals RatPiss:6 required
  62. str-cast-self: "&fYou're trying to drink rat piss."
  63.  
  64. RatPiss7:
  65. spell-class: ".instant.DummySpell"
  66. modifiers:
  67. - variableequals RatPiss:7 required
  68. str-cast-self: "&fStop."
  69.  
  70. RatPiss8:
  71. spell-class: ".instant.DummySpell"
  72. modifiers:
  73. - variableequals RatPiss:8 required
  74. str-cast-self: "&fPlease."
  75.  
  76. RatPiss9:
  77. spell-class: ".instant.DummySpell"
  78. modifiers:
  79. - variableequals RatPiss:9 required
  80. str-cast-self: "&fplease"
  81.  
  82. RatPiss10:
  83. spell-class: ".instant.DummySpell"
  84. modifiers:
  85. - variableequals RatPiss:10 required
  86. str-cast-self: "&flook, if you keep going, i'll be forced to take drastic measures"
  87.  
  88. RatPiss11:
  89. spell-class: ".instant.DummySpell"
  90. modifiers:
  91. - variableequals RatPiss:11 required
  92. str-cast-self: "&f..."
  93.  
  94. RatPiss12:
  95. spell-class: ".instant.DummySpell"
  96. modifiers:
  97. - variableequals RatPiss:12 required
  98. str-cast-self: "&f..."
  99.  
  100. RatPiss13:
  101. spell-class: ".instant.DummySpell"
  102. modifiers:
  103. - variableequals RatPiss:13 required
  104. str-cast-self: "&f...ok"
  105.  
  106. RatPiss14:
  107. spell-class: ".instant.DummySpell"
  108. modifiers:
  109. - variableequals RatPiss:14 required
  110. str-cast-self: "&fdon't say I didn't warn you"
  111.  
  112. RatPiss15:
  113. spell-class: ".ExternalCommandSpell"
  114. execute-on-console-instead: true
  115. command-to-execute: ["say %a is drinking rat piss."]
  116. modifiers:
  117. - variableequals RatPiss:15 required
  118.  
  119. RatPissDummy:
  120. spell-class: ".instant.DummySpell"
  121. variable-mods-cast:
  122. - RatPiss +1
  123.  
  124. variables:
  125. RatPiss:
  126. type: player
  127. default: 1
  128. min: 1
  129. max: 16
  130.  
  131.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement