Advertisement
Dunnknow

Untitled

Mar 27th, 2020
195
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. Let's make a game!
  2. name:another clicker test
  3. by:Dunnknow
  4. desc:wow, incredible
  5. created:someday
  6. updated:someotherday
  7. version:123456789
  8.  
  9. Settings
  10. tiling background:https://image.ibb.co/kzZBTo/bg1.png
  11. building cost increase:100%
  12. building cost refund:0%
  13. spritesheet:icons, 48 by 48, https://i.ibb.co/tD9n5Sk/release.png
  14.  
  15. Resources
  16. *money
  17. name:Money
  18. desc:The First Currency<//>Total: [money:earned]
  19. on tick:hide tag:hiddenthings
  20. start with:1
  21. *sacrificedMoney
  22. name:Sacrificed Money
  23. tag:hiddenthings
  24. *infinity
  25. name:Infinity|Infinities
  26. desc:A step up from money. Currently applying a +[infinity]x boost to MMOrder-1<//>Total: [infinity:earned]
  27. passive:multiply yield of money by infinity+1
  28. *claimableInf
  29. name:Claimable Infinities
  30. desc:The amount of infinities you can claim with the amount of money you have
  31. tag:hiddenthings
  32.  
  33. Buttons
  34. *moneyPrestige
  35. name:Money Prestige
  36. text:<b>Claim [claimableInf] Infinities</b>
  37. desc:Restarts everything money related and creates infinities.
  38. on click:lose :Upgrades:owned:tag:moneyup
  39. on click:lose pow(10,307) :Buildings:tag:money
  40. on click:yield claimableInf infinity
  41. on click:yield sacrificedMoney money
  42. on click:money is 1
  43. on click:toast You have restarted your money and claimed [claimableInf] infinities.
  44. on click:claimableInf is 0
  45. on tick:claimableInf is ((money:earned - sacrificedMoney)-1)/(1*(claimableInf+1))
  46.  
  47. Buildings
  48. *mmorder1
  49. name:Money Maker Order-1
  50. desc:<.>Creates 1 money per second.
  51. on tick:yield 1 money
  52. passive:increase cost of mmorder1 by 1
  53. cost:1 money
  54. icon:icons[0,0]
  55. tags:money
  56. *mmorder2
  57. name:Money Maker Order-2
  58. desc:<.>Creates 1 MMOrder-1 per second.
  59. on tick:yield 1 mmorder1
  60. passive:increase cost of mmorder2 by 10
  61. cost:10 money
  62. req:1 mmorder1
  63. icon:icons[0,0]
  64. tags:money
  65. *mmorder3
  66. name:Money Maker Order-3
  67. desc:<.>Creates 1 MMOrder-2 per second.
  68. on tick:yield 1 mmorder2
  69. passive:increase cost of mmorder3 by 1000
  70. cost:1000 money
  71. req:1 mmorder2
  72. icon:icons[0,0]
  73. tags:money
  74. *mmorder4
  75. name:Money Maker Order-4
  76. desc:<.>Creates 1 MMOrder-3 per second.
  77. on tick:yield 1 mmorder3
  78. passive:increase cost of mmorder4 by 1000000
  79. cost:1000000 money
  80. req:1 mmorder3
  81. icon:icons[0,0]
  82. tags:money
  83. *mmorder5
  84. name:Money Maker Order-5
  85. desc:<.>Creates 1 MMOrder-4 per second.
  86. on tick:yield 1 mmorder4
  87. passive:increase cost of mmorder5 by 10000000000
  88. cost:10000000000 money
  89. req:1 mmorder4
  90. icon:icons[0,0]
  91. tags:money
  92. *mmorder6
  93. name:Money Maker Order-6
  94. desc:<.>Creates 1 MMOrder-5 per second.
  95. on tick:yield 1 mmorder5
  96. passive:increase cost of mmorder6 by 1000000000000000
  97. cost:1000000000000000 money
  98. req:1 mmorder5
  99. icon:icons[0,0]
  100. tags:money
  101.  
  102. Upgrades
  103. *moneyup1
  104. name:Fundamental Compressor Order-1
  105. desc:Doubles efficiency of all MMOrder-1 machines, and multiplies cost of all money makers by 1.5
  106. passive:multiply yield of mmorder1 by 2
  107. passive:multiply cost of tag:money by 1.5
  108. cost:100000 money
  109. icon:icons[0,0]
  110. tags:moneyup
  111. *moneyup2
  112. name:Fundamental Compressor Order-2
  113. desc:Doubles efficiency of all MMOrder-2 machines, and multiplies cost of all money makers by 1.5
  114. passive:multiply yield of mmorder2 by 2
  115. passive:multiply cost of tag:money by 1.5
  116. cost:1000000 money
  117. icon:icons[0,0]
  118. tags:moneyup
  119. *moneyup3
  120. name:Fundamental Compressor Order-3
  121. desc:Doubles efficiency of all MMOrder-3 machines, and multiplies cost of all money makers by 1.5
  122. passive:multiply yield of mmorder3 by 2
  123. passive:multiply cost of tag:money by 1.5
  124. cost:100000000 money
  125. icon:icons[0,0]
  126. tags:moneyup
  127.  
  128. CSS
  129. #box-res2.fullWidth
  130. {
  131. width:50%;
  132. top:85%;
  133. height:5%;
  134. min-height:32px;
  135. z-index:100;
  136. position:absolute;
  137. }
  138. #box-buildings
  139. {
  140. top:0px;
  141. bottom:0px;
  142. width:50%;
  143. height:80%;
  144. right:50%;
  145. overflow-x:hidden;
  146. overflow-y:scroll;
  147. padding-bottom:48px;/* this is to accommodate the info and settings buttons */
  148. position:absolute;
  149. }
  150. #box-items
  151. {
  152. top:80%;
  153. bottom:0px;
  154. width:50%;
  155. height:20%;
  156. right:50%;
  157. overflow-x:hidden;
  158. overflow-y:scroll;
  159. padding-bottom:48px;/* this is to accommodate the info and settings buttons */
  160. position:absolute;
  161. }
  162. #box-upgrades
  163. {
  164. top:0px;
  165. bottom:0px;
  166. width:50%;
  167. height:50%;
  168. right:0%;
  169. overflow-x:hidden;
  170. overflow-y:scroll;
  171. padding-bottom:48px;/* this is to accommodate the info and settings buttons */
  172. position:absolute;
  173. }
  174. #box-upgrades2
  175. {
  176. top:50%;
  177. bottom:0px;
  178. width:50%;
  179. height:50%;
  180. right:0%;
  181. overflow-x:hidden;
  182. overflow-y:scroll;
  183. padding-bottom:48px;/* this is to accommodate the info and settings buttons */
  184. position:absolute;
  185. }
  186. .upgrade.cantAfford
  187. {
  188. border:none;
  189. background:rgba(200,50,50,1);
  190. }
  191. .upgrade.owned
  192. {
  193. background:rgba(50,220,50,1);
  194. box-shadow:0px 0px 0px 2px rgba(0,0,0,0.5) inset;
  195. }
  196.  
  197. Layout
  198. *main
  199. contains:res, res2, buttons
  200. *res
  201. contains:Resources
  202. class:fullWidth
  203. *res2
  204. contains:tag:special
  205. class:fullWidth
  206. *buttons
  207. contains:Buttons
  208. *store
  209. contains:buildings, items, upgrades, upgrades2
  210. *buildings
  211. contains:Buildings
  212. header:<b>Buildings</b>
  213. tooltip origin:left
  214. *items
  215. contains:Items
  216. header:<b>Items</b>
  217. tooltip origin:left
  218. names:hide
  219. *upgrades
  220. contains:Upgrades
  221. header:<b>Upgrades</b>
  222. costs:hide
  223. names:hide
  224. *upgrades2
  225. contains:tag:specialUp
  226. header:<b>Special Upgrades</b>
  227. costs:hide
  228. names:hide
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement