Advertisement
Dunnknow

Untitled

Jul 13th, 2018
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. Let's make a game!
  2. name:Mine Cracker Test
  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:09/07/2018
  6. updated:09/07/2018
  7. version:0
  8.  
  9. Settings
  10. background:https://image.ibb.co/nDLCCT/background.png
  11. building cost increase:115%
  12. building cost refund:20%
  13. spritesheet:icons, 48 by 48, https://image.ibb.co/dOtL48/5.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].</#></><#ff0>You need [nextgoldprice - stone] more stone for the next gold bar</#>
  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 your 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. req:1000000000000 stone:earned
  37.  
  38. *mineStone
  39. name:Mine Stone
  40. desc:Click this to mine some stone. Grants 10B stone per click.
  41. icon:https://image.ibb.co/jWfXe8/bigstone.png
  42. on click:yield 10000000000 stone
  43. on click:anim icon wobble
  44. show clicks
  45. no text
  46. class:bigButton hasFlares
  47. tooltip origin:bottom
  48.  
  49. Shinies
  50. *fallingStone
  51. icon:https://image.ibb.co/eNaRid/stoneparticle.png
  52. movement:onTop wiggle moveBottom fade
  53. icon class:fallingStone
  54. duration:2
  55. no click
  56. frequency:0.2
  57.  
  58. CSS
  59. #game.filtersOn fallingStone
  60. {
  61. width:32px;
  62. height:32px;
  63. }
  64.  
  65. Resources
  66. *stone
  67. name:Stone|Stones
  68. desc:This is stone. It is collected whenever you mine it and is used to purchase buildings and upgrades.
  69. icon:icons[0,1]
  70. start with:1000000
  71.  
  72. *gold
  73. name:Gold Bar|Gold Bars
  74. desc:This is gold. It provides MASSIVE profit boosts and bonuses.
  75. icon:icons[0,2]
  76. req:1000000000000 stone:earned
  77.  
  78. *claimablegold
  79. name:Claimable Gold
  80. always hidden
  81.  
  82. *nextgoldprice
  83. name:Next Gold Price
  84. desc:This is the amount of on-hand stone you need to reach your next claimable gold bar.
  85. start with:1000000000000
  86. icon:icons[0,2]
  87. req:1000000000000 stone:earned
  88.  
  89. Buildings
  90. *TEMPLATE
  91. on click:anim glow
  92.  
  93. *autopick
  94. name:Autopick|Autopicks
  95. desc:Automatically mines the stone every 10 seconds.</><#aaa>(base +0.1 Sps)</#>
  96. on tick:yield 0.1 stone
  97. cost:15 stone
  98. req:10 stone:earned
  99. tag:building
  100. icon:icons[1,0]
  101.  
  102. *miner
  103. name:Miner|Miners
  104. desc:A nice miner to mine some stone.</><#aaa>(base +2 Sps)</#>
  105. on tick:yield 2 stone
  106. cost:200 stone
  107. req:130 stone:earned
  108. tag:building
  109. icon:icons[1,1]
  110.  
  111. *quarry
  112. name:Quarry|Quarries
  113. desc:Or just a huge autopick.</><#aaa>(base +18 Sps)</#>
  114. on tick:yield 18 stone
  115. cost:9000 stone
  116. req:2000 stone:earned
  117. tag:building
  118. icon:icons[1,2]
  119. start with:50
  120.  
  121. *shipment
  122. name:Shipment|Shipments
  123. desc:Mining the universe, one world at a time.</><#aaa>(base +750 Sps)</#>
  124. on tick:yield 750 stone
  125. cost:100000 stone
  126. req:50000 stone:earned
  127. tag:building
  128. icon:icons[1,3]
  129.  
  130. *extractor
  131. name:Extractor|Extractors
  132. desc:Extracts all of the precious materials from an ENTIRE SOLAR SYSTEM AT A TIME!</><#aaa>(base +120000 Sps)</#>
  133. on tick:yield 120000 stone
  134. cost:90000000 stone
  135. req:70000000 stone:earned
  136. tag:building
  137. icon:icons[1,4]
  138.  
  139. Upgrades
  140. // Ultimate upgrade price = 10^tierOfBuilding, starting at tier one
  141. *base1
  142. name:Granite Stone
  143. desc:Adding variety for more stone!</><#aaa>+5% Efficiency for all</#>
  144. passive:multiply yield of tag:building by 1.05
  145. cost:100 stone
  146. req:50 stone:earned
  147. icon:icons[2,0] icons[0,1] icons[0,0]
  148. tag:upgrade
  149. *base2
  150. name:Andesite Stone
  151. desc:FROM SPAAAAAAAAAAAAAACE!</><#aaa>+5% Efficiency for all</#>
  152. passive:multiply yield of tag:building by 1.05
  153. cost:400 stone
  154. req:200 stone:earned
  155. icon:icons[2,1] icons[0,1] icons[0,0]
  156. tag:upgrade
  157. *base3
  158. name:Diorite Stone
  159. desc:A whiter variant of stone.</><#aaa>+5% Efficiency for all</#>
  160. passive:multiply yield of tag:building by 1.05
  161. cost:1600 stone
  162. req:800 stone:earned
  163. icon:icons[2,2] icons[0,1] icons[0,0]
  164. tag:upgrade
  165. *base4
  166. name:Flint Stone
  167. desc:<i>Crumbly!</i></><#aaa>+5% Efficiency for all</#>
  168. passive:multiply yield of tag:building by 1.05
  169. cost:6400 stone
  170. req:3200 stone:earned
  171. icon:icons[2,3] icons[0,1] icons[0,0]
  172. tag:upgrade
  173. *base5
  174. name:Reinforced Stone
  175. desc:DOUBLE THE TOUGHNESS</>DOUBLE THE QUALITY</>double the calories.</><#aaa>+5% Efficiency for all</#>
  176. passive:multiply yield of tag:building by 1.05
  177. cost:25600 stone
  178. req:12800 stone:earned
  179. icon:icons[2,4] icons[0,1] icons[0,0]
  180. tag:upgrade
  181. *base6
  182. name:Obsidian Stone
  183. desc:A blacker variant of stone.</><#aaa>+5% Efficiency for all</#>
  184. passive:multiply yield of tag:building by 1.05
  185. cost:102400 stone
  186. req:51200 stone:earned
  187. icon:icons[2,5] icons[0,1] icons[0,0]
  188. tag:upgrade
  189.  
  190. // x * 6.8
  191. *mouse1
  192. name:Plastic Mouse
  193. desc:squeak</><#aaa>Doubles efficiency of mouse clicks.</#>
  194. passive:multiply yield of mineStone by 2
  195. cost:400 stone
  196. req:200 stone:earned
  197. icon:icons[2,0] icons[0,3] icons[0,0]
  198. tag:upgrade
  199. *mouse2
  200. name:Iron Mouse
  201. desc:Used by the ancients to... something.</><#aaa>Doubles efficiency of mouse clicks.</#>
  202. passive:multiply yield of mineStone by 2
  203. cost:2720 stone
  204. req:600 stone:earned
  205. icon:icons[2,1] icons[0,3] icons[0,0]
  206. tag:upgrade
  207. *mouse3
  208. name:Steel Mouse
  209. desc:May contain traces of Uranium Tetraflouride.</><#aaa>Doubles efficiency of mouse clicks.</#>
  210. passive:multiply yield of mineStone by 2
  211. cost:18496 stone
  212. req:4800 stone:earned
  213. icon:icons[2,2] icons[0,3] icons[0,0]
  214. tag:upgrade
  215. *mouse4
  216. name:Durasteel Mouse
  217. desc:clickclickclickclickclickclick...</><#aaa>Doubles efficiency of mouse clicks.</#>
  218. passive:multiply yield of mineStone by 2
  219. cost:125773 stone
  220. req:85000 stone:earned
  221. icon:icons[2,3] icons[0,3] icons[0,0]
  222. tag:upgrade
  223. *mouse5
  224. name:Adamant Mouse
  225. desc:Mine rock with mythical rock!</><#aaa>Doubles efficiency of mouse clicks.</#>
  226. passive:multiply yield of mineStone by 2
  227. cost:855256 stone
  228. req:125000 stone:earned
  229. icon:icons[2,4] icons[0,3] icons[0,0]
  230. tag:upgrade
  231. *mouse6
  232. name:Unobtanium Mouse
  233. desc:The latest in technological mouse advancements.</><#aaa>Doubles efficiency of mouse clicks.</#>
  234. passive:multiply yield of mineStone by 2
  235. cost:5815741 stone
  236. req:2500000 stone:earned
  237. icon:icons[2,5] icons[0,3] icons[0,0]
  238. tag:upgrade
  239.  
  240. // x * 5.1
  241. *autopickUpgrade1
  242. name:Better Motors
  243. desc:Virtual motors, that is.</><#aaa>Doubles efficiency of Autopicks</#>
  244. passive:multiply yield of autopick by 2
  245. cost:3000 stone
  246. req:1 autopick
  247. icon:icons[2,0] icons[1,0] icons[0,0]
  248. tag:upgrade
  249. *autopickUpgrade2
  250. name:Iron Pickaxes
  251. desc:Isn't it Iron-pick?</><#aaa>Doubles efficiency of Autopicks</#>
  252. passive:multiply yield of autopick by 2
  253. cost:15300 stone
  254. req:20 autopick
  255. icon:icons[2,1] icons[1,0] icons[0,0]
  256. tag:upgrade
  257. *autopickUpgrade3
  258. name:Auto Drilling
  259. desc:Probably more effective.</><#aaa>Doubles efficiency of Autopicks</#>
  260. passive:multiply yield of autopick by 2
  261. cost:78030 stone
  262. req:50 autopick
  263. icon:icons[2,2] icons[1,0] icons[0,0]
  264. tag:upgrade
  265. *autopickUpgrade4
  266. name:LAS
  267. desc:Lava Avoidance Schemes. Avoiding lava causes less stone loss.</><#aaa>10x efficiency of Autopicks</#>
  268. passive:multiply yield of autopick by 10
  269. cost:397953 stone
  270. req:100 autopick
  271. icon:icons[2,3] icons[1,0] icons[0,0]
  272. tag:upgrade
  273. *UpgradeUltimate1
  274. name:Ultimipick
  275. desc:FEEL THE POWER.</><#faa>Autopick efficiency +5% for every autopick</#>
  276. passive:multiply yield of autopick by 1 + (autopick / 20)
  277. cost:10 gold
  278. req:5 autopick
  279. req:1 gold
  280. icon:icons[2,0] icons[1,0] icons[5,0]
  281. tag:upgrade
  282.  
  283. // x * 5
  284. *minerUpgrade1
  285. name:More Helmets
  286. desc:Which OBVIOUSLY attributes to the collection of stone.</><#aaa>Doubles efficiency of Miners</#>
  287. passive:multiply yield of miner by 2
  288. cost:25000 stone
  289. req:1 miner
  290. icon:icons[2,0] icons[1,1] icons[0,0]
  291. tag:upgrade
  292. *minerUpgrade2
  293. name:Brighter Lights
  294. desc:You can't mine it if you can't see it!</><#aaa>Doubles efficiency of Miners</#>
  295. passive:multiply yield of miner by 2
  296. cost:125000 stone
  297. req:20 miner
  298. icon:icons[2,1] icons[1,1] icons[0,0]
  299. tag:upgrade
  300. *minerUpgrade3
  301. name:Extra Tables
  302. desc:Y'know, so you can craft more pickaxes?</><#aaa>Doubles efficiency of Miners</#>
  303. passive:multiply yield of miner by 2
  304. cost:625000 stone
  305. req:50 miner
  306. icon:icons[2,2] icons[1,1] icons[0,0]
  307. tag:upgrade
  308. *minerUpgrade4
  309. name:Incentive
  310. desc:Why didn't we think of this earlier?</><#aaa>10x efficiency of Miners</#>
  311. passive:multiply yield of miner by 10
  312. cost:3125000 stone
  313. req:100 miner
  314. icon:icons[2,3] icons[1,1] icons[0,0]
  315. tag:upgrade
  316. *UpgradeUltimate2
  317. name:Ultimihelmets
  318. desc:FEEL THE POWER, etc.</><#faa>Miner efficiency +5% for every Miner</#>
  319. passive:multiply yield of miner by 1 + (miner / 20)
  320. cost:100 gold
  321. req:5 miner
  322. req:1 gold
  323. icon:icons[2,0] icons[1,1] icons[5,0]
  324. tag:upgrade
  325.  
  326. // x * 4
  327. *quarryUpgrade1
  328. name:Nukes
  329. desc:<i>Kabloom</i></><#aaa>Doubles efficiency of Quarries</#>
  330. passive:multiply yield of quarry by 2
  331. cost:520000 stone
  332. req:1 quarry
  333. icon:icons[2,0] icons[1,2] icons[0,0]
  334. tag:upgrade
  335. *quarryUpgrade2
  336. name:China Prospectors
  337. desc:This will insure that the quarry <i>correctly</i> digs through the planet.</><#aaa>Doubles efficiency of Quarries</#>
  338. passive:multiply yield of quarry by 2
  339. cost:2080000 stone
  340. req:20 quarry
  341. icon:icons[2,1] icons[1,2] icons[0,0]
  342. tag:upgrade
  343. *quarryUpgrade3
  344. name:Big Red Buttons
  345. desc:Built for easy quarryization</><#aaa>Doubles efficiency of Quarries</#>
  346. passive:multiply yield of quarry by 2
  347. cost:8320000 stone
  348. req:50 quarry
  349. icon:icons[2,2] icons[1,2] icons[0,0]
  350. tag:upgrade
  351. *quarryUpgrade4
  352. name:Giant Claws
  353. desc:We're talking "twenty times the size of the machine" claws now.</><#aaa>10x efficiency of Quarries</#>
  354. passive:multiply yield of quarry by 10
  355. cost:33280000 stone
  356. req:100 quarry
  357. icon:icons[2,3] icons[1,2] icons[0,0]
  358. tag:upgrade
  359. *UpgradeUltimate3
  360. name:Ultimiholes
  361. desc:Are you happy <i>now?</i></><#faa>Quarry efficiency +5% for every Quarry</#>
  362. passive:multiply yield of quarry by 1 + (quarry / 20)
  363. cost:1000 gold
  364. req:5 quarry
  365. req:1 gold
  366. icon:icons[2,0] icons[1,2] icons[5,0]
  367. tag:upgrade
  368.  
  369. // x * 4.2 (meaning of life)
  370. *shipmentUpgrade1
  371. name:Ring Harvesters
  372. desc:High quality moon fragments!</><#aaa>Doubles efficiency of Shipments</#>
  373. passive:multiply yield of shipment by 2
  374. cost:4000000 stone
  375. req:1 shipment
  376. icon:icons[2,0] icons[1,3] icons[0,0]
  377. tag:upgrade
  378. *shipmentUpgrade2
  379. name:Death Stars
  380. desc:For mining on uninhabited planets this is really just aesthetic.</>OR IS IT?</><#aaa>Doubles efficiency of Shipments</#>
  381. passive:multiply yield of shipment by 2
  382. cost:16800000 stone
  383. req:20 shipment
  384. icon:icons[2,1] icons[1,3] icons[0,0]
  385. tag:upgrade
  386. *shipmentUpgrade3
  387. name:Landing Parties
  388. desc:<i>Cha cha cha!</i></><#aaa>Doubles efficiency of Shipments</#>
  389. passive:multiply yield of shipment by 2
  390. cost:70560000 stone
  391. req:50 shipment
  392. icon:icons[2,2] icons[1,3] icons[0,0]
  393. tag:upgrade
  394. *shipmentUpgrade4
  395. name:Cargo Teleporters
  396. desc:Beam the planet</><#aaa>10x efficiency of Shipments</#>
  397. passive:multiply yield of shipment by 10
  398. cost:296352000 stone
  399. req:100 shipment
  400. icon:icons[2,3] icons[1,3] icons[0,0]
  401. tag:upgrade
  402. *UpgradeUltimate4
  403. name:Ultimidrive
  404. desc:Pierce the heavens, etc.</><#faa>Shipments efficiency +5% for every Shipment</#>
  405. passive:multiply yield of shipment by 1 + (shipment / 20)
  406. cost:10000 gold
  407. req:5 shipment
  408. req:1 gold
  409. icon:icons[2,0] icons[1,3] icons[5,0]
  410. tag:upgrade
  411.  
  412. // x * 5.5
  413. *extractorUpgrade1
  414. name:Planetsplitters
  415. desc:High quality planet fragments!</><#aaa>Doubles efficiency of Extractors</#>
  416. passive:multiply yield of extractor by 2
  417. cost:450000000 stone
  418. req:1 extractor
  419. icon:icons[2,0] icons[1,4] icons[0,0]
  420. tag:upgrade
  421. *extractorUpgrade2
  422. name:Handheld too!
  423. desc:<i>pew pew!</i></><#aaa>Doubles efficiency of Extractors</#>
  424. passive:multiply yield of extractor by 2
  425. cost:2475000000 stone
  426. req:20 extractor
  427. icon:icons[2,1] icons[1,4] icons[0,0]
  428. tag:upgrade
  429. *extractorUpgrade3
  430. name:Tractor Reactors
  431. desc:For use only with tractor beams</><#aaa>Doubles efficiency of Extractors</#>
  432. passive:multiply yield of extractor by 2
  433. cost:13612500000 stone
  434. req:50 extractor
  435. icon:icons[2,2] icons[1,4] icons[0,0]
  436. tag:upgrade
  437. *extractorUpgrade4
  438. name:LIT SPEED
  439. desc:Scientists have long wondered the properties of such a force. Now we can harness pure litness in the form of a beam.</><#aaa>10x efficiency of Extractors</#>
  440. passive:multiply yield of extractor by 10
  441. cost:74868750000 stone
  442. req:100 extractor
  443. icon:icons[2,3] icons[1,4] icons[0,0]
  444. tag:upgrade
  445. *UpgradeUltimate5
  446. name:Ultimitractor
  447. desc:Mine the galaxy, etc.</><#faa>Extractors efficiency +5% for every Extractor</#>
  448. passive:multiply yield of extractor by 1 + (extractor / 20)
  449. cost:100000 gold
  450. req:5 extractor
  451. req:1 gold
  452. icon:icons[2,0] icons[1,4] icons[5,0]
  453. tag:upgrade
  454.  
  455. Achievements
  456. *10clicks
  457. name:Your first pickaxe
  458. desc:<i>Careful</i> with that thing!</><#aaa>Click the stone 10 times</#>
  459. req:10 mineStone:clicks
  460. icon:icons[0,3] icons[3,0]
  461. *100clicks
  462. name:Carpal Tunneling
  463. desc:That'sssssss some nice stone you got there...</><#aaa>Click the stone 100 times</#>
  464. req:100 mineStone:clicks
  465. icon:icons[0,3] icons[3,1]
  466. *1000clicks
  467. name:HELLO DOWN THERE!
  468. desc:There, there, there, there...</><#aaa>Click the stone 1000 times</#>
  469. req:1000 mineStone:clicks
  470. icon:icons[0,3] icons[3,2]
  471.  
  472. *1autopick
  473. name:Automated Mining
  474. desc:Step 1: Avoid Sentience. Step 2: Avoid Sentience</><#aaa>Purchase 1 autopick</#>
  475. req:1 autopick
  476. icon:icons[1,0] icons[5,0]
  477. *10autopick
  478. name:EXPAND THE ARMY
  479. desc:What <i>exactly</i> did you get out of avoiding robotic takeovers?</><#aaa>Purchase 10 autopicks</#>
  480. req:10 autopick
  481. icon:icons[1,0] icons[3,0]
  482. *50autopick
  483. name:There's holes in the grounds...
  484. desc:Don't fall in!</><#aaa>Purchase 50 autopicks</#>
  485. req:50 autopick
  486. icon:icons[1,0] icons[3,1]
  487. *100autopick
  488. name:Finally caved in?
  489. desc:not suprising</><#aaa>Purchase 100 autopicks</#>
  490. req:100 autopick
  491. icon:icons[1,0] icons[3,2]
  492.  
  493. *1miner
  494. name:Work work work
  495. desc:Then coffee break.</><#aaa>Purchase 1 miner</#>
  496. req:1 miner
  497. icon:icons[1,1] icons[5,0]
  498. *10miner
  499. name:Workforce
  500. desc:NO COFFEE!</><#aaa>Purchase 10 miners</#>
  501. req:10 miner
  502. icon:icons[1,1] icons[3,0]
  503. *50miner
  504. name:Are they trained for this?
  505. desc:Side note - Probably not</><#aaa>Purchase 50 miners</#>
  506. req:50 miner
  507. icon:icons[1,1] icons[3,1]
  508. *100miner
  509. name:Minor Miners
  510. desc:...</><#aaa>Purchase 100 miners</#>
  511. req:100 miner
  512. icon:icons[1,1] icons[3,2]
  513.  
  514. *1quarry
  515. name:Mass-Production
  516. desc:But how to commercialize it?</><#aaa>Purchase 1 quarry</#>
  517. req:1 quarry
  518. icon:icons[1,2] icons[5,0]
  519. *10quarry
  520. name:Vertical Tunnels
  521. desc:10 of them, to be exact.</><#aaa>Purchase 10 quarries</#>
  522. req:10 quarry
  523. icon:icons[1,2] icons[3,0]
  524. *50quarry
  525. name:We got to the mantle!
  526. desc:and might have created a volcano...</><#aaa>Purchase 50 quarries</#>
  527. req:50 quarry
  528. icon:icons[1,2] icons[3,1]
  529. *100quarry
  530. name:THE CORE
  531. desc:Very good. You destroyed Earth.</><#aaa>Purchase 100 quarries</#>
  532. req:100 quarry
  533. icon:icons[1,2] icons[3,2]
  534.  
  535. *1shipment
  536. name:The Final Frontier
  537. desc:Title made by cliches inc.</><#aaa>Purchase 1 shipment</#>
  538. req:1 shipment
  539. icon:icons[1,3] icons[5,0]
  540. *10shipment
  541. name:Interstellar Fleet
  542. desc:A group of shipments is a fleet.</><#aaa>Purchase 10 shipments</#>
  543. req:10 shipment
  544. icon:icons[1,3] icons[3,0]
  545. *50shipment
  546. name:The Galactic Mining Company
  547. desc:Hashtag NotScam</><#aaa>Purchase 50 shipments</#>
  548. req:50 shipment
  549. icon:icons[1,3] icons[3,1]
  550. *100shipment
  551. name:Group Effort
  552. desc:Technically speaking, Groups of groups.</><#aaa>Purchase 100 shipments</#>
  553. req:100 shipment
  554. icon:icons[1,3] icons[3,2]
  555.  
  556. *1extractor
  557. name:Planet Grinders
  558. desc:You're basically evil now.</><#aaa>Purchase 1 extractor</#>
  559. req:1 extractor
  560. icon:icons[1,4] icons[5,0]
  561. *10extractor
  562. name:GRIND GRIND
  563. desc:I'm honestly running out of flavor text.</><#aaa>Purchase 10 extractors</#>
  564. req:10 extractor
  565. icon:icons[1,4] icons[3,0]
  566. *50extractor
  567. name:This just in...
  568. desc:Small blue planet harvesting galaxy for entertainment!</><#aaa>Purchase 50 extractors</#>
  569. req:50 extractor
  570. icon:icons[1,4] icons[3,1]
  571. *100extractor
  572. name:Extractoration
  573. desc:If you keep this up the made up words will continue. YOU HAVE BEEN WARNED.</><#aaa>Purchase 100 extractors</#>
  574. req:100 extractor
  575. icon:icons[1,4] icons[3,2]
  576.  
  577. *stone1
  578. name:Small Mine
  579. desc:<#aaa>Earn 100 stone</#>
  580. req:100 stone:earned
  581. icon:icons[4,0]
  582. *stone2
  583. name:Large Mine
  584. desc:<#aaa>Earn 1K stone</#>
  585. req:1000 stone:earned
  586. icon:icons[4,1]
  587. *stone3
  588. name:Huge Mine
  589. desc:<#aaa>Earn 100K stone</#>
  590. req:100000 stone:earned
  591. icon:icons[4,2]
  592. *stone4
  593. name:National Operation
  594. desc:<#aaa>Earn 1M stone</#>
  595. req:1000000 stone:earned
  596. icon:icons[4,3]
  597. *stone5
  598. name:Worldwide Operation
  599. desc:<#aaa>Earn 100M stone</#>
  600. req:100000000 stone:earned
  601. icon:icons[4,4]
  602. *stone6
  603. name:Interplanetary Excavation
  604. desc:<#aaa>Earn 1B stone</#>
  605. req:1000000000 stone:earned
  606. icon:icons[4,5]
  607. *stone7
  608. name:Galactic Operation
  609. desc:<#aaa>Earn 100B stone</#>
  610. req:100000000000 stone:earned
  611. icon:icons[4,6]
  612. *stone8
  613. name:Universal Operation
  614. desc:<#aaa>Earn 1T stone</#>
  615. req:1000000000000 stone:earned
  616. icon:icons[4,7]
  617. *stone9
  618. name:Timeless Mine
  619. desc:<#aaa>Earn 100T stone</#>
  620. req:100000000000000 stone:earned
  621. icon:icons[4,8]
  622. *stone10
  623. name:Borderline Destruction
  624. desc:<#aaa>Earn 1 Quadrillion stone</#>
  625. req:1000000000000000 stone:earned
  626. icon:icons[4,9]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement