Pyronic

Matter

Jan 18th, 2019 (edited)
684
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.13 KB | None | 0 0
  1. Let's make a game!
  2. name:Matter Clicker
  3. by:Alito
  4. desc:Matter Clicker
  5. created:25/7/2017
  6. updated:24/10/2017
  7. version:1
  8.  
  9. Settings
  10. building cost increase:100%
  11. building cost refund:100%
  12. background:https://i.imgur.com/DZMsIe5.jpg
  13.  
  14. Buttons
  15. *earthButton
  16. name:Earth
  17. desc:Click here to gather matter
  18. on click:yield 1 matter
  19. no text
  20. class:bigButton
  21. icon class:shadowed
  22. tooltip origin:bottom
  23. tooltip class:red
  24. icon:https://i.imgur.com/S8LJ7B3.png
  25.  
  26. Layout
  27. use default
  28.  
  29. Resources
  30. *matter
  31. name:Matter
  32. desc:Total Matter
  33. show earned
  34.  
  35. *multiplier
  36. name:Multiplier
  37. desc:Multiplies your matter income
  38. passive:multiply matter yield of quarks by ((multiplier)*1)
  39. show earned
  40. start with:1
  41. *rebirths
  42. name:Rebirths
  43. desc:Total rebirths
  44. show earned
  45.  
  46.  
  47. Buildings
  48. *quarks
  49. name:Quarks
  50. desc:1 matter per sec
  51. on tick:yield 1 matter
  52. cost:25 matter
  53. icon:https://i.imgur.com/vgKS6ed.png
  54.  
  55. *protons
  56. name:Protons
  57. desc:2 quarks per sec
  58. on tick:yield 2 quarks
  59. cost:500 matter
  60. icon:https://i.imgur.com/odW9cfp.png
  61.  
  62. *neutrons
  63. name:Neutrons
  64. desc:10 quarks per sec
  65. on tick:yield 10 quarks
  66. cost:2500 matter
  67. icon:https://i.imgur.com/kRcMBCy.png
  68.  
  69. *atoms
  70. name:Atoms
  71. desc:1 proton and neutron per sec
  72. on tick:yield 1 protons
  73. on tick:yield 1 neutrons
  74. cost:12500 matter
  75.  
  76. *molecules
  77. name:Molecules
  78. desc:2-10 atoms per sec
  79. on tick:yield random(2,10) atoms
  80. cost:150000 matter
  81.  
  82. *elements
  83. name:Elements
  84. desc:50 molecules per sec
  85. on tick:yield 50 molecules
  86. cost:50000000 matter
  87.  
  88. *periodictable
  89. name:Periodic Table
  90. desc:118 elements per sec
  91. on tick:yield 118 elements
  92. cost:10000000000 matter
  93.  
  94. *earths
  95. name:Earths
  96. desc: 1 periodic table, 118 elements, 1 billion molecules, 1 trillion atoms, 1 quadrillion neutrons and protons and 1 quintillion quarks per sec
  97. on tick:yield 1 periodictable
  98. on tick:yield 118 elements
  99. on tick:yield 1000000000 molecules
  100. on tick:yield 1000000000000 atoms
  101. on tick:yield 1000000000000000 neutrons
  102. on tick:yield 1000000000000000 protons
  103. on tick:yield 1000000000000000000 quarks
  104. cost:1000000000000000000000000 matter
  105.  
  106.  
  107. Upgrades
  108.  
  109. *duplicate
  110. name:Duplication I
  111. desc:x10 your clicking
  112. passive:multiply matter yield of earthButton by 10
  113. cost:1000 matter
  114. req:500 matter
  115.  
  116. *duplicate2
  117. name:Duplication II
  118. desc:x10 your clicking
  119. passive:multiply matter yield of earthButton by 10
  120. cost:50000 matter
  121. req:25000 matter
  122.  
  123. *duplicate3
  124. name:Duplication III
  125. desc:x100 your clicking
  126. passive:multiply matter yield of earthButton by 100
  127. cost:3500000 matter
  128. req:1500000 matter
  129.  
  130. *duplicate4
  131. name:Duplication IV
  132. desc:x100 your clicking
  133. passive:multiply matter yield of earthButton by 100
  134. cost:200000000 matter
  135. req:100000000 matter
  136.  
  137. *duplicate5
  138. name:Duplication V
  139. desc:x1000 your clicking
  140. passive:multiply matter yield of earthButton by 1000
  141. cost:500000000000 matter
  142. req:2000000000000 matter
  143.  
  144.  
  145. *quark1
  146. name:Up Quark
  147. desc:Doubles the production of quarks
  148. passive:multiply matter yield of quarks by 2
  149. cost:2500000 matter
  150. req:1250000 matter
  151.  
  152. *quark2
  153. name:Down Quark
  154. desc:Doubles the production of quarks
  155. passive:multiply matter yield of quarks by 2
  156. cost:250000000 matter
  157. req:125000000 matter
  158.  
  159. *quark3
  160. name:Strange Quark
  161. desc:Doubles the production of quarks
  162. passive:multiply matter yield of quarks by 2
  163. cost:25000000000 matter
  164. req:12500000000 matter
  165.  
  166. *quark4
  167. name:Charm Quark
  168. desc:Doubles the production of quarks
  169. passive:multiply matter yield of quarks by 2
  170. cost:2500000000000 matter
  171. req:1250000000000 matter
  172.  
  173. *quark5
  174. name:Bottom Quark
  175. desc:Doubles the production of quarks
  176. passive:multiply matter yield of quarks by 2
  177. cost:250000000000000 matter
  178. req:125000000000000 matter
  179.  
  180. *quark6
  181. name:Top Quark
  182. desc:Doubles the production of quarks
  183. passive:multiply matter yield of quarks by 2
  184. cost:25000000000000000 matter
  185. req:12500000000000000 matter
  186.  
  187. *proton1
  188.  
  189. name:Proton Duplication I
  190. desc:Doubles the production of protons
  191. passive:multiply quarks yield of protons by 2
  192. cost:2500000000 matter
  193. req:1250000000 matter
  194.  
  195. *proton2
  196.  
  197. name:Proton Duplication II
  198. desc:Doubles the production of protons
  199. passive:multiply quarks yield of protons by 2
  200. cost:2500000000000 matter
  201. req:1250000000000 matter
  202.  
  203. *proton3
  204.  
  205. name:Proton Duplication III
  206. desc:Doubles the production of protons
  207. passive:multiply quarks yield of protons by 2
  208. cost:2500000000000000 matter
  209. req:1250000000000000 matter
  210.  
  211. *proton4
  212.  
  213. name:Proton Duplication IV
  214. desc:Doubles the production of protons
  215. passive:multiply quarks yield of protons by 2
  216. cost:2500000000000000000 matter
  217. req:1250000000000000000 matter
  218.  
  219. *proton5
  220.  
  221. name:Proton Duplication V
  222. desc:Doubles the production of protons
  223. passive:multiply quarks yield of protons by 2
  224. cost:2500000000000000000000 matter
  225. req:1250000000000000000000 matter
  226.  
  227. *rebirth
  228. name:Rebirth
  229. desc:Reset the game for +1 multiplier
  230. on earn:yield 1 multiplier
  231. on earn:lose :Upgrades
  232. on earn:lose :Buildings
  233. on earn:lose matter
  234. on earn:yield 1 rebirths
  235. req:1000000000000000 matter
Advertisement
Add Comment
Please, Sign In to add comment