Advertisement
Dunnknow

challenge1

Jul 20th, 2018
186
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.60 KB | None | 0 0
  1. Let's make a game!
  2. name:Mine Cracker (portal event)
  3. by:Dunnknow
  4. desc:The goal of this game is to mine as much as you possibly can to get newer and better picks and materials! <#f00>*CURRENTLY BETA*</#> <#ff0>Beta Version: 1.0.0</#>
  5. created:20/07/2018
  6. updated:20/07/2018
  7. version:0
  8.  
  9. Settings
  10. background:https://image.ibb.co/nDLCCT/background.png
  11. building cost increase:104%
  12. building cost refund:1%
  13. spritesheet:icons, 48 by 48, https://image.ibb.co/gXWKOd/a.png
  14.  
  15. Layout
  16. use default
  17.  
  18. Buttons
  19. *reset
  20. name:Ascend
  21. desc:Clicking this button will restart the game (keep achievements) and give you gold based on how much stone you have. 1 Gold bar gives +1% Stone per second. The cost of gold increases with the amount of claimable gold you have.</><#0f0>You have [claimablegold] gold bar[s?gold] ready to claim.</#></><#0ff>You [?(claimablegold >= 1)|will|will not] gain [?(claimablegold >= 1)|gold|anything].</#>
  22. on click:lose :Upgrades:owned
  23. on click:lose 9999 :Buildings
  24. on click:nextgoldprice is 1000000000000
  25. on click:yield claimablegold gold
  26. on click:stone is 0
  27. on click:toast You Ascended and claimed [claimablegold] gold!
  28. on click:claimablegold is 0
  29. on tick:
  30. if (stone>=nextgoldprice)
  31. nextgoldprice is nextgoldprice*1.5
  32. yield 1 claimablegold
  33. end
  34. end
  35. tooltip origin:bottom
  36.  
  37. *mineStone
  38. name:Mine Stone
  39. desc:Click this to mine some stone. Grants 1 stone per click.
  40. icon:https://image.ibb.co/jWfXe8/bigstone.png
  41. on click:yield 1 stone
  42. on click:anim icon wobble
  43. show clicks
  44. no text
  45. class:bigButton hasFlares
  46. tooltip origin:bottom
  47.  
  48. Shinies
  49. *loot
  50. icon:https://image.ibb.co/miPS48/loot.png
  51. on click:
  52. $stoneyield=stone:ps*900
  53. if ($stoneyield >= stone * 0.15)
  54. $stoneyield = stone * 0.15
  55. end
  56. yield $stoneyield stone
  57. toast You collected [$stoneyield] stone from the loot chest!
  58. end
  59. movement:anywhere wiggle growShrink
  60. class:bigButton
  61. frequency:120
  62. frequency variation:30
  63.  
  64. Resources
  65. *stone
  66. name:Stone|Stones
  67. desc:This is stone. It is collected whenever you mine it and is used to purchase buildings and upgrades.</><b>Total Stone:</b> [stone:earned]
  68. icon:icons[0,1]
  69.  
  70. *gold
  71. name:Gold Bar|Gold Bars
  72. desc:This is gold. It provides MASSIVE profit boosts and is terribly rare and shiny.
  73. icon:icons[0,2]
  74.  
  75. *claimablegold
  76. name:Claimable Gold
  77. always hidden
  78.  
  79. *nextgoldprice
  80. name:Next Gold Price
  81. desc:If you get this amount of stone on-hand you will have one more gold bar ready when you ascend.
  82. start with:1000000000000
  83. icon:icons[0,2]
  84. req:1000000000000 stone:earned
  85.  
  86. Buildings
  87. *TEMPLATE
  88. on click:anim glow
  89.  
  90. *smallportal
  91. name:Tiny Portal|Tiny Portals
  92. desc:A little tiny portal to spit out tiny little stones!</><#aaa>(base +0.5 Sps)</#>
  93. on tick:yield 0.5 stone
  94. cost:30 stone
  95. req:10 stone:earned
  96. tag:building
  97. icon:icons[1,5]
  98.  
  99. *mediumportal
  100. name:Medium Portal|Medium Portals
  101. desc:A medium portal that spits out reasonable amounts of stone.</><#aaa>(base +80 Sps)</#>
  102. on tick:yield 80 stone
  103. cost:58000 stone
  104. req:38000 stone:earned
  105. tag:building
  106. icon:icons[1,5]
  107.  
  108. *largeportal
  109. name:Huge Portal|Huge Portals
  110. desc:A humongous portal for humongous purposes.</><#aaa>(base +8888 Sps)</#>
  111. on tick:yield 8888 stone
  112. cost:3450000 stone
  113. req:1450000 stone:earned
  114. tag:building
  115. icon:icons[1,5]
  116.  
  117. *omegaportal
  118. name:Omega Portal|Omega Portals
  119. desc:THE OMEGA PORTAL. Leads to a universe of infinite possibilities. Get this to beat the event!
  120. cost:9999999999999 stone
  121. req:1450000 stone:earned
  122. tag:building
  123. limit:1
  124. icon:icons[1,5]
  125.  
  126. Upgrades
  127. // x * 90
  128. *smallPortalU1
  129. name:Portal Feedback 1
  130. desc:Allows looping of portals. Which of course leads to profit.</><#aaa>12x efficiency of Tiny Portals</#>
  131. passive:multiply yield of smallportal by 12
  132. cost:4000000 stone
  133. req:50 smallportal
  134. icon:icons[2,0] icons[1,5] icons[0,0]
  135. tag:upgrade
  136. *smallPortalU2
  137. name:Portal Feedback 2
  138. desc:Allows further looping of portals. Which of course leads to even more profit.</><#aaa>14x efficiency of Tiny Portals</#>
  139. passive:multiply yield of smallportal by 14
  140. cost:360000000 stone
  141. req:100 smallportal
  142. icon:icons[2,1] icons[1,5] icons[0,0]
  143. tag:upgrade
  144.  
  145.  
  146. // GOLD BAR UPGRADES
  147. *goldunlock1
  148. name:Golden Pick
  149. desc:The golden pick, able to mine thousands of blocks of stone with the flick of your finger.</><#aaa>Unlocks <b><#ff0>50%</#></b> of your gold boost.</#>
  150. passive:multiply yield of stone by 1 + ((gold / 100) / 2)
  151. cost:100 stone
  152. req:1 gold:earned
  153. icon:icons[6,0] icons[5,0]
  154. tag:upgrade
  155. *goldunlock2
  156. name:Golden Key
  157. desc:The golden key, a heavenly object able to unlock the secret to limitless resources. <i>Handle with care</i></><#aaa>Unlocks <b><#ff0>100%</#></b> of your gold boost.</#>
  158. passive:multiply yield of stone by 1 + ((gold / 100) / 2)
  159. cost:10000 stone
  160. req:1 gold:earned
  161. icon:icons[6,1] icons[5,0]
  162. tag:upgrade
  163.  
  164. Achievements
  165. *1smallportal
  166. name:Micro Mining
  167. desc:<#aaa>Purchase 1 tiny portal</#>
  168. req:1 smallportal
  169. icon:icons[1,5] icons[3,0]
  170. *50smallportal
  171. name:Itty bitty portals
  172. desc:x5 bonus</><#aaa>Purchase 50 tiny portals</#>
  173. passive:multiply yield of smallportal by 5
  174. req:50 smallportal
  175. icon:icons[1,5] icons[3,1]
  176. *100smallportal
  177. name:Qwubble Sphere
  178. desc:x5 bonus</><#aaa>Purchase 100 tiny portals</#>
  179. passive:multiply yield of smallportal by 5
  180. req:100 smallportal
  181. icon:icons[1,5] icons[3,2]
  182.  
  183. *stone1
  184. name:Small Mine
  185. desc:<#aaa>Earn 100 stone</#>
  186. req:100 stone:earned
  187. icon:icons[4,0]
  188. *stone2
  189. name:Large Mine
  190. desc:<#aaa>Earn 1K stone</#>
  191. req:1000 stone:earned
  192. icon:icons[4,1]
  193. *stone3
  194. name:Huge Mine
  195. desc:<#aaa>Earn 100K stone</#>
  196. req:100000 stone:earned
  197. icon:icons[4,2]
  198. *stone4
  199. name:National Operation
  200. desc:<#aaa>Earn 1M stone</#>
  201. req:1000000 stone:earned
  202. icon:icons[4,3]
  203. *stone5
  204. name:Worldwide Operation
  205. desc:<#aaa>Earn 100M stone</#>
  206. req:100000000 stone:earned
  207. icon:icons[4,4]
  208. *stone6
  209. name:Interplanetary Excavation
  210. desc:<#aaa>Earn 1B stone</#>
  211. req:1000000000 stone:earned
  212. icon:icons[4,5]
  213. *stone7
  214. name:Galactic Operation
  215. desc:<#aaa>Earn 100B stone</#>
  216. req:100000000000 stone:earned
  217. icon:icons[4,6]
  218. *stone8
  219. name:Universal Operation
  220. desc:<#aaa>Earn 1T stone</#>
  221. req:1000000000000 stone:earned
  222. icon:icons[4,7]
  223. *stone9
  224. name:Timeless Mine
  225. desc:<#aaa>Earn 100T stone</#>
  226. req:100000000000000 stone:earned
  227. icon:icons[4,8]
  228. *stone10
  229. name:Borderline Destruction
  230. desc:<#aaa>Earn 1 Quadrillion stone</#>
  231. req:1000000000000000 stone:earned
  232. icon:icons[4,9]
  233. *stone11
  234. name:You cant stop me
  235. desc:<#aaa>Earn 100 Quadrillion stone</#>
  236. req:100000000000000000 stone:earned
  237. icon:icons[4,10]
  238. *stone12
  239. name:You will never stop me
  240. desc:<#aaa>Earn 1 Quintillion stone</#>
  241. req:1000000000000000000 stone:earned
  242. icon:icons[4,11]
  243. *stone13
  244. name:Unstoppable
  245. desc:<#aaa>Earn 100 Quintillion stone</#>
  246. req:100000000000000000000 stone:earned
  247. icon:icons[4,12]
  248. *stone14
  249. name:Unbeatable
  250. desc:<#aaa>Earn 1 Sextillion stone</#>
  251. req:1000000000000000000000 stone:earned
  252. icon:icons[4,13]
  253.  
  254. *stonerate1
  255. name:Miner Group
  256. desc:<#aaa>Reach 10 stone per second</#>
  257. req:10 stone:ps
  258. icon:icons[4,0]
  259. *stonerate2
  260. name:Miner Enthusiasts
  261. desc:<#aaa>Reach 100 stone per second</#>
  262. req:100 stone:ps
  263. icon:icons[4,1]
  264. *stonerate3
  265. name:Minor Miner
  266. desc:<#aaa>Reach 1K stone per second</#>
  267. req:1000 stone:ps
  268. icon:icons[4,2]
  269. *stonerate4
  270. name:Stone Stream
  271. desc:<#aaa>Reach 10K stone per second</#>
  272. req:10000 stone:ps
  273. icon:icons[4,3]
  274. *stonerate5
  275. name:Mass Production
  276. desc:What are we making again?</><#aaa>Reach 1M stone per second</#>
  277. req:1000000 stone:ps
  278. icon:icons[4,4]
  279. *stonerate6
  280. name:Vein Vortex
  281. desc:<#aaa>Reach 10M stone per second</#>
  282. req:10000000 stone:ps
  283. icon:icons[4,5]
  284. *stonerate7
  285. name:Pickaxe Pulsar
  286. desc:<#aaa>Reach 1B stone per second</#>
  287. req:1000000000 stone:ps
  288. icon:icons[4,6]
  289. *stonerate8
  290. name:Quarry Quasar
  291. desc:<#aaa>Reach 10B stone per second</#>
  292. req:10000000000 stone:ps
  293. icon:icons[4,7]
  294. *stonerate9
  295. name:Megamined
  296. desc:<#aaa>Reach 1T stone per second</#>
  297. req:1000000000000 stone:ps
  298. icon:icons[4,8]
  299. *stonerate10
  300. name:Ultramined
  301. desc:<#aaa>Reach 10T stone per second</#>
  302. req:10000000000000 stone:ps
  303. icon:icons[4,9]
  304. *stonerate11
  305. name:Ultimimined
  306. desc:<#aaa>Reach 1 Quadrillion stone per second</#>
  307. req:1000000000000000 stone:ps
  308. icon:icons[4,10]
  309. *stonerate12
  310. name:Overflow
  311. desc:<#aaa>Reach 10 Quadrillion stone per second</#>
  312. req:10000000000000000 stone:ps
  313. icon:icons[4,11]
  314. *stonerate13
  315. name:Can't stop
  316. desc:<#aaa>Reach 1 Quintillion stone per second</#>
  317. req:1000000000000000000 stone:ps
  318. icon:icons[4,12]
  319. *stonerate14
  320. name:Won't stop
  321. desc:<#aaa>Reach 10 Quintillion stone per second</#>
  322. req:100000000000000000000 stone:ps
  323. icon:icons[4,13]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement