Advertisement
Dunnknow

t

Dec 28th, 2019
308
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.23 KB | None | 0 0
  1. Let's make a game!
  2. name:Blandy mcBland Clicker
  3. by:Dunnknow
  4. desc:meh
  5. created:THE FUTURE!!!
  6. updated:THE FUTURE!!! + 15s
  7. version:42.8926.54.24590.4281.00.00.1
  8.  
  9. Settings
  10. tiling background:https://image.ibb.co/kzZBTo/bg1.png
  11. building cost increase:100%
  12. building cost refund:0%
  13.  
  14. Buttons
  15. *button
  16. name:Space Generator
  17. desc:Creates an arbitrary amount of quantum foam.
  18. on click:yield random(2,12) qfoam
  19.  
  20. Resources
  21. *energy
  22. name:Energy
  23. desc:Each one is equivalent to 1eV
  24. *matter
  25. name:Matter
  26. desc:Created with lots of energy
  27.  
  28. Buildings
  29. *qfoam
  30. name:Quantum Foam
  31. desc:The smallest thing in the universe described by our current theories of physics.<//><.>Creates 1 energy every ten seconds.
  32. on tick:yield 0.1 energy
  33. cost:0 energy
  34. *quark
  35. name:Quark|Quarks
  36. desc:The most fundamental building block of matter.<//><.>Creates 20 energy per second.
  37. on tick:yield 20 energy
  38. cost:500 energy
  39. req:100 energy:earned
  40. tags:elementalparticle
  41. *lepton
  42. name:Lepton|Leptons
  43. desc:An important part needed to create an atom. Other leptons include muons and neutrinos.<//><.>Creates 100 energy per second.
  44. on tick:yield 100 energy
  45. cost:30000 energy
  46. req:10000 energy:earned
  47. tags:elementalparticle
  48. *gaugeboson
  49. name:Gauge Boson|Gauge Bosons
  50. desc:Mediates forces required to create matter. These bosons are the photon, gluon, W and Z bosons (and maybe gravitons).<//><.>Creates 2000 energy per second.<.>Creates 1 quantum foam per second.
  51. on tick:yield 2000 energy
  52. on tick:yield 1 qfoam
  53. cost:1000 qfoam
  54. cost:350000 energy
  55. req:50000 energy:earned
  56. tags:elementalparticle
  57. *baryon
  58. name:Baryon|Baryons
  59. desc:The subatomic particles found in an atom's nucleus.<//><.>Creates 50k energy per second.
  60. on tick:yield 50000 energy
  61. cost:3 quark
  62. cost:10 gaugeboson
  63. cost:2000000 energy
  64. req:700000 energy:earned
  65. *simpleatom
  66. name:Simple Atom|Simple Atoms
  67. desc:Simple atoms on the periodic table can be fused together at high energies to make heavier elements.<//><.>Creates 2M energy per second.<.>Creates 1 gauge boson per second.
  68. on tick:yield 2000000 energy
  69. on tick:yield 1 gaugeboson
  70. cost:5 baryon
  71. cost:5 lepton
  72. cost:175000000 energy
  73. req:15000000 energy:earned
  74. *metalatom
  75. name:Metal Atom|Metal Atoms
  76. desc:A heavy, nearly unfusable atom.<//><.>Creates 40M energy per second.
  77. on tick:yield 40000000 energy
  78. cost:2 simpleatom
  79. cost:1500000000 energy
  80. req:200000000 energy:earned
  81. *molecule
  82. name:Molecule|Molecules
  83. desc:A group of atoms held together by sharing their electrons.<//><.>Creates 1B energy per second.<.>Creates 1 quark per second.<.>Creates 1 lepton per second.
  84. on tick:yield 1000000000 energy
  85. on tick:yield 1 quark
  86. on tick:yield 1 lepton
  87. cost:10 simpleatom
  88. cost:1 metalatom
  89. cost:72500000000 energy
  90. req:4500000000 energy:earned
  91. passive:multiply cost of compound by 0.8
  92. *compound
  93. name:Compound|Compounds
  94. desc:A complex group of molecules, such as sugar.<//><.>Creates 8B energy per second.
  95. on tick:yield 8000000000 energy
  96. cost:5000 molecule
  97. cost:100000000000000 energy
  98. req:3000000000 energy:earned
  99. passive:increase cost of compound by 100
  100. *radioatom
  101. name:Radioactive Atom|Radioactive Atoms
  102. desc:A super-heavy, super energetic atom.<//><.>Creates 700B energy per second.
  103. on tick:yield 700000000000 energy
  104. cost:2 metalatom
  105. cost:10000000000000 energy
  106. req:2000000000000 energy:earned
  107.  
  108. Upgrades
  109. *eparticle1
  110. name:Cosmic Vacuum Energy
  111. desc:Triples the energy production rate of elemental particles
  112. passive:multiply energy yield of tag:elementalparticle by 3
  113. cost:200000 energy
  114. *eparticle2
  115. name:Mesons
  116. desc:Triples the energy production rate of elemental particles
  117. passive:multiply energy yield of tag:elementalparticle by 3
  118. cost:15000000 energy
  119. *gaugeboson1
  120. name:Wavy Waves
  121. desc:Triples quantum foam production of gauge bosons
  122. passive:multiply qfoam yield of gaugeboson by 3
  123. cost:1000000 energy
  124. cost:1000 qfoam
  125.  
  126. CSS
  127. #box-res2.fullWidth
  128. {
  129. width:50%;
  130. top:85%;
  131. height:5%;
  132. min-height:32px;
  133. z-index:100;
  134. position:absolute;
  135. }
  136. #box-buildings
  137. {
  138. top:0px;
  139. bottom:0px;
  140. width:50%;
  141. height:80%;
  142. right:50%;
  143. overflow-x:hidden;
  144. overflow-y:scroll;
  145. padding-bottom:48px;/* this is to accommodate the info and settings buttons */
  146. position:absolute;
  147. }
  148. #box-items
  149. {
  150. top:80%;
  151. bottom:0px;
  152. width:50%;
  153. height:20%;
  154. right:50%;
  155. overflow-x:hidden;
  156. overflow-y:scroll;
  157. padding-bottom:48px;/* this is to accommodate the info and settings buttons */
  158. position:absolute;
  159. }
  160. #box-upgrades
  161. {
  162. top:0px;
  163. bottom:0px;
  164. width:50%;
  165. height:50%;
  166. right:0%;
  167. overflow-x:hidden;
  168. overflow-y:scroll;
  169. padding-bottom:48px;/* this is to accommodate the info and settings buttons */
  170. position:absolute;
  171. }
  172. #box-upgrades2
  173. {
  174. top:50%;
  175. bottom:0px;
  176. width:50%;
  177. height:50%;
  178. right:0%;
  179. overflow-x:hidden;
  180. overflow-y:scroll;
  181. padding-bottom:48px;/* this is to accommodate the info and settings buttons */
  182. position:absolute;
  183. }
  184. .upgrade.cantAfford
  185. {
  186. border:none;
  187. background:rgba(200,50,50,1);
  188. }
  189. .upgrade.owned
  190. {
  191. background:rgba(50,220,50,1);
  192. box-shadow:0px 0px 0px 2px rgba(0,0,0,0.5) inset;
  193. }
  194.  
  195. Layout
  196. *main
  197. contains:res, res2, buttons
  198. *res
  199. contains:Resources
  200. class:fullWidth
  201. *res2
  202. contains:tag:special
  203. class:fullWidth
  204. *buttons
  205. contains:Buttons
  206. *store
  207. contains:buildings, items, upgrades, upgrades2
  208. *buildings
  209. contains:Buildings
  210. header:<b>Buildings</b>
  211. tooltip origin:left
  212. *items
  213. contains:Items
  214. header:<b>Items</b>
  215. tooltip origin:left
  216. names:hide
  217. *upgrades
  218. contains:Upgrades
  219. header:<b>Upgrades</b>
  220. costs:hide
  221. names:hide
  222. *upgrades2
  223. contains:tag:specialUp
  224. header:<b>Special Upgrades</b>
  225. costs:hide
  226. names:hide
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement