IronDizaster

Untitled

Feb 27th, 2019
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 52.18 KB | None | 0 0
  1. Let's make a game!
  2. name:Bubble Gum Clicker
  3. by:IronDizaster
  4. forum post:Bubble Gum Clicker
  5. desc:<#ff99ff>You live in a world where Bubbles can be sold for cash.<//></><#ff99ff>Do you have what it takes to become a true bubble gum capitalist?
  6. created:25/01/2019
  7. version:2
  8.  
  9. Settings
  10. building cost increase:115%
  11. building cost refund:50%
  12. stylesheet:stuff/bigBlue.css
  13. tiling background:https://i.imgur.com/P3NJ6Ch.png
  14. Shinies
  15.  
  16. *goldenBubble
  17. name:Golden Bubble
  18. on click:
  19. if (chance(30%))
  20. $amount=(bubbles:ps*150)
  21. yield $amount bubbles
  22. toast <#ffcc00>Lucky!</#> You gained <#ffcc00>[$amount]</#> bubbles!
  23. else
  24. $amount=(bubbles:ps*60)
  25. yield $amount bubbles
  26. toast You gained <#ff99ff>[$amount]</#> bubbles.
  27.  
  28.  
  29. end
  30. end
  31.  
  32. movement:anywhere growShrink
  33. icon:https://i.imgur.com/YzHJtXM.png
  34. frequency:
  35. duration:25
  36. frequency:20
  37. frequency variation:375
  38. no text
  39. no tooltip
  40. class:hasFlares
  41.  
  42.  
  43. Resources
  44. *bubble|bubbles
  45. name:Bubbles
  46. icon:https://i.imgur.com/NyBboJj.png
  47.  
  48. *cash
  49. name:Cash
  50. icon:https://i.imgur.com/Et6ATxG.png
  51.  
  52.  
  53.  
  54. *CashPS1
  55. hidden
  56.  
  57. *MPrinterPS
  58. hidden
  59.  
  60. *MachinePS1
  61. hidden
  62.  
  63.  
  64. *WorkerPS
  65. hidden
  66.  
  67. *MinePS
  68. hidden
  69.  
  70. *FactoryPS
  71. hidden
  72.  
  73. *LabPS
  74. hidden
  75.  
  76. *3DPrinterPS
  77. hidden
  78.  
  79. *ShipmentPS
  80. hidden
  81.  
  82. *WizardPS
  83. hidden
  84.  
  85.  
  86.  
  87.  
  88.  
  89. CSS
  90. .thing
  91. {
  92.  
  93. border-radius:8px;
  94. }
  95.  
  96.  
  97.  
  98. #box-changelog {
  99. height: 200px;
  100. border: 4px solid black;
  101. border-radius:21px;
  102. padding: 3px
  103. margin:0px;
  104. }
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116. Layout
  117.  
  118. *main
  119. contains:res, buttons
  120. *res
  121. contains:Resources
  122. class:fullWidth
  123. *buttons
  124. contains:Buttons
  125. *store
  126. contains:buildings, upgrades
  127. *buildings
  128. contains:BulkDisplay, Buildings, changelog
  129. header:Buildings
  130. tooltip origin:left
  131.  
  132.  
  133. *upgrades
  134. contains:Upgrades
  135. header:Upgrades
  136. costs:hide
  137. names:hide
  138.  
  139. *sellbubbles
  140. contains:tag:Sell
  141. in:res
  142. class:bottom
  143.  
  144. *changelog
  145. contains:Log
  146. class:bottom
  147.  
  148.  
  149.  
  150.  
  151.  
  152.  
  153.  
  154.  
  155.  
  156.  
  157.  
  158.  
  159.  
  160.  
  161. Buttons
  162.  
  163.  
  164.  
  165. *BubbleGum
  166. name:Bubble Gum
  167. desc:Pop to gain more income!
  168. on click:yield 1 bubble
  169. on click:anim wobble
  170. on click:if (have PointyClicks) yield (bubbles:ps*0.001) bubbles
  171. on click:if (have SteelClicks) yield (bubbles:ps*0.001) bubbles
  172. on click:if (have TitaniumClicks) yield (bubbles:ps*0.001) bubbles
  173. on start:log <t><#e6ffe6><u>Change Log</u></#></t><//></><t><#404040>23/02/2019 - Update 2</#><.>Added new resource - cash<.>21 new upgrades - now 69 <b>( ͡° ͜ʖ ͡°)</b><.>Upgrade edges are now round<.>Upgrades wobble on click<.>10 Achievements<.>Nerfed buildings & ramped up prices (sorry)<.>Changed ugly sprites<//></><#404040><t>15/02/2019 - Release</#></t><.>48 upgrades<.>7 buildings<.>1 resource<.>not much else
  174. on load:log <t><#e6ffe6><u>Change Log</u></#></t><//></><t><#404040>23/02/2019 - Update 2</#><.>Added new resource - cash<.>21 new upgrades - now 69 <b>( ͡° ͜ʖ ͡°)</b><.>Upgrade edges are now round<.>Upgrades wobble on click<.>10 Achievements<.>Nerfed buildings & ramped up prices (sorry)<.>Changed ugly sprites<//></><#404040><t>15/02/2019 - Release</#></t><.>48 upgrades<.>7 buildings<.>1 resource<.>not much else
  175. class:bigButton hasFlares
  176. icon:https://i.imgur.com/suGXlaB.png
  177. icon class:shadowed
  178. tooltip origin:bottom
  179. tooltip class:red
  180.  
  181. *sell
  182. name:Sell Bubbles
  183. desc:Sell your bubbles for profit!<//></><i>HUGE thanks to <b><#0F92FF>RadicalRobot</#></b> for telling me how to do this! (Go play his game Jelly Miner)
  184. on click:yield (1*bubbles) cash
  185. on click:if (have PlainBubbles) yield (0.05*bubbles) cash
  186. on click:if (have OrangeBubbles) yield (0.05*bubbles) cash
  187. on click:if (have LemonBubbles) yield (0.05*bubbles) cash
  188. on click:if (have WatermelonBubbles) yield (0.05*bubbles) cash
  189. on click:if (have StrawberryBubbles) yield (0.05*bubbles) cash
  190. on click:if (have GrapeBubbles) yield (0.05*bubbles) cash
  191. on click:if (have MangoBubbles) yield (0.05*bubbles) cash
  192. on click:if (have MintBubbles) yield (0.05*bubbles) cash
  193. on click:if (have LimeBubbles) yield (0.05*bubbles) cash
  194. on click:if (have JamFilledBubbles) yield (0.05*bubbles) cash
  195. on click:if (have PumpkinBubbles) yield (0.05*bubbles) cash
  196. on click:if (have WarheadBubbles) yield (0.05*bubbles) cash
  197. on click:if (have ChilliBubbles) yield (0.05*bubbles) cash
  198. on click:if (have MiniBubbles) yield (0.05*bubbles) cash
  199. on click:if (have CubeBubbles) yield (0.1*bubbles) cash
  200. on click:if (have JawbreakerBubbles) yield (0.1*bubbles) cash
  201. icon:https://i.imgur.com/7vChxQR.png
  202. on click:lose bubbles
  203. tooltip origin:bottom
  204. class:bottom
  205. tag:Sell
  206.  
  207.  
  208.  
  209.  
  210.  
  211.  
  212.  
  213.  
  214. Buildings
  215.  
  216. *TEMPLATE
  217. on click:anim glow
  218.  
  219.  
  220. *debugBuilding
  221. name:FOR TESTING
  222. desc:none
  223. cost:0.000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001 cash
  224. on tick:yield 999999999 cash
  225. on tick:yield 999999999 bubbles
  226. unlocked
  227.  
  228. *bubbleMachine|bubbleMachines
  229. name:Bubble Machine|Bubble Machines
  230. desc:<//></>A simple bubble machine.<//><b>Base Effect:</b><.>0.1 bubble/second<.>0.1 cash/second<//></><q><b>1</b> Bubble Machine produces around <b>[((MachinePS1:ps)/bubbleMachine)]</b> BPS & <b>[((CashPS1:ps)/bubbleMachine)]</b> CPS. <//><q>You have [?(this=0)|<b>0</b> Bubble Machines.|<b>[this]</b> Bubble Machines] producing around <b>[MachinePS1:ps]</b> BPS & <b>[CashPS1:ps]</b> CPS.<//></><q>Dev Note:Idle Game Maker currently doesn't have support for decimal numbers. This info may not be too accurate. Sorry :/</q>
  231. icon:https://i.imgur.com/1Mp5LzX.png
  232. cost:15 cash
  233. on tick:yield 0.1 cash
  234. on tick:yield 0.1 bubbles
  235. on tick:yield 0.1 MachinePS1
  236. on tick:yield 0.1 CashPS1
  237. unlocked
  238.  
  239. *MoneyPrinter|MoneyPrinters
  240. name:Money Printer|Money Printers
  241. desc:<//></>A Money Printer to print money for you.<//><b>Base Effect:</b><.>2 cash/second<//></><//><q><b>1</b> Money Printer produces around <b>[((MPrinterPS:ps)/MoneyPrinter)]</b> CPS.<//><q>You have [?(this=0)|<b>0</b> Money Printers.|<b>[this]</b> Money Printers] producing around <b>[MPrinterPS:ps]</b> CPS.
  242. cost:1000 cash
  243. on tick:yield 2 cash
  244. on tick:yield 2 MPrinterPS
  245. icon:https://i.imgur.com/sYZ5nGZ.png
  246. req:750 cash:earned
  247.  
  248. *bubbleWorker|bubbleWorkers
  249. name:Bubble Worker|Bubble Workers
  250. desc:<//></>A bubble worker to blow bubbles for you.<//><b>Base Effect:</b><.>1 bubble/second<//></><//><q><b>1</b> Bubble Worker produces around <b>[((WorkerPS:ps)/bubbleWorker)]</b> BPS.<//><q>You have [?(this=0)|<b>0</b> Bubble Workers.|<b>[this]</b> Bubble Workers] producing around <b>[WorkerPS:ps]</b> BPS.
  251. icon:https://i.imgur.com/PCeOsZ7.png
  252. cost:100 cash
  253. on tick:yield 1 bubbles
  254. on tick:yield 1 WorkerPS
  255.  
  256. req:75 cash:earned
  257.  
  258. *bubbleMine|bubbleMines
  259. name:Bubble Mine|Bubble Mines
  260. icon:https://i.imgur.com/NI3Rzwv.png
  261. desc:<//></>A mine full of bubbles.<//><b>Base Effect:</b><.>21 bubbles/second<//></><//><q><b>1</b> Bubble Mine produces around <b>[((MinePS:ps)/bubbleMine)]</b> BPS.<//><q>You have [?(this=0)|<b>0</b> Bubble Mines.|<b>[this]</b> Bubble Mines] producing around <b>[MinePS:ps]</b> BPS.
  262. cost:5500 cash
  263. on tick:yield 21 bubbles
  264. on tick:yield 21 MinePS
  265. req:6000 cash:earned
  266.  
  267. *bubbleFactory|bubbleFactories
  268. name:Bubble Factory|Bubble Factories
  269. desc:<//></>A factory that produces alot of bubbles.<//><b>Base Effect:</b><.>80 bubbles/second<//></><q><b>1</b> Bubble Factory produces around <b>[((FactoryPS:ps)/bubbleFactory)]</b> BPS.<//><q>You have [?(this=0)|<b>0</b> Bubble Factories.|<b>[this]</b> Bubble Factories] producing around <b>[FactoryPS:ps]</b> BPS.
  270. icon:https://i.imgur.com/g7onB8S.png
  271. cost:50000 cash
  272. on tick:yield 80 bubbles
  273. on tick:yield 80 FactoryPS
  274. req:50000 cash:earned
  275.  
  276. *bubbleLab|bubbleLabs
  277. name:Bubble Lab|Bubble Labs
  278. desc:<//></>A scientific research facility on bubbles.<//><b>Base Effect:</b><.>250 bubbles/second<//></><//><q><b>1</b> Bubble Lab produces around <b>[((LabPS:ps)/bubbleLab)]</b> BPS.<//><q>You have [?(this=0)|<b>0</b> Bubble Labs.|<b>[this]</b> Bubble Labs] producing around <b>[LabPS:ps]</b> BPS.
  279. cost:550000 cash
  280. icon:https://i.imgur.com/NTW46aJ.png
  281. on tick:yield 250 bubbles
  282. on tick:yield 250 LabPS
  283. req:75000 cash:earned
  284.  
  285. *3DPrinter|3DPrinters
  286. name:3D Printer|3D Printers
  287. desc:<//></>A 3D printer to print bubbles.<//><b>Base Effect:</b><.>1111 bubbles/second<//></><//><q><b>1</b> 3D Printer produces around <b>[((3DPrinterPS:ps)/3DPrinter)]</b> BPS.<//><q>You have [?(this=0)|<b>0</b> 3D Printers.|<b>[this]</b> 3D Printers] producing around <b>[3DPrinterPS:ps]</b> BPS.
  288. cost:2500000 cash
  289. icon:https://i.imgur.com/7B8pCOy.png
  290. on tick:yield 1111 bubbles
  291. on tick:yield 1111 3DPrinterPS
  292. req:3000000 cash:earned
  293.  
  294. *Shipment
  295. name:Shipment
  296. desc:<//></>A rocket to bring in bubbles from the bubble planet.<//></><//><b>Base Effect:</b><.>6000 bubbles/second<//></><//><q><b>1</b> Shipment produces around <b>[((ShipmentPS:ps)/Shipment)]</b> BPS.<//><q>You have [?(this=0)|<b>0</b> Shipment.|<b>[this]</b> Shipment] producing around <b>[ShipmentPS:ps]</b> BPS.
  297. cost:18500000 cash
  298. icon:https://i.imgur.com/D7x42kd.png
  299. on tick:yield 6000 bubbles
  300. on tick:yield 6000 ShipmentPS
  301. req:20000000 cash:earned
  302.  
  303. /*Wizard|Wizards
  304. name:Wizard|Wizards
  305. desc:<//></>A wizard that creates bubbles through magic.<//></><//><b>Base Effect:</b><.>37500 bubbles/second<//></><//><q><b>1</b> Wizard produces around <b>[((WizardPS:ps)/Wizard)]</b> BPS.<//><q>You have [?(this=0)|<b>0</b> Wizards.|<b>[this]</b> Wizards] producing around <b>[WizardPS:ps]</b> BPS.
  306. cost:150000000 cash
  307. icon:https://i.imgur.com/CFro1Xt.png
  308. on tick:yield 37500 bubbles
  309. on tick:yield 37500 WizardPS
  310. req:180000000 cash:earned*/
  311.  
  312. Upgrades
  313.  
  314. *TEMPLATE
  315. on click:anim wobble
  316.  
  317.  
  318.  
  319. *PointyClicks
  320. name:Pointy Clicks
  321. desc:With pointier clicks, you gain more bubbles per click!<//><b>Effect:</b><.>Clicking gains 0.01% of your BPS.
  322. cost:100000 cash
  323. req:10000 cash:earned
  324. icon:https://i.imgur.com/nFTo3CM.png
  325.  
  326. *SteelClicks
  327. name:Steel Clicks
  328. desc:With heavier clicks, you click the bubble harder, allowing the button to yield more bubbles!<//><b>Effect:</b><.>Clicking gains 0.01% of your BPS.
  329. cost:10000000 cash
  330. req:1000000 cash:earned
  331. icon:https://i.imgur.com/3qIjEcG.png
  332.  
  333. *TitaniumClicks
  334. name:Titanium Clicks
  335. desc:Even heavier and stronger.<//><b>Effect:</b><.>Clicking gains 0.01% of your BPS.
  336. cost:125000000 cash
  337. req:80000000 cash:earned
  338. icon:https://i.imgur.com/Zrexwsh.png
  339.  
  340. *BetterFingers
  341. name:Better Fingers
  342. desc:For every building you own, you get more motivated to click more efficiently.<//><b>Effect:</b><.>+0.05 bubbles/click per building owned.
  343. cost:9500 cash
  344. passive:increase bubbles yield of BubbleGum by 0.05*(bubbleMachine)
  345. passive:increase bubbles yield of BubbleGum by 0.05*(bubbleWorker)
  346. passive:increase bubbles yield of BubbleGum by 0.05*(MoneyPrinter)
  347. passive:increase bubbles yield of BubbleGum by 0.05*(bubbleMine)
  348. passive:increase bubbles yield of BubbleGum by 0.05*(bubbleFactory)
  349. passive:increase bubbles yield of BubbleGum by 0.05*(bubbleLab)
  350. passive:increase bubbles yield of BubbleGum by 0.05*(3DPrinter)
  351. passive:increase bubbles yield of BubbleGum by 0.05*(Shipment)
  352. req:5000 cash:earned
  353. icon:https://i.imgur.com/txIt3TO.png
  354.  
  355. *SteelFingers
  356. name:Steel Fingers
  357. desc:You click harder with heavier fingers.<//><b>Effect:</b><.>+0.05 bubbles/click per building owned.
  358. cost:10000000 cash
  359. passive:increase bubbles yield of BubbleGum by 0.05*(bubbleMachine)
  360. passive:increase bubbles yield of BubbleGum by 0.05*(bubbleWorker)
  361. passive:increase bubbles yield of BubbleGum by 0.05*(MoneyPrinter)
  362. passive:increase bubbles yield of BubbleGum by 0.05*(bubbleMine)
  363. passive:increase bubbles yield of BubbleGum by 0.05*(bubbleFactory)
  364. passive:increase bubbles yield of BubbleGum by 0.05*(bubbleLab)
  365. passive:increase bubbles yield of BubbleGum by 0.05*(3DPrinter)
  366. passive:increase bubbles yield of BubbleGum by 0.05*(Shipment)
  367. req:5000000 cash:earned
  368. icon:https://i.imgur.com/eM69ghz.png
  369.  
  370. *TitaniumFingers
  371. name:Titanium Fingers
  372. desc:You click <b>even</b> harder with <b>even</b> heavier fingers.<//><b>Effect:</b><.>+0.05 bubbles/click per building owned.
  373. cost:145000000 cash
  374. passive:increase bubbles yield of BubbleGum by 0.05*(bubbleMachine)
  375. passive:increase bubbles yield of BubbleGum by 0.05*(bubbleWorker)
  376. passive:increase bubbles yield of BubbleGum by 0.05*(MoneyPrinter)
  377. passive:increase bubbles yield of BubbleGum by 0.05*(bubbleMine)
  378. passive:increase bubbles yield of BubbleGum by 0.05*(bubbleFactory)
  379. passive:increase bubbles yield of BubbleGum by 0.05*(bubbleLab)
  380. passive:increase bubbles yield of BubbleGum by 0.05*(3DPrinter)
  381. passive:increase bubbles yield of BubbleGum by 0.05*(Shipment)
  382. req:100000000 cash:earned
  383. icon:https://i.imgur.com/cAfUStF.png
  384.  
  385.  
  386.  
  387.  
  388.  
  389.  
  390. *PlainBubbles
  391. name:Plain Bubbles
  392. desc:As basic as it gets.<//><b>Effect:</b><.>+1 bubbles/click<.>Bubble Machine cash yield is 3% higher<.>Bubbles are sold for 0.05 more cash.
  393. cost:125 cash
  394. icon:https://i.imgur.com/kztYpxP.png
  395. passive:increase bubbles yield of BubbleGum by 1
  396. passive:multiply cash yield of bubbleMachine by 1.03
  397. passive:multiply CashPS1 yield of bubbleMachine by 1.03
  398. req:155 cash:earned
  399.  
  400. *OrangeBubbles
  401. name:Orange Bubbles
  402. desc:Slightly sour.<//><b>Effect:</b><.>+2 bubbles/click<.>Bubble Machine cash yield is 3% higher<.>Bubbles are sold for 0.05 more cash.
  403. cost:8500 cash
  404. icon:https://i.imgur.com/dgrVGnU.png
  405. passive:increase bubbles yield of BubbleGum by 2
  406. passive:multiply cash yield of bubbleMachine by 1.03
  407. passive:multiply CashPS1 yield of bubbleMachine by 1.03
  408. req:1550 cash:earned
  409.  
  410. *LemonBubbles
  411. name:Lemon Bubbles
  412. desc:More sour than you think.<//><b>Effect:</b><.>+3 bubbles/click<.>Bubble Machine cash yield is 3% higher<.>Bubbles are sold for 0.05 more cash.
  413. cost:100000 cash
  414. icon:https://i.imgur.com/rQ029W6.png
  415. passive:increase bubbles yield of BubbleGum by 3
  416. passive:multiply cash yield of bubbleMachine by 1.03
  417. passive:multiply CashPS1 yield of bubbleMachine by 1.03
  418. req:25000 cash:earned
  419.  
  420. *WatermelonBubbles
  421. name:Watermelon Bubbles
  422. desc:Pleasantly sweet.<//><b>Effect:</b><.>+3 bubbles/click<.>Bubble Machine cash yield is 3% higher<.>Bubbles are sold for 0.05 more cash.
  423. cost:215000 cash
  424. icon:https://i.imgur.com/wdYOAcE.png
  425. passive:increase bubbles yield of BubbleGum by 3
  426. passive:multiply cash yield of bubbleMachine by 1.03
  427. passive:multiply CashPS1 yield of bubbleMachine by 1.03
  428. req:75000 cash:earned
  429.  
  430. *StrawberryBubbles
  431. name:Strawberry Bubbles
  432. desc:Perfectly juicy.<//><b>Effect:</b><.>+4 bubbles/click<.>Bubble Machine cash yield is 4% higher<.>Bubbles are sold for 0.05 more cash.
  433. cost:500000 cash
  434. icon:https://i.imgur.com/fRfo7hn.png
  435. passive:increase bubbles yield of BubbleGum by 4
  436. passive:multiply cash yield of bubbleMachine by 1.04
  437. passive:multiply CashPS1 yield of bubbleMachine by 1.04
  438. req:135000 cash:earned
  439.  
  440. *GrapeBubbles
  441. name:Grape Bubbles
  442. desc:Got any grapes?<//><b>Effect:</b><.>+5 bubbles/click<.>Bubble Machine cash yield is 5% higher<.>Bubbles are sold for 0.05 more cash.
  443. cost:1400000 cash
  444. icon:https://i.imgur.com/N6s4mSl.png
  445. passive:increase bubbles yield of BubbleGum by 5
  446. passive:multiply cash yield of bubbleMachine by 1.05
  447. passive:multiply CashPS1 yield of bubbleMachine by 1.05
  448. req:200000 cash:earned
  449.  
  450. *MangoBubbles
  451. name:Mango Bubbles
  452. desc:Tropical.<//><b>Effect:</b><.>+6 bubbles/click<.>Bubble Machine cash yield is 6% higher<.>Bubbles are sold for 0.05 more cash.
  453. cost:5000000 cash
  454. icon:https://i.imgur.com/7lZCjRJ.png
  455. passive:increase bubbles yield of BubbleGum by 6
  456. passive:multiply cash yield of bubbleMachine by 1.06
  457. passive:multiply CashPS1 yield of bubbleMachine by 1.06
  458. req:1800000 cash:earned
  459.  
  460. *MintBubbles
  461. name:Mint Bubbles
  462. desc:Refreshing.<//><b>Effect:</b><.>+7 bubbles/click<.>Bubble Machine cash yield is 7% higher<.>Bubbles are sold for 0.05 more cash.
  463. cost:25000000 cash
  464. icon:https://i.imgur.com/P0KwBK1.png
  465. passive:increase bubbles yield of BubbleGum by 7
  466. passive:multiply cash yield of bubbleMachine by 1.07
  467. passive:multiply CashPS1 yield of bubbleMachine by 1.07
  468. req:20000000 cash:earned
  469.  
  470. *LimeBubbles
  471. name:Lime Bubbles
  472. desc:Like lemons, but green.<//><b>Effect:</b><.>+9 bubbles/click<.>Bubble Machine cash yield is 9% higher<.>Bubbles are sold for 0.05 more cash.
  473. cost:95000000 cash
  474. icon:https://i.imgur.com/Vn94jEa.png
  475. passive:increase bubbles yield of BubbleGum by 9
  476. passive:multiply cash yield of bubbleMachine by 1.09
  477. passive:multiply CashPS1 yield of bubbleMachine by 1.09
  478. req:50000000 cash:earned
  479. *JamFilledBubbles
  480. name:Jam Filled Bubbles
  481. desc:<b>Jam</b> packed with flavour.<//><b>Effect:</b><.>+11 bubbles/click<.>Bubble Machine cash yield is 11% higher<.>Bubbles are sold for 0.05 more cash.
  482. icon:https://i.imgur.com/1XmY7U1.png
  483. cost:195500000 cash
  484. passive:increase bubbles yield of BubbleGum by 11
  485. passive:multiply cash yield of bubbleMachine by 1.11
  486. passive:multiply CashPS1 yield of bubbleMachine by 1.11
  487. req:100000000 cash:earned
  488.  
  489. *PumpkinBubbles
  490. name:Pumpkin Bubbles
  491. desc:Funky.<//><b>Effect:</b><.>+13 bubbles/click<.>Bubble Machine cash yield is 13% higher<.>Bubbles are sold for 0.05 more cash.
  492. icon:https://i.imgur.com/eIeUHJk.png
  493. cost:425000000 cash
  494. passive:increase bubbles yield of BubbleGum by 13
  495. passive:multiply cash yield of bubbleMachine by 1.13
  496. passive:multiply CashPS1 yield of bubbleMachine by 1.13
  497. req:225000000 cash:earned
  498.  
  499. *WarheadBubbles
  500. name:Warhead Bubbles
  501. desc:It's nice! If you like bloody tongues.<//><b>Effect:</b><.>+16 bubbles/click<.>Bubble Machine cash yield is 15% higher<.>Bubbles are sold for 0.05 more cash.
  502. icon:https://i.imgur.com/nzX58GC.png
  503. cost:850000000 cash
  504. passive:increase bubbles yield of BubbleGum by 16
  505. passive:multiply cash yield of bubbleMachine by 1.15
  506. passive:multiply CashPS1 yield of bubbleMachine by 1.15
  507. req:800000000 cash:earned
  508.  
  509. *ChilliBubbles
  510. name:Chilli Bubbles
  511. desc:It burns..<//><b>Effect:</b><.>+19 bubbles/click<.>Bubble Machine cash yield is 20% higher<.>Bubbles are sold for 0.05 more cash.
  512. icon:https://i.imgur.com/4oGCxrS.png
  513. cost:1500000000 cash
  514. passive:increase bubbles yield of BubbleGum by 19
  515. passive:multiply cash yield of bubbleMachine by 1.20
  516. passive:multiply CashPS1 yield of bubbleMachine by 1.20
  517. req:12000000000 cash:earned
  518.  
  519. *MiniBubbles
  520. name:Mini Bubbles
  521. desc:Divide the size, double the price!<//><b>Effect:</b><.>+22 bubbles/click<.>Bubble Machine cash yield is 25% higher<.>Bubbles are sold for 0.05 more cash.
  522. icon:https://i.imgur.com/iHufyBe.png
  523. cost:5000000000 cash
  524. passive:increase bubbles yield of BubbleGum by 22
  525. passive:multiply cash yield of bubbleMachine by 1.25
  526. passive:multiply CashPS1 yield of bubbleMachine by 1.25
  527. req:4000000000 cash:earned
  528.  
  529. *CubeBubbles
  530. desc:With enough of these, you could build a fortress.<//><b>Effect:</b><.>+28 bubbles/click<.>Bubble Machine cash yield is 45% higher<.>Bubbles are sold for <b>0.1</b> more cash.
  531. name:Cube Bubbles
  532. icon:https://i.imgur.com/ieLDlgy.png
  533. cost:45000000000 cash
  534. req:25000000000 cash:earned and have LabUpgrade5
  535. passive:increase bubbles yield of BubbleGum by 28
  536. passive:multiply cash yield of bubbleMachine by 1.45
  537. passive:multiply CashPS1 yield of bubbleMachine by 1.45
  538.  
  539. *JawbreakerBubbles
  540. name:Jawbreaker Bubbles
  541. desc:Some say it's tougher than steel.<//><b>Effect:</b><.>+40 bubbles/click<.>Bubble Machine cash yield is 50% higher<.>Bubbles are sold for <b>0.1</b> more cash.
  542. passive:increase bubbles yield of BubbleGum by 40
  543. passive:multiply cash yield of bubbleMachine by 1.50
  544. passive:multiply CashPS1 yield of bubbleMachine by 1.50
  545. cost:350000000000 cash
  546. req:125000000000 cash:earned
  547. icon:https://i.imgur.com/2LjHxmw.png
  548.  
  549.  
  550.  
  551. *roboticJaw
  552. name:Robotic Jaw
  553. desc:You chew bubbles faster.<//><b>Effect:</b><.>x2 bubbles/click
  554. cost:25000 cash
  555. icon:https://i.imgur.com/G5rshWq.png
  556. passive:multiply bubbles yield of BubbleGum by 2
  557. req:28000 cash:earned
  558.  
  559.  
  560. *TwoJaws
  561. name:Double Jaws
  562. desc:Through genetic engineering in the bubble labs, you can now grow 2 jaws.<//><b>Effect:</b><.>x2 bubbles/click
  563. icon:https://i.imgur.com/f1g38XP.png
  564. cost:1400000 cash
  565. passive:multiply bubbles yield of BubbleGum by 2
  566. req: (bubbleLabs>=3)
  567.  
  568. *ambidextrous
  569. name:Ambidextrous
  570. desc:You click with both of your hands! Genius!<//><b>Effect:</b><.>x2 bubbles/click
  571. cost:500000 cash
  572. passive:multiply bubbles yield of BubbleGum by 2
  573. req:100000 cash:earned
  574. icon:https://i.imgur.com/p3WFhz6.png
  575.  
  576. *mintyGum
  577. name:Minty Gum
  578. desc:Minty fresh.<//><b>Effect:</b><.>Increases production speed of all resources by 1%.
  579. cost:999999 cash
  580. icon:https://i.imgur.com/x3OYVjm.png
  581. passive:multiply yield of bubbles by 1.01
  582. passive:multiply yield of cash by 1.01
  583.  
  584. passive:multiply CashPS1 yield of bubbleMachine by 1.01
  585. passive:multiply MachinePS1 yield of bubbleMachine by 1.01
  586. passive:multiply WorkerPS yield of bubbleWorker by 1.01
  587. passive:multiply MinePS yield of bubbleMine by 1.01
  588. passive:multiply FactoryPS yield of bubbleFactory by 1.01
  589. passive:multiply LabPS yield of bubbleLab by 1.01
  590. passive:multiply 3DPrinterPS yield of 3DPrinter by 1.01
  591. passive:multiply ShipmentPS yield of Shipment by 1.01
  592. req:1000000 cash:earned
  593.  
  594. *toothpasteGum
  595. name:Toothpaste Gum
  596. cost:10000000 cash
  597. desc:A chewy alternative to brushing your teeth.<//><b>Effect:</b><.>Increases production speed of all resources by 1%.
  598. icon:https://i.imgur.com/iFosflV.png
  599. passive:multiply yield of bubbles by 1.01
  600. passive:multiply yield of cash by 1.01
  601.  
  602. passive:multiply CashPS1 yield of bubbleMachine by 1.01
  603. passive:multiply MachinePS1 yield of bubbleMachine by 1.01
  604. passive:multiply WorkerPS yield of bubbleWorker by 1.01
  605. passive:multiply MinePS yield of bubbleMine by 1.01
  606. passive:multiply FactoryPS yield of bubbleFactory by 1.01
  607. passive:multiply LabPS yield of bubbleLab by 1.01
  608. passive:multiply 3DPrinterPS yield of 3DPrinter by 1.01
  609. passive:multiply ShipmentPS yield of Shipment by 1.01
  610. req:5000000 cash:earned
  611.  
  612.  
  613.  
  614. *nuttyGum
  615. name:Nutty Gum
  616. desc:Tastes <b>nutty.</b><//><b>Effect:</b><.>Increases production speed of all resources by 1%.
  617. cost:10000000 cash
  618. icon:https://i.imgur.com/byUdl6Z.png
  619. passive:multiply yield of bubbles by 1.01
  620. passive:multiply yield of cash by 1.01
  621.  
  622. passive:multiply CashPS1 yield of bubbleMachine by 1.01
  623. passive:multiply MachinePS1 yield of bubbleMachine by 1.01
  624. passive:multiply WorkerPS yield of bubbleWorker by 1.01
  625. passive:multiply MinePS yield of bubbleMine by 1.01
  626. passive:multiply FactoryPS yield of bubbleFactory by 1.01
  627. passive:multiply LabPS yield of bubbleLab by 1.01
  628. passive:multiply 3DPrinterPS yield of 3DPrinter by 1.01
  629. passive:multiply ShipmentPS yield of Shipment by 1.01
  630. req:5250000 cash:earned
  631.  
  632. *chocolateGum
  633. name:Chocolate Gum
  634. desc:Raw cocoa. With 95% sugar of course!<//><b>Effect:</b><.>Increases production speed of all resources by 1%.
  635. cost:10000000 cash
  636. icon:https://i.imgur.com/kNv0aBX.png
  637. passive:multiply yield of bubbles by 1.01
  638. passive:multiply yield of cash by 1.01
  639.  
  640. passive:multiply CashPS1 yield of bubbleMachine by 1.01
  641. passive:multiply MachinePS1 yield of bubbleMachine by 1.01
  642. passive:multiply WorkerPS yield of bubbleWorker by 1.01
  643. passive:multiply MinePS yield of bubbleMine by 1.01
  644. passive:multiply FactoryPS yield of bubbleFactory by 1.01
  645. passive:multiply LabPS yield of bubbleLab by 1.01
  646. passive:multiply 3DPrinterPS yield of 3DPrinter by 1.01
  647. passive:multiply ShipmentPS yield of Shipment by 1.01
  648. req:5500000 cash:earned
  649.  
  650. *IQgum
  651. name:IQ Gum
  652. desc:Supposedly, chewing on this gum highers your IQ.<//><b>Effect:</b><.>Increases production speed of all resources by 1%.<//></><q>Spoiler alert: it doesn't.</q>
  653. cost:25000000 cash
  654. passive:multiply yield of bubbles by 1.01
  655. passive:multiply yield of cash by 1.01
  656.  
  657. passive:multiply CashPS1 yield of bubbleMachine by 1.01
  658. passive:multiply MachinePS1 yield of bubbleMachine by 1.01
  659. passive:multiply WorkerPS yield of bubbleWorker by 1.01
  660. passive:multiply MinePS yield of bubbleMine by 1.01
  661. passive:multiply FactoryPS yield of bubbleFactory by 1.01
  662. passive:multiply LabPS yield of bubbleLab by 1.01
  663. passive:multiply 3DPrinterPS yield of 3DPrinter by 1.01
  664. passive:multiply ShipmentPS yield of Shipment by 1.01
  665. req:15500000 cash:earned
  666.  
  667.  
  668.  
  669.  
  670.  
  671.  
  672. *StackingClicks
  673. name:Machine Clicks
  674. desc:We don't know how it works, it just does, ok?<//><b>Effect:</b><.>+0.1 bubbles/click per bubble machine owned.
  675. icon:https://i.imgur.com/UAw34lf.png
  676. cost:50000 cash
  677. passive:increase bubbles yield of BubbleGum by 0.1*(bubbleMachine)
  678. req: (bubbleMachines>=15)
  679.  
  680. *WorkerClicks
  681. name:Worker Clicks
  682. desc:Workers now click for you.<//><b>Effect:</b><.>+0.1 bubbles/click per bubble worker owned.
  683. icon:https://i.imgur.com/JzItAqf.png
  684. cost:460000 cash
  685. passive:increase bubbles yield of BubbleGum by 0.1*(bubbleWorker)
  686. req: (bubbleWorkers>=20)
  687.  
  688.  
  689.  
  690.  
  691.  
  692. //MACHINE UPGRADES
  693.  
  694.  
  695.  
  696.  
  697.  
  698.  
  699. *MachineUpgrade0
  700. name:Pricier Costs
  701. desc:Bubble gum inside the machine costs more.<//><b>Effect:</b><.>Bubble Machines are x2 more efficient.
  702. icon:https://i.imgur.com/HYL3ndp.png
  703. cost:125 cash
  704. passive:multiply yield of bubbleMachine by 2
  705. req: (bubbleMachines>=1)
  706.  
  707. *MachineUpgrade1
  708. name:Extra Gears
  709. desc:Adds extra gears to a bubble machine.<//><b>Effect:</b><.>Bubble Machines are x2 more efficient.
  710. icon:https://i.imgur.com/iCvzUcj.png
  711. cost:1000 cash
  712. passive:multiply yield of bubbleMachine by 2
  713. req: (bubbleMachines>=5)
  714.  
  715. *machineUpgrade2
  716. name:Oiled Gears
  717. desc:Oiled gears grant extra efficiency.<//><b>Effect:</b><.>Bubble Machines are x2 more efficient.
  718. cost:2500 cash
  719. icon:https://i.imgur.com/bKxtv91.png
  720. passive:multiply yield of bubbleMachine by 2
  721. req: (bubbleMachines>=10)
  722.  
  723. *machineUpgrade3
  724. name:Faster Mechanism
  725. desc:Mechanism inside the bubble machine gets an upgrade. <//><b>Effect:</b><.>Bubble Machines are x2 more efficient.
  726. cost:6500 cash
  727. icon:https://i.imgur.com/w5p0QWh.png
  728. passive:multiply yield of bubbleMachine by 2
  729. req: (bubbleMachines>=20)
  730.  
  731. *machineUpgrade4
  732. name:Decreasing Prices
  733. icon:https://i.imgur.com/HYL3ndp.png
  734. cost:155000 cash
  735. desc:For every building you own (<b>excluding</b> the bubble machine itself), mechanisms inside the machine get cheaper due to more and more bubble generation.<//><b>Effect:</b><.>Bubble Machines gain 0.2 BPs per building owned.
  736.  
  737. passive:increase bubbles yield of bubbleMachine by 0.2*(bubbleWorker)
  738. passive:increase bubbles yield of bubbleMachine by 0.2*(MoneyPrinter)
  739. passive:increase bubbles yield of bubbleMachine by 0.2*(bubbleMine)
  740. passive:increase bubbles yield of bubbleMachine by 0.2*(bubbleFactory)
  741. passive:increase bubbles yield of bubbleMachine by 0.2*(bubbleLab)
  742. passive:increase bubbles yield of bubbleMachine by 0.2*(3DPrinter)
  743. passive:increase bubbles yield of bubbleMachine by 0.2*(Shipment)
  744.  
  745. passive:increase MachinePS1 yield of bubbleMachine by 0.2*(bubbleWorker)
  746. passive:increase MachinePS1 yield of bubbleMachine by 0.2*(MoneyPrinter)
  747. passive:increase MachinePS1 yield of bubbleMachine by 0.2*(bubbleMine)
  748. passive:increase MachinePS1 yield of bubbleMachine by 0.2*(bubbleFactory)
  749. passive:increase MachinePS1 yield of bubbleMachine by 0.2*(bubbleLab)
  750. passive:increase MachinePS1 yield of bubbleMachine by 0.2*(3DPrinter)
  751. passive:increase MachinePS1 yield of bubbleMachine by 0.2*(Shipment)
  752.  
  753. req: (bubbleMachines>=40)
  754.  
  755. *machineUpgrade5
  756. name:Ad Campaign
  757. desc:You now run ads for your bubble machines.<//><b>Effect:</b><.>Bubble Machines are x2.5 more efficient.
  758. icon:https://i.imgur.com/R0WGjG6.png
  759. cost:895000 cash
  760. passive:multiply yield of bubbleMachine by 2.5
  761. req: (bubbleMachines>=55)
  762.  
  763. *machineUpgrade6
  764. name:Nano Gears
  765. desc:Thousands upon thousands of tiny gears in the machine allow for extremely fast customer service.<//><b>Effect:</b><.>Bubble Machines are <b>x6.5</b> more efficient.
  766. cost:3000000000 cash
  767. icon:https://i.imgur.com/eF3DMKP.png
  768. passive:multiply yield of bubbleMachine by 6.5
  769. req: (bubbleMachines>=75) and have LabUpgrade5
  770.  
  771.  
  772.  
  773.  
  774.  
  775. //MONEY PRINTER UPGRADES
  776.  
  777.  
  778.  
  779.  
  780.  
  781.  
  782. *mPrinterUpgrade1
  783. name:5 Dollar Bills
  784. desc:Money printers now print 5 dollar bills.<//><b>Effect:</b><.>Money Printer production rate increased by 5
  785. cost:11000 cash
  786. icon:https://i.imgur.com/En0hkcj.png
  787. passive:increase cash yield of MoneyPrinter by 5*(MoneyPrinter)
  788. passive:increase MPrinterPS yield of MoneyPrinter by 5*(MoneyPrinter)
  789. req: (MoneyPrinter>=1)
  790.  
  791.  
  792. *mPrinterUpgrade2
  793. name:10 Dollar Bills
  794. desc:Money printers now print 10 dollar bills.<//><b>Effect:</b><.>Money Printer production rate increased by 10
  795. cost:111000 cash
  796. icon:https://i.imgur.com/GCgyQxd.png
  797. passive:increase cash yield of MoneyPrinter by 10*(MoneyPrinter)
  798. passive:increase MPrinterPS yield of MoneyPrinter by 10*(MoneyPrinter)
  799. req: (MoneyPrinter>=5)
  800.  
  801. *mPrinterUpgrade3
  802. name:20 Dollar Bills
  803. desc:Money printers now print 20 dollar bills.<//><b>Effect:</b><.>Money Printer production rate increased by 20
  804. cost:1111000 cash
  805. icon:https://i.imgur.com/VxsrFpp.png
  806. passive:increase cash yield of MoneyPrinter by 20*(MoneyPrinter)
  807. passive:increase MPrinterPS yield of MoneyPrinter by 20*(MoneyPrinter)
  808. req: (MoneyPrinter>=10)
  809.  
  810. *mPrinterUpgrade4
  811. name:50 Dollar Bills
  812. desc:Money printers now print 50 dollar bills.<//><b>Effect:</b><.>Money Printer production rate increased by 50
  813. cost:27250000 cash
  814. icon:https://i.imgur.com/bqYl8hu.png
  815. passive:increase cash yield of MoneyPrinter by 50*(MoneyPrinter)
  816. passive:increase MPrinterPS yield of MoneyPrinter by 50*(MoneyPrinter)
  817. req: (MoneyPrinter>=20)
  818.  
  819.  
  820.  
  821.  
  822.  
  823.  
  824.  
  825. //WORKER UPGRADES
  826.  
  827.  
  828.  
  829.  
  830.  
  831.  
  832.  
  833. *WorkerUpgrade0
  834. name:Sturdier Hats
  835. desc:Your workers feel safer.<//><b>Effect:</b><.>Bubble Workers are x2 more efficient.
  836. cost:555 cash
  837. icon:https://i.imgur.com/0OUD2JK.png
  838. passive:multiply yield of bubbleWorker by 2
  839. req:(bubbleWorker>=1)
  840.  
  841. *WorkerUpgrade1
  842. name:Skill+
  843. desc:Your workers are more skilled at producing bubbles.<//><b>Effect:</b><.>Bubble Workers are x2 more efficient.
  844. cost:1500 cash
  845. icon:https://i.imgur.com/TBUthv5.png
  846. passive:multiply yield of bubbleWorker by 2
  847. req: (bubbleWorkers>=5)
  848.  
  849. *workerUpgrade2
  850. name:Skill++
  851. desc:Your workers are even more skilled at producing bubbles.<//><b>Effect:</b><.>Bubble Workers are x2 more efficient.
  852. cost:5500 cash
  853. icon:https://i.imgur.com/2ikorMh.png
  854. passive:multiply yield of bubbleWorker by 2
  855. req: (bubbleWorkers>=10)
  856.  
  857. *workerUpgrade3
  858. name:Graduation
  859. desc:Your workers graduated a school teaching how to chew bubbles efficiently.<//><b>Effect:</b><.>Bubble Workers are x2 more efficient.
  860. cost:25000 cash
  861. icon:
  862. passive:multiply yield of bubbleWorker by 2
  863. req:(bubbleWorkers>=15)
  864.  
  865. *workerUpgrade4
  866. name:PhD
  867. desc:Your workers are now experts at chewing bubbles.<//><b>Effect:</b><.>Bubble Workers are x2 more efficient.
  868. cost:100000 cash
  869. icon:
  870. passive:multiply yield of bubbleWorker by 2
  871. req:(bubbleWorkers>=20)
  872.  
  873. *workerUpgrade5
  874. name:Engineers
  875. icon:https://i.imgur.com/0OUD2JK.png
  876. desc:Your workers now forcefully have to operate bubble machines.<//><b>Effect:</b><.>Bubble Workers are x2 more efficient.</b><.>Bubble Machines are 0.15% more efficient per worker.
  877. cost:250000 cash
  878. passive:multiply yield of bubbleWorker by 2
  879. passive:multiply yield of bubbleMachine by 0.15*(bubbleWorker)
  880. req: (bubbleWorkers>=20)
  881.  
  882. *workerUpgrade6
  883. name:Cheaper Salary
  884. icon:https://i.imgur.com/HYL3ndp.png
  885. desc:You give less bubbles per month to your workers.<//><b>Effect:</b><.>Bubble Workers are 30% cheaper.<.>Bubble Workers are x2 more efficient.
  886. cost:1550000 cash
  887. passive:multiply cost of bubbleWorker by 0.70
  888. passive:multiply yield of bubbleWorker by 2
  889. req: (bubbleWorkers>=40)
  890.  
  891. *workerUpgrade7
  892. name:Permanent Job
  893. desc:Your workers can no longer quit their job.<//><b>Effect:</b><.>Bubble Workers are 3x as effective.<.>Bubble Workers are 20% cheaper.
  894. cost:45500000 cash
  895. icon:https://i.imgur.com/rxgeIBF.png
  896. passive:multiply cost of bubbleWorker by 0.80
  897. passive:multiply yield of bubbleWorker by 3
  898. req: (bubbleWorkers>=60)
  899.  
  900.  
  901. *workerUpgrade8
  902. name:Genetic Modificatiom
  903. desc:Your workers are genetically modified to increase productivity even further.<//><b>Effect:</b><.>Bubble Workers are <b>6x</b> more effective.<.>Buildings are <b>0.015% more effective</b> per bubble worker owned.<q><#a60000>This is probably not the best idea...</#></q>
  904. cost:1000000000000 cash
  905. icon:https://i.imgur.com/ZDc8FSZ.png
  906. req: (bubbleWorkers>=80) and have LabUpgrade5
  907. passive:multiply yield of bubbleWorker by 6
  908. passive:multiply yield of bubbleMachine by 0.015*(bubbleWorker)
  909. passive:multiply yield of bubbleMine by 0.015*(bubbleWorker)
  910. passive:multiply yield of bubbleFactory by 0.015*(bubbleWorker)
  911. passive:multiply yield of bubbleLab by 0.015*(bubbleWorker)
  912. passive:multiply yield of 3DPrinter by 0.015*(bubbleWorker)
  913. passive:multiply yield of Shipment by 0.015*(bubbleWorker)
  914.  
  915. *workerUpgrade9
  916. name:Implanted nano chips
  917. desc:Implant tiny chips that re-program the worker to only chew bubbles.<//><b>Effect:</b><.>Bubble Workers are x2.5 more effective.
  918. cost:12000000000000 cash
  919. req: (bubbleWorker>=100) and have LabUpgrade5
  920. icon:
  921. passive:multiply yield of bubbleWorker by 2.5
  922.  
  923.  
  924.  
  925.  
  926.  
  927.  
  928. //MINE UPGRADES
  929.  
  930.  
  931.  
  932.  
  933.  
  934. *MineUpgrade0
  935. name:Gloves
  936. desc:Your hands hurt less while digging for bubbles.<//><b>Effect:</b><.>Bubble Mines are x2 more efficient.
  937. passive:multiply yield of bubbleMine by 2
  938. icon:https://i.imgur.com/1oVr57t.png
  939. cost:10000 cash
  940. req: (bubbleMine>=1)
  941.  
  942.  
  943. *MineUpgrade1
  944. name:Wooden Tools
  945. desc:You now dig with wooden tools instead of hands.<//><b>Effect:</b><.>Bubble Mines are x2 more efficient.
  946. icon:https:https://i.imgur.com/f34qxd2.png
  947. passive:multiply yield of bubbleMine by 2
  948. cost:100000 cash
  949. icon:https://i.imgur.com/f34qxd2.png
  950. req: (bubbleMine>=5)
  951.  
  952. *MineUpgrade2
  953. desc:You now use stone tools.<//><b>Effect:</b><.>Bubble Mines are x2 more efficient.
  954. name:Stone Tools
  955. cost:400000 cash
  956. icon:https://i.imgur.com/5S0qttV.png
  957. passive:multiply yield of bubbleMine by 2
  958. req: (bubbleMine>=10)
  959.  
  960.  
  961. *MineUpgrade3
  962. name:Iron Tools
  963. desc:You now use iron tools.<//><b>Effect:</b><.>Bubble Mines are x2 more efficient.
  964. icon:https://i.imgur.com/db4u4MB.png
  965. cost:1000000 cash
  966. passive:multiply yield of bubbleMine by 2
  967. req: (bubbleMine>=25)
  968.  
  969. *Miners
  970. name:Miners
  971. desc:Your workers now forcefully have to mine for you.<//><b>Effect:</b><.>Bubble Mines are 0.10% more efficient per Bubble Worker.<.>Bubble Workers are x2 more efficient.
  972. icon:https://i.imgur.com/GHfIxFW.png
  973. cost:4500000 cash
  974. passive:multiply yield of bubbleMine by 0.10*(bubbleWorker)
  975. passive:multiply yield of bubbleWorker by 2
  976. req: (bubbleMine>=35)
  977.  
  978. *DualWield
  979. name:Dual Wield
  980. desc:You use both of your hands to mine.<//><b>Effect:</b><.>Bubble Mines are x2 more efficient.
  981. cost:6500000 cash
  982. passive:multiply yield of bubbleMine by 2
  983. req: (bubbleMine>=40)
  984.  
  985.  
  986.  
  987. *MineUpgrade4
  988. name:Emerald Tools
  989. desc:You now use emerald tools.<//><b>Effect:</b><.>Bubble Mines are x2.5 more efficient.
  990. icon:https://i.imgur.com/EtK6wNR.png
  991. cost:9500000 cash
  992. passive:multiply yield of bubbleMine by 2.5
  993. req: (bubbleMine>=45)
  994.  
  995. *MineUpgrade5
  996. name:Diamond Tools
  997. desc:You now use diamond tools.<//><b>Effect:</b><.>Bubble Mines are x3 more efficient.
  998. cost:95000000 cash
  999. passive:multiply yield of bubbleMine by 3
  1000. req: (bubbleMine>=55)
  1001.  
  1002. *MineUpgrade6
  1003. name:Enchanted Tools
  1004. desc:Infused with the power of XP and Lapis Lazuli.<//><b>Effect:</b><.>Bubble Mines are x2.5 more efficient.
  1005. cost:195000000 cash
  1006. passive:multiply yield of bubbleMine by 2.5
  1007. req: (bubbleMine>=65)
  1008.  
  1009. *MineUpgrade7
  1010. name:Tektite Tools
  1011. desc:A very rare material found in the deepest of depths.<//><b>Effect:</b><.>Bubble Mines are x2.5 more efficient.
  1012. cost:555000000 cash
  1013. passive:multiply yield of bubbleMine by 2.5
  1014. req: (bubbleMine>=76)
  1015.  
  1016. *MineUpgrade8
  1017. name:Unobtainium Tools
  1018. desc:So rare it's considered unobtainable.<//><b>Effect:</b><.>Bubble Mines are <b>x2.5</b> more efficient.
  1019. cost:15000000000 cash
  1020. passive:multiply yield of bubbleMine by 4
  1021. req: (bubbleMine>=82)
  1022.  
  1023. *MineUpgrade9
  1024. name:Enchant All
  1025. desc:Fully enchanted.<//><b>Effect:</b><.>Bubble Mines are <b>x5</b> more efficient.<//></><q>Efficiency enchantment.level.32767</q>
  1026. cost:75500000000 cash
  1027. passive:multiply yield of bubbleMine by 4
  1028. req: (bubbleMine>=90)
  1029.  
  1030.  
  1031.  
  1032.  
  1033.  
  1034.  
  1035.  
  1036.  
  1037.  
  1038.  
  1039.  
  1040.  
  1041.  
  1042. //FACTORY UPGRADES
  1043.  
  1044.  
  1045.  
  1046.  
  1047.  
  1048.  
  1049.  
  1050.  
  1051.  
  1052. *FactoryUpgrade0
  1053. name:Sturdier Conveyors
  1054. desc:Conveyors are higher quality.<//><b>Effect:</b><.>Bubble Factories are x2 more efficient.
  1055. icon:https://i.imgur.com/tea3j7W.png
  1056. cost:125000 cash
  1057. passive:multiply yield of bubbleFactory by 2
  1058. req: (bubbleFactory>=1)
  1059.  
  1060.  
  1061. *FactoryUpgrade1
  1062. name:More Conveyors
  1063. desc:Factories gain extra conveyors, allowing for more bubble transport.<//><b>Effect:</b><.>Bubble Factories are x2 more efficient.
  1064. icon:https://i.imgur.com/tea3j7W.png
  1065. cost:435000 cash
  1066. passive:multiply yield of bubbleFactory by 2
  1067. req: (bubbleFactory>=5)
  1068.  
  1069. *FactoryUpgrade2
  1070. name:Faster Conveyors
  1071. desc:Conveyors in the factories gain extra speed, allowing for faster bubble transport.<//><b>Effect:</b><.>Bubble Factories are x2 more efficient.
  1072. cost:1300000 cash
  1073. icon:https://i.imgur.com/Vni5IZ9.png
  1074. passive:multiply yield of bubbleFactory by 2
  1075. req: (bubbleFactory>=10)
  1076.  
  1077. *FactoryUpgrade3
  1078. name:Bigger Foundations
  1079. desc:Your factories are bigger.<//><b>Effect:</b><.>Bubble Factories are x2 more efficient.
  1080. cost:12255000 cash
  1081. icon:https://i.imgur.com/fzYdbJY.png
  1082. passive:multiply yield of bubbleFactory by 2
  1083. req: (bubbleFactory>=17)
  1084.  
  1085. *FactoryUpgrade4
  1086. name:Controllers
  1087. desc:Your workers now forcefully have to control factories for you.<//><b>Effect:</b><.>Bubble Factories are 0.06% more efficient per Bubble Worker.<.>Bubble Workers are x2 more efficient.
  1088. passive:multiply yield of bubbleFactory by 0.06*(bubbleWorker)
  1089. passive:multiply yield of bubbleWorker by 2
  1090. cost:75500000 cash
  1091. req: (bubbleFactory>=25)
  1092. icon:https://i.imgur.com/E9TIWWq.png
  1093.  
  1094. *FactoryUpgrade5
  1095. name:Uranium Conveyors
  1096. desc:Radioactivity extracted.<//><b>Effect:</b><.>Bubble Factories are x2 more efficient.
  1097. icon:https://i.imgur.com/5JDqneK.png
  1098. cost:150550000 cash
  1099. req: (bubbleFactory>=37)
  1100.  
  1101. *FactoryUpgrade6
  1102. name:Wider Conveyors
  1103. desc:Wider conveyors allow for more bubble transportation.<//><b>Effect:</b><.>Bubble Factories are x2 more efficient.
  1104. cost:1000000000 cash
  1105. req: (bubbleFactory>=48)
  1106.  
  1107.  
  1108.  
  1109.  
  1110.  
  1111.  
  1112. //LAB UPGRADES
  1113.  
  1114.  
  1115.  
  1116.  
  1117.  
  1118.  
  1119. *LabUpgrade0
  1120. name:Bigger Labs
  1121. desc:Your labs are bigger.<//><b>Effect:</b><.>Bubble Labs are x2 more efficient.
  1122. cost:1000000 cash
  1123. passive:multiply yield of bubbleLab by 2
  1124. icon:https://i.imgur.com/nv7DKU7.png
  1125. req: (bubbleLab>=1)
  1126.  
  1127. *LabUpgrade1
  1128. name:High Quality Equipment
  1129. desc:Wow. These lab coats sure are pricy!<//><b>Effect:</b><.>Bubble Labs are x2 more efficient.
  1130. cost:2400000 cash
  1131. icon:https://i.imgur.com/ADeQVSC.png
  1132. passive:multiply yield of bubbleLab by 2
  1133. req: (bubbleLab>=3)
  1134.  
  1135. *LabUpgrade2
  1136. name:Cloning I
  1137. desc:New breakthrough in science allows bubbles to be cloned.<//><b>Effect:</b><.>Bubble Labs are x2 more efficient.
  1138. cost:9000000 cash
  1139. icon:https://i.imgur.com/yU8u6Tl.png
  1140. passive:multiply yield of bubbleLab by 2
  1141. req: (bubbleLab>=10)
  1142.  
  1143.  
  1144. *LabUpgrade3
  1145. name:Cloning II
  1146. desc:Cloning is faster.<//><b>Effect:</b><.>Bubble Labs are x2 more efficient.
  1147. icon:https://i.imgur.com/Nr1by7E.png
  1148. cost:29000000 cash
  1149. passive:multiply yield of bubbleLab by 2
  1150. req: (bubbleLab>=20)
  1151.  
  1152. *LabUpgrade4
  1153. name:Scientists
  1154. desc:Your workers now forcefully have to research in your bubble labs.<//><b>Effect:</b><.>Bubble Labs are 0.05% more efficient per Bubble Worker.<.>Bubble Workers are x2 more efficient.
  1155. cost:100000000 cash
  1156. icon:https://i.imgur.com/yxQWfST.png
  1157. passive:multiply yield of bubbleLab by 0.05*(bubbleWorker)
  1158. passive:multiply yield of bubbleWorker by 2
  1159. req: (bubbleLab>=32)
  1160.  
  1161. *LabUpgrade5
  1162. name:Nano Technology
  1163. desc:The future is now.<//><b>Effect:</b><.>Bubble Labs are x3 more efficient.<.>Unlocks <b>powerful</b> upgrades.
  1164. cost:1200000000 cash
  1165. icon:https://i.imgur.com/ItTRWmM.png
  1166. passive:multiply yield of bubbleLab by 3
  1167. req: (bubbleLab>=41)
  1168.  
  1169. *LabUpgrade6
  1170. name:Cloning III
  1171. desc:Cloning is <b>even</b> faster.<//><b>Effect:</b><.>Bubble Labs are x3.5 more efficient.
  1172. cost:11000000000 cash
  1173. icon:https://i.imgur.com/WXcAzOO.png
  1174. passive:multiply yield of bubbleLab by 2
  1175. req: (bubbleLab>=51)
  1176.  
  1177. *LabUpgrade7
  1178. name:Anti-Aging Concoction
  1179. desc:Bubble workers no longer age and live <i><b>forever.</b></i><//><b>Effect:</b><.>Bubble Workers are <b>x15</b> more efficient.
  1180. cost:505000000000 cash
  1181. icon:
  1182. passive:multiply yield of bubbleWorker by 15
  1183. req: (bubbleLab>=63)
  1184.  
  1185. *LabUpgrade8
  1186. name:Cloning IV
  1187. desc:Cloning is super fast.<//><b>Effect:</b><.>Bubble Labs are x2.5 more efficient.<//></><q>There is only so much room!</q>
  1188. cost:1200000000000 cash
  1189. icon:
  1190. passive:multiply yield of bubbleLab by 2
  1191. req: (bubbleLab>=73)
  1192.  
  1193.  
  1194.  
  1195.  
  1196.  
  1197.  
  1198.  
  1199.  
  1200.  
  1201.  
  1202.  
  1203.  
  1204. //3D PRINTER UPGRADES
  1205.  
  1206.  
  1207.  
  1208.  
  1209.  
  1210.  
  1211.  
  1212.  
  1213. *PrinterUpgrade0
  1214. name:Slow Speed
  1215. desc:The printer print sligthly faster.<//><b>Effect:</b><.>3D Printers are x2 more efficient.
  1216. cost:5000000 cash
  1217. icon:https://i.imgur.com/fxTWZTx.png
  1218. passive:multiply yield of 3DPrinter by 2
  1219. req: (3DPrinter>=1)
  1220.  
  1221. *PrinterUpgrade1
  1222. name:More Fillament
  1223. desc:Allows the printer to print bubbles longer.<//><b>Effect:</b><.>3D Printers are x2 more efficient.
  1224. cost:15500000 cash
  1225. icon:https://i.imgur.com/keRXmFx.png
  1226. passive:multiply yield of 3DPrinter by 2
  1227. req: (3DPrinter>=5)
  1228.  
  1229. *PrinterUpgrade2
  1230. name:Bigger Base
  1231. desc:The base of the printer gets larger, allowing it to print more bubbles.<//><b>Effect:</b><.>3D Printers are x2 more efficient.
  1232. cost:55000000 cash
  1233. icon:https://i.imgur.com/yuK8QF0.png
  1234. passive:multiply yield of 3DPrinter by 2
  1235. req: (3DPrinter>=10)
  1236.  
  1237. *PrinterUpgrade3
  1238. name:Average Speed
  1239. desc:The printer prints faster.<//><b>Effect:</b><.>3D Printers are x2 more efficient.
  1240. icon:https://i.imgur.com/JA5BJQx.png
  1241. cost:180000000 cash
  1242. passive:multiply yield of 3DPrinter by 2
  1243. req: (3DPrinter>=18)
  1244.  
  1245. *PrinterUpgrade4
  1246. name:Printed Cursors
  1247. desc:The 3D Printer prints cursors to boost your bubbles per click.<//><b>Effect:</b><.>+3 bubbles/click per 3D Printer owned. (Stacks with clicking upgrades)
  1248. cost:500000000 cash
  1249. icon:https://i.imgur.com/Hx5l6fR.png
  1250. passive:increase yield of BubbleGum by 3*(3DPrinter)
  1251. req: (3DPrinter>=25)
  1252.  
  1253. *PrinterUpgrade5
  1254. name:Programmers
  1255. desc:Your workers are now forced to operate 3D Printers.<//><b>Effect:</b><.>3D Printers are 0.05% more efficient per Bubble Worker owned.<.>Bubble Workers are x2 more efficient.
  1256. cost:950000000 cash
  1257. icon:https://i.imgur.com/riFMJSC.png
  1258. passive:multiply yield of 3DPrinter by 0.05*(bubbleWorker)
  1259. passive:multiply yield of bubbleWorker by 2
  1260.  
  1261. req: (3DPrinter>=33)
  1262.  
  1263. *PrinterUpgrade6
  1264. name:Cooling System
  1265. desc:The printer has a harder time overheating.<//><b>Effect:</b><.>3D Printers are x2 more efficient.
  1266. icon:https://i.imgur.com/nitMAcX.png
  1267. passive:multiply yield of 3DPrinter by 2
  1268. cost:2500000000 cash
  1269. req: (3DPrinter>=40)
  1270.  
  1271. *PrinterUpgrade7
  1272. name:Liquid Cooling
  1273. desc:The printer has a <b>way</b> harder time overheating.<//><b>Effect:</b><.>3D Printers are x3 more efficient.
  1274. icon:
  1275. passive:multiply yield of 3DPrinter by 3
  1276. cost:25500000000 cash
  1277. req: (3DPrinter>=50)
  1278.  
  1279.  
  1280.  
  1281.  
  1282.  
  1283. //SHIPMENT UPGRADES
  1284.  
  1285.  
  1286.  
  1287.  
  1288.  
  1289. *ShipmentUpgrade0
  1290. name:Bigger Hull
  1291. desc:Rocket ships have a bigger hull, allowing for more bubble transportation.<//><b>Effect:</b><.>Shipment is x2 more efficient.
  1292. icon:https://i.imgur.com/UP1dZEn.png
  1293. passive:multiply yield of Shipment by 2
  1294. cost:50000000 cash
  1295. req: (Shipment>=1)
  1296.  
  1297. *ShipmentUpgrade1
  1298. name:More Fuel
  1299. desc:Your rocket ships have more storage for fuel.<//><b>Effect:</b><.>Shipment is x2 more efficient.
  1300. cost:111000000 cash
  1301. icon:https://i.imgur.com/2WK6EG2.png
  1302. passive:multiply yield of Shipment by 2
  1303. req: (Shipment>=5)
  1304.  
  1305. *ShipmentUpgrade2
  1306. name:More Storage
  1307. desc:Your rocket ships have more storage overall.<//><b>Effect:</b><.>Shipment is x2 more efficient.
  1308. icon:https://i.imgur.com/nsjsIkw.png
  1309. cost:285000000 cash
  1310. passive:multiply yield of Shipment by 2
  1311. req: (Shipment>=10)
  1312.  
  1313. *ShipmentUpgrade3
  1314. name:Efficient Boosters
  1315. desc:Your rocket ships have their boosters upgraded.<//><b>Effect:</b><.>Shipment is x2 more efficient.
  1316. cost:685000000 cash
  1317. icon:https://i.imgur.com/BbwUVHC.png
  1318. passive:multiply yield of Shipment by 2
  1319. req: (Shipment>=20)
  1320.  
  1321. *ShipmentUpgrade4
  1322. name:Light Speed
  1323. desc:Your rockets are now able to travel at light speed.<//><b>Effect:</b><.>Shipment is <b>x3</b> more efficient.
  1324. cost:4450000000 cash
  1325. passive:multiply yield of Shipment by 3
  1326. req: (Shipment>=27)
  1327. icon:https://i.imgur.com/qslDiIf.png
  1328.  
  1329. *ShipmentUpgrade5
  1330. name:Astronauts
  1331. desc:Your workers forcefully have to operate your rockets.<//><b>Effect:</b><.>Shipment is 0.05% more efficient per Bubble Worker.<.>Bubble Workers are x2 more efficient.
  1332. passive:multiply yield of Shipment by 0.05*(bubbleWorker)
  1333. passive:multiply yield of bubbleWorker by 2
  1334. cost:20000000000 cash
  1335. icon:https://i.imgur.com/1eU4rIe.png
  1336. req: (Shipment>=35)
  1337.  
  1338. *ShipmentUpgrade6
  1339. name:Warp Speed
  1340. desc:Your rockets are now able to travel faster than light.<//><b>Effect:</b><.>Shipment is x2 more efficient.
  1341. passive:multiply yield of Shipment by 2
  1342. cost:100000000000 cash
  1343. icon:https://i.imgur.com/KS4XtPB.png
  1344. req: (Shipment>=42)
  1345.  
  1346. *ShipmentUpgrade7
  1347. name:Trading Center
  1348. desc:You trade bubbles with aliens from the universe.<//><b>Effect:</b><.>Shipment is x3 more efficient.
  1349. passive:multiply yield of Shipment by 3
  1350. cost:750000000000 cash
  1351. icon:
  1352. req: (Shipment>52)
  1353.  
  1354.  
  1355. Achievements
  1356. *TEMPLATE
  1357. on click:anim glow
  1358.  
  1359.  
  1360.  
  1361. //BUBBLE ACHIEVEMENTS
  1362.  
  1363.  
  1364.  
  1365.  
  1366. *bubbleAchiev1
  1367. name:Yummy
  1368. desc:Produce a total of <#ff99ff>1</#> bubble.
  1369. icon:https://i.imgur.com/JwhCYV0.png
  1370. req:1 bubbles:earned
  1371.  
  1372. *bubbleAchiev2
  1373. name:Hoarder
  1374. desc:Produce a total of <#ff99ff>1000</#> bubbles.
  1375. icon:https://i.imgur.com/lU2grVf.png
  1376. req:1000 bubbles:earned
  1377.  
  1378. *bubbleAchiev3
  1379. name:Producer
  1380. desc:Produce a total of <#ff99ff>10 000</#> bubbles.
  1381. icon:https://i.imgur.com/Hcc8WY6.png
  1382. req:10000 bubbles:earned
  1383.  
  1384. *bubbleAchiev4
  1385. name:Connoisseur
  1386. desc:Produce a total of <#ff99ff>100 000</#> bubbles.
  1387. icon:https://i.imgur.com/pkuiyzb.png
  1388. req:100000 bubbles:earned
  1389.  
  1390. *bubbleAchiev5
  1391. name:Specialist
  1392. desc:Produce a total of <#ff99ff>1 million</#> bubbles.
  1393. req:1000000 bubbles:earned
  1394. icon:https://i.imgur.com/AtKuqgu.png
  1395.  
  1396. *bubbleAchiev6
  1397. name:Expert
  1398. desc:Produce a total of <#ff99ff>1 billion</#> bubbles.
  1399. req:1000000000 bubbles:earned
  1400.  
  1401.  
  1402.  
  1403.  
  1404.  
  1405. //MONEY ACHIEVEMENTS
  1406.  
  1407.  
  1408.  
  1409.  
  1410.  
  1411. *moneyAchiev1
  1412. name:Dollar dollar bill y'all
  1413. desc:Produce a total of <#51c200>1</#> cash.
  1414. req:1 cash:earned
  1415. icon:https://i.imgur.com/eU7CdP0.png
  1416.  
  1417. *moneyAchiev2
  1418. name:Pocket money
  1419. desc:Produce a total of <#51c200>100</#> cash.
  1420. req:100 cash:earned
  1421. icon:https://i.imgur.com/dztAUr4.png
  1422.  
  1423. *moneyAchiev3
  1424. name:Money stash
  1425. desc:Produce a total of <#51c200>10 000</#> cash.
  1426. req:10000 cash:earned
  1427. icon:https://i.imgur.com/0qta8Zc.png
  1428. *moneyAchiev4
  1429. name:In my bank account
  1430. desc:Produce a total of <#51c200>100 000</#> cash.
  1431. req:100000 cash:earned
  1432. icon:https://i.imgur.com/REcTD6U.png
  1433.  
  1434. *moneyAchiev5
  1435. name:Millionaire
  1436. desc:Produce a total of <#51c200>1 million</#> cash.
  1437. req:1000000 cash:earned
  1438. icon:https://i.imgur.com/jpbCw6e.png
  1439.  
  1440. *moneyAchiev6
  1441. name:Small loan of a million dollars
  1442. desc:Produce a total of <#51c200>1 billion</#> cash.
  1443. req:1000000000 cash:earned
  1444. icon:https://i.imgur.com/oNtEpUF.png
  1445.  
  1446.  
  1447.  
  1448.  
  1449. //MACHINE ACHIEVEMENTS
  1450.  
  1451.  
  1452.  
  1453.  
  1454. *machineAchiev1
  1455. name:The start of something beautiful
  1456. desc:Build <b>1</b> bubble machine.
  1457. req: (bubbleMachine>=1)
  1458. icon:https://i.imgur.com/RhXMy2a.png
  1459.  
  1460. *machineAchiev2
  1461. name:Rustling gears
  1462. desc:Build <b>50</b> bubble machines.
  1463. req: (bubbleMachine>=50)
  1464. icon:https://i.imgur.com/oCBPRrF.png
  1465.  
  1466. *machineAchiev3
  1467. name:Workshop
  1468. desc:Build <b>100</b> bubble machines.
  1469. req: (bubbleMachine>=100)
  1470. icon:
  1471.  
  1472. *machineAchiev4
  1473. name:Builder
  1474. desc:Build <b>150</b> bubble machines.
  1475. req: (bubbleMachine>=150)
  1476. icon:
  1477.  
  1478.  
  1479.  
  1480.  
  1481.  
  1482.  
  1483. //WORKER ACHIEVEMENTS
  1484.  
  1485.  
  1486.  
  1487.  
  1488.  
  1489.  
  1490. *workerAchiev1
  1491. name:Employee
  1492. desc:Hire <b>1</b> bubble worker.
  1493. req: (bubbleWorker>=1)
  1494. icon:https://i.imgur.com/yXcE8vX.png
  1495.  
  1496. *workerAchiev2
  1497. name:Employer
  1498. desc:Hire <b>50</b> bubble workers.
  1499. req: (bubbleWorker>=50)
  1500. icon:https://i.imgur.com/Y2hNc0S.png
  1501.  
  1502. *workerAchiev3
  1503. name:Organization
  1504. desc:Hire <b>100</b> bubble workers.
  1505. req: (bubbleWorker>=100)
  1506. icon:https://i.imgur.com/nc1nonE.png
  1507.  
  1508. *workerAchiev4
  1509. name:Company
  1510. desc:Hire <b>150</b> bubble workers.
  1511. req: (bubbleWorker>=150)
  1512. icon:https://i.imgur.com/JKfBFg7.png
  1513.  
  1514.  
  1515.  
  1516.  
  1517.  
  1518. //MONEY PRINTER ACHIEVEMENTS
  1519.  
  1520.  
  1521.  
  1522.  
  1523.  
  1524. *mPrinterAchiev1
  1525. name:Illegal activity
  1526. desc:Buy <b>1</b> money printer.<//></><q>"I mean, you gotta spend money to make money, right?"</q>
  1527. req: (MoneyPrinter>=1)
  1528. icon:
  1529.  
  1530.  
  1531.  
  1532. *mPrinterAchiev2
  1533. name:Criminal
  1534. desc:Buy <b>50</b> money printers.
  1535. req: (MoneyPrinter>=50)
  1536. icon:
  1537.  
  1538.  
  1539. *mPrinterAchiev3
  1540. name:Money maker
  1541. desc:Buy <b>100</b> money printers.
  1542. req: (MoneyPrinter>=100)
  1543. icon:
  1544.  
  1545. *mPrinterAchiev4
  1546. name:Money generator
  1547. desc:Buy <b>150</b> money printers.
  1548. req: (MoneyPrinter>=150)
  1549. icon:
  1550.  
  1551.  
  1552.  
  1553.  
  1554.  
  1555.  
  1556.  
  1557. //MINE ACHIEVEMENTS
  1558.  
  1559.  
  1560.  
  1561.  
  1562.  
  1563. *mineAchiev1
  1564. name:You know the drill
  1565. desc:Own <b>1</b> bubble mine.
  1566. req: (bubbleMine>=1)
  1567. icon:https://i.imgur.com/Nfqvuso.png
  1568.  
  1569.  
  1570. *mineAchiev2
  1571. name:Caved-in
  1572. desc:Own <b>50</b> bubble mines.
  1573. req: (bubbleMine>=50)
  1574. icon:https://i.imgur.com/CiGApPz.png
  1575.  
  1576.  
  1577. *mineAchiev3
  1578. name:Cashed-in
  1579. desc:Own <b>100</b> bubble mines.
  1580. req: (bubbleMine>=100)
  1581. icon:https://i.imgur.com/ejOZOyM.png
  1582.  
  1583. *mineAchiev4
  1584. name:Maze
  1585. desc:Own <b>150</b> bubble mines.
  1586. req: (bubbleMine>=150)
  1587. icon:https://i.imgur.com/mEyn0ST.png
  1588.  
  1589.  
  1590.  
  1591.  
  1592.  
  1593. //FACTORY ACHIEVEMENTS
  1594.  
  1595.  
  1596.  
  1597.  
  1598. *factoryAchiev1
  1599. name:Manufacturer
  1600. desc:Buy <b>1</b> bubble factory.
  1601. req: (bubbleFactory>=1)
  1602. icon:https://i.imgur.com/elGzPts.png
  1603.  
  1604. *factoryAchiev2
  1605. name:Owner
  1606. desc:Buy <b>50</b> bubble factories.
  1607. req: (bubbleFactory>=50)
  1608. icon:https://i.imgur.com/yhvxjta.png
  1609.  
  1610. *factoryAchiev3
  1611. name:Polluted
  1612. desc:Buy <b>100</b> bubble factories.
  1613. req: (bubbleFactory>=100)
  1614. icon:https://i.imgur.com/H9MC9Cq.png
  1615.  
  1616. *factoryAchiev4
  1617. name:Smoked sky
  1618. desc:Buy <b>150</b> bubble factories.
  1619. req: (bubbleFactory>=150)
  1620. icon:https://i.imgur.com/19BZgD8.png
  1621.  
  1622.  
  1623.  
  1624.  
  1625. //LAB UPGRADES
  1626.  
  1627.  
  1628.  
  1629.  
  1630.  
  1631. *labAchiev1
  1632. name:Home study
  1633. desc:Own <b>1</b> bubble lab.
  1634. req: (bubbleLab>=1)
  1635. icon:https://i.imgur.com/b4eZ2bi.png
  1636.  
  1637. *labAchiev2
  1638. name:Experiments
  1639. desc:Own <b>50</b> bubble labs.
  1640. req: (bubbleLab>=50)
  1641. icon:https://i.imgur.com/oJW4nI8.png
  1642.  
  1643. *labAchiev3
  1644. name:Researcher
  1645. desc:Own <b>100</b> bubble labs.
  1646. req: (bubbleLab>=100)
  1647. icon:https://i.imgur.com/ba7xRcd.png
  1648.  
  1649. *labAchiev4
  1650. name:Mad scientist
  1651. desc:Own <b>150</b> bubble labs.
  1652. req: (bubbleLab>=150)
  1653. icon:https://i.imgur.com/qMv4dNW.png
  1654.  
  1655.  
  1656.  
  1657.  
  1658.  
  1659. //3D PRINTER ACHIEVEMENTS
  1660.  
  1661.  
  1662.  
  1663.  
  1664. *3DPrinterAchiev1
  1665. name:Paperwork
  1666. desc:Own <b>1</b> 3D Printer.
  1667. req: (3DPrinter>=1)
  1668. icon:
  1669.  
  1670. *3DPrinterAchiev2
  1671. name:3 Dimensional
  1672. desc:Own <b>50</b> 3D Printers.
  1673. req: (3DPrinter>=50)
  1674. icon:
  1675.  
  1676. *3DPrinterAchiev3
  1677. name:Printing printers
  1678. desc:Own <b>100</b> 3D Printers.
  1679. req: (3DPrinter>=100)
  1680. icon:
  1681.  
  1682. *3DPrinterAchiev4
  1683. name:Totally printed
  1684. desc:Own <b>150</b> 3D Printers.
  1685. req: (3DPrinter>=150)
  1686. icon:
  1687.  
  1688.  
  1689.  
  1690.  
  1691.  
  1692. //SHIPMENT ACHIEVEMENTS
  1693.  
  1694.  
  1695.  
  1696.  
  1697.  
  1698. *shipmentAchiev1
  1699. name:Journey through space
  1700. desc:Own <b>1</b> shipment.
  1701. req: (Shipment>=1)
  1702. icon:
  1703.  
  1704.  
  1705.  
  1706. *shipmentAchiev2
  1707. name:I ship it
  1708. desc:Own <b>50</b> shipments.
  1709. req: (Shipment>=50)
  1710. icon:
  1711.  
  1712. *shipmentAchiev3
  1713. name:Inter-planetary
  1714. desc:Own <b>100</b> shipments.
  1715. req: (Shipment>=100)
  1716. icon:
  1717.  
  1718. *shipmentAchiev4
  1719. name:Interstellar
  1720. desc:Own <b>150</b> shipments.<//></><q>"Come on, TARS."</q>
  1721. req: (Shipment>=150)
  1722. icon:
  1723.  
  1724.  
  1725.  
  1726.  
  1727. //SHINY ACHIEVEMENTS
  1728.  
  1729.  
  1730.  
  1731.  
  1732.  
  1733. *shinyAchiev1
  1734. name:Lucky day
  1735. desc:Click <b>1</b> golden bubble.
  1736. req:1 goldenBubble:clicks
  1737. icon:https://i.imgur.com/1E8Ucbz.png
  1738.  
  1739. *shinyAchiev2
  1740. name:Lucky number 7
  1741. desc:Click <b>7</b> golden bubbles.
  1742. req:7 goldenBubble:clicks
  1743. icon:https://i.imgur.com/0bXvyKG.png
  1744.  
  1745. *shinyAchiev3
  1746. name:Golden clover
  1747. desc:Click <b>17</b> golden bubbles.
  1748. req:17 goldenBubble:clicks
  1749. icon:https://i.imgur.com/oo8dgA2.png
  1750.  
  1751.  
  1752.  
  1753.  
  1754.  
  1755. //SECRET ACHIEVEMENTS
Add Comment
Please, Sign In to add comment