Advertisement
Guest User

Untitled

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