faldonboy10

easter rewards

Apr 16th, 2022 (edited)
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.55 KB | None | 0 0
  1. {
  2. "Store": [
  3. "easter_egg",
  4. {
  5. "name": "&bEaster Egg",
  6. "description": [
  7. "",
  8. "Gives a random years Easter Egg."
  9. ],
  10. "material": "iron_hoe",
  11. "durability": 146
  12. },
  13. false
  14. ],
  15. "Store": [
  16. "rare_egg",
  17. {
  18. "name": "&bEggs",
  19. "description": [
  20. "",
  21. "Gives a random rare, epic, shiny, or easter egg."
  22. ],
  23. "material": "iron_hoe",
  24. "durability": 23
  25. },
  26. false
  27. ],
  28. "Store": [
  29. "StoreCoins",
  30. {
  31. "name": "&6Coins",
  32. "description": [
  33. "",
  34. "Gives Coins."
  35. ],
  36. "material": "sunflower"
  37. },
  38. true
  39. ],
  40. "Store": [
  41. "StoreTokens",
  42. {
  43. "name": "&5Tokens",
  44. "description": [
  45. "",
  46. "Gives Tokens."
  47. ],
  48. "material": "ender_pearl"
  49. },
  50. true
  51. ],
  52. "Store": [
  53. "BattlePoints",
  54. {
  55. "name": "&bBattle Points",
  56. "description": [
  57. "",
  58. "Gives Battle Points."
  59. ],
  60. "material": "magma cream"
  61. },
  62. true
  63. ],
  64. "AnimatedRandomOption": [
  65. "Easter Egg",
  66. false,
  67. {
  68. "StoreCoins": 0.5,
  69. "rare_egg": 0.3,
  70. "BattlePoints": 0.25,
  71. "StoreTokens": 0.33,
  72. "Sitrus_Berry": 0.4
  73. }
  74. ],
  75. "Skip": "Coins",
  76. "Skip": "Eggs",
  77. "Skip": "BP",
  78. "Skip": "Tokens",
  79. "Skip": "Berries",
  80. "Leave": [],
  81.  
  82.  
  83. "Comment": "Coins",
  84. "RandomOption": 5,
  85. "GiveCoins": [ 100000, 0.8 ],
  86. "GiveCoins": [ 200000, 0.65 ],
  87. "GiveCoins": [ 300000, 0.5 ],
  88. "GiveCoins": [ 400000, 0.35 ],
  89. "GiveCoins": [ 500000, 0.2 ],
  90. "Leave": [],
  91.  
  92. "Comment": "BP",
  93. "RandomOption": 5,
  94. "GiveBattlePoints": [ 100, 0.8 ],
  95. "GiveBattlePoints": [ 150, 0.65 ],
  96. "GiveBattlePoints": [ 200, 0.5 ],
  97. "GiveBattlePoints": [ 250, 0.35 ],
  98. "GiveBattlePoints": [ 300, 0.2 ],
  99. "Leave": [],
  100.  
  101.  
  102. "Comment": "Tokens",
  103. "RandomOption": 5,
  104. "GiveTokens": [ 100, 0.8 ],
  105. "GiveTokens": [ 150, 0.65 ],
  106. "GiveTokens": [ 200, 0.5 ],
  107. "GiveTokens": [ 250, 0.35 ],
  108. "GiveTokens": [ 300, 0.2 ],
  109. "Leave": [],
  110.  
  111.  
  112. "Comment": "Eggs",
  113. "RandomOption": 17,
  114. "GiveEgg": [ "rare", 1, 0.5 ],
  115. "GiveEgg": [ "rare_2", 1, 0.5 ],
  116. "GiveEgg": [ "rare_3", 1, 0.5 ],
  117. "GiveEgg": [ "rare_4", 1, 0.5 ],
  118. "GiveEgg": [ "epic", 1, 0.35 ],
  119. "GiveEgg": [ "epic_2", 1, 0.35 ],
  120. "GiveEgg": [ "epic_3", 1, 0.35 ],
  121. "GiveEgg": [ "epic_4", 1, 0.35 ],
  122. "GiveEgg": [ "shiny", 1, 0.15 ],
  123. "GiveEgg": [ "shiny_2", 1, 0.15 ],
  124. "GiveEgg": [ "shiny_3", 1, 0.15 ],
  125. "GiveEgg": [ "shiny_4", 1, 0.15 ],
  126. "GiveEgg": [ "easter", 1, 0.15 ],
  127. "GiveEgg": [ "easter_2", 1, 0.1 ],
  128. "GiveEgg": [ "easter_2020", 1, 0.1 ],
  129. "GiveEgg": [ "easter_2021", 1, 0.1 ],
  130. "GiveEgg": [ "easter_2022", 1, 0.1 ],
  131. "Leave": [],
  132.  
  133.  
  134.  
  135. "Comment": "Berries",
  136. "RandomOption": 38,
  137. "GiveItem": { "material": "Lum Berry", "amount": 15 },
  138. "GiveItem": { "material": "Sitrus Berry", "amount": 15 },
  139. "GiveItem": { "material": "Enigma Berry", "amount": 15 },
  140. "GiveItem": { "material": "Babiri Berry", "amount": 15 },
  141. "GiveItem": { "material": "Charti Berry", "amount": 15 },
  142. "GiveItem": { "material": "Chilan Berry", "amount": 15 },
  143. "GiveItem": { "material": "Chople Berry", "amount": 15 },
  144. "GiveItem": { "material": "Coba Berry", "amount": 15 },
  145. "GiveItem": { "material": "Colbur Berry", "amount": 15 },
  146. "GiveItem": { "material": "Haban Berry", "amount": 15 },
  147. "GiveItem": { "material": "Kasib Berry", "amount": 15 },
  148. "GiveItem": { "material": "Kebia Berry", "amount": 15 },
  149. "GiveItem": { "material": "Occa Berry", "amount": 15 },
  150. "GiveItem": { "material": "Passho Berry", "amount": 15 },
  151. "GiveItem": { "material": "Payapa Berry", "amount": 15 },
  152. "GiveItem": { "material": "Rindo Berry", "amount": 15 },
  153. "GiveItem": { "material": "Shuca Berry", "amount": 15 },
  154. "GiveItem": { "material": "Tanga Berry", "amount": 15 },
  155. "GiveItem": { "material": "Wacan Berry", "amount": 15 },
  156. "GiveItem": { "material": "Yache Berry", "amount": 15 },
  157. "GiveItem": { "material": "Leppa Berry", "amount": 15 },
  158. "GiveItem": { "material": "Oran Berry", "amount": 15 },
  159. "GiveItem": { "material": "Figy Berry", "amount": 15 },
  160. "GiveItem": { "material": "Wiki Berry", "amount": 15 },
  161. "GiveItem": { "material": "Mago Berry", "amount": 15 },
  162. "GiveItem": { "material": "Aguav Berry", "amount": 15 },
  163. "GiveItem": { "material": "Iapapa Berry", "amount": 15 },
  164. "GiveItem": { "material": "Liechi Berry", "amount": 15 },
  165. "GiveItem": { "material": "Ganlon Berry", "amount": 15 },
  166. "GiveItem": { "material": "Salac Berry", "amount": 15 },
  167. "GiveItem": { "material": "Petaya Berry", "amount": 15 },
  168. "GiveItem": { "material": "Apicot Berry", "amount": 15 },
  169. "GiveItem": { "material": "Lansat Berry", "amount": 15 },
  170. "GiveItem": { "material": "Starf Berry", "amount": 15 },
  171. "GiveItem": { "material": "Micle Berry", "amount": 15 },
  172. "GiveItem": { "material": "Custap Berry", "amount": 15 },
  173. "GiveItem": { "material": "Jaboca Berry", "amount": 15 },
  174. "GiveItem": { "material": "Rowap Berry", "amount": 15 },
  175. "Leave": [],
  176. "Key": "easter_event_rewards"
  177. }
Add Comment
Please, Sign In to add comment