Advertisement
Guest User

Untitled

a guest
Apr 3rd, 2018
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.03 KB | None | 0 0
  1. # The factors
  2. factors=[
  3. {
  4. ContentVersion=1
  5. ItemStack {
  6. ContentVersion=1
  7. Count=3
  8. ItemType="pixelmon:master_ball"
  9. UnsafeDamage=0
  10. }
  11. Multiplier=1666.0
  12. },
  13. {
  14. ContentVersion=1
  15. ItemStack {
  16. ContentVersion=1
  17. Count=3
  18. ItemType="pixelmon:ultra_ball"
  19. UnsafeDamage=0
  20. }
  21. Multiplier=300.0
  22. },
  23. {
  24. ContentVersion=1
  25. ItemStack {
  26. ContentVersion=1
  27. Count=3
  28. ItemType="pixelmon:great_ball"
  29. UnsafeDamage=0
  30. }
  31. Multiplier=100.0
  32. },
  33. {
  34. ContentVersion=1
  35. ItemStack {
  36. ContentVersion=1
  37. Count=3
  38. ItemType="pixelmon:poke_ball"
  39. UnsafeDamage=0
  40. }
  41. Multiplier=50.0
  42. },
  43. {
  44. ContentVersion=1
  45. ItemStack {
  46. ContentVersion=1
  47. Count=3
  48. ItemType="pixelmon:ruby"
  49. UnsafeDamage=0
  50. }
  51. Multiplier=25.0
  52. },
  53. {
  54. ContentVersion=1
  55. ItemStack {
  56. ContentVersion=1
  57. Count=3
  58. ItemType="pixelmon:sapphire"
  59. UnsafeDamage=0
  60. }
  61. Multiplier=12.0
  62. },
  63. {
  64. ContentVersion=1
  65. ItemStack {
  66. ContentVersion=1
  67. Count=3
  68. ItemType="pixelmon:amethyst"
  69. UnsafeDamage=0
  70. }
  71. Multiplier=12.0
  72. },
  73. {
  74. ContentVersion=1
  75. ItemStack {
  76. ContentVersion=1
  77. Count=2
  78. ItemType="pixelmon:crystal"
  79. UnsafeDamage=0
  80. }
  81. Multiplier=6.0
  82. },
  83. {
  84. ContentVersion=1
  85. ItemStack {
  86. ContentVersion=1
  87. Count=1
  88. ItemType="minecraft:melon_block"
  89. UnsafeDamage=0
  90. }
  91. Multiplier=1.0
  92. }
  93. ]
  94. # The items that can appear on the slot machine
  95. items=[
  96. {
  97. ContentVersion=1
  98. Count=1
  99. ItemType="pixelmon:master_ball"
  100. UnsafeDamage=0
  101. },
  102. {
  103. ContentVersion=1
  104. Count=1
  105. ItemType="pixelmon:ultra_ball"
  106. UnsafeDamage=0
  107. },
  108. {
  109. ContentVersion=1
  110. Count=1
  111. ItemType="pixelmon:great_ball"
  112. UnsafeDamage=0
  113. },
  114. {
  115. ContentVersion=1
  116. Count=1
  117. ItemType="pixelmon:poke_ball"
  118. UnsafeDamage=0
  119. },
  120. {
  121. ContentVersion=1
  122. Count=1
  123. ItemType="pixelmon:ruby"
  124. UnsafeDamage=0
  125. },
  126. {
  127. ContentVersion=1
  128. Count=1
  129. ItemType="pixelmon:sapphire"
  130. UnsafeDamage=0
  131. },
  132. {
  133. ContentVersion=1
  134. Count=1
  135. ItemType="pixelmon:amethyst"
  136. UnsafeDamage=0
  137. },
  138. {
  139. ContentVersion=1
  140. Count=1
  141. ItemType="pixelmon:crystal"
  142. UnsafeDamage=0
  143. },
  144. {
  145. ContentVersion=1
  146. Count=1
  147. ItemType="pixelmon:melon_block"
  148. UnsafeDamage=0
  149. },
  150. {
  151. ContentVersion=1
  152. Count=1
  153. ItemType="minecraft:gravel"
  154. UnsafeDamage=0
  155. },
  156. {
  157. ContentVersion=1
  158. Count=1
  159. ItemType="minecraft:dirt"
  160. UnsafeDamage=0
  161. }
  162. ]
  163. # The slot tiers
  164. tiers=[
  165. {
  166. BlockState {
  167. BlockState="minecraft:iron_block"
  168. ContentVersion=2
  169. }
  170. ContentVersion=1
  171. Multiplier=1.0
  172. },
  173. {
  174. BlockState {
  175. BlockState="minecraft:gold_block"
  176. ContentVersion=2
  177. }
  178. ContentVersion=1
  179. Multiplier=2.0
  180. },
  181. {
  182. BlockState {
  183. BlockState="minecraft:emerald_block"
  184. ContentVersion=2
  185. }
  186. ContentVersion=1
  187. Multiplier=3.0
  188. },
  189. {
  190. BlockState {
  191. BlockState="minecraft:diamond_block"
  192. ContentVersion=2
  193. }
  194. ContentVersion=1
  195. Multiplier=5.0
  196. }
  197. ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement