IronDizaster

Untitled

Feb 15th, 2019
958
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 75.78 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:4
  8.  
  9.  
  10. //Hey, if you're reading this, thank you so much for playing my game! It seriously means a lot to me <3
  11.  
  12.  
  13. Settings
  14. building cost increase:115%
  15. building cost refund:50%
  16. stylesheet:stuff/bigBlue.css
  17. tiling background:https://i.imgur.com/P3NJ6Ch.png
  18. Shinies
  19.  
  20. *goldenBubble
  21. name:Golden Bubble
  22. on click:
  23. if (chance(30%))
  24. $amount=(bubbles:ps*150)
  25. yield $amount bubbles
  26. toast <#ffcc00>Lucky!</#> You gained <#ffcc00>[$amount]</#> bubbles!
  27. else
  28. $amount=(bubbles:ps*60)
  29. yield $amount bubbles
  30. toast You gained <#ff99ff>[$amount]</#> bubbles.
  31.  
  32.  
  33. end
  34. end
  35.  
  36. movement:anywhere growShrink
  37. icon:https://i.imgur.com/YzHJtXM.png
  38. frequency:
  39. duration:25
  40. frequency:20
  41. frequency variation:375
  42. no text
  43. no tooltip
  44. class:hasFlares
  45.  
  46.  
  47. Resources
  48. *bubble|bubbles
  49. name:Bubbles
  50. icon:https://i.imgur.com/NyBboJj.png
  51.  
  52.  
  53.  
  54.  
  55. *cash
  56. name:Cash
  57. icon:https://i.imgur.com/Et6ATxG.png
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64. *CashPS1
  65. hidden
  66.  
  67. *MPrinterPS
  68. hidden
  69.  
  70. *MachinePS1
  71. hidden
  72.  
  73.  
  74. *WorkerPS
  75. hidden
  76.  
  77. *MinePS
  78. hidden
  79.  
  80. *FactoryPS
  81. hidden
  82.  
  83. *LabPS
  84. hidden
  85.  
  86. *3DPrinterPS
  87. hidden
  88.  
  89. *ShipmentPS
  90. hidden
  91.  
  92. *WizardPS
  93. hidden
  94.  
  95.  
  96.  
  97.  
  98.  
  99. CSS
  100. .thing
  101. {
  102.  
  103. border-radius:8px;
  104. }
  105.  
  106.  
  107.  
  108. #box-changelog {
  109. height: 200px;
  110. border: 4px yellow;
  111. border-radius:21px;
  112. padding: 0px
  113. margin:0px;
  114. }
  115.  
  116. .wobble2
  117. {
  118. animation:wobble2 0.5s;
  119. }
  120. @keyframes wobble2
  121. {
  122. 0% {transform:translateZ(0) scale(1.05);}
  123. 20% {transform:translateZ(0) scale(0.95);}
  124. 40% {transform:translateZ(0) scale(1.05);}
  125. 60% {transform:translateZ(0) scale(0.975);}
  126. 80% {transform:translateZ(0) scale(1.025);}
  127. 99% {transform:scale(1,1)}
  128. 100% {}
  129. }
  130.  
  131. .OButton {
  132.  
  133. display: inline-block;
  134. width: 200px;
  135. height: 38px;
  136. padding: 5px;
  137. outline:3px inset #ff6699;
  138. background-color:#ffb3cc;
  139. border-radius:0px;
  140.  
  141. }
  142.  
  143.  
  144.  
  145.  
  146.  
  147. Layout
  148.  
  149.  
  150.  
  151. *OButton
  152. in:main
  153. contains:tag:bUPGRODO
  154. contains:tag:UPGRODO
  155.  
  156. *main
  157. contains:res, buttons
  158. *res
  159. contains:Resources
  160. class:fullWidth
  161. *buttons
  162. contains:Buttons
  163. *store
  164. contains:buildings, upgrades
  165. *buildings
  166. contains:BulkDisplay, Buildings, changelog
  167. header:Buildings
  168. tooltip origin:left
  169.  
  170.  
  171. *upgrades
  172. contains:Upgrades
  173. header:Upgrades
  174. costs:hide
  175. names:hide
  176.  
  177.  
  178. *sellbubbles
  179. contains:tag:Sell
  180. in:res
  181. class:bottom
  182.  
  183. *changelog
  184. contains:Log
  185. class:bottom
  186.  
  187.  
  188.  
  189.  
  190.  
  191.  
  192.  
  193.  
  194.  
  195.  
  196.  
  197.  
  198.  
  199.  
  200.  
  201. Buttons
  202.  
  203.  
  204.  
  205. *BubbleGum
  206. name:Bubble Gum
  207. desc:Pop to gain more income!
  208. on click:yield 1 bubble
  209. on click:anim wobble2
  210.  
  211.  
  212.  
  213. on click:if (have PointyClicks) yield (bubbles:ps*0.001) bubbles
  214. on click:if (have SteelClicks) yield (bubbles:ps*0.001) bubbles
  215. on click:if (have TitaniumClicks) yield (bubbles:ps*0.001) bubbles
  216. on start:log <t><#e6ffe6><u>Change Log</u></#></t><//></><t><#404040>29/05/2019 - Forum Post Update</#><//><.>Updated the forum post to look alot nicer and added a thumbnail<.>From now on updates will have their unique name instead of a number<//><t><#404040>17/03/2019 - Content Pack #2</#><//><.>Added the changelog you're reading right now<.>Bubble gum button now wobbles on click<.>Added 29 new upgrades (now 98)<.>Added a background<.>1 new building - the money printer<.>37 new achievements (now 47)<.>New shiny: <#ffcc00>The Golden Bubble!</#><//>Has a 30% chance to be a <#ffcc00>Lucky</#> Golden Bubble!<.>Buildings now show their production info<.>Changed more ugly sprites<//></><t><#404040>23/02/2019 - Content Pack #1</#><.>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
  217. on load:log <t><#e6ffe6><u>Change Log</u></#></t><//></><t><#404040>29/05/2019 - Forum Post Update</#><//><.>Updated the forum post to look alot nicer and added a thumbnail<.>From now on updates will have their unique name instead of a number<//><t><#404040>17/03/2019 - Content Pack #2</#><//><.>Added the changelog you're reading right now<.>Bubble gum button now wobbles on click<.>Added 29 new upgrades (now 98)<.>Added a background<.>1 new building - the money printer<.>37 new achievements (now 47)<.>New shiny: <#ffcc00>The Golden Bubble!</#><//>Has a 30% chance to be a <#ffcc00>Lucky</#> Golden Bubble!<.>Buildings now show their production info<.>Changed more ugly sprites<//></><t><#404040>23/02/2019 - Content Pack #1</#><.>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
  218. class:bigButton hasFlares
  219. icon:https://i.imgur.com/suGXlaB.png
  220. icon class:shadowed
  221. tooltip origin:bottom
  222. tooltip class:red
  223.  
  224. *sell
  225. name:Sell Bubbles
  226. 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)
  227. on click:anim glow
  228. on click:yield (1*bubbles) cash
  229. on click:if (have PlainBubbles) yield (0.05*bubbles) cash
  230. on click:if (have OrangeBubbles) yield (0.05*bubbles) cash
  231. on click:if (have LemonBubbles) yield (0.05*bubbles) cash
  232. on click:if (have WatermelonBubbles) yield (0.05*bubbles) cash
  233. on click:if (have StrawberryBubbles) yield (0.05*bubbles) cash
  234. on click:if (have GrapeBubbles) yield (0.05*bubbles) cash
  235. on click:if (have MangoBubbles) yield (0.05*bubbles) cash
  236. on click:if (have MintBubbles) yield (0.05*bubbles) cash
  237. on click:if (have LimeBubbles) yield (0.05*bubbles) cash
  238. on click:if (have JamFilledBubbles) yield (0.05*bubbles) cash
  239. on click:if (have PumpkinBubbles) yield (0.05*bubbles) cash
  240. on click:if (have WarheadBubbles) yield (0.05*bubbles) cash
  241. on click:if (have ChilliBubbles) yield (0.05*bubbles) cash
  242. on click:if (have MiniBubbles) yield (0.05*bubbles) cash
  243. on click:if (have CubeBubbles) yield (0.1*bubbles) cash
  244. on click:if (have JawbreakerBubbles) yield (0.1*bubbles) cash
  245. icon:https://i.imgur.com/7vChxQR.png
  246. on click:lose bubbles
  247. tooltip origin:bottom
  248. class:bottom
  249. tag:Sell
  250.  
  251.  
  252. *boughtUpgrades
  253. name:View Bought Upgrades
  254. tag:bUPGRODO
  255. on click:show tag:ownedupgrade
  256. on click:hide tag:upgrade
  257. on click:anim glow
  258. class:top
  259. on click:show tag:UPGRODO
  260. on click:hide tag:bUPGRODO
  261. class:OButton
  262.  
  263.  
  264.  
  265. *UPgrades
  266. name:View Available Upgrades
  267. class:top
  268. tag:UPGRODO
  269. on click:
  270. show tag:upgrade
  271. hide upgrades
  272. hide tag:ownedupgrade
  273. show tag:bUPGRODO
  274. hide tag:UPGRODO
  275. anim glow
  276. class:OButton
  277.  
  278. //bubble upgrades
  279.  
  280. if (have PlainBubbles) hide PlainBubbles
  281. if (have OrangeBubbles) hide OrangeBubbles
  282. if (have StrawberryBubbles) hide StrawberryBubbles
  283. if (have LemonBubbles) hide LemonBubbles
  284. if (have GrapeBubbles) hide GrapeBubbles
  285. if (have WatermelonBubbles) hide WatermelonBubbles
  286. if (have MangoBubbles) hide MangoBubbles
  287. if (have MintBubbles) hide MintBubbles
  288. if (have LimeBubbles) hide LimeBubbles
  289. if (have JamFilledBubbles) hide JamFilledBubbles
  290. if (have PumpkinBubbles) hide PumpkinBubbles
  291. if (have WarheadBubbles) hide WarheadBubbles
  292. if (have ChilliBubbles) hide ChilliBubbles
  293. if (have MiniBubbles) hide MiniBubbles
  294. if (have JawbreakerBubbles) hide JawbreakerBubbles
  295. if (have CubeBubbles) hide CubeBubbles
  296.  
  297. //clicks upgrades
  298.  
  299. if (have PointyClicks) hide PointyClicks
  300. if (have SteelClicks) hide SteelClicks
  301. if (have TitaniumClicks) hide TitaniumClicks
  302. if (have StackingClicks) hide StackingClicks
  303. if (have WorkerClicks) hide WorkerClicks
  304.  
  305.  
  306. if (have BetterFingers) hide BetterFingers
  307. if (have SteelFingers) hide SteelFingers
  308. if (have TitaniumFingers) hide TitaniumFingers
  309.  
  310. //gum upgrades
  311.  
  312. if (have mintyGum) hide mintyGum
  313. if (have chocolateGum) hide chocolateGum
  314. if (have nuttyGum) hide nuttyGum
  315. if (have IQgum) hide IQgum
  316. if (have toothpasteGum) hide toothpasteGum
  317.  
  318. //machine upgrades
  319.  
  320. if (have MachineUpgrade0) hide MachineUpgrade0
  321. if (have MachineUpgrade1) hide MachineUpgrade1
  322. if (have machineUpgrade2) hide machineUpgrade2
  323. if (have machineUpgrade3) hide machineUpgrade3
  324. if (have machineUpgrade4) hide machineUpgrade4
  325. if (have machineUpgrade5) hide machineUpgrade5
  326. if (have machineUpgrade6) hide machineUpgrade6
  327. if (have machineUpgrade7) hide machineUpgrade7
  328.  
  329. //money printer upgrades
  330.  
  331. if (have mPrinterUpgrade1) hide mPrinterUpgrade1
  332. if (have mPrinterUpgrade2) hide mPrinterUpgrade2
  333. if (have mPrinterUpgrade3) hide mPrinterUpgrade3
  334. if (have mPrinterUpgrade4) hide mPrinterUpgrade4
  335. if (have mPrinterUpgrade5) hide mPrinterUpgrade5
  336. if (have mPrinterUpgrade6) hide mPrinterUpgrade6
  337.  
  338. //worker upgrades
  339.  
  340. if (have WorkerUpgrade0) hide WorkerUpgrade0
  341. if (have WorkerUpgrade1) hide WorkerUpgrade1
  342. if (have workerUpgrade2) hide workerUpgrade2
  343. if (have workerUpgrade3) hide workerUpgrade3
  344. if (have workerUpgrade4) hide workerUpgrade4
  345. if (have workerUpgrade5) hide workerUpgrade5
  346.  
  347. hidden
  348.  
  349. end
  350.  
  351.  
  352.  
  353.  
  354.  
  355.  
  356.  
  357. Buildings
  358.  
  359. *TEMPLATE
  360. on click:anim glow
  361.  
  362.  
  363. *debugBuilding
  364. name:FOR TESTING
  365. desc:none
  366. cost:0.00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001 cash
  367. on tick:yield 999999999999999999 cash
  368. on tick:yield 999999999999999999 bubbles
  369. unlocked
  370.  
  371.  
  372. *bubbleMachine|bubbleMachines
  373. name:Bubble Machine|Bubble Machines
  374. 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>Note:Idle Game Maker currently doesn't have support for decimal numbers.</q>
  375. cost:15 cash
  376. on tick:yield 0.1 cash
  377. on tick:yield 0.1 bubbles
  378. on tick:yield 0.1 MachinePS1
  379. on tick:yield 0.1 CashPS1
  380. unlocked
  381. tag:building
  382. icon:https://i.imgur.com/DLQyldc.png
  383.  
  384. *MoneyPrinter|MoneyPrinters
  385. name:Money Printer|Money Printers
  386. 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.
  387. cost:1000 cash
  388. on tick:yield 2 cash
  389. on tick:yield 2 MPrinterPS
  390. icon:https://i.imgur.com/sYZ5nGZ.png
  391. tag:building
  392. req:750 cash:earned
  393.  
  394. *bubbleWorker|bubbleWorkers
  395. name:Bubble Worker|Bubble Workers
  396. 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.
  397. icon:https://i.imgur.com/PCeOsZ7.png
  398. cost:100 cash
  399. on tick:yield 1 bubbles
  400. tag:building
  401. on tick:yield 1 WorkerPS
  402.  
  403. req:75 cash:earned
  404.  
  405. *bubbleMine|bubbleMines
  406. name:Bubble Mine|Bubble Mines
  407. icon:https://i.imgur.com/NI3Rzwv.png
  408. 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.
  409. cost:5500 cash
  410. tag:building
  411. on tick:yield 21 bubbles
  412. on tick:yield 21 MinePS
  413. req:6000 cash:earned
  414.  
  415. *bubbleFactory|bubbleFactories
  416. name:Bubble Factory|Bubble Factories
  417. 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.
  418. icon:https://i.imgur.com/g7onB8S.png
  419. cost:50000 cash
  420. tag:building
  421. on tick:yield 80 bubbles
  422. on tick:yield 80 FactoryPS
  423. req:50000 cash:earned
  424.  
  425. *bubbleLab|bubbleLabs
  426. name:Bubble Lab|Bubble Labs
  427. 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.
  428. cost:550000 cash
  429. tag:building
  430. icon:https://i.imgur.com/NTW46aJ.png
  431. on tick:yield 250 bubbles
  432. on tick:yield 250 LabPS
  433. req:75000 cash:earned
  434.  
  435. *3DPrinter|3DPrinters
  436. name:3D Printer|3D Printers
  437. 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.
  438. cost:2500000 cash
  439. icon:https://i.imgur.com/7B8pCOy.png
  440. on tick:yield 1111 bubbles
  441. on tick:yield 1111 3DPrinterPS
  442. req:3000000 cash:earned
  443. tag:building
  444.  
  445. *Shipment
  446. name:Shipment
  447. 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.
  448. cost:18500000 cash
  449. icon:https://i.imgur.com/D7x42kd.png
  450. on tick:yield 6000 bubbles
  451. on tick:yield 6000 ShipmentPS
  452. req:20000000 cash:earned
  453. tag:building
  454.  
  455. *Wizard
  456. name:Wizard|Wizards
  457. 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.
  458. cost:150000000 cash
  459. icon:https://i.imgur.com/CFro1Xt.png
  460. on tick:yield 50000 bubbles
  461. on tick:yield 50000 WizardPS
  462. req:180000000 cash:earned
  463.  
  464. Upgrades
  465.  
  466. *TEMPLATE
  467. on click:anim wobble
  468.  
  469.  
  470.  
  471. *PointyClicks
  472. name:Pointy Clicks
  473. desc:With pointier clicks, you gain more bubbles per click!<//><b>Effect:</b><.>Clicking gains 0.01% of your BPS.
  474. cost:100000 cash
  475. tag:upgrade
  476. on earn:
  477. yield PointyClicks2
  478. hide this
  479. end
  480. req:10000 cash:earned
  481. icon:https://i.imgur.com/nFTo3CM.png
  482.  
  483. *PointyClicks2
  484. name:Pointy Clicks
  485. desc:With pointier clicks, you gain more bubbles per click!<//><b>Effect:</b><.>Clicking gains 0.01% of your BPS.
  486. tag:ownedupgrade
  487. req:have PointyClicks
  488. icon:https://i.imgur.com/nFTo3CM.png
  489.  
  490. hidden
  491.  
  492.  
  493. *SteelClicks
  494. name:Steel Clicks
  495. 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.
  496. cost:10000000 cash
  497. tag:upgrade
  498. on earn:hide this
  499. on earn:yield SteelClicks2
  500. req:1000000 cash:earned
  501. icon:https://i.imgur.com/3qIjEcG.png
  502.  
  503. *SteelClicks2
  504. name:Steel Clicks
  505. 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.
  506. tag:ownedupgrade
  507. req:have SteelClicks2
  508. icon:https://i.imgur.com/3qIjEcG.png
  509.  
  510. hidden
  511.  
  512. *TitaniumClicks
  513. name:Titanium Clicks
  514. desc:Even heavier and stronger.<//><b>Effect:</b><.>Clicking gains 0.01% of your BPS.
  515. cost:125000000 cash
  516. tag:upgrade
  517. on earn:hide this
  518. on earn:yield TitaniumClicks2
  519. req:80000000 cash:earned
  520. icon:https://i.imgur.com/Zrexwsh.png
  521.  
  522. *TitaniumClicks2
  523. name:Titanium Clicks
  524. desc:Even heavier and stronger.<//><b>Effect:</b><.>Clicking gains 0.01% of your BPS.
  525. tag:ownedupgrade
  526. req:have TitaniumClicks
  527. icon:https://i.imgur.com/Zrexwsh.png
  528.  
  529. hidden
  530.  
  531. *BetterFingers
  532. name:Better Fingers
  533. desc:For every building you own, you get more motivated to click more efficiently.<//><b>Effect:</b><.>+0.05 bubbles/click per building owned.
  534. tag:upgrade
  535. cost:9500 cash
  536. on earn:hide this
  537. on earn:yield BetterFingers2
  538. req:5000 cash:earned
  539. icon:https://i.imgur.com/txIt3TO.png
  540.  
  541.  
  542. *BetterFingers2
  543. name:Better Fingers
  544. desc:For every building you own, you get more motivated to click more efficiently.<//><b>Effect:</b><.>+0.05 bubbles/click per building owned.
  545. tag:ownedupgrade
  546. passive:increase bubbles yield of BubbleGum by 0.05*(bubbleMachine)
  547. passive:increase bubbles yield of BubbleGum by 0.05*(bubbleWorker)
  548. passive:increase bubbles yield of BubbleGum by 0.05*(MoneyPrinter)
  549. passive:increase bubbles yield of BubbleGum by 0.05*(bubbleMine)
  550. passive:increase bubbles yield of BubbleGum by 0.05*(bubbleFactory)
  551. passive:increase bubbles yield of BubbleGum by 0.05*(bubbleLab)
  552. passive:increase bubbles yield of BubbleGum by 0.05*(3DPrinter)
  553. passive:increase bubbles yield of BubbleGum by 0.05*(Shipment)
  554. passive:increase bubbles yield of BubbleGum by 0.05*(Wizard)
  555. req:have BetterFingers
  556. icon:https://i.imgur.com/txIt3TO.png
  557.  
  558. hidden
  559. *SteelFingers
  560. name:Steel Fingers
  561. desc:You click harder with heavier fingers.<//><b>Effect:</b><.>+0.05 bubbles/click per building owned.
  562. cost:10000000 cash
  563. tag:upgrade
  564. on earn:hide this
  565. on earn:yield SteelFingers2
  566. req:5000000 cash:earned
  567. icon:https://i.imgur.com/eM69ghz.png
  568.  
  569. *SteelFingers2
  570. name:Steel Fingers
  571. desc:You click harder with heavier fingers.<//><b>Effect:</b><.>+0.05 bubbles/click per building owned.
  572. tag:ownedupgrade
  573. passive:increase bubbles yield of BubbleGum by 0.05*(bubbleMachine)
  574. passive:increase bubbles yield of BubbleGum by 0.05*(bubbleWorker)
  575. passive:increase bubbles yield of BubbleGum by 0.05*(MoneyPrinter)
  576. passive:increase bubbles yield of BubbleGum by 0.05*(bubbleMine)
  577. passive:increase bubbles yield of BubbleGum by 0.05*(bubbleFactory)
  578. passive:increase bubbles yield of BubbleGum by 0.05*(bubbleLab)
  579. passive:increase bubbles yield of BubbleGum by 0.05*(3DPrinter)
  580. passive:increase bubbles yield of BubbleGum by 0.05*(Shipment)
  581. passive:increase bubbles yield of BubbleGum by 0.05*(Wizard)
  582. req:have SteelFingers
  583. icon:https://i.imgur.com/eM69ghz.png
  584.  
  585. hidden
  586. *TitaniumFingers
  587. name:Titanium Fingers
  588. desc:You click <b>even</b> harder with <b>even</b> heavier fingers.<//><b>Effect:</b><.>+0.05 bubbles/click per building owned.
  589. cost:145000000 cash
  590. tag:upgrade
  591. on earn:hide this
  592. on earn:yield TitaniumFingers2
  593. req:100000000 cash:earned
  594. icon:https://i.imgur.com/cAfUStF.png
  595.  
  596. *TitaniumFingers2
  597. name:Titanium Fingers
  598. desc:You click <b>even</b> harder with <b>even</b> heavier fingers.<//><b>Effect:</b><.>+0.05 bubbles/click per building owned.
  599. tag:ownedupgrade
  600. passive:increase bubbles yield of BubbleGum by 0.05*(bubbleMachine)
  601. passive:increase bubbles yield of BubbleGum by 0.05*(bubbleWorker)
  602. passive:increase bubbles yield of BubbleGum by 0.05*(MoneyPrinter)
  603. passive:increase bubbles yield of BubbleGum by 0.05*(bubbleMine)
  604. passive:increase bubbles yield of BubbleGum by 0.05*(bubbleFactory)
  605. passive:increase bubbles yield of BubbleGum by 0.05*(bubbleLab)
  606. passive:increase bubbles yield of BubbleGum by 0.05*(3DPrinter)
  607. passive:increase bubbles yield of BubbleGum by 0.05*(Shipment)
  608. passive:increase bubbles yield of BubbleGum by 0.05*(Wizard)
  609. req:have TitaniumFingers
  610. icon:https://i.imgur.com/cAfUStF.png
  611.  
  612. hidden
  613.  
  614.  
  615.  
  616.  
  617.  
  618. *PlainBubbles
  619. name:Plain Bubbles
  620. 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.
  621. icon:https://i.imgur.com/kztYpxP.png
  622. cost:125 cash
  623. tag:upgrade
  624. on earn:hide this
  625. on earn:yield PlainBubbles2
  626.  
  627. req:155 cash:earned
  628.  
  629. *PlainBubbles2
  630. name:Plain Bubbles
  631. 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.
  632. icon:https://i.imgur.com/kztYpxP.png
  633. passive:increase bubbles yield of BubbleGum by 1
  634. passive:multiply cash yield of bubbleMachine by 1.03
  635. passive:multiply CashPS1 yield of bubbleMachine by 1.03
  636. tag:ownedupgrade
  637. req:have PlainBubbles
  638. no text
  639.  
  640. hidden
  641.  
  642.  
  643. *OrangeBubbles
  644. name:Orange Bubbles
  645. desc:Slightly sour.<//><b>Effect:</b><.>+2 bubbles/click<.>Bubble Machine cash yield is 3% higher<.>Bubbles are sold for 0.05 more cash.
  646. cost:8500 cash
  647. icon:https://i.imgur.com/dgrVGnU.png
  648. tag:upgrade
  649. on earn:
  650. hide this
  651. yield OrangeBubbles2
  652. end
  653. req:1550 cash:earned
  654.  
  655. *OrangeBubbles2
  656. name:Orange Bubbles
  657. desc:Slightly sour.<//><b>Effect:</b><.>+2 bubbles/click<.>Bubble Machine cash yield is 3% higher<.>Bubbles are sold for 0.05 more cash.
  658. cost:8500 cash
  659. passive:increase bubbles yield of BubbleGum by 2
  660. passive:multiply cash yield of bubbleMachine by 1.03
  661. passive:multiply CashPS1 yield of bubbleMachine by 1.03
  662. icon:https://i.imgur.com/dgrVGnU.png
  663. tag:ownedupgrade
  664. req:have OrangeBubbles
  665. no text
  666.  
  667. hidden
  668.  
  669. *LemonBubbles
  670. name:Lemon Bubbles
  671. 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.
  672. cost:100000 cash
  673. icon:https://i.imgur.com/rQ029W6.png
  674. tag:upgrade
  675. on earn:
  676. hide this
  677. yield LemonBubbles2
  678. end
  679.  
  680. req:25000 cash:earned
  681.  
  682. *LemonBubbles2
  683. name:Lemon Bubbles
  684. 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.
  685. icon:https://i.imgur.com/rQ029W6.png
  686. passive:increase bubbles yield of BubbleGum by 3
  687. passive:multiply cash yield of bubbleMachine by 1.03
  688. passive:multiply CashPS1 yield of bubbleMachine by 1.03
  689. tag:ownedupgrade
  690. req:have LemonBubbles
  691. hidden
  692.  
  693. *WatermelonBubbles
  694. name:Watermelon Bubbles
  695. desc:Pleasantly sweet.<//><b>Effect:</b><.>+3 bubbles/click<.>Bubble Machine cash yield is 3% higher<.>Bubbles are sold for 0.05 more cash.
  696. cost:215000 cash
  697. icon:https://i.imgur.com/wdYOAcE.png
  698. req:75000 cash:earned
  699. tag:upgrade
  700. on earn:
  701. hide this
  702. yield WatermelonBubbles2
  703. end
  704.  
  705.  
  706. *WatermelonBubbles2
  707. name:Watermelon Bubbles
  708. desc:Pleasantly sweet.<//><b>Effect:</b><.>+3 bubbles/click<.>Bubble Machine cash yield is 3% higher<.>Bubbles are sold for 0.05 more cash.
  709. icon:https://i.imgur.com/wdYOAcE.png
  710. passive:increase bubbles yield of BubbleGum by 3
  711. passive:multiply cash yield of bubbleMachine by 1.03
  712. passive:multiply CashPS1 yield of bubbleMachine by 1.03
  713. tag:ownedupgrade
  714. req:have WatermelonBubbles
  715. hidden
  716.  
  717. *StrawberryBubbles
  718. name:Strawberry Bubbles
  719. desc:Perfectly juicy.<//><b>Effect:</b><.>+4 bubbles/click<.>Bubble Machine cash yield is 4% higher<.>Bubbles are sold for 0.05 more cash.
  720. cost:500000 cash
  721. icon:https://i.imgur.com/fRfo7hn.png
  722. req:135000 cash:earned
  723. tag:upgrade
  724. on earn:
  725. hide this
  726. yield StrawberryBubbles2
  727. end
  728.  
  729. *StrawberryBubbles2
  730. name:Strawberry Bubbles
  731. desc:Perfectly juicy.<//><b>Effect:</b><.>+4 bubbles/click<.>Bubble Machine cash yield is 4% higher<.>Bubbles are sold for 0.05 more cash.
  732. passive:increase bubbles yield of BubbleGum by 4
  733. passive:multiply cash yield of bubbleMachine by 1.04
  734. passive:multiply CashPS1 yield of bubbleMachine by 1.04
  735. icon:https://i.imgur.com/fRfo7hn.png
  736. tag:ownedupgrade
  737. req:have StrawberryBubbles
  738. hidden
  739. *GrapeBubbles
  740. name:Grape Bubbles
  741. 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.
  742. cost:1400000 cash
  743. icon:https://i.imgur.com/N6s4mSl.png
  744. on earn:hide this
  745. on earn:yield GrapeBubbles2
  746. req:200000 cash:earned
  747. tag:upgrade
  748.  
  749. *GrapeBubbles2
  750. name:Grape Bubbles
  751. 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.
  752. icon:https://i.imgur.com/N6s4mSl.png
  753. passive:increase bubbles yield of BubbleGum by 5
  754. passive:multiply cash yield of bubbleMachine by 1.05
  755. passive:multiply CashPS1 yield of bubbleMachine by 1.05
  756. req:have GrapeBubbles
  757. tag:ownedupgrade
  758. hidden
  759. *MangoBubbles
  760. name:Mango Bubbles
  761. desc:Tropical.<//><b>Effect:</b><.>+6 bubbles/click<.>Bubble Machine cash yield is 6% higher<.>Bubbles are sold for 0.05 more cash.
  762. cost:5000000 cash
  763. icon:https://i.imgur.com/7lZCjRJ.png
  764. on earn:hide this
  765. on earn:yield MangoBubbles2
  766. req:1800000 cash:earned
  767. tag:upgrade
  768.  
  769. *MangoBubbles2
  770. name:Mango Bubbles
  771. desc:Tropical.<//><b>Effect:</b><.>+6 bubbles/click<.>Bubble Machine cash yield is 6% higher<.>Bubbles are sold for 0.05 more cash.
  772. icon:https://i.imgur.com/7lZCjRJ.png
  773. passive:increase bubbles yield of BubbleGum by 6
  774. passive:multiply cash yield of bubbleMachine by 1.06
  775. passive:multiply CashPS1 yield of bubbleMachine by 1.06
  776. req:have MangoBubbles
  777. tag:ownedupgrade
  778. hidden
  779. *MintBubbles
  780. name:Mint Bubbles
  781. desc:Refreshing.<//><b>Effect:</b><.>+7 bubbles/click<.>Bubble Machine cash yield is 7% higher<.>Bubbles are sold for 0.05 more cash.
  782. cost:25000000 cash
  783. icon:https://i.imgur.com/P0KwBK1.png
  784. req:20000000 cash:earned
  785. on earn:hide this
  786. on earn:yield MintBubbles2
  787. tag:upgrade
  788.  
  789. *MintBubbles2
  790. name:Mint Bubbles
  791. desc:Refreshing.<//><b>Effect:</b><.>+7 bubbles/click<.>Bubble Machine cash yield is 7% higher<.>Bubbles are sold for 0.05 more cash.
  792. icon:https://i.imgur.com/P0KwBK1.png
  793. passive:increase bubbles yield of BubbleGum by 7
  794. passive:multiply cash yield of bubbleMachine by 1.07
  795. passive:multiply CashPS1 yield of bubbleMachine by 1.07
  796. req:have MintBubbles
  797. tag:ownedupgrade
  798. hidden
  799. *LimeBubbles
  800. name:Lime Bubbles
  801. 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.
  802. cost:95000000 cash
  803. icon:https://i.imgur.com/Vn94jEa.png
  804. req:50000000 cash:earned
  805. on earn:hide this
  806. on earn:yield LimeBubbles2
  807. tag:upgrade
  808.  
  809. *LimeBubbles2
  810. name:Lime Bubbles
  811. 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.
  812. icon:https://i.imgur.com/Vn94jEa.png
  813. passive:increase bubbles yield of BubbleGum by 9
  814. passive:multiply cash yield of bubbleMachine by 1.09
  815. passive:multiply CashPS1 yield of bubbleMachine by 1.09
  816. req:have LimeBubbles
  817. tag:ownedupgrade
  818. hidden
  819. *JamFilledBubbles
  820. name:Jam Filled Bubbles
  821. 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.
  822. icon:https://i.imgur.com/1XmY7U1.png
  823. cost:195500000 cash
  824. on earn:hide this
  825. on earn:yield JamFilledBubbles2
  826. req:100000000 cash:earned
  827. tag:upgrade
  828.  
  829. *JamFilledBubbles2
  830. name:Jam Filled Bubbles
  831. 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.
  832. icon:https://i.imgur.com/1XmY7U1.png
  833. passive:increase bubbles yield of BubbleGum by 11
  834. passive:multiply cash yield of bubbleMachine by 1.11
  835. passive:multiply CashPS1 yield of bubbleMachine by 1.11
  836. req:have JamFilledBubbles
  837. tag:ownedupgrade
  838. hidden
  839. *PumpkinBubbles
  840. name:Pumpkin Bubbles
  841. desc:Funky.<//><b>Effect:</b><.>+13 bubbles/click<.>Bubble Machine cash yield is 13% higher<.>Bubbles are sold for 0.05 more cash.
  842. icon:https://i.imgur.com/eIeUHJk.png
  843. cost:425000000 cash
  844. req:225000000 cash:earned
  845. on earn:hide this
  846. on earn:yield PumpkinBubbles2
  847. tag:upgrade
  848.  
  849. *PumpkinBubbles2
  850. name:Pumpkin Bubbles
  851. desc:Funky.<//><b>Effect:</b><.>+13 bubbles/click<.>Bubble Machine cash yield is 13% higher<.>Bubbles are sold for 0.05 more cash.
  852. icon:https://i.imgur.com/eIeUHJk.png
  853.  
  854. passive:increase bubbles yield of BubbleGum by 13
  855. passive:multiply cash yield of bubbleMachine by 1.13
  856. passive:multiply CashPS1 yield of bubbleMachine by 1.13
  857. req:have PumpkinBubbles
  858. tag:ownedupgrade
  859. hidden
  860. *WarheadBubbles
  861. name:Warhead Bubbles
  862. 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.
  863. icon:https://i.imgur.com/nzX58GC.png
  864. cost:850000000 cash
  865. on earn:hide this
  866. on earn:yield WarheadBubbles2
  867. req:800000000 cash:earned
  868. tag:upgrade
  869.  
  870. *WarheadBubbles2
  871. name:Warhead Bubbles
  872. 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.
  873. icon:https://i.imgur.com/nzX58GC.png
  874. passive:increase bubbles yield of BubbleGum by 16
  875. passive:multiply cash yield of bubbleMachine by 1.15
  876. passive:multiply CashPS1 yield of bubbleMachine by 1.15
  877. req:have WarheadBubbles
  878. tag:ownedupgrade
  879. hidden
  880. *ChilliBubbles
  881. name:Chilli Bubbles
  882. desc:It burns..<//><b>Effect:</b><.>+19 bubbles/click<.>Bubble Machine cash yield is 20% higher<.>Bubbles are sold for 0.05 more cash.
  883. icon:https://i.imgur.com/4oGCxrS.png
  884. cost:1500000000 cash
  885. on earn:hide this
  886. on earn:yield ChilliBubbles2
  887. req:1200000000 cash:earned
  888. tag:upgrade
  889.  
  890. *ChilliBubbles2
  891. name:Chilli Bubbles
  892. desc:It burns..<//><b>Effect:</b><.>+19 bubbles/click<.>Bubble Machine cash yield is 20% higher<.>Bubbles are sold for 0.05 more cash.
  893. icon:https://i.imgur.com/4oGCxrS.png
  894. passive:increase bubbles yield of BubbleGum by 19
  895. passive:multiply cash yield of bubbleMachine by 1.20
  896. passive:multiply CashPS1 yield of bubbleMachine by 1.20
  897. req:have ChilliBubbles
  898. tag:ownedupgrade
  899. hidden
  900. *MiniBubbles
  901. name:Mini Bubbles
  902. 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.
  903. icon:https://i.imgur.com/iHufyBe.png
  904. on earn:hide this
  905. on earn:yield MiniBubbles2
  906. cost:5000000000 cash
  907. req:4000000000 cash:earned
  908. tag:upgrade
  909.  
  910. *MiniBubbles2
  911. name:Mini Bubbles
  912. 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.
  913. icon:https://i.imgur.com/iHufyBe.png
  914. passive:increase bubbles yield of BubbleGum by 22
  915. passive:multiply cash yield of bubbleMachine by 1.25
  916. passive:multiply CashPS1 yield of bubbleMachine by 1.25
  917. req:have MiniBubbles
  918. tag:ownedupgrade
  919. hidden
  920. *CubeBubbles
  921. 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.
  922. name:Cube Bubbles
  923. icon:https://i.imgur.com/ieLDlgy.png
  924. cost:45000000000 cash
  925. req:25000000000 cash:earned and have LabUpgrade5
  926. on earn:hide this
  927. on earn:yield CubeBubbles2
  928. tag:upgrade
  929.  
  930. *CubeBubbles2
  931. 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.
  932. name:Cube Bubbles
  933. icon:https://i.imgur.com/ieLDlgy.png
  934. req:have CubeBubbles
  935. passive:increase bubbles yield of BubbleGum by 28
  936. passive:multiply cash yield of bubbleMachine by 1.45
  937. passive:multiply CashPS1 yield of bubbleMachine by 1.45
  938. tag:ownedupgrade
  939. hidden
  940.  
  941. *JawbreakerBubbles
  942. name:Jawbreaker Bubbles
  943. 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.
  944. cost:350000000000 cash
  945. req:125000000000 cash:earned
  946. on earn:hide this
  947. on earn:yield JawbreakerBubbles2
  948. icon:https://i.imgur.com/2LjHxmw.png
  949. tag:upgrade
  950.  
  951. *JawbreakerBubbles2
  952. name:Jawbreaker Bubbles
  953. 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.
  954. passive:increase bubbles yield of BubbleGum by 40
  955. passive:multiply cash yield of bubbleMachine by 1.50
  956. passive:multiply CashPS1 yield of bubbleMachine by 1.50
  957. req:have JawbreakerBubbles
  958. icon:https://i.imgur.com/2LjHxmw.png
  959. tag:ownedupgrade
  960. hidden
  961.  
  962. *roboticJaw
  963. name:Robotic Jaw
  964. desc:You chew bubbles faster.<//><b>Effect:</b><.>x2 bubbles/click
  965. cost:25000 cash
  966. icon:https://i.imgur.com/G5rshWq.png
  967. on earn:hide this
  968. on earn:yield roboticJaw2
  969. req:28000 cash:earned
  970. tag:upgrade
  971.  
  972.  
  973. *roboticJaw2
  974. name:Robotic Jaw
  975. desc:You chew bubbles faster.<//><b>Effect:</b><.>x2 bubbles/click
  976. icon:https://i.imgur.com/G5rshWq.png
  977. passive:multiply bubbles yield of BubbleGum by 2
  978. req:have roboticJaw
  979. tag:ownedupgrade
  980. hidden
  981.  
  982. *TwoJaws
  983. name:Double Jaws
  984. desc:Through genetic engineering in the bubble labs, you can now grow 2 jaws.<//><b>Effect:</b><.>x2 bubbles/click
  985. icon:https://i.imgur.com/f1g38XP.png
  986. cost:1400000 cash
  987. on earn:hide this
  988. on earn:yield TwoJaws2
  989. req: (bubbleLabs>=3)
  990. tag:upgrade
  991.  
  992. *TwoJaws2
  993. name:Double Jaws
  994. desc:Through genetic engineering in the bubble labs, you can now grow 2 jaws.<//><b>Effect:</b><.>x2 bubbles/click
  995. icon:https://i.imgur.com/f1g38XP.png
  996. passive:multiply bubbles yield of BubbleGum by 2
  997. req:have TwoJaws
  998. tag:ownedupgrade
  999. hidden
  1000.  
  1001. *ambidextrous
  1002. name:Ambidextrous
  1003. desc:You click with both of your hands! Genius!<//><b>Effect:</b><.>x2 bubbles/click
  1004. cost:500000 cash
  1005. on earn:hide this
  1006. on earn:yield ambidextrous2
  1007. req:100000 cash:earned
  1008. icon:https://i.imgur.com/p3WFhz6.png
  1009. tag:upgrade
  1010.  
  1011.  
  1012. *ambidextrous2
  1013. name:Ambidextrous
  1014. desc:You click with both of your hands! Genius!<//><b>Effect:</b><.>x2 bubbles/click
  1015. passive:multiply bubbles yield of BubbleGum by 2
  1016. req:have ambidextrous
  1017. icon:https://i.imgur.com/p3WFhz6.png
  1018. tag:ownedupgrade
  1019. hidden
  1020.  
  1021. *mintyGum
  1022. name:Minty Gum
  1023. desc:Minty fresh.<//><b>Effect:</b><.>Increases production speed of all resources by 1%.
  1024. cost:999999 cash
  1025. icon:https://i.imgur.com/x3OYVjm.png
  1026. tag:upgrade
  1027. on earn:hide this
  1028. on earn:yield mintyGum2
  1029. req:1000000 cash:earned
  1030.  
  1031. *mintyGum2
  1032. name:Minty Gum
  1033. desc:Minty fresh.<//><b>Effect:</b><.>Increases production speed of all resources by 1%.
  1034. icon:https://i.imgur.com/x3OYVjm.png
  1035. passive:multiply yield of bubbles by 1.01
  1036. passive:multiply yield of cash by 1.01
  1037. tag:ownedupgrade
  1038.  
  1039. passive:multiply CashPS1 yield of bubbleMachine by 1.01
  1040. passive:multiply MachinePS1 yield of bubbleMachine by 1.01
  1041. passive:multiply WorkerPS yield of bubbleWorker by 1.01
  1042. passive:multiply MinePS yield of bubbleMine by 1.01
  1043. passive:multiply FactoryPS yield of bubbleFactory by 1.01
  1044. passive:multiply LabPS yield of bubbleLab by 1.01
  1045. passive:multiply 3DPrinterPS yield of 3DPrinter by 1.01
  1046. passive:multiply ShipmentPS yield of Shipment by 1.01
  1047. passive:multiply WizardPS yield of Wizard by 1.01
  1048. req:have mintyGum
  1049.  
  1050. hidden
  1051.  
  1052. *toothpasteGum
  1053. name:Toothpaste Gum
  1054. cost:10000000 cash
  1055. desc:A chewy alternative to brushing your teeth.<//><b>Effect:</b><.>Increases production speed of all resources by 1%.
  1056. icon:https://i.imgur.com/iFosflV.png
  1057. on earn:hide this
  1058. on earn:yield toothpasteGum2
  1059. tag:upgrade
  1060. req:5000000 cash:earned
  1061.  
  1062. *toothpasteGum2
  1063. name:Toothpaste Gum
  1064. desc:A chewy alternative to brushing your teeth.<//><b>Effect:</b><.>Increases production speed of all resources by 1%.
  1065. icon:https://i.imgur.com/iFosflV.png
  1066. passive:multiply yield of bubbles by 1.01
  1067. passive:multiply yield of cash by 1.01
  1068. tag:ownedupgrade
  1069. passive:multiply CashPS1 yield of bubbleMachine by 1.01
  1070. passive:multiply MachinePS1 yield of bubbleMachine by 1.01
  1071. passive:multiply WorkerPS yield of bubbleWorker by 1.01
  1072. passive:multiply MinePS yield of bubbleMine by 1.01
  1073. passive:multiply FactoryPS yield of bubbleFactory by 1.01
  1074. passive:multiply LabPS yield of bubbleLab by 1.01
  1075. passive:multiply 3DPrinterPS yield of 3DPrinter by 1.01
  1076. passive:multiply ShipmentPS yield of Shipment by 1.01
  1077. passive:multiply WizardPS yield of Wizard by 1.01
  1078. req:have toothpasteGum
  1079.  
  1080. hidden
  1081.  
  1082.  
  1083.  
  1084. *nuttyGum
  1085. name:Nutty Gum
  1086. desc:Tastes <b>nutty.</b><//><b>Effect:</b><.>Increases production speed of all resources by 1%.
  1087. cost:10000000 cash
  1088. icon:https://i.imgur.com/byUdl6Z.png
  1089. on earn:hide this
  1090. on earn:yield nuttyGum2
  1091. tag:upgrade
  1092. req:5250000 cash:earned
  1093.  
  1094. *nuttyGum2
  1095. name:Nutty Gum
  1096. desc:Tastes <b>nutty.</b><//><b>Effect:</b><.>Increases production speed of all resources by 1%.
  1097. icon:https://i.imgur.com/byUdl6Z.png
  1098. passive:multiply yield of bubbles by 1.01
  1099. passive:multiply yield of cash by 1.01
  1100. tag:ownedupgrade
  1101. passive:multiply CashPS1 yield of bubbleMachine by 1.01
  1102. passive:multiply MachinePS1 yield of bubbleMachine by 1.01
  1103. passive:multiply WorkerPS yield of bubbleWorker by 1.01
  1104. passive:multiply MinePS yield of bubbleMine by 1.01
  1105. passive:multiply FactoryPS yield of bubbleFactory by 1.01
  1106. passive:multiply LabPS yield of bubbleLab by 1.01
  1107. passive:multiply 3DPrinterPS yield of 3DPrinter by 1.01
  1108. passive:multiply ShipmentPS yield of Shipment by 1.01
  1109. passive:multiply WizardPS yield of Wizard by 1.01
  1110. req:have nuttyGum
  1111. hidden
  1112.  
  1113. *chocolateGum
  1114. name:Chocolate Gum
  1115. desc:Raw cocoa. With 95% sugar of course!<//><b>Effect:</b><.>Increases production speed of all resources by 1%.
  1116. cost:10000000 cash
  1117. icon:https://i.imgur.com/kNv0aBX.png
  1118. on earn:hide this
  1119. on earn:yield chocolateGum2
  1120. tag:upgrade
  1121. req:5500000 cash:earned
  1122.  
  1123. *chocolateGum2
  1124. name:Chocolate Gum
  1125. desc:Raw cocoa. With 95% sugar of course!<//><b>Effect:</b><.>Increases production speed of all resources by 1%.
  1126. icon:https://i.imgur.com/kNv0aBX.png
  1127. passive:multiply yield of bubbles by 1.01
  1128. passive:multiply yield of cash by 1.01
  1129. tag:ownedupgrade
  1130. passive:multiply CashPS1 yield of bubbleMachine by 1.01
  1131. passive:multiply MachinePS1 yield of bubbleMachine by 1.01
  1132. passive:multiply WorkerPS yield of bubbleWorker by 1.01
  1133. passive:multiply MinePS yield of bubbleMine by 1.01
  1134. passive:multiply FactoryPS yield of bubbleFactory by 1.01
  1135. passive:multiply LabPS yield of bubbleLab by 1.01
  1136. passive:multiply 3DPrinterPS yield of 3DPrinter by 1.01
  1137. passive:multiply ShipmentPS yield of Shipment by 1.01
  1138. passive:multiply WizardPS yield of Wizard by 1.01
  1139. req:have chocolateGum
  1140. hidden
  1141.  
  1142. *IQgum
  1143. name:IQ Gum
  1144. desc:Supposedly, chewing on this gum highers your IQ.<//><b>Effect:</b><.>Increases production speed of all resources by 1%.
  1145. cost:25000000 cash
  1146. on earn:hide this
  1147. on earn:yield IQgum2
  1148. tag:upgrade
  1149. req:15500000 cash:earned
  1150. icon:https://i.imgur.com/ue9AvMu.png
  1151.  
  1152.  
  1153. *IQgum2
  1154. name:IQ Gum
  1155. desc:Supposedly, chewing on this gum highers your IQ.<//><b>Effect:</b><.>Increases production speed of all resources by 1%.
  1156. passive:multiply yield of bubbles by 1.01
  1157. passive:multiply yield of cash by 1.01
  1158. tag:ownedupgrade
  1159. passive:multiply CashPS1 yield of bubbleMachine by 1.01
  1160. passive:multiply MachinePS1 yield of bubbleMachine by 1.01
  1161. passive:multiply WorkerPS yield of bubbleWorker by 1.01
  1162. passive:multiply MinePS yield of bubbleMine by 1.01
  1163. passive:multiply FactoryPS yield of bubbleFactory by 1.01
  1164. passive:multiply LabPS yield of bubbleLab by 1.01
  1165. passive:multiply 3DPrinterPS yield of 3DPrinter by 1.01
  1166. passive:multiply ShipmentPS yield of Shipment by 1.01
  1167. passive:multiply WizardPS yield of Wizard by 1.01
  1168. req:have IQgum
  1169. icon:https://i.imgur.com/ue9AvMu.png
  1170. hidden
  1171.  
  1172.  
  1173.  
  1174.  
  1175.  
  1176.  
  1177. *StackingClicks
  1178. name:Machine Clicks
  1179. desc:We don't know how it works, it just does, ok?<//><b>Effect:</b><.>+0.1 bubbles/click per bubble machine owned.
  1180. icon:https://i.imgur.com/UAw34lf.png
  1181. cost:50000 cash
  1182. on earn:hide this
  1183. on earn:yield StackingClicks2
  1184. req: (bubbleMachines>=15)
  1185. tag:upgrade
  1186.  
  1187. *WorkerClicks
  1188. name:Worker Clicks
  1189. desc:Workers now click for you.<//><b>Effect:</b><.>+0.1 bubbles/click per bubble worker owned.
  1190. icon:https://i.imgur.com/JzItAqf.png
  1191. cost:460000 cash
  1192. on earn:hide this
  1193. on earn:yield WorkerClicks2
  1194. req: (bubbleWorkers>=20)
  1195. tag:upgrade
  1196.  
  1197. *StackingClicks2
  1198. name:Machine Clicks
  1199. desc:We don't know how it works, it just does, ok?<//><b>Effect:</b><.>+0.1 bubbles/click per bubble machine owned.
  1200. icon:https://i.imgur.com/UAw34lf.png
  1201. passive:increase bubbles yield of BubbleGum by 0.1*(bubbleMachine)
  1202. req:have StackingClicks
  1203. tag:ownedupgrade
  1204. hidden
  1205.  
  1206. *WorkerClicks2
  1207. name:Worker Clicks
  1208. desc:Workers now click for you.<//><b>Effect:</b><.>+0.1 bubbles/click per bubble worker owned.
  1209. icon:https://i.imgur.com/JzItAqf.png
  1210. passive:increase bubbles yield of BubbleGum by 0.1*(bubbleWorker)
  1211. req:have WorkerClicks
  1212. tag:ownedupgrade
  1213. hidden
  1214.  
  1215.  
  1216. //MACHINE UPGRADES
  1217.  
  1218.  
  1219.  
  1220.  
  1221.  
  1222.  
  1223. *MachineUpgrade0
  1224. name:Pricier Costs
  1225. desc:Bubble gum inside the machine costs more.<//><b>Effect:</b><.>Bubble Machines are x2 more efficient.
  1226. icon:https://i.imgur.com/HYL3ndp.png
  1227. cost:125 cash
  1228. on earn:hide this
  1229. on earn:yield MachineUpgrade0two
  1230. req: (bubbleMachines>=1)
  1231. tag:upgrade
  1232.  
  1233.  
  1234.  
  1235. *MachineUpgrade0two
  1236. name:Pricier Costs
  1237. desc:Bubble gum inside the machine costs more.<//><b>Effect:</b><.>Bubble Machines are x2 more efficient.
  1238. icon:https://i.imgur.com/HYL3ndp.png
  1239. passive:multiply yield of bubbleMachine by 2
  1240. req:have MachineUpgrade0
  1241. tag:ownedupgrade
  1242. hidden
  1243.  
  1244. *MachineUpgrade1
  1245. name:Extra Gears
  1246. desc:Adds extra gears to a bubble machine.<//><b>Effect:</b><.>Bubble Machines are x2 more efficient.
  1247. icon:https://i.imgur.com/iCvzUcj.png
  1248. cost:1000 cash
  1249. on earn:hide this
  1250. on earn:yield MachineUpgrade1two
  1251. req: (bubbleMachines>=5)
  1252. tag:upgrade
  1253.  
  1254. *MachineUpgrade1two
  1255. name:Extra Gears
  1256. desc:Adds extra gears to a bubble machine.<//><b>Effect:</b><.>Bubble Machines are x2 more efficient.
  1257. icon:https://i.imgur.com/iCvzUcj.png
  1258. passive:multiply yield of bubbleMachine by 2
  1259. req:have MachineUpgrade1
  1260. tag:ownedupgrade
  1261. hidden
  1262.  
  1263. *machineUpgrade2
  1264. name:Oiled Gears
  1265. desc:Oiled gears grant extra efficiency.<//><b>Effect:</b><.>Bubble Machines are x2 more efficient.
  1266. cost:2500 cash
  1267. icon:https://i.imgur.com/bKxtv91.png
  1268. on earn:hide this
  1269. on earn:yield machineUpgrade2two
  1270. req: (bubbleMachines>=10)
  1271. tag:upgrade
  1272.  
  1273. *machineUpgrade2two
  1274. name:Oiled Gears
  1275. desc:Oiled gears grant extra efficiency.<//><b>Effect:</b><.>Bubble Machines are x2 more efficient.
  1276. icon:https://i.imgur.com/bKxtv91.png
  1277. passive:multiply yield of bubbleMachine by 2
  1278. req:have machineUpgrade2
  1279. tag:ownedupgrade
  1280. hidden
  1281.  
  1282. *machineUpgrade3
  1283. name:Faster Mechanism
  1284. desc:Mechanism inside the bubble machine gets an upgrade. <//><b>Effect:</b><.>Bubble Machines are x2 more efficient.
  1285. cost:6500 cash
  1286. on earn:yield machineUpgrade3two
  1287. on earn:hide this
  1288. icon:https://i.imgur.com/w5p0QWh.png
  1289. passive:multiply yield of bubbleMachine by 2
  1290. req: (bubbleMachines>=20)
  1291. tag:upgrade
  1292.  
  1293. *machineUpgrade3two
  1294. name:Faster Mechanism
  1295. desc:Mechanism inside the bubble machine gets an upgrade. <//><b>Effect:</b><.>Bubble Machines are x2 more efficient.
  1296. icon:https://i.imgur.com/w5p0QWh.png
  1297. req:have machineUpgrade3
  1298. tag:ownedupgrade
  1299. hidden
  1300.  
  1301. *machineUpgrade4
  1302. name:Decreasing Prices
  1303. icon:https://i.imgur.com/HYL3ndp.png
  1304. cost:155000 cash
  1305. desc:For every building you own, 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.
  1306. passive:increase bubbles yield of bubbleMachine by 0.2*(bubbleMachine)
  1307. passive:increase bubbles yield of bubbleMachine by 0.2*(bubbleWorker)
  1308. passive:increase bubbles yield of bubbleMachine by 0.2*(MoneyPrinter)
  1309. passive:increase bubbles yield of bubbleMachine by 0.2*(bubbleMine)
  1310. passive:increase bubbles yield of bubbleMachine by 0.2*(bubbleFactory)
  1311. passive:increase bubbles yield of bubbleMachine by 0.2*(bubbleLab)
  1312. passive:increase bubbles yield of bubbleMachine by 0.2*(3DPrinter)
  1313. passive:increase bubbles yield of bubbleMachine by 0.2*(Shipment)
  1314. tag:upgrade
  1315. passive:increase MachinePS1 yield of bubbleMachine by 0.2*(bubbleMachine)
  1316. passive:increase MachinePS1 yield of bubbleMachine by 0.2*(bubbleWorker)
  1317. passive:increase MachinePS1 yield of bubbleMachine by 0.2*(MoneyPrinter)
  1318. passive:increase MachinePS1 yield of bubbleMachine by 0.2*(bubbleMine)
  1319. passive:increase MachinePS1 yield of bubbleMachine by 0.2*(bubbleFactory)
  1320. passive:increase MachinePS1 yield of bubbleMachine by 0.2*(bubbleLab)
  1321. passive:increase MachinePS1 yield of bubbleMachine by 0.2*(3DPrinter)
  1322. passive:increase MachinePS1 yield of bubbleMachine by 0.2*(Shipment)
  1323. req:(bubbleMachines>=40)
  1324. on earn:hide this
  1325. on earn:yield machineUpgrade4two
  1326.  
  1327. *machineUpgrade4two
  1328. name:Decreasing Prices
  1329. icon:https://i.imgur.com/HYL3ndp.png
  1330. desc:For every building you own, 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.
  1331. req:have machineUpgrade4
  1332. tag:ownedupgrade
  1333. hidden
  1334.  
  1335. *machineUpgrade5
  1336. name:Ad Campaign
  1337. desc:You now run ads for your bubble machines.<//><b>Effect:</b><.>Bubble Machines are x2.5 more efficient.
  1338. icon:https://i.imgur.com/R0WGjG6.png
  1339. cost:895000 cash
  1340. passive:multiply yield of bubbleMachine by 2.5
  1341. req: (bubbleMachines>=55)
  1342. tag:upgrade
  1343. on earn:hide this
  1344. on earn:yield machineUpgrade5two
  1345.  
  1346. *machineUpgrade5two
  1347. name:Ad Campaign
  1348. desc:You now run ads for your bubble machines.<//><b>Effect:</b><.>Bubble Machines are x2.5 more efficient.
  1349. icon:https://i.imgur.com/R0WGjG6.png
  1350. req:have machineUpgrade5
  1351. hidden
  1352. tag:ownedupgrade
  1353.  
  1354.  
  1355. *machineUpgrade6
  1356. name:Nano Gears
  1357. 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.
  1358. cost:3000000000 cash
  1359. icon:https://i.imgur.com/eF3DMKP.png
  1360. passive:multiply yield of bubbleMachine by 6.5
  1361. req: (bubbleMachines>=75) and have LabUpgrade5
  1362. tag:upgrade
  1363. on earn:hide this
  1364. on earn:yield machineUpgrade6two
  1365.  
  1366.  
  1367. *machineUpgrade6two
  1368. name:Nano Gears
  1369. 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.
  1370.  
  1371. icon:https://i.imgur.com/eF3DMKP.png
  1372.  
  1373. req:have machineUpgrade6
  1374. tag:ownedupgrade
  1375. hidden
  1376.  
  1377. *machineUpgrade7
  1378. name:Billboards
  1379. desc:Billboards allow for higher exposure.<//><b>Effect:</b><.>Bubble Machines are x2 more efficient.
  1380. icon:
  1381. cost:1000000000 cash
  1382. passive:multiply yield of bubbleMachine by 2
  1383. req: (bubbleMachines>=85)
  1384. tag:upgrade
  1385. on earn:hide this
  1386. on earn:yield machineUpgrade7two
  1387.  
  1388.  
  1389. *machineUpgrade7two
  1390. name:Billboards
  1391. desc:Billboards allow for higher exposure.<//><b>Effect:</b><.>Bubble Machines are x2 more efficient.
  1392. icon:
  1393. req:have machineUpgrade7
  1394. tag:ownedupgrade
  1395. hidden
  1396.  
  1397. //MONEY PRINTER UPGRADES
  1398.  
  1399.  
  1400.  
  1401.  
  1402.  
  1403.  
  1404. *mPrinterUpgrade1
  1405. name:5 Dollar Bills
  1406. desc:Money printers now print 5 dollar bills.<//><b>Effect:</b><.>Money printer production rate increased by 5
  1407. cost:11000 cash
  1408. icon:https://i.imgur.com/En0hkcj.png
  1409. on earn:hide this
  1410. on earn:yield mPrinterUpgrade1two
  1411. req: (MoneyPrinter>=1)
  1412. tag:upgrade
  1413.  
  1414. *mPrinterUpgrade1two
  1415. name:5 Dollar Bills
  1416. desc:Money printers now print 5 dollar bills.<//><b>Effect:</b><.>Money printer production rate increased by 5
  1417. icon:https://i.imgur.com/En0hkcj.png
  1418. passive:increase cash yield of MoneyPrinter by 5*(MoneyPrinter)
  1419. passive:increase MPrinterPS yield of MoneyPrinter by 5*(MoneyPrinter)
  1420. req:have mPrinterUpgrade1
  1421. tag:ownedupgrade
  1422. hidden
  1423.  
  1424. *mPrinterUpgrade2
  1425. name:10 Dollar Bills
  1426. desc:Money printers now print 10 dollar bills.<//><b>Effect:</b><.>Money printer production rate increased by 10
  1427. cost:111000 cash
  1428. icon:https://i.imgur.com/GCgyQxd.png
  1429. on earn:hide this
  1430. req: (MoneyPrinter>=5)
  1431. on earn:yield mPrinterUpgrade2two
  1432. tag:upgrade
  1433.  
  1434. *mPrinterUpgrade2two
  1435. name:10 Dollar Bills
  1436. desc:Money printers now print 10 dollar bills.<//><b>Effect:</b><.>Money printer production rate increased by 10
  1437. icon:https://i.imgur.com/GCgyQxd.png
  1438. passive:increase cash yield of MoneyPrinter by 10*(MoneyPrinter)
  1439. passive:increase MPrinterPS yield of MoneyPrinter by 10*(MoneyPrinter)
  1440. req:have mPrinterUpgrade2
  1441. tag:ownedupgrade
  1442. hidden
  1443.  
  1444. *mPrinterUpgrade3
  1445. name:20 Dollar Bills
  1446. desc:Money printers now print 20 dollar bills.<//><b>Effect:</b><.>Money printer production rate increased by 20
  1447. cost:1111000 cash
  1448. on earn:hide this
  1449. on earn:yield mPrinterUpgrade3two
  1450. icon:https://i.imgur.com/VxsrFpp.png
  1451. req: (MoneyPrinter>=10)
  1452. tag:upgrade
  1453.  
  1454.  
  1455. *mPrinterUpgrade3two
  1456. name:20 Dollar Bills
  1457. desc:Money printers now print 20 dollar bills.<//><b>Effect:</b><.>Money printer production rate increased by 20
  1458. icon:https://i.imgur.com/VxsrFpp.png
  1459. passive:increase cash yield of MoneyPrinter by 20*(MoneyPrinter)
  1460. passive:increase MPrinterPS yield of MoneyPrinter by 20*(MoneyPrinter)
  1461. req:have mPrinterUpgrade3
  1462. tag:ownedupgrade
  1463. hidden
  1464.  
  1465. *mPrinterUpgrade4
  1466. name:50 Dollar Bills
  1467. desc:Money printers now print 50 dollar bills.<//><b>Effect:</b><.>Money printer production rate increased by 50
  1468. cost:27250000 cash
  1469. icon:https://i.imgur.com/bqYl8hu.png
  1470. on earn:hide this
  1471. on earn:yield mPrinterUpgrade4two
  1472. req: (MoneyPrinter>=20)
  1473. tag:upgrade
  1474.  
  1475.  
  1476. *mPrinterUpgrade4two
  1477. name:50 Dollar Bills
  1478. desc:Money printers now print 50 dollar bills.<//><b>Effect:</b><.>Money printer production rate increased by 50
  1479. icon:https://i.imgur.com/bqYl8hu.png
  1480. passive:increase cash yield of MoneyPrinter by 50*(MoneyPrinter)
  1481. passive:increase MPrinterPS yield of MoneyPrinter by 50*(MoneyPrinter)
  1482. req:have mPrinterUpgrade4
  1483. tag:ownedupgrade
  1484. hidden
  1485.  
  1486. *mPrinterUpgrade5
  1487. name:Double Printing Compartment
  1488. desc:Money printers print two bills at the same time. <//><b>Effect:</b><.>Money printer efficiency multiplied by 2
  1489. cost:350000000 cash
  1490. icon:https://i.imgur.com/cic5BcY.png
  1491. on earn:hide this
  1492. on earn:yield mPrinterUpgrade5two
  1493. req: (MoneyPrinter>=35)
  1494. tag:upgrade
  1495.  
  1496. *mPrinterUpgrade5two
  1497. name:Double Printing Compartment
  1498. desc:Money printers print two bills at the same time. <//><b>Effect:</b><.>Money printer efficiency multiplied by 2
  1499. icon:https://i.imgur.com/cic5BcY.png
  1500. passive:multiply cash yield of MoneyPrinter by 2
  1501. passive:multiply MPrinterPS yield of MoneyPrinter by 2
  1502. req:have mPrinterUpgrade5two
  1503. tag:ownedupgrade
  1504. hidden
  1505.  
  1506. *mPrinterUpgrade6
  1507. name:100 Dollar Bills
  1508. desc:Money printers now print 100 dollar bills.<//><b>Effect:</b><.>Money printer production rate increased by 100
  1509. cost:1000000000 cash
  1510. on earn:hide this
  1511. on earn:yield mPrinterUpgrade6two
  1512. req: (MoneyPrinter>=45)
  1513. icon:https://i.imgur.com/fhi1esl.png
  1514. tag:upgrade
  1515.  
  1516. *mPrinterUpgrade6two
  1517. name:100 Dollar Bills
  1518. desc:Money printers now print 100 dollar bills.<//><b>Effect:</b><.>Money printer production rate increased by 100
  1519. passive:increase cash yield of MoneyPrinter by 100*(MoneyPrinter)
  1520. passive:increase MPrinterPS yield of MoneyPrinter by 100*(MoneyPrinter)
  1521. req:have mPrinterUpgrade6
  1522. icon:https://i.imgur.com/fhi1esl.png
  1523. tag:ownedupgrade
  1524. hidden
  1525.  
  1526.  
  1527.  
  1528.  
  1529.  
  1530.  
  1531.  
  1532. //WORKER UPGRADES
  1533.  
  1534.  
  1535.  
  1536.  
  1537.  
  1538.  
  1539.  
  1540. *WorkerUpgrade0
  1541. name:Sturdier Hats
  1542. desc:Your workers feel safer.<//><b>Effect:</b><.>Bubble Workers are x2 more efficient.
  1543. cost:555 cash
  1544. icon:https://i.imgur.com/0OUD2JK.png
  1545. on earn:hide this
  1546. on earn:yield WorkerUpgrade0two
  1547. req:(bubbleWorker>=1)
  1548. tag:upgrade
  1549.  
  1550. *WorkerUpgrade0two
  1551. name:Sturdier Hats
  1552. desc:Your workers feel safer.<//><b>Effect:</b><.>Bubble Workers are x2 more efficient.
  1553. icon:https://i.imgur.com/0OUD2JK.png
  1554. passive:multiply yield of bubbleWorker by 2
  1555. req:have WorkerUpgrade0
  1556. tag:ownedupgrade
  1557. hidden
  1558.  
  1559. *WorkerUpgrade1
  1560. name:Skill+
  1561. desc:Your workers are more skilled at producing bubbles.<//><b>Effect:</b><.>Bubble Workers are x2 more efficient.
  1562. cost:1500 cash
  1563. icon:https://i.imgur.com/TBUthv5.png
  1564. passive:multiply yield of bubbleWorker by 2
  1565. req: (bubbleWorkers>=5)
  1566. tag:upgrade
  1567.  
  1568. *workerUpgrade2
  1569. name:Skill++
  1570. desc:Your workers are even more skilled at producing bubbles.<//><b>Effect:</b><.>Bubble Workers are x2 more efficient.
  1571. cost:5500 cash
  1572. icon:https://i.imgur.com/2ikorMh.png
  1573. passive:multiply yield of bubbleWorker by 2
  1574. req: (bubbleWorkers>=10)
  1575. tag:upgrade
  1576.  
  1577. *workerUpgrade3
  1578. name:Graduation
  1579. desc:Your workers graduated a school teaching how to chew bubbles efficiently.<//><b>Effect:</b><.>Bubble Workers are x2 more efficient.
  1580. cost:25000 cash
  1581. icon:https://i.imgur.com/JEkX4sD.png
  1582. passive:multiply yield of bubbleWorker by 2
  1583. req:(bubbleWorkers>=15)
  1584. tag:upgrade
  1585.  
  1586. *workerUpgrade4
  1587. name:PhD
  1588. desc:Your workers are now experts at chewing bubbles.<//><b>Effect:</b><.>Bubble Workers are x2 more efficient.
  1589. cost:100000 cash
  1590. icon:
  1591. passive:multiply yield of bubbleWorker by 2
  1592. req:(bubbleWorkers>=20)
  1593. icon:https://i.imgur.com/g3dIH5u.png
  1594. tag:upgrade
  1595.  
  1596. *workerUpgrade5
  1597. name:Engineers
  1598. icon:https://i.imgur.com/0OUD2JK.png
  1599. 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.
  1600. cost:250000 cash
  1601. passive:multiply yield of bubbleWorker by 2
  1602. passive:multiply yield of bubbleMachine by 0.15*(bubbleWorker)
  1603. req: (bubbleWorkers>=20)
  1604. tag:upgrade
  1605.  
  1606. *workerUpgrade6
  1607. name:Cheaper Salary
  1608. icon:https://i.imgur.com/HYL3ndp.png
  1609. desc:You give less bubbles per month to your workers.<//><b>Effect:</b><.>Bubble Workers are 30% cheaper.<.>Bubble Workers are x2 more efficient.
  1610. cost:1550000 cash
  1611. passive:multiply cost of bubbleWorker by 0.70
  1612. passive:multiply yield of bubbleWorker by 2
  1613. req: (bubbleWorkers>=40)
  1614. tag:upgrade
  1615.  
  1616. *workerUpgrade7
  1617. name:Permanent Job
  1618. desc:Your workers can no longer quit their job.<//><b>Effect:</b><.>Bubble Workers are 3x as effective.<.>Bubble Workers are 20% cheaper.
  1619. cost:45500000 cash
  1620. icon:https://i.imgur.com/rxgeIBF.png
  1621. passive:multiply cost of bubbleWorker by 0.80
  1622. passive:multiply yield of bubbleWorker by 3
  1623. req: (bubbleWorkers>=60)
  1624. tag:upgrade
  1625.  
  1626. *workerUpgrade8
  1627. name:Genetic Modificatiom
  1628. 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>
  1629. cost:1000000000000 cash
  1630. icon:https://i.imgur.com/ZDc8FSZ.png
  1631. req: (bubbleWorkers>=80) and have LabUpgrade5
  1632. passive:multiply yield of bubbleWorker by 6
  1633. passive:multiply yield of bubbleMachine by 0.015*(bubbleWorker)
  1634. passive:multiply yield of MoneyPrinter by 0.015*(bubbleWorker)
  1635. passive:multiply yield of bubbleMine by 0.015*(bubbleWorker)
  1636. passive:multiply yield of bubbleFactory by 0.015*(bubbleWorker)
  1637. passive:multiply yield of bubbleLab by 0.015*(bubbleWorker)
  1638. passive:multiply yield of 3DPrinter by 0.015*(bubbleWorker)
  1639. passive:multiply yield of Shipment by 0.015*(bubbleWorker)
  1640. tag:upgrade
  1641.  
  1642. *workerUpgrade9
  1643. name:Implanted nano chips
  1644. desc:Implant tiny chips that re-program the worker to only do the tasks he's supposed to.<//><b>Effect:</b><.>Buildings are an additional 0.02% more effective per bubble worker owned.<q><#a60000>This is REALLY not a good idea...</#></q>
  1645. cost:8000000000000 cash
  1646. req: (bubbleWorker>=100) and have LabUpgrade5
  1647. icon:https://i.imgur.com/fS6VhjE.png
  1648. passive:multiply yield of bubbleMachine by 0.020*(bubbleWorker)
  1649. passive:multiply yield of MoneyPrinter by 0.020*(bubbleWorker)
  1650. passive:multiply yield of bubbleMine by 0.020*(bubbleWorker)
  1651. passive:multiply yield of bubbleFactory by 0.020*(bubbleWorker)
  1652. passive:multiply yield of bubbleLab by 0.020*(bubbleWorker)
  1653. passive:multiply yield of 3DPrinter by 0.020*(bubbleWorker)
  1654. passive:multiply yield of Shipment by 0.020*(bubbleWorker)
  1655. icon:https://i.imgur.com/fS6VhjE.png
  1656.  
  1657. tag:upgrade
  1658.  
  1659.  
  1660.  
  1661.  
  1662. //MINE UPGRADES
  1663.  
  1664.  
  1665.  
  1666.  
  1667.  
  1668. *MineUpgrade0
  1669. name:Gloves
  1670. desc:Your hands hurt less while digging for bubbles.<//><b>Effect:</b><.>Bubble Mines are x2 more efficient.
  1671. passive:multiply yield of bubbleMine by 2
  1672. icon:https://i.imgur.com/1oVr57t.png
  1673. cost:10000 cash
  1674. req: (bubbleMine>=1)
  1675. tag:upgrade
  1676.  
  1677. *MineUpgrade1
  1678. name:Wooden Tools
  1679. desc:You now dig with wooden tools instead of hands.<//><b>Effect:</b><.>Bubble Mines are x2 more efficient.
  1680. icon:https:https://i.imgur.com/f34qxd2.png
  1681. passive:multiply yield of bubbleMine by 2
  1682. cost:100000 cash
  1683. icon:https://i.imgur.com/f34qxd2.png
  1684. req: (bubbleMine>=5)
  1685. tag:upgrade
  1686.  
  1687. *MineUpgrade2
  1688. desc:You now use stone tools.<//><b>Effect:</b><.>Bubble Mines are x2 more efficient.
  1689. name:Stone Tools
  1690. cost:400000 cash
  1691. icon:https://i.imgur.com/5S0qttV.png
  1692. passive:multiply yield of bubbleMine by 2
  1693. req: (bubbleMine>=10)
  1694. tag:upgrade
  1695.  
  1696.  
  1697. *MineUpgrade3
  1698. name:Iron Tools
  1699. desc:You now use iron tools.<//><b>Effect:</b><.>Bubble Mines are x2 more efficient.
  1700. icon:https://i.imgur.com/db4u4MB.png
  1701. cost:1000000 cash
  1702. passive:multiply yield of bubbleMine by 2
  1703. req: (bubbleMine>=25)
  1704. tag:upgrade
  1705.  
  1706. *Miners
  1707. name:Miners
  1708. 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.
  1709. icon:https://i.imgur.com/GHfIxFW.png
  1710. cost:35000000 cash
  1711. passive:multiply yield of bubbleMine by 0.10*(bubbleWorker)
  1712. passive:multiply yield of bubbleWorker by 2
  1713. req: (bubbleMine>=35)
  1714. tag:upgrade
  1715.  
  1716. *DualWield
  1717. name:Dual Wield
  1718. desc:You use both of your hands to mine.<//><b>Effect:</b><.>Bubble Mines are x2 more efficient.
  1719. cost:100000000 cash
  1720. passive:multiply yield of bubbleMine by 2
  1721. req: (bubbleMine>=40)
  1722. icon:https://i.imgur.com/q9fNblI.png
  1723. tag:upgrade
  1724.  
  1725.  
  1726. *MineUpgrade4
  1727. name:Emerald Tools
  1728. desc:You now use emerald tools.<//><b>Effect:</b><.>Bubble Mines are x2.5 more efficient.
  1729. icon:https://i.imgur.com/EtK6wNR.png
  1730. cost:175000000 cash
  1731. passive:multiply yield of bubbleMine by 2.5
  1732. req: (bubbleMine>=45)
  1733. tag:upgrade
  1734.  
  1735. *MineUpgrade5
  1736. name:Diamond Tools
  1737. desc:You now use diamond tools.<//><b>Effect:</b><.>Bubble Mines are x2 more efficient.
  1738. cost:250000000 cash
  1739. passive:multiply yield of bubbleMine by 2
  1740. req: (bubbleMine>=55)
  1741. icon:https://i.imgur.com/4Wk3lf5.png
  1742. tag:upgrade
  1743.  
  1744.  
  1745. *MineUpgrade7
  1746. name:Tektite Tools
  1747. desc:A very rare material found in the deepest of depths.<//><b>Effect:</b><.>Bubble Mines are x2.5 more efficient.
  1748. cost:950000000 cash
  1749. passive:multiply yield of bubbleMine by 2.5
  1750. req: (bubbleMine>=76)
  1751. icon:https://i.imgur.com/2u2Upqz.png
  1752. tag:upgrade
  1753.  
  1754.  
  1755. *MineUpgrade8
  1756. name:Unobtainium Tools
  1757. desc:So rare it's considered unobtainable.<//><b>Effect:</b><.>Bubble Mines are x2 more efficient.
  1758. cost:250000000000 cash
  1759. passive:multiply yield of bubbleMine by 2
  1760. req: (bubbleMine>=86)
  1761. icon:https://i.imgur.com/ndyF7eo.png
  1762. tag:upgrade
  1763.  
  1764. *MineUpgrade9
  1765. name:Enchant All
  1766. desc:Fully enchanted.<//><b>Effect:</b><.>Bubble Mines are <b>x7</b> more efficient.<//></><q>Efficiency enchantment.level.32767</q>
  1767. cost:1666000000000 cash
  1768. passive:multiply yield of bubbleMine by 7
  1769. req: (bubbleMine>=100)
  1770. icon:https://i.imgur.com/RyDBC0U.png
  1771. tag:upgrade
  1772.  
  1773.  
  1774.  
  1775.  
  1776.  
  1777.  
  1778.  
  1779.  
  1780.  
  1781.  
  1782.  
  1783. //FACTORY UPGRADES
  1784.  
  1785.  
  1786.  
  1787.  
  1788.  
  1789.  
  1790.  
  1791.  
  1792.  
  1793. *FactoryUpgrade0
  1794. name:Sturdier Conveyors
  1795. desc:Conveyors are higher quality.<//><b>Effect:</b><.>Bubble Factories are x2 more efficient.
  1796. icon:https://i.imgur.com/tea3j7W.png
  1797. cost:125000 cash
  1798. passive:multiply yield of bubbleFactory by 2
  1799. req: (bubbleFactory>=1)
  1800. tag:upgrade
  1801.  
  1802. *FactoryUpgrade1
  1803. name:More Conveyors
  1804. desc:Factories gain extra conveyors, allowing for more bubble transport.<//><b>Effect:</b><.>Bubble Factories are x2 more efficient.
  1805. icon:https://i.imgur.com/tea3j7W.png
  1806. cost:435000 cash
  1807. passive:multiply yield of bubbleFactory by 2
  1808. req: (bubbleFactory>=5)
  1809. tag:upgrade
  1810. *FactoryUpgrade2
  1811. name:Faster Conveyors
  1812. desc:Conveyors in the factories gain extra speed, allowing for faster bubble transport.<//><b>Effect:</b><.>Bubble Factories are x2 more efficient.
  1813. cost:1300000 cash
  1814. icon:https://i.imgur.com/Vni5IZ9.png
  1815. passive:multiply yield of bubbleFactory by 2
  1816. req: (bubbleFactory>=10)
  1817. tag:upgrade
  1818. *FactoryUpgrade3
  1819. name:Bigger Foundations
  1820. desc:Your factories are bigger.<//><b>Effect:</b><.>Bubble Factories are x2 more efficient.
  1821. cost:12255000 cash
  1822. icon:https://i.imgur.com/fzYdbJY.png
  1823. passive:multiply yield of bubbleFactory by 2
  1824. req: (bubbleFactory>=17)
  1825. tag:upgrade
  1826. *FactoryUpgrade4
  1827. name:Controllers
  1828. 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.
  1829. passive:multiply yield of bubbleFactory by 0.06*(bubbleWorker)
  1830. passive:multiply yield of bubbleWorker by 2
  1831. cost:75500000 cash
  1832. req: (bubbleFactory>=25)
  1833. icon:https://i.imgur.com/E9TIWWq.png
  1834. tag:upgrade
  1835. *FactoryUpgrade5
  1836. name:Uranium Conveyors
  1837. desc:Radioactivity extracted.<//><b>Effect:</b><.>Bubble Factories are x2 more efficient.
  1838. icon:https://i.imgur.com/5JDqneK.png
  1839. cost:150550000 cash
  1840. req: (bubbleFactory>=37)
  1841. tag:upgrade
  1842. *FactoryUpgrade6
  1843. name:Wider Conveyors
  1844. desc:Wider conveyors allow for more bubble transportation.<//><b>Effect:</b><.>Bubble Factories are x2 more efficient.
  1845. cost:10000000000 cash
  1846. req: (bubbleFactory>=50)
  1847. icon:https://i.imgur.com/M8BoyTg.png
  1848. tag:upgrade
  1849.  
  1850.  
  1851.  
  1852.  
  1853.  
  1854. //LAB UPGRADES
  1855.  
  1856.  
  1857.  
  1858.  
  1859.  
  1860.  
  1861. *LabUpgrade0
  1862. name:Bigger Labs
  1863. desc:Your labs are bigger.<//><b>Effect:</b><.>Bubble Labs are x2 more efficient.
  1864. cost:1000000 cash
  1865. passive:multiply yield of bubbleLab by 2
  1866. icon:https://i.imgur.com/nv7DKU7.png
  1867. req: (bubbleLab>=1)
  1868. tag:upgrade
  1869. *LabUpgrade1
  1870. name:High Quality Equipment
  1871. desc:Wow. These lab coats sure are pricy!<//><b>Effect:</b><.>Bubble Labs are x2 more efficient.
  1872. cost:2400000 cash
  1873. icon:https://i.imgur.com/ADeQVSC.png
  1874. passive:multiply yield of bubbleLab by 2
  1875. req: (bubbleLab>=3)
  1876. tag:upgrade
  1877. *LabUpgrade2
  1878. name:Cloning I
  1879. desc:New breakthrough in science allows bubbles to be cloned.<//><b>Effect:</b><.>Bubble Labs are x2 more efficient.
  1880. cost:9000000 cash
  1881. icon:https://i.imgur.com/yU8u6Tl.png
  1882. passive:multiply yield of bubbleLab by 2
  1883. req: (bubbleLab>=10)
  1884. tag:upgrade
  1885.  
  1886. *LabUpgrade3
  1887. name:Cloning II
  1888. desc:Cloning is faster.<//><b>Effect:</b><.>Bubble Labs are x2 more efficient.
  1889. icon:https://i.imgur.com/Nr1by7E.png
  1890. cost:29000000 cash
  1891. passive:multiply yield of bubbleLab by 2
  1892. req: (bubbleLab>=20)
  1893. tag:upgrade
  1894. *LabUpgrade4
  1895. name:Scientists
  1896. 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.
  1897. cost:100000000 cash
  1898. icon:https://i.imgur.com/yxQWfST.png
  1899. passive:multiply yield of bubbleLab by 0.05*(bubbleWorker)
  1900. passive:multiply yield of bubbleWorker by 2
  1901. req: (bubbleLab>=32)
  1902. tag:upgrade
  1903. *LabUpgrade5
  1904. name:Nano Technology
  1905. desc:The future is now.<//><b>Effect:</b><.>Bubble Labs are x3 more efficient.<.>Unlocks <b>powerful</b> upgrades.
  1906. cost:1200000000 cash
  1907. icon:https://i.imgur.com/ItTRWmM.png
  1908. passive:multiply yield of bubbleLab by 3
  1909. req: (bubbleLab>=41)
  1910. tag:upgrade
  1911. *LabUpgrade6
  1912. name:Cloning III
  1913. desc:Cloning is <b>even</b> faster.<//><b>Effect:</b><.>Bubble Labs are x3.5 more efficient.
  1914. cost:11000000000 cash
  1915. icon:https://i.imgur.com/WXcAzOO.png
  1916. passive:multiply yield of bubbleLab by 2
  1917. req: (bubbleLab>=51)
  1918. tag:upgrade
  1919. *LabUpgrade7
  1920. name:Anti-Aging Concoction
  1921. desc:Bubble workers no longer age and live <i><b>forever.</b></i><//><b>Effect:</b><.>Bubble Workers are <b>x15</b> more efficient.
  1922. cost:505000000000 cash
  1923. icon:https://i.imgur.com/P4dQ8BD.png
  1924. passive:multiply yield of bubbleWorker by 15
  1925. req: (bubbleLab>=63)
  1926. tag:upgrade
  1927. *LabUpgrade8
  1928. name:Cloning IV
  1929. desc:Cloning is super fast.<//><b>Effect:</b><.>Bubble Labs are x5 more efficient.<//></><q>There is only so much room!</q>
  1930. cost:3200000000000 cash
  1931. icon:https://i.imgur.com/IracEsv.png
  1932. passive:multiply yield of bubbleLab by 5
  1933. req: (bubbleLab>=75)
  1934. tag:upgrade
  1935.  
  1936.  
  1937.  
  1938.  
  1939.  
  1940.  
  1941.  
  1942.  
  1943.  
  1944.  
  1945.  
  1946. //3D PRINTER UPGRADES
  1947.  
  1948.  
  1949.  
  1950.  
  1951.  
  1952.  
  1953.  
  1954.  
  1955. *PrinterUpgrade0
  1956. name:Slow Speed
  1957. desc:The printer print sligthly faster.<//><b>Effect:</b><.>3D Printers are x2 more efficient.
  1958. cost:5000000 cash
  1959. icon:https://i.imgur.com/fxTWZTx.png
  1960. passive:multiply yield of 3DPrinter by 2
  1961. req: (3DPrinter>=1)
  1962. tag:upgrade
  1963. *PrinterUpgrade1
  1964. name:More Fillament
  1965. desc:Allows the printer to print bubbles longer.<//><b>Effect:</b><.>3D Printers are x2 more efficient.
  1966. cost:15500000 cash
  1967. icon:https://i.imgur.com/keRXmFx.png
  1968. passive:multiply yield of 3DPrinter by 2
  1969. req: (3DPrinter>=5)
  1970. tag:upgrade
  1971. *PrinterUpgrade2
  1972. name:Bigger Base
  1973. desc:The base of the printer gets larger, allowing it to print more bubbles.<//><b>Effect:</b><.>3D Printers are x2 more efficient.
  1974. cost:55000000 cash
  1975. icon:https://i.imgur.com/yuK8QF0.png
  1976. passive:multiply yield of 3DPrinter by 2
  1977. req: (3DPrinter>=10)
  1978. tag:upgrade
  1979. *PrinterUpgrade3
  1980. name:Average Speed
  1981. desc:The printer prints faster.<//><b>Effect:</b><.>3D Printers are x2 more efficient.
  1982. icon:https://i.imgur.com/JA5BJQx.png
  1983. cost:180000000 cash
  1984. passive:multiply yield of 3DPrinter by 2
  1985. req: (3DPrinter>=18)
  1986. tag:upgrade
  1987. *PrinterUpgrade4
  1988. name:Printed Cursors
  1989. 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)
  1990. cost:500000000 cash
  1991. icon:https://i.imgur.com/s1SbClW.png
  1992. passive:increase yield of BubbleGum by 3*(3DPrinter)
  1993. req: (3DPrinter>=25)
  1994. tag:upgrade
  1995. *PrinterUpgrade5
  1996. name:Programmers
  1997. 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.
  1998. cost:950000000 cash
  1999. icon:https://i.imgur.com/riFMJSC.png
  2000. passive:multiply yield of 3DPrinter by 0.05*(bubbleWorker)
  2001. passive:multiply yield of bubbleWorker by 2
  2002. tag:upgrade
  2003. req: (3DPrinter>=33)
  2004.  
  2005. *PrinterUpgrade6
  2006. name:Cooling System
  2007. desc:The printer has a harder time overheating.<//><b>Effect:</b><.>3D Printers are x2 more efficient.
  2008. icon:https://i.imgur.com/nitMAcX.png
  2009. passive:multiply yield of 3DPrinter by 2
  2010. cost:2500000000 cash
  2011. req: (3DPrinter>=40)
  2012. tag:upgrade
  2013. *PrinterUpgrade7
  2014. name:Liquid Cooling
  2015. desc:The printer has a <b>way</b> harder time overheating.<//><b>Effect:</b><.>3D Printers are x3 more efficient.
  2016. icon:https://i.imgur.com/X2f42Rd.png
  2017. passive:multiply yield of 3DPrinter by 3
  2018. cost:25500000000 cash
  2019. req: (3DPrinter>=50)
  2020. tag:upgrade
  2021.  
  2022.  
  2023.  
  2024.  
  2025. //SHIPMENT UPGRADES
  2026.  
  2027.  
  2028.  
  2029.  
  2030.  
  2031. *ShipmentUpgrade0
  2032. name:Bigger Hull
  2033. desc:Rocket ships have a bigger hull, allowing for more bubble transportation.<//><b>Effect:</b><.>Shipment is x2 more efficient.
  2034. icon:https://i.imgur.com/UP1dZEn.png
  2035. passive:multiply yield of Shipment by 2
  2036. cost:50000000 cash
  2037. req: (Shipment>=1)
  2038. tag:upgrade
  2039. *ShipmentUpgrade1
  2040. name:More Fuel
  2041. desc:Your rocket ships have more storage for fuel.<//><b>Effect:</b><.>Shipment is x2 more efficient.
  2042. cost:111000000 cash
  2043. icon:https://i.imgur.com/2WK6EG2.png
  2044. passive:multiply yield of Shipment by 2
  2045. req: (Shipment>=5)
  2046. tag:upgrade
  2047. *ShipmentUpgrade2
  2048. name:More Storage
  2049. desc:Your rocket ships have more storage overall.<//><b>Effect:</b><.>Shipment is x2 more efficient.
  2050. icon:https://i.imgur.com/nsjsIkw.png
  2051. cost:285000000 cash
  2052. passive:multiply yield of Shipment by 2
  2053. req: (Shipment>=10)
  2054. tag:upgrade
  2055. *ShipmentUpgrade3
  2056. name:Efficient Boosters
  2057. desc:Your rocket ships have their boosters upgraded.<//><b>Effect:</b><.>Shipment is x2 more efficient.
  2058. cost:685000000 cash
  2059. icon:https://i.imgur.com/BbwUVHC.png
  2060. passive:multiply yield of Shipment by 2
  2061. req: (Shipment>=20)
  2062. tag:upgrade
  2063. *ShipmentUpgrade4
  2064. name:Light Speed
  2065. desc:Your rockets are now able to travel at light speed.<//><b>Effect:</b><.>Shipment is <b>x3</b> more efficient.
  2066. cost:4450000000 cash
  2067. passive:multiply yield of Shipment by 3
  2068. req: (Shipment>=27)
  2069. icon:https://i.imgur.com/qslDiIf.png
  2070. tag:upgrade
  2071. *ShipmentUpgrade5
  2072. name:Astronauts
  2073. 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.
  2074. passive:multiply yield of Shipment by 0.05*(bubbleWorker)
  2075. passive:multiply yield of bubbleWorker by 2
  2076. cost:20000000000 cash
  2077. icon:https://i.imgur.com/1eU4rIe.png
  2078. req: (Shipment>=35)
  2079. tag:upgrade
  2080. *ShipmentUpgrade6
  2081. name:Warp Speed
  2082. desc:Your rockets are now able to travel faster than light.<//><b>Effect:</b><.>Shipment is x2 more efficient.
  2083. passive:multiply yield of Shipment by 2
  2084. cost:100000000000 cash
  2085. icon:https://i.imgur.com/KS4XtPB.png
  2086. req: (Shipment>=42)
  2087. tag:upgrade
  2088. *ShipmentUpgrade7
  2089. name:Trading Center
  2090. desc:You trade bubbles with aliens from the universe.<//><b>Effect:</b><.>Shipment is x3 more efficient.
  2091. passive:multiply yield of Shipment by 3
  2092. cost:750000000000 cash
  2093. icon:https://i.imgur.com/PjZnYAj.png
  2094. req: (Shipment>52)
  2095. tag:upgrade
  2096.  
  2097. Achievements
  2098. *TEMPLATE
  2099. on click:anim glow
  2100.  
  2101.  
  2102.  
  2103. //BUBBLE ACHIEVEMENTS
  2104.  
  2105.  
  2106.  
  2107.  
  2108. *bubbleAchiev1
  2109. name:Yummy
  2110. desc:Produce a total of <#ff99ff>1</#> bubble.
  2111. icon:https://i.imgur.com/JwhCYV0.png
  2112. req:1 bubbles:earned
  2113.  
  2114. *bubbleAchiev2
  2115. name:Hoarder
  2116. desc:Produce a total of <#ff99ff>1000</#> bubbles.
  2117. icon:https://i.imgur.com/lU2grVf.png
  2118. req:1000 bubbles:earned
  2119.  
  2120. *bubbleAchiev3
  2121. name:Producer
  2122. desc:Produce a total of <#ff99ff>10 000</#> bubbles.
  2123. icon:https://i.imgur.com/Hcc8WY6.png
  2124. req:10000 bubbles:earned
  2125.  
  2126. *bubbleAchiev4
  2127. name:Connoisseur
  2128. desc:Produce a total of <#ff99ff>100 000</#> bubbles.
  2129. icon:https://i.imgur.com/pkuiyzb.png
  2130. req:100000 bubbles:earned
  2131.  
  2132. *bubbleAchiev5
  2133. name:Specialist
  2134. desc:Produce a total of <#ff99ff>1 million</#> bubbles.
  2135. req:1000000 bubbles:earned
  2136. icon:https://i.imgur.com/AtKuqgu.png
  2137.  
  2138. *bubbleAchiev6
  2139. name:Expert
  2140. desc:Produce a total of <#ff99ff>1 billion</#> bubbles.
  2141. req:1000000000 bubbles:earned
  2142. icon:https://i.imgur.com/O49hNlG.png
  2143.  
  2144.  
  2145.  
  2146.  
  2147.  
  2148. //MONEY ACHIEVEMENTS
  2149.  
  2150.  
  2151.  
  2152.  
  2153.  
  2154. *moneyAchiev1
  2155. name:Dollar dollar bill y'all
  2156. desc:Produce a total of <#51c200>1</#> cash.
  2157. req:1 cash:earned
  2158. icon:https://i.imgur.com/eU7CdP0.png
  2159.  
  2160. *moneyAchiev2
  2161. name:Pocket money
  2162. desc:Produce a total of <#51c200>100</#> cash.
  2163. req:100 cash:earned
  2164. icon:https://i.imgur.com/dztAUr4.png
  2165.  
  2166. *moneyAchiev3
  2167. name:Money stash
  2168. desc:Produce a total of <#51c200>10 000</#> cash.
  2169. req:10000 cash:earned
  2170. icon:https://i.imgur.com/0qta8Zc.png
  2171. *moneyAchiev4
  2172. name:In my bank account
  2173. desc:Produce a total of <#51c200>100 000</#> cash.
  2174. req:100000 cash:earned
  2175. icon:https://i.imgur.com/REcTD6U.png
  2176.  
  2177. *moneyAchiev5
  2178. name:Millionaire
  2179. desc:Produce a total of <#51c200>1 million</#> cash.
  2180. req:1000000 cash:earned
  2181. icon:https://i.imgur.com/jpbCw6e.png
  2182.  
  2183. *moneyAchiev6
  2184. name:Small loan of a million dollars
  2185. desc:Produce a total of <#51c200>1 billion</#> cash.
  2186. req:1000000000 cash:earned
  2187. icon:https://i.imgur.com/oNtEpUF.png
  2188.  
  2189.  
  2190.  
  2191.  
  2192. //MACHINE ACHIEVEMENTS
  2193.  
  2194.  
  2195.  
  2196.  
  2197. *machineAchiev1
  2198. name:The start of something beautiful
  2199. desc:Build <b>1</b> bubble machine.
  2200. req: (bubbleMachine>=1)
  2201. icon:https://i.imgur.com/RhXMy2a.png
  2202. on click:yield secretAchiev1
  2203.  
  2204. *machineAchiev2
  2205. name:Rustling gears
  2206. desc:Build <b>50</b> bubble machines.
  2207. req: (bubbleMachine>=50)
  2208. icon:https://i.imgur.com/oCBPRrF.png
  2209.  
  2210. *machineAchiev3
  2211. name:Workshop
  2212. desc:Build <b>100</b> bubble machines.
  2213. req: (bubbleMachine>=100)
  2214. icon:https://i.imgur.com/K9zmUvE.png
  2215.  
  2216. *machineAchiev4
  2217. name:Builder
  2218. desc:Build <b>150</b> bubble machines.
  2219. req: (bubbleMachine>=150)
  2220. icon:https://i.imgur.com/y6yANZW.png
  2221.  
  2222.  
  2223.  
  2224.  
  2225.  
  2226.  
  2227. //WORKER ACHIEVEMENTS
  2228.  
  2229.  
  2230.  
  2231.  
  2232.  
  2233.  
  2234. *workerAchiev1
  2235. name:Employee
  2236. desc:Hire <b>1</b> bubble worker.
  2237. req: (bubbleWorker>=1)
  2238. icon:https://i.imgur.com/yXcE8vX.png
  2239.  
  2240. *workerAchiev2
  2241. name:Employer
  2242. desc:Hire <b>50</b> bubble workers.
  2243. req: (bubbleWorker>=50)
  2244. icon:https://i.imgur.com/Y2hNc0S.png
  2245.  
  2246. *workerAchiev3
  2247. name:Organization
  2248. desc:Hire <b>100</b> bubble workers.
  2249. req: (bubbleWorker>=100)
  2250. icon:https://i.imgur.com/nc1nonE.png
  2251.  
  2252. *workerAchiev4
  2253. name:Company
  2254. desc:Hire <b>150</b> bubble workers.
  2255. req: (bubbleWorker>=150)
  2256. icon:https://i.imgur.com/JKfBFg7.png
  2257.  
  2258.  
  2259.  
  2260.  
  2261.  
  2262. //MONEY PRINTER ACHIEVEMENTS
  2263.  
  2264.  
  2265.  
  2266.  
  2267.  
  2268. *mPrinterAchiev1
  2269. name:Illegal activity
  2270. desc:Buy <b>1</b> money printer.<//></><q>"I mean, you gotta spend money to make money, right?"</q>
  2271. req: (MoneyPrinter>=1)
  2272. icon:https://i.imgur.com/4TrLPoK.png
  2273.  
  2274.  
  2275.  
  2276. *mPrinterAchiev2
  2277. name:Criminal
  2278. desc:Buy <b>50</b> money printers.
  2279. req: (MoneyPrinter>=50)
  2280. icon:https://i.imgur.com/BTnA98F.png
  2281.  
  2282.  
  2283. *mPrinterAchiev3
  2284. name:Money maker
  2285. desc:Buy <b>100</b> money printers.
  2286. req: (MoneyPrinter>=100)
  2287. icon:https://i.imgur.com/nYAdizI.png
  2288.  
  2289. *mPrinterAchiev4
  2290. name:Money generator
  2291. desc:Buy <b>150</b> money printers.
  2292. req: (MoneyPrinter>=150)
  2293. icon:https://i.imgur.com/Ng81f0Y.png
  2294.  
  2295.  
  2296.  
  2297.  
  2298.  
  2299.  
  2300.  
  2301. //MINE ACHIEVEMENTS
  2302.  
  2303.  
  2304.  
  2305.  
  2306.  
  2307. *mineAchiev1
  2308. name:You know the drill
  2309. desc:Own <b>1</b> bubble mine.
  2310. req: (bubbleMine>=1)
  2311. icon:https://i.imgur.com/Nfqvuso.png
  2312.  
  2313.  
  2314. *mineAchiev2
  2315. name:Caved-in
  2316. desc:Own <b>50</b> bubble mines.
  2317. req: (bubbleMine>=50)
  2318. icon:https://i.imgur.com/CiGApPz.png
  2319.  
  2320.  
  2321. *mineAchiev3
  2322. name:Cashed-in
  2323. desc:Own <b>100</b> bubble mines.
  2324. req: (bubbleMine>=100)
  2325. icon:https://i.imgur.com/ejOZOyM.png
  2326.  
  2327. *mineAchiev4
  2328. name:Maze
  2329. desc:Own <b>150</b> bubble mines.
  2330. req: (bubbleMine>=150)
  2331. icon:https://i.imgur.com/mEyn0ST.png
  2332.  
  2333.  
  2334.  
  2335.  
  2336.  
  2337. //FACTORY ACHIEVEMENTS
  2338.  
  2339.  
  2340.  
  2341.  
  2342. *factoryAchiev1
  2343. name:Manufacturer
  2344. desc:Buy <b>1</b> bubble factory.
  2345. req: (bubbleFactory>=1)
  2346. icon:https://i.imgur.com/elGzPts.png
  2347.  
  2348. *factoryAchiev2
  2349. name:Owner
  2350. desc:Buy <b>50</b> bubble factories.
  2351. req: (bubbleFactory>=50)
  2352. icon:https://i.imgur.com/yhvxjta.png
  2353.  
  2354. *factoryAchiev3
  2355. name:Polluted
  2356. desc:Buy <b>100</b> bubble factories.
  2357. req: (bubbleFactory>=100)
  2358. icon:https://i.imgur.com/H9MC9Cq.png
  2359.  
  2360. *factoryAchiev4
  2361. name:Smoked sky
  2362. desc:Buy <b>150</b> bubble factories.
  2363. req: (bubbleFactory>=150)
  2364. icon:https://i.imgur.com/19BZgD8.png
  2365.  
  2366.  
  2367.  
  2368.  
  2369. //LAB UPGRADES
  2370.  
  2371.  
  2372.  
  2373.  
  2374.  
  2375. *labAchiev1
  2376. name:Home study
  2377. desc:Own <b>1</b> bubble lab.
  2378. req: (bubbleLab>=1)
  2379. icon:https://i.imgur.com/b4eZ2bi.png
  2380.  
  2381. *labAchiev2
  2382. name:Experiments
  2383. desc:Own <b>50</b> bubble labs.
  2384. req: (bubbleLab>=50)
  2385. icon:https://i.imgur.com/oJW4nI8.png
  2386.  
  2387. *labAchiev3
  2388. name:Researcher
  2389. desc:Own <b>100</b> bubble labs.
  2390. req: (bubbleLab>=100)
  2391. icon:https://i.imgur.com/ba7xRcd.png
  2392.  
  2393. *labAchiev4
  2394. name:Mad scientist
  2395. desc:Own <b>150</b> bubble labs.
  2396. req: (bubbleLab>=150)
  2397. icon:https://i.imgur.com/qMv4dNW.png
  2398.  
  2399.  
  2400.  
  2401.  
  2402.  
  2403. //3D PRINTER ACHIEVEMENTS
  2404.  
  2405.  
  2406.  
  2407.  
  2408. *3DPrinterAchiev1
  2409. name:Paperwork
  2410. desc:Own <b>1</b> 3D Printer.
  2411. req: (3DPrinter>=1)
  2412. icon:https://i.imgur.com/HcuM6ek.png
  2413.  
  2414. *3DPrinterAchiev2
  2415. name:3 Dimensional
  2416. desc:Own <b>50</b> 3D Printers.
  2417. req: (3DPrinter>=50)
  2418. icon:https://i.imgur.com/V7n6KQW.png
  2419.  
  2420. *3DPrinterAchiev3
  2421. name:Printing printers
  2422. desc:Own <b>100</b> 3D Printers.
  2423. req: (3DPrinter>=100)
  2424. icon:https://i.imgur.com/W9eZxfx.png
  2425.  
  2426. *3DPrinterAchiev4
  2427. name:Totally printed
  2428. desc:Own <b>150</b> 3D Printers.
  2429. req: (3DPrinter>=150)
  2430. icon:https://i.imgur.com/TNA96Oh.png
  2431.  
  2432.  
  2433.  
  2434.  
  2435.  
  2436. //SHIPMENT ACHIEVEMENTS
  2437.  
  2438.  
  2439.  
  2440.  
  2441.  
  2442. *shipmentAchiev1
  2443. name:Journey through space
  2444. desc:Own <b>1</b> shipment.
  2445. req: (Shipment>=1)
  2446. icon:https://i.imgur.com/ncRsNW6.png
  2447.  
  2448.  
  2449.  
  2450. *shipmentAchiev2
  2451. name:I ship it
  2452. desc:Own <b>50</b> shipments.
  2453. req: (Shipment>=50)
  2454. icon:https://i.imgur.com/tZGnRmU.png
  2455.  
  2456. *shipmentAchiev3
  2457. name:Inter-planetary
  2458. desc:Own <b>100</b> shipments.
  2459. req: (Shipment>=100)
  2460. icon:https://i.imgur.com/o6uR5vu.png
  2461.  
  2462. *shipmentAchiev4
  2463. name:Interstellar
  2464. desc:Own <b>150</b> shipments.<//></><q>"Come on, TARS."</q>
  2465. req: (Shipment>=150)
  2466. icon:https://i.imgur.com/TEzQiFo.png
  2467.  
  2468.  
  2469.  
  2470.  
  2471. //SHINY ACHIEVEMENTS
  2472.  
  2473.  
  2474.  
  2475.  
  2476.  
  2477. *shinyAchiev1
  2478. name:Lucky day
  2479. desc:Click <b>1</b> golden bubble.
  2480. req:1 goldenBubble:clicks
  2481. icon:https://i.imgur.com/1E8Ucbz.png
  2482.  
  2483. *shinyAchiev2
  2484. name:Lucky number 7
  2485. desc:Click <b>7</b> golden bubbles.
  2486. req:7 goldenBubble:clicks
  2487. icon:https://i.imgur.com/0bXvyKG.png
  2488.  
  2489. *shinyAchiev3
  2490. name:Golden clover
  2491. desc:Click <b>17</b> golden bubbles.
  2492. req:17 goldenBubble:clicks
  2493. icon:https://i.imgur.com/oo8dgA2.png
  2494.  
  2495.  
  2496.  
  2497.  
  2498.  
  2499. //SECRET ACHIEVEMENTS
  2500.  
  2501. *secretAchiev1
  2502. name:Achievement Clicker
  2503. desc:Click an <b>achievement.</b><//></>Cloaked Achievement
Advertisement
Add Comment
Please, Sign In to add comment