Advertisement
justmynhame

Untitled

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