Pyronic

Untitled

Jan 5th, 2019
146
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 23.22 KB | None | 0 0
  1. // hey thanks for reading did you know if you click the achievement 'Jackpot' you will get another achievement? cool right?
  2.  
  3. Let's make a game!
  4. name:Jelly Miner
  5. by:RadRobot
  6. desc:This game is about mining Jelly and getting Profit!<//>Stylesheet heavily inspired by Grandma Clicker Reborn.<//><.>Amount of times clicked the button: [Jelly:clicks]<//><b>Important</b> items are not reset on rebirth!
  7. created:1/09/2018
  8. updated:15/12/2018
  9. version:3
  10.  
  11. Settings
  12. background:https://images.pexels.com/photos/8892/pexels-photo.jpg?auto=compress&cs=tinysrgb&dpr=2&h=750&w=1260
  13. building cost increase:110%
  14. building cost refund:100%
  15. stylesheet:https://pastebin.com/XVyN69TD
  16.  
  17. CSS
  18. .thing
  19. {
  20. border-radius:8px;
  21. background:rgba(255,255,255,0.5);
  22. }
  23.  
  24. CSS
  25. .thing-icon,.particle
  26. {
  27. width:100px;
  28. height:100px;
  29. }
  30.  
  31. Layout
  32. *main
  33. contains:buttons
  34. *res
  35. contains:Resources
  36. *buttons
  37. contains:Buttons
  38. *store
  39. contains:buildings, upgrades, res
  40. *buildings
  41. contains:BulkDisplay, Buildings
  42. header:Buildings
  43. tooltip origin:left
  44. *upgrades
  45. contains:Upgrades
  46. header:Upgrades
  47. *achievs
  48. contains:tag:Achievements
  49. header:Achievements
  50. in:store
  51.  
  52. Shinies
  53. *GoldenJellyShinies
  54. name:Golden Jelly
  55. on click:yield 1 GoldenJelly
  56. icon:https://piskel-imgstore-b.appspot.com/img/0ee611c7-ad9e-11e8-a473-d7a237716f20.gif
  57. movement:anywhere shrink
  58. no text
  59. frequency:40
  60. frequency variation:100
  61. *JellyRockShinies
  62. name:Jelly Rock
  63. on click:yield 1 JellyRock
  64. icon:https://piskel-imgstore-b.appspot.com/img/da0c1870-adbc-11e8-ab05-d7a237716f20.gif
  65. movement:anywhere shrink
  66. no text
  67. frequency:1
  68. frequency variation: 150
  69.  
  70.  
  71. Buttons
  72. *Jelly
  73. name:Jelly
  74. desc:Jelly! Press me to mine Jelly!
  75. on click:yield 999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999 GreenJelly
  76. on click:if (have SecondLevel) yield 1 BlueJelly
  77. on click:if (have ThirdLevel) yield 1 RedJelly
  78. on click:if (have ThirdLevel) yield 0.5 PurpleJelly
  79. on click:if (have FourthLevel) yield 1 OrangeJelly
  80. on click:if (have FourthLevel) yield 1 CyanJelly
  81. on click:if (have FourthLevel) yield 0.5 PinkJelly
  82. on click:if (have FifthLevel) yield 1 NeonJelly
  83. on click:if (have FifthLevel) yield 0.5 UraniumJelly
  84. on click:if (have FifthLevel) yield 0.5 MossJelly
  85. class:bigButton
  86. icon:https://piskel-imgstore-b.appspot.com/img/e4b6101e-ad97-11e8-94b3-d7a237716f20.gif
  87. no text
  88. *Sell
  89. name:Sell All Jelly
  90. desc:Sell your jelly for Cash!
  91. on click:yield (10000000000000000000*GreenJelly) Cash
  92. on click:lose GreenJelly
  93. on click:yield (5*BlueJelly) Cash
  94. on click:lose BlueJelly
  95. on click:yield (20*RedJelly) Cash
  96. on click:lose RedJelly
  97. on click:yield (50*PurpleJelly) Cash
  98. on click:lose PurpleJelly
  99. on click:yield (150*CyanJelly) Cash
  100. on click:lose CyanJelly
  101. on click:yield (250*OrangeJelly) Cash
  102. on click:lose OrangeJelly
  103. on click:yield (400*PinkJelly) Cash
  104. on click:lose PinkJelly
  105. on click:yield (GoldenJelly*Cash/4) Cash
  106. on click:lose GoldenJelly
  107. on click:yield (500*NeonJelly) Cash
  108. on click:lose NeonJelly
  109. on click:yield (750*UraniumJelly) Cash
  110. on click:lose UraniumJelly
  111. on click:yield (900*MossJelly) Cash
  112. on click:lose MossJelly
  113.  
  114. Resources
  115. *Cash
  116. name:Cash
  117. desc:The cash you've earnt!
  118. icon:https://piskel-imgstore-b.appspot.com/img/18f0f347-ad91-11e8-9673-85a16bfe755a.gif
  119. on click:yield Wish
  120. tags:Cash important
  121. show earned
  122. *GodlyJelly
  123. name:Godly Jelly
  124. desc:The highest form of jelly! <b>Important</b>
  125. icon:https://piskel-imgstore-b.appspot.com/img/90c5a7f3-ae56-11e8-886b-255337c64a1b.gif
  126. show earned
  127. tags:important
  128. hidden when 0
  129. *GoldenJelly
  130. name:Golden Jelly
  131. desc:The rarest of jellys! Gives you a quarter of your current cash!
  132. icon:https://piskel-imgstore-b.appspot.com/img/0ee611c7-ad9e-11e8-a473-d7a237716f20.gif
  133. hidden when 0
  134. show earned
  135. *GreenJelly
  136. name:Green Jelly
  137. desc:Green Jelly is the most basic Jelly ever! Simple, sweet and common!<//>Green Jelly = 1 Cash
  138. icon:https://piskel-imgstore-b.appspot.com/img/4e932b38-ad91-11e8-8162-85a16bfe755a.gif
  139. show earned
  140. *BlueJelly
  141. name:Blue Jelly
  142. desc:Blue Jelly is quite a nice jelly, just because its sweeter than Green Jelly.<//>Blue Jelly = 5 Cash
  143. icon:https://piskel-imgstore-b.appspot.com/img/f0f313b5-ad98-11e8-a5d8-d7a237716f20.gif
  144. req:have SecondLevel
  145. show earned
  146. *RedJelly
  147. name:Red Jelly
  148. desc:Red Jelly is a jelly that quite nicely tastes of raspberry.<//>Red Jelly = 20 Cash
  149. icon:https://piskel-imgstore-b.appspot.com/img/399a9cab-ada0-11e8-8c27-d7a237716f20.gif
  150. req:have ThirdLevel
  151. show earned
  152. *PurpleJelly
  153. name:Purple Jelly
  154. desc:Purple Jelly tastes of fresh, watery grapes. Yummy!<//>Purple Jelly = 50 Cash
  155. icon:https://piskel-imgstore-b.appspot.com/img/eecccbfa-ada2-11e8-bb59-d7a237716f20.gif
  156. req:have ThirdLevel
  157. show earned
  158. *CyanJelly
  159. name:Cyan Jelly
  160. desc:Cyan Jelly is a nice, refreshing jelly that tastes decent to eat.<//>Cyan Jelly = 150 Cash
  161. icon:https://piskel-imgstore-b.appspot.com/img/4e731eb0-adb4-11e8-bf03-d7a237716f20.gif
  162. req:have FourthLevel
  163. show earned
  164. *OrangeJelly
  165. name:Orange Jelly
  166. desc:Orange Jelly tastes of oranges, mangoes and lemons. Suprisingly, it's a nice flavor!<//>Orange Jelly = 250 Cash
  167. icon:https://piskel-imgstore-b.appspot.com/img/939b52dc-adb4-11e8-9993-d7a237716f20.gif
  168. req:have FourthLevel
  169. show earned
  170. *PinkJelly
  171. name:Pink Jelly
  172. desc:Pink Jelly is a refined, watery, tasty treat for any occasion! A definite must-buy for any party.<//>Pink Jelly = 400 Cash
  173. icon:https://piskel-imgstore-b.appspot.com/img/613d500f-adb4-11e8-b51b-d7a237716f20.gif
  174. req:have FourthLevel
  175. show earned
  176. *NeonJelly
  177. name:Neon Jelly
  178. desc:Neon Jelly is a special type of jelly that glows in the dark! Are we sure this is healthy though?<//>Neon Jelly = 500 Cash
  179. icon:https://piskel-imgstore-b.appspot.com/img/6bfb3b6b-febc-11e8-88ac-e5154323bbbe.gif
  180. req:have FifthLevel
  181. show earned
  182. *UraniumJelly
  183. name:Uranium Jelly
  184. desc:Uranium Jelly is a very rare and radioactive jelly, and 4 out of 5 doctors recommend not eating it. I wonder what happened to the fifth doctor?<//>Uranium Jelly = 750 Cash
  185. icon:https://piskel-imgstore-b.appspot.com/img/d28976e6-febc-11e8-8a2c-e5154323bbbe.gif
  186. req:have FifthLevel
  187. show earned
  188. *MossJelly
  189. name:Mossy Jelly
  190. desc:Mossy Jelly is found in jungly-regions. It seems to always have fungus sprouting on it. Gross...<//>Mossy Jelly = 900 Cash
  191. icon:https://piskel-imgstore-b.appspot.com/img/73304f42-000b-11e9-8569-d9b24702e01d.gif
  192. req:have FifthLevel
  193. show earned
  194. *JellyRock
  195. name:Jelly Rock
  196. desc:A extremely rare rock found in the depths of the darkest caves.
  197. icon:https://piskel-imgstore-b.appspot.com/img/da0c1870-adbc-11e8-ab05-d7a237716f20.gif
  198. hidden when 0
  199. show earned
  200. passive:increase yield of Jelly by (JellyRock*1)
  201. passive:if (have JellyRockI) increase yield of Jelly by (JellyRock*1)
  202. passive:if (have JellyRockII) increase yield of Jelly by (JellyRock*1)
  203. passive:if (have JellyRockIII) increase yield of Jelly by (JellyRock*1)
  204. *Offerings
  205. name:Offerings
  206. desc:What you offer. More offerings the better.
  207. icon:
  208. hidden when 0
  209. can be negative
  210. show earned
  211.  
  212. Buildings
  213. *Miner
  214. name:Miner
  215. desc:A simple miner to mine you some Green Jelly!
  216. icon:https://piskel-imgstore-b.appspot.com/img/c4411085-ad91-11e8-a901-d7a237716f20.gif
  217. on tick:yield 1 GreenJelly
  218. cost:100 Cash
  219. *Digger
  220. name:Digger
  221. desc:Shovels away at the dirt and jelly!
  222. icon:https://piskel-imgstore-b.appspot.com/img/afae1d94-ad99-11e8-b749-d7a237716f20.gif
  223. on tick:yield 1 BlueJelly
  224. on tick:yield 5 GreenJelly
  225. cost:600 Cash
  226. req:have SecondLevel
  227. *Driller
  228. name:Driller
  229. desc:Drills into the earth and gets lots of Blue Jelly!
  230. icon:https://piskel-imgstore-b.appspot.com/img/08973fb0-ada1-11e8-9b44-d7a237716f20.gif
  231. on tick:yield 4 BlueJelly
  232. cost:1000 Cash
  233. req:have SecondLevel
  234. *Bludgeoner
  235. name:Bludgeoner
  236. desc:Smashes hard stones into little pieces!
  237. icon:https://piskel-imgstore-b.appspot.com/img/12b5f14f-ada4-11e8-bcbc-d7a237716f20.gif
  238. on tick:yield 2 RedJelly
  239. on tick:yield 0.5 PurpleJelly
  240. cost:50000 Cash
  241. req:have ThirdLevel
  242. *Chiseller
  243. name:Chiseller
  244. desc:Breaks the most tough rocks you can think of!
  245. icon:https://piskel-imgstore-b.appspot.com/img/05858287-ada5-11e8-84e6-d7a237716f20.gif
  246. on tick:yield 3 PurpleJelly
  247. cost:100000 Cash
  248. req:have ThirdLevel
  249. *Sporker
  250. name:Sporker
  251. desc:What is more fitting to dig into jelly with than a Spork?
  252. icon:https://piskel-imgstore-b.appspot.com/img/ed0cba82-adbb-11e8-862a-d7a237716f20.gif
  253. on tick:yield 2 CyanJelly
  254. on tick:yield 1 OrangeJelly
  255. on tick:yield 0.5 PinkJelly
  256. cost:1000000 Cash
  257. req:have FourthLevel
  258. *Excavator
  259. name:Excavator
  260. desc:Why do the hard work yourself, when you can mine with a machine?
  261. icon:https://piskel-imgstore-b.appspot.com/img/dfc307e3-adc4-11e8-a24a-d7a237716f20.gif
  262. on tick:yield 2 OrangeJelly
  263. on tick:yield 2 PinkJelly
  264. cost:3200000 Cash
  265. req:have FourthLevel
  266. *Searcher
  267. name:Searcher
  268. desc:Special Searchers can find Golden Jellies with a small fee...
  269. icon:https://piskel-imgstore-b.appspot.com/img/e579c21e-ff65-11e8-b4d9-091bb2e33e7b.gif
  270. on tick:if (chance(0.25%)) yield 1 GoldenJelly
  271. cost:200 GodlyJelly
  272. req:Rebirth
  273. *Stabilizer
  274. name:Stabilizer
  275. desc:A special machine that can extract even the most exotic and elusive jellies!
  276. icon:https://piskel-imgstore-b.appspot.com/img/268b917d-000d-11e9-ac4c-d9b24702e01d.gif
  277. req:have FifthLevel
  278. on tick:yield 12 NeonJelly
  279. on tick:yield 8 UraniumJelly
  280. cost:7000000 Cash
  281.  
  282. Upgrades
  283. *JellyRockI
  284. name:Jelly Rock Upgrade I
  285. desc:First Upgrade for Jelly Rocks
  286. icon:https://piskel-imgstore-b.appspot.com/img/da0c1870-adbc-11e8-ab05-d7a237716f20.gif
  287. cost:1000 Cash
  288. req:have SecondLevel
  289. *JellyRockII
  290. name:Jelly Rock Upgrade II
  291. desc:Second Upgrade for Jelly Rocks
  292. icon:https://piskel-imgstore-b.appspot.com/img/da0c1870-adbc-11e8-ab05-d7a237716f20.gif
  293. cost:400000 Cash
  294. req:have ThirdLevel
  295. *JellyRockIII
  296. name:Jelly Rock Upgrade III
  297. desc:Third Upgrade for Jelly Rocks
  298. icon:https://piskel-imgstore-b.appspot.com/img/da0c1870-adbc-11e8-ab05-d7a237716f20.gif
  299. cost:3000000 Cash
  300. req:have FourthLevel
  301. *Water
  302. name:Fresh Water
  303. desc:Jelly sometimes isn't enough to quench our miners thirst. Now we have water!
  304. icon:https://piskel-imgstore-b.appspot.com/img/9e5e7fb8-ad92-11e8-9c45-d7a237716f20.gif
  305. passive:multiply yield of Miner by 2
  306. cost:200 Cash
  307. req:1 Miner
  308. *Bandages
  309. name:Bandages
  310. desc:These miners will not stop hurting themselves on the rocks. Bandages should patch em' up!
  311. icon:https://piskel-imgstore-b.appspot.com/img/39e502f5-ad93-11e8-82db-d7a237716f20.gif
  312. passive:multiply yield of Miner by 2
  313. cost:700 Cash
  314. req:4 Miner
  315. *SecondLevel
  316. name:Second Level
  317. desc:Go deeper and discover more Jelly!
  318. icon:https://piskel-imgstore-b.appspot.com/img/6cac1dc5-ad9a-11e8-8b4d-85a16bfe755a.gif
  319. cost:600 Cash
  320. *GrippedHandles
  321. name:Gripped Handles
  322. desc:Splinters are a big problem for our diggers. These grips will help them dig more efficiently!
  323. icon:https://piskel-imgstore-b.appspot.com/img/aff17063-ad9c-11e8-8a64-85a16bfe755a.gif
  324. cost:1000 Cash
  325. passive:multiply yield of Digger by 2
  326. req:1 Digger
  327. *ThickBoots
  328. name:Thick Boots
  329. desc:Our diggers keep accidentally cutting their feet on their shovels! Thicker shoes should do the trick!
  330. cost:2500 Cash
  331. passive:multiply yield of Digger by 2
  332. icon:https://piskel-imgstore-b.appspot.com/img/58facc11-ad9d-11e8-a8b1-85a16bfe755a.gif
  333. req:4 Digger
  334. *SharperDrill
  335. name:Sharper Drill
  336. desc:Our drills are too dull, says some of the drillers. Sharper drills makes better mining!
  337. icon:https://piskel-imgstore-b.appspot.com/img/9a6377b0-ada1-11e8-b2c2-d7a237716f20.gif
  338. cost:2000 Cash
  339. passive:multiply yield of Driller by 2
  340. req:1 Driller
  341. *ThirdLevel
  342. name:Third Level
  343. desc:Go deeper and discover more Jelly!
  344. icon:https://piskel-imgstore-b.appspot.com/img/6cac1dc5-ad9a-11e8-8b4d-85a16bfe755a.gif
  345. cost:200000 Cash
  346. req:have SecondLevel
  347. *SmoothStone
  348. name:Smooth Stone
  349. desc:Having the hammer handles smoother prevents them from bruising your hands!
  350. cost:150000 Cash
  351. icon:https://piskel-imgstore-b.appspot.com/img/1da0cd05-adab-11e8-a2ef-d7a237716f20.gif
  352. passive:multiply yield of Bludgeoner by 2
  353. req:1 Bludgeoner
  354. *BiggerHammers
  355. name:Bigger Hammers
  356. desc:Now with hammers 2x the size, bludgeoning hasn't been easier!
  357. cost:350000 Cash
  358. passive:multiply yield of Bludgeoner by 2
  359. icon:https://piskel-imgstore-b.appspot.com/img/8b231023-adad-11e8-886f-d7a237716f20.gif
  360. req:4 Bludgeoner
  361. *SharpenedPoint
  362. name:Sharpened Point
  363. desc:Sharper points crack the tough rocks
  364. cost:300000 Cash
  365. passive:multiply yield of Chiseller by 2
  366. icon:https://piskel-imgstore-b.appspot.com/img/cd297314-adad-11e8-99c2-d7a237716f20.gif
  367. req:1 Chiseller
  368. *HandProtection
  369. name:Hand Protection
  370. desc:It's hard hammering while your hand is close by, so hand protection means you wont get hurt even with a slip-up!
  371. cost:450000 Cash
  372. passive:multiply yield of Chiseller by 2
  373. icon:https://piskel-imgstore-b.appspot.com/img/2710b680-adae-11e8-a0a7-d7a237716f20.gif
  374. req:4 Chiseller
  375. *FourthLevel
  376. name:Fourth Level
  377. desc:Go deeper and discover more Jelly!
  378. icon:https://piskel-imgstore-b.appspot.com/img/6cac1dc5-ad9a-11e8-8b4d-85a16bfe755a.gif
  379. cost:1500000 Cash
  380. req:have ThirdLevel
  381. *BiggerProngs
  382. name:Bigger Prongs
  383. desc:Bigger prongs means that you can break the layers of tough jelly!
  384. icon:https://piskel-imgstore-b.appspot.com/img/02f67c54-adc6-11e8-a853-d7a237716f20.gif
  385. cost:2500000 Cash
  386. passive:multiply yield of Sporker by 2
  387. req:1 Sporker
  388. *Deruster
  389. name:De-Ruster
  390. desc:Remove the rust off the excavators!
  391. icon:https://piskel-imgstore-b.appspot.com/img/a1768da8-ae55-11e8-9019-255337c64a1b.gif
  392. cost:6000000 Cash
  393. passive:multiply yield of Excavator by 2
  394. req:1 Excavator
  395. *ThePacts
  396. name:The Pact
  397. desc:Sign a pact with the Jelly Gods, <b>Rebirthing</b> your game, and gaining Godly Jelly depending on your cash!
  398. icon:https://piskel-imgstore-b.appspot.com/img/625bab4a-ae57-11e8-942e-255337c64a1b.gif
  399. cost:10000000 Cash
  400. req:10000000 Cash, have FourthLevel
  401. on earn:lose notTag:important
  402. on earn:yield (Cash/3000000) GodlyJelly
  403. on earn:lose tag:Cash
  404. on earn:toast Successful Rebirth!
  405. *FifthLevel
  406. desc:Go deeper than ever before, prepare for adventure!
  407. name:Fifth Level
  408. icon:https://piskel-imgstore-b.appspot.com/img/c6dacd47-feac-11e8-bf10-19273c91ead2.gif
  409. cost:50 GodlyJelly
  410. cost:10000000 Cash
  411. req:have FourthLevel
  412. req:10000000 Cash
  413. *HolyPickaxe
  414. name:Holy Pickaxe
  415. desc:The more you mine the more efficient it will become. <b>Important</b>
  416. icon:https://piskel-imgstore-b.appspot.com/img/e7dd6c6b-ff5e-11e8-84ba-091bb2e33e7b.gif
  417. cost:5 GodlyJelly
  418. tag:important
  419. req:5 GodlyJelly
  420. passive:increase yield of Jelly by (Jelly:clicks/500)
  421. *Agreements
  422. name:Agreements
  423. desc:Miners and Diggers have agreed to help eachother out! <b>Important</b>
  424. icon:https://piskel-imgstore-b.appspot.com/img/9b7f3654-ff64-11e8-944c-091bb2e33e7b.gif
  425. cost:2 GodlyJelly
  426. req:2 GodlyJelly
  427. tag:important
  428. req:SecondLevel
  429. passive:increase yield of Miner by (Digger/2)
  430. passive:increase yield of Digger by (Miner/2)
  431. *Grail
  432. name:Holy Grail
  433. desc:Suprisingly efficient at hydrating our Miners! <b>Important</b>
  434. cost:10 GodlyJelly
  435. tag:important
  436. icon:https://piskel-imgstore-b.appspot.com/img/0b113c45-0014-11e9-b02d-69ffc2635d0c.gif
  437. req:10 GodlyJelly
  438. passive:multiply yield of Miner by 3
  439. *BlessedBlade
  440. name:Blessed Blade
  441. desc:Cuts through soil just like warm butter! Diggers love it! <b>Important</b>
  442. cost:30 GodlyJelly
  443. tag:important
  444. icon:https://piskel-imgstore-b.appspot.com/img/8713a2f3-0015-11e9-82a0-69ffc2635d0c.gif
  445. passive:multiply yield of Digger by 3
  446. req:30 GodlyJelly
  447. req:SecondLevel
  448. *OpticalMasterpiece
  449. name:Optical Masterpiece
  450. desc:This is a fine work of art, which makes Searchers jobs much easier!
  451. cost:500 GodlyJelly
  452. tag:important
  453. icon:https://piskel-imgstore-b.appspot.com/img/74bcee82-0016-11e9-ad01-69ffc2635d0c.gif
  454. req:1 Searcher
  455. passive:multiply yield of Searcher by 2
  456.  
  457. Achievements
  458. *GreenThumb
  459. name:Green Thumb
  460. desc:Mine 1 Green Jelly!
  461. req:1 GreenJelly:earned
  462. *Squishy
  463. name:Squishy
  464. desc:Mine 100 Green Jelly!
  465. req:100 GreenJelly:earned
  466. *Slimed
  467. name:Slimed
  468. desc:Mine 10000 Green Jelly!
  469. req:10000 GreenJelly:earned
  470. *Jackpot
  471. name:Jackpot
  472. desc:You got a Jelly Rock!! This doubles your click power and is a 1 in 300 chance!
  473. req:1 JellyRock
  474. on click:yield Readit
  475. *Lucky
  476. name:Lucky!
  477. desc:Get a Golden Jelly!
  478. req:1 GoldenJelly:earned
  479. *Dollar
  480. name:Dollar
  481. desc:Get your first dollar!
  482. req:1 Cash
  483. *Moneybag
  484. name:Moneybags
  485. desc:Get 100 Dollars!
  486. req:100 Cash
  487. *Rich
  488. name:Rich
  489. desc:Get 10000 Dollars!
  490. req:10000 Cash
  491. *Fortune
  492. name:Fortune
  493. desc:Get 100000 Dollars!
  494. req:100000 Cash
  495. *Millionare
  496. name:Millionare
  497. desc:Get 1000000 Dollars!
  498. req:1000000 Cash
  499. *Billionare
  500. name:Billionare
  501. desc:Get 1000000000 Dollars!
  502. req:1000000000 Cash
  503. *Trillionare
  504. name:Trillionare
  505. desc:You got 1000000000000 Dollars!
  506. req:1000000000000 Cash
  507. *HelpingHand
  508. name:Helping Hand
  509. desc:Get a miner to help dig for you!
  510. req:1 Miner
  511. *Pickax
  512. name:Pickax
  513. desc:Buy 10 miners to mine more Green Jelly for you!
  514. req:10 Miner
  515. *Quarry
  516. name:Quarry
  517. desc:Buy 100 miners to dig by your side!
  518. req:100 Miner
  519. *Shovelful
  520. name:Shovelful
  521. desc:Buy a digger to shovel out the dirt!
  522. req:1 Digger
  523. *DirtMound
  524. name:Dirt Mound
  525. desc:Buy 10 diggers to shovel out the earth!
  526. req:10 Digger
  527. *CompetitiveDigging
  528. name:Competitive Digging
  529. desc:Buy 100 diggers to hold their own digging competition!
  530. req:100 Digger
  531. *ElectricDigger
  532. name:Electric Digger
  533. desc:Buy 1 driller to mine out rocks with the power of electricity!
  534. req:1 Driller
  535. *SpinRightRound
  536. name:Spin Right Round
  537. desc:Buy 10 drillers to spin you right round!
  538. req:10 Driller
  539. *DrillSite
  540. name:Drill Site
  541. desc:Buy 100 drillers to have their own drilling site to get jelly!
  542. req:100 Driller
  543. *Smack
  544. name:Smack!
  545. desc:Buy 1 bludgeoner to smack out the jelly in rocks!
  546. req:1 Bludgeoner
  547. *Bang
  548. name:Bang!
  549. desc:Buy 10 bludgeoners to bang the rocks with their hammers!
  550. req:10 Bludgeoner
  551. *Crack
  552. name:Crack!
  553. desc:Buy 100 bludgeoners to crack and break the rocks for jelly!
  554. req:100 Bludgeoner
  555. *Precision
  556. name:Precision
  557. desc:Buy 1 Chiseller to precisely crack the toughest of rocks.
  558. req:1 Chiseller
  559. *Patience
  560. name:Patience
  561. desc:Buy 10 Chisellers to be patient while cracking all the rocks.
  562. req:10 Chiseller
  563. *Perseverance
  564. name:Perseverance
  565. desc:Buy 100 Chisellers to persevere while cracking every tough rock!
  566. req:100 Chiseller
  567. *BiteSized
  568. name:Bite-Sized
  569. desc:Buy 1 Sporker to dig out bite-sized chunks of jelly.
  570. req:1 Sporker
  571. *Meal
  572. name:Meal
  573. desc:Buy 10 Sporkers to dig out a meal of jelly!
  574. req:10 Sporker
  575. *Banquet
  576. name:Banquet
  577. desc:Buy 100 Sporkers to dig out a whole banquet of jelly!
  578. req:100 Sporker
  579. *Oily
  580. name:Oily
  581. desc:Buy 1 oily excavator to dig out huge chunks of land!
  582. req:1 Excavator
  583. *Clank
  584. name:Clank
  585. desc:Buy 10 excavators to noisily dig!
  586. req:10 Excavator
  587. *Grinding
  588. name:Grinding
  589. desc:Buy 100 excavators to dig while their gears are grinding!
  590. req:100 Excavator
  591. *Rebirth
  592. name:Rebirth
  593. desc:Do your first rebirth! <b>Important</b>
  594. req:0.01 GodlyJelly:earned
  595. tag: important
  596. *Wish
  597. name:You Wish
  598. desc:You wish it was that easy.
  599. on click:toast Fine. Take my money.
  600. on click:yield 0.5 Cash
  601. hidden when 0
  602. on earn:toast Did you think that would work?
  603. *Readit
  604. name:Read it!
  605. desc:You read my comment in the files. Good job, i guess?
  606. hidden when 0
  607. on earn:toast Err.. ok?
Advertisement
Add Comment
Please, Sign In to add comment