Pyronic

Untitled

Feb 26th, 2019
1,377
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 29.47 KB | None | 0 0
  1. Let's make a game!
  2. name:Bubble Gum Clicker
  3. by:IronDizaster
  4. forum post:Bubble Gum Clicker
  5. desc:<#ff99ff>You live in a world where Bubbles can be sold for cash.<//></><#ff99ff>Do you have what it takes to become a true bubble gum capitalist?
  6. created:25/01/2019
  7. version:2
  8.  
  9. Settings
  10. building cost increase:115%
  11. building cost refund:50%
  12. stylesheet:stuff/bigBlue.css
  13.  
  14. Resources
  15. *bubble|bubbles
  16. name:Bubbles
  17. icon:https://i.imgur.com/lwIUufi.png
  18. no tooltip
  19.  
  20. *cash
  21. name:Cash
  22. icon:https://i.imgur.com/anEYG7F.png
  23. no tooltip
  24.  
  25.  
  26. CSS
  27. .thing
  28. {
  29. border-radius:8px;
  30. }
  31.  
  32.  
  33.  
  34. Achievements
  35. *TEMPLATE
  36. on click:anim glow
  37.  
  38. *bubbleAchiev1
  39. name:Yummy
  40. desc:Produce <#ff99ff>1</#> bubble.<//></><q>"Delicious".</q>
  41. icon:https://i.imgur.com/JwhCYV0.png
  42. req:1 bubbles:earned
  43.  
  44. *bubbleAchiev2
  45. name:Hoarder
  46. desc:Produce <#ff99ff>1000</#> bubbles.<//></><q>"Good thing you can sell it."</q>
  47. icon:https://i.imgur.com/lU2grVf.png
  48. req:1000 bubbles:earned
  49.  
  50. *bubbleAchiev3
  51. name:Producer
  52. desc:Produce <#ff99ff>10 000</#> bubbles.<//></><q>"Well done. Well done indeed."</q>
  53. icon:https://i.imgur.com/Hcc8WY6.png
  54. req:10000 bubbles:earned
  55.  
  56. *bubbleAchiev4
  57. name:Connoisseur
  58. desc:Produce <#ff99ff>100 000</#> bubbles.<//></><q>"Can I eat something else than bubble gum?</q>
  59. icon:https://i.imgur.com/pkuiyzb.png
  60. req:100000 bubbles:earned
  61.  
  62. *bubbleAchiev5
  63. name:Specialist
  64. desc:Produce <#ff99ff>1 000 000</#> bubbles.<//></><q>"Careful, there is only so much room!"</q>
  65. req:1000000 bubbles:earned
  66. icon:https://i.imgur.com/AtKuqgu.png
  67.  
  68. *moneyAchiev1
  69. name:Dollar dollar bill y'all
  70. desc:Produce <#51c200>1</#> cash.<//></><q>"Quite the achievement."</q>
  71. req:1 cash:earned
  72. icon:https://i.imgur.com/eU7CdP0.png
  73.  
  74. *moneyAchiev2
  75. name:Pocket money
  76. desc:Produce <#51c200>100</#> cash.<//></><q>"Quite the rich kid."</q>
  77. req:100 cash:earned
  78. icon:https://i.imgur.com/dztAUr4.png
  79.  
  80. *moneyAchiev3
  81. name:Money stash
  82. desc:Produce <#51c200>10 000</#> cash.<//></><q>"On your way to rich land!"</q>
  83. req:10000 cash:earned
  84. icon:https://i.imgur.com/0qta8Zc.png
  85. *moneyAchiev4
  86. name:In my bank account
  87. desc:Produce <#51c200>100 000</#> cash.<//></><q>"I got 1-2-3-4-5-6-7-8 M's in my bank account, yeah."</q>
  88. req:100000 cash:earned
  89. icon:https://i.imgur.com/REcTD6U.png
  90.  
  91. *moneyAchiev5
  92. name:Millionaire
  93. desc:Produce <#51c200>1 000 000</#> cash.<//></><q>"Now we're getting somewhere."</q>
  94. req:1000000 cash:earned
  95. icon:https://i.imgur.com/jpbCw6e.png
  96.  
  97.  
  98.  
  99.  
  100.  
  101.  
  102.  
  103.  
  104.  
  105. Layout
  106.  
  107. *main
  108. contains:res, buttons
  109. *res
  110. contains:Resources
  111. class:fullWidth
  112. *buttons
  113. contains:Buttons
  114. *store
  115. contains:buildings, upgrades
  116. *buildings
  117. contains:BulkDisplay, Buildings
  118. header:Buildings
  119. tooltip origin:left
  120.  
  121. *upgrades
  122. contains:Upgrades
  123. header:Upgrades
  124. costs:hide
  125. names:hide
  126.  
  127. *sellbubbles
  128. contains:tag:Sell
  129. in:res
  130. class:bottom
  131.  
  132.  
  133.  
  134.  
  135. Buttons
  136.  
  137.  
  138.  
  139. *BubbleGum
  140. name:Bubble Gum
  141. desc:Pop to gain more income!
  142. on click:yield 99999999999999999999999999999999999 bubble
  143.  
  144. class:bigButton hasFlares
  145. icon:https://i.imgur.com/suGXlaB.png
  146. icon class:shadowed
  147. tooltip origin:bottom
  148. tooltip class:red
  149.  
  150. *sell
  151. name:Sell Bubbles
  152. 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)
  153. on click:yield (1*bubbles) cash
  154. on click:if (have PlainBubbles) yield (0.05*bubbles) cash
  155. on click:if (have OrangeBubbles) yield (0.05*bubbles) cash
  156. on click:if (have LemonBubbles) yield (0.05*bubbles) cash
  157. on click:if (have WatermelonBubbles) yield (0.05*bubbles) cash
  158. on click:if (have StrawberryBubbles) yield (0.05*bubbles) cash
  159. on click:if (have GrapeBubbles) yield (0.05*bubbles) cash
  160. on click:if (have MangoBubbles) yield (0.05*bubbles) cash
  161. on click:if (have MintBubbles) yield (0.05*bubbles) cash
  162. on click:if (have LimeBubbles) yield (0.05*bubbles) cash
  163. on click:if (have JamFilledBubbles) yield (0.05*bubbles) cash
  164. on click:if (have PumpkinBubbles) yield (0.05*bubbles) cash
  165. on click:if (have WarheadBubbles) yield (0.05*bubbles) cash
  166. on click:if (have ChilliBubbles) yield (0.05*bubbles) cash
  167. on click:if (have MiniBubbles) yield (0.05*bubbles) cash
  168. on click:if (have CubeBubbles) yield (0.1*bubbles) cash
  169. icon:https://i.imgur.com/YsLBsy7.png
  170. on click:lose bubbles
  171. tooltip origin:bottom
  172. class:bottom
  173. tag:Sell
  174.  
  175.  
  176.  
  177.  
  178.  
  179.  
  180.  
  181.  
  182. Buildings
  183.  
  184. *TEMPLATE
  185. on click:anim glow
  186.  
  187. *bubbleMachine|bubbleMachines
  188. name:Bubble Machine|Bubble Machines
  189. desc:A simple bubble machine.<//><b>Effect:</b><.>0.1 cash/second<.>0.1 bubbles/second
  190. icon:https://i.imgur.com/1Mp5LzX.png
  191. cost:15 cash
  192. on tick:yield 0.1 cash
  193. on tick:yield 0.1 bubbles
  194. unlocked
  195.  
  196.  
  197. *bubbleWorker|bubbleWorkers
  198. name:Bubble Worker|Bubble Workers
  199. desc:A bubble worker to blow bubbles for you.<//><b>Effect:</b><.>1 bubbles/second
  200. icon:https://i.imgur.com/PCeOsZ7.png
  201. cost:100 cash
  202. on tick:yield 1 bubbles
  203. req:75 cash:earned
  204.  
  205. *bubbleMine|bubbleMines
  206. name:Bubble Mine|Bubble Mines
  207. icon:https://i.imgur.com/NI3Rzwv.png
  208. desc:A mine full of bubbles.<//><b>Effect:</b><.>21 bubbles/second
  209. cost:5500 cash
  210. on tick:yield 21 bubbles
  211. req:6000 cash:earned
  212.  
  213. *bubbleFactory|bubbleFactories
  214. name:Bubble Factory|Bubble Factories
  215. desc:A factory that produces alot of bubbles.<//><b>Effect:</b><.>80 bubbles/second
  216. icon:https://i.imgur.com/g7onB8S.png
  217. cost:50000 cash
  218. on tick:yield 80 bubbles
  219. req:50000 cash:earned
  220.  
  221. *bubbleLab|bubbleLabs
  222. name:Bubble Lab|Bubble Labs
  223. desc:A scientific research facility on bubbles.<//><b>Effect:</b><.>250 bubbles/second
  224. cost:550000 cash
  225. icon:https://i.imgur.com/NTW46aJ.png
  226. on tick:yield 250 bubbles
  227. req:75000 cash:earned
  228.  
  229. *3DPrinter|3DPrinters
  230. name:3D Printer|3D Printers
  231. desc:A 3D printer to print bubbles.<//><b>Effect:</b><.>1111 bubbles/second
  232. cost:2500000 cash
  233. icon:https://i.imgur.com/7B8pCOy.png
  234. on tick:yield 1111 bubbles
  235. req:3000000 cash:earned
  236.  
  237. *Shipment
  238. name:Shipment
  239. desc:A rocket to bring in bubbles from the bubble planet.<//></><q>What do you mean it's not original?</q><//><b>Effect:</b><.>6000 bubbles/second
  240. cost:18500000 cash
  241. icon:https://i.imgur.com/2HWZs8y.png
  242. on tick:yield 6000 bubbles
  243. req:20000000 cash:earned
  244.  
  245. Upgrades
  246.  
  247. *TEMPLATE
  248. on click:anim wobble
  249.  
  250. *PlainBubbles
  251. name:Plain Bubbles
  252. 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.
  253. cost:125 cash
  254. icon:https://i.imgur.com/kztYpxP.png
  255. passive:increase bubbles yield of BubbleGum by 1
  256. passive:multiply cash yield of bubbleMachine by 1.03
  257. req:155 cash:earned
  258.  
  259. *OrangeBubbles
  260. name:Orange Bubbles
  261. desc:Slightly sour.<//><b>Effect:</b><.>+2 bubbles/click<.>Bubble Machine cash yield is 3% higher<.>Bubbles are sold for 0.05 more cash.
  262. cost:8500 cash
  263. icon:https://i.imgur.com/dgrVGnU.png
  264. passive:increase bubbles yield of BubbleGum by 2
  265. passive:multiply cash yield of bubbleMachine by 1.03
  266. req:1550 cash:earned
  267.  
  268. *LemonBubbles
  269. name:Lemon Bubbles
  270. 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.
  271. cost:100000 cash
  272. icon:https://i.imgur.com/rQ029W6.png
  273. passive:increase bubbles yield of BubbleGum by 3
  274. passive:multiply cash yield of bubbleMachine by 1.03
  275. req:25000 cash:earned
  276.  
  277. *WatermelonBubbles
  278. name:Watermelon Bubbles
  279. desc:Pleasantly sweet.<//><b>Effect:</b><.>+3 bubbles/click<.>Bubble Machine cash yield is 3% higher<.>Bubbles are sold for 0.05 more cash.
  280. cost:215000 cash
  281. icon:https://i.imgur.com/wdYOAcE.png
  282. passive:increase bubbles yield of BubbleGum by 3
  283. passive:increase cash yield of bubbleMachine by 1.03
  284. req:75000 cash:earned
  285.  
  286. *StrawberryBubbles
  287. name:Strawberry Bubbles
  288. desc:Perfectly juicy.<//><b>Effect:</b><.>+4 bubbles/click<.>Bubble Machine cash yield is 4% higher<.>Bubbles are sold for 0.05 more cash.
  289. cost:500000 cash
  290. icon:https://i.imgur.com/fRfo7hn.png
  291. passive:increase bubbles yield of BubbleGum by 4
  292. passive:multiply cash yield of bubbleMachine by 1.04
  293. req:135000 cash:earned
  294.  
  295. *GrapeBubbles
  296. name:Grape Bubbles
  297. 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.
  298. cost:1400000 cash
  299. icon:https://i.imgur.com/N6s4mSl.png
  300. passive:increase bubbles yield of BubbleGum by 5
  301. passive:multiply cash yield of bubbleMachine by 1.05
  302. req:200000 cash:earned
  303.  
  304. *MangoBubbles
  305. name:Mango Bubbles
  306. desc:Tropical.<//><b>Effect:</b><.>+6 bubbles/click<.>Bubble Machine cash yield is 6% higher<.>Bubbles are sold for 0.05 more cash.
  307. cost:5000000 cash
  308. icon:https://i.imgur.com/7lZCjRJ.png
  309. passive:increase bubbles yield of BubbleGum by 6
  310. passive:multiply cash yield of bubbleMachine by 1.06
  311. req:1800000 cash:earned
  312.  
  313. *MintBubbles
  314. name:Mint Bubbles
  315. desc:Refreshing.<//><b>Effect:</b><.>+7 bubbles/click<.>Bubble Machine cash yield is 7% higher<.>Bubbles are sold for 0.05 more cash.
  316. cost:25000000 cash
  317. icon:https://i.imgur.com/P0KwBK1.png
  318. passive:increase bubbles yield of BubbleGum by 7
  319. passive:multiply cash yield of bubbleMachine by 1.07
  320. req:20000000 cash:earned
  321.  
  322. *LimeBubbles
  323. name:Lime Bubbles
  324. 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.
  325. cost:95000000 cash
  326. icon:https://i.imgur.com/Vn94jEa.png
  327. passive:increase bubbles yield of BubbleGum by 9
  328. passive:multiply cash yield of bubbleMachine by 1.09
  329. req:50000000 cash:earned
  330. *JamFilledBubbles
  331. name:Jam Filled Bubbles
  332. 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.
  333. icon:https://i.imgur.com/1XmY7U1.png
  334. cost:195500000 cash
  335. passive:increase bubbles yield of BubbleGum by 11
  336. passive:multiply cash yield of bubbleMachine by 1.11
  337. req:100000000 cash:earned
  338.  
  339. *PumpkinBubbles
  340. name:Pumpkin Bubbles
  341. desc:Funky.<//><b>Effect:</b><.>+13 bubbles/click<.>Bubble Machine cash yield is 13% higher<.>Bubbles are sold for 0.05 more cash.
  342. icon:https://i.imgur.com/eIeUHJk.png
  343. cost:425000000 cash
  344. passive:increase bubbles yield of BubbleGum by 13
  345. passive:multiply cash yield of bubbleMachine by 1.13
  346. req:225000000 cash:earned
  347.  
  348. *WarheadBubbles
  349. name:Warhead Bubbles
  350. 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.
  351. icon:https://i.imgur.com/nzX58GC.png
  352. cost:850000000 cash
  353. passive:increase bubbles yield of BubbleGum by 16
  354. passive:multiply cash yield of bubbleMachine by 1.15
  355. req:800000000 cash:earned
  356.  
  357. *ChilliBubbles
  358. name:Chilli Bubbles
  359. desc:It burns..<//><b>Effect:</b><.>+19 bubbles/click<.>Bubble Machine cash yield is 20% higher<.>Bubbles are sold for 0.05 more cash.
  360. icon:https://i.imgur.com/4oGCxrS.png
  361. cost:1500000000 cash
  362. passive:increase bubbles yield of BubbleGum by 19
  363. passive:multiply cash yield of bubbleMachine by 1.20
  364. req:12000000000 cash:earned
  365.  
  366. *MiniBubbles
  367. name:Mini Bubbles
  368. 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.
  369. icon:https://i.imgur.com/iHufyBe.png
  370. cost:5000000000 cash
  371. passive:increase bubbles yield of BubbleGum by 22
  372. passive:multiply cash yield of bubbleMachine by 1.25
  373. req:4000000000 cash:earned
  374.  
  375. *CubeBubbles
  376. desc:With enough of these, you could build a fortress.<//><b>Effect:</b><.>+27 bubbles/click<.>Bubble Machine cash yield is 45% higher<.>Bubbles are sold for <b>0.1</b> more cash.
  377. name:Cube Bubbles
  378. icon:https://i.imgur.com/ieLDlgy.png
  379. cost:45000000000 cash
  380. req:25000000000 cash:earned and have LabUpgrade5
  381. passive:increase bubbles yield of BubbleGum by 28
  382. passive:multiply cash yield of bubbleMachine by 1.45
  383.  
  384.  
  385. *roboticJaw
  386. name:Robotic Jaw
  387. desc:You chew bubbles <b>super</b> fast.<//><b>Effect:</b><.>x3 bubbles/click
  388. cost:25000 cash
  389. icon:https://i.imgur.com/G5rshWq.png
  390. passive:multiply bubbles yield of BubbleGum by 3
  391. req:28000 cash:earned
  392.  
  393.  
  394. *TwoJaws
  395. name:Double Jaws
  396. desc:Through genetic engineering in the bubble labs, you can now grow 2 jaws.<//><b>Effect:</b><.>x2 bubbles/click
  397. icon:https://i.imgur.com/f1g38XP.png
  398. cost:1400000 cash
  399. passive:multiply bubbles yield of BubbleGum by 2
  400. req: (bubbleLabs>=3)
  401.  
  402. *mintyGum
  403. name:Minty Gum
  404. desc:Minty fresh.<//><b>Effect:</b><.>Increases production speed of all resources by 1%.
  405. cost:999999 cash
  406. icon:https://i.imgur.com/x3OYVjm.png
  407. passive:multiply yield of bubbles by 1.01
  408. passive:multiply yield of cash by 1.01
  409. req:1000000 cash:earned
  410.  
  411. *toothpasteGum
  412. name:Toothpaste Gum
  413. cost:10000000 cash
  414. desc:A chewy alternative to brushing your teeth.<//><b>Effect:</b><.>Increases production speed of all resources by 1%.
  415. icon:https://i.imgur.com/iFosflV.png
  416. passive:multiply yield of bubbles by 1.01
  417. passive:multiply yield of cash by 1.01
  418. req:5000000 cash:earned
  419.  
  420.  
  421.  
  422. *nuttyGum
  423. name:Nutty Gum
  424. desc:Tastes <b>nutty.</b><//><b>Effect:</b><.>Increases production speed of all resources by 1%.
  425. cost:10000000 cash
  426. icon:https://i.imgur.com/byUdl6Z.png
  427. passive:multiply yield of bubbles by 1.01
  428. passive:multiply yield of cash by 1.01
  429. req:5250000 cash:earned
  430.  
  431. *chocolateGum
  432. name:Chocolate Gum
  433. desc:Raw cocoa. With 95% sugar of course!<//><b>Effect:</b><.>Increases production speed of all resources by 1%.
  434. cost:10000000 cash
  435. icon:https://i.imgur.com/kNv0aBX.png
  436. passive:multiply yield of bubbles by 1.01
  437. passive:multiply yield of cash by 1.01
  438. req:5500000 cash:earned
  439.  
  440.  
  441. *StackingClicks
  442. name:Machine Clicks
  443. desc:We don't know how it works, it just does, ok?<//><b>Effect:</b><.>+0.2 bubbles/click per bubble machine owned.
  444. icon:https://i.imgur.com/UAw34lf.png
  445. cost:50000 cash
  446. passive:increase bubbles yield of BubbleGum by 0.2*(bubbleMachine)
  447. req: (bubbleMachines>=15)
  448.  
  449.  
  450. *MachineUpgrade0
  451. name:Pricier Costs
  452. desc:Bubble gum inside the machine costs more.<//><b>Effect:</b><.>Bubble Machines are x1.5 more efficient.
  453. icon:https://i.imgur.com/HYL3ndp.png
  454. cost:125 cash
  455. passive:multiply yield of bubbleMachine by 1.5
  456. req: (bubbleMachines>=1)
  457.  
  458. *MachineUpgrade1
  459. name:Extra Gears
  460. desc:Adds extra gears to a bubble machine.<//><b>Effect:</b><.>Bubble Machines are x2 more efficient.
  461. icon:https://i.imgur.com/iCvzUcj.png
  462. cost:1000 cash
  463. passive:multiply yield of bubbleMachine by 2
  464. req: (bubbleMachines>=5)
  465.  
  466. *machineUpgrade2
  467. name:Oiled Gears
  468. desc:Oiled gears grant extra efficiency.<//><b>Effect:</b><.>Bubble Machines are x2 more efficient.
  469. cost:2500 cash
  470. icon:https://i.imgur.com/bKxtv91.png
  471. passive:multiply yield of bubbleMachine by 2
  472. req: (bubbleMachines>=10)
  473.  
  474. *machineUpgrade3
  475. name:Faster Mechanism
  476. desc:Mechanism inside the bubble machine gets an upgrade. <//><b>Effect:</b><.>Bubble Machines are x2 more efficient.
  477. cost:6500 cash
  478. icon:https://i.imgur.com/w5p0QWh.png
  479. passive:multiply yield of bubbleMachine by 2
  480. req: (bubbleMachines>=20)
  481.  
  482. *machineUpgrade4
  483. name:Decreasing Prices
  484. icon:https://i.imgur.com/HYL3ndp.png
  485. cost:155000 cash
  486. desc:For every building you own (including the bubble machine itself), mechanisms inside the machine get cheaper due to more and more bubble generation.<//><b>Effect:</b><.>Bubble Machines gain 0.2 BPs per building owned.
  487. passive:increase yield of bubbleMachine by 0.2*(bubbleMachine)
  488. passive:increase yield of bubbleMachine by 0.2*(bubbleWorker)
  489. passive:increase yield of bubbleMachine by 0.2*(bubbleMine)
  490. passive:increase yield of bubbleMachine by 0.2*(bubbleFactory)
  491. passive:increase yield of bubbleMachine by 0.2*(bubbleLab)
  492. passive:increase yield of bubbleMachine by 0.2*(3DPrinter)
  493. req: (bubbleMachines>=40)
  494.  
  495. *machineUpgrade5
  496. name:Ad Campaign
  497. desc:You now run ads for your bubble machines.<//><b>Effect:</b><.>Bubble Machines are x2.5 more efficient.
  498. icon:https://i.imgur.com/R0WGjG6.png
  499. cost:895000 cash
  500. passive:multiply yield of bubbleMachine by 2.5
  501. req: (bubbleMachines>55)
  502.  
  503. *machineUpgrade6
  504. name:Nano Gears
  505. 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.
  506. cost:3000000000 cash
  507. icon:https://i.imgur.com/eF3DMKP.png
  508. passive:multiply yield of bubbleMachine by 6.5
  509. req: (bubbleMachines>75) and have LabUpgrade5
  510.  
  511.  
  512. *WorkerUpgrade0
  513. name:Sturdier Hats
  514. desc:Your workers feel safer.<//><b>Effect:</b><.>Bubble Workers are x1.5 more efficient.
  515. cost:555 cash
  516. icon:https://i.imgur.com/0OUD2JK.png
  517. passive:multiply yield of bubbleWorker by 1.5
  518. req:(bubbleWorker>=1)
  519.  
  520. *WorkerUpgrade1
  521. name:Skill+
  522. desc:Your workers are more skilled at producing bubbles.<//><b>Effect:</b><.>Bubble Workers are x2 more efficient.
  523. cost:1500 cash
  524. icon:https://i.imgur.com/TBUthv5.png
  525. passive:multiply yield of bubbleWorker by 2
  526. req: (bubbleWorkers>=5)
  527.  
  528. *workerUpgrade2
  529. name:Skill++
  530. desc:Your workers are even more skilled at producing bubbles.<//><b>Effect:</b><.>Bubble Workers are x2 more efficient.
  531. cost:5500 cash
  532. icon:https://i.imgur.com/2ikorMh.png
  533. passive:multiply yield of bubbleWorker by 2
  534. req: (bubbleWorkers>=10)
  535.  
  536. *workerUpgrade3
  537. name:Engineers
  538. icon:https://i.imgur.com/0OUD2JK.png
  539. desc:Your workers now forcefully have to operate bubble machines.<//><b>Effect:</b><.>Bubble Workers are x2 more efficient.</b><.>Bubble Machines are 0.25% more efficient per worker.
  540. cost:125000 cash
  541. passive:multiply yield of bubbleWorker by 2
  542. passive:multiply yield of bubbleMachine by 0.25*(bubbleWorker)
  543. req: (bubbleWorkers>=20)
  544.  
  545. *workerUpgrade4
  546. name:Cheaper Salary
  547. icon:https://i.imgur.com/HYL3ndp.png
  548. desc:You give less bubbles per month to your workers.<//><b>Effect:</b><.>Bubble Workers are 30% cheaper.
  549. cost:1550000 cash
  550. passive:multiply cost of bubbleWorker by 0.70
  551. req: (bubbleWorkers>=40)
  552.  
  553. *workerUpgrade5
  554. name:Permanent Job
  555. desc:Your workers can no longer quit their job.<//><b>Effect:</b><.>Bubble Workers are 3x as effective.<.>Bubble Workers are 20% cheaper.
  556. cost:45500000 cash
  557. icon:https://i.imgur.com/rxgeIBF.png
  558. passive:multiply cost of bubbleWorker by 0.80
  559. passive:multiply bubbles yield of bubbleWorker by 3
  560. req: (bubbleWorkers>=60)
  561.  
  562. *workerUpgrade6
  563. name:Genetic Modificatiom
  564. desc:Your workers are genetically modified to increase productivity even further.<//><b>Effect:</b><.>Bubble Workers are <b>6x</b> as effective.<.>Buildings are <b>0.015% more effective</b> per bubble worker owned.<q><#a60000>This is probably not the best idea...</#></q>
  565. cost:1000000000000 cash
  566. icon:https://i.imgur.com/ZDc8FSZ.png
  567. req: (bubbleWorkers>=80) and have LabUpgrade5
  568. passive:multiply bubbles yield of bubbleWorker by 6
  569. passive:multiply yield of bubbleMachine by 0.015*(bubbleWorker)
  570. passive:multiply yield of bubbleMine by 0.015*(bubbleWorker)
  571. passive:multiply yield of bubbleFactory by 0.015*(bubbleWorker)
  572. passive:multiply yield of bubbleLab by 0.015*(bubbleWorker)
  573. passive:multiply yield of 3DPrinter by 0.015*(bubbleWorker)
  574. passive:multiply yield of Shipment by 0.015*(bubbleWorker)
  575.  
  576. *MineUpgrade0
  577. name:Gloves
  578. desc:Your hands hurt less while digging for bubbles.<//><b>Effect:</b><.>Bubble Mines are x1.5 more efficient.
  579. passive:multiply yield of bubbleMine by 1.5
  580. icon:https://i.imgur.com/1oVr57t.png
  581. cost:10000 cash
  582. req: (bubbleMine>=1)
  583.  
  584.  
  585. *MineUpgrade1
  586. name:Wooden Tools
  587. desc:You now dig with wooden tools instead of hands.<//><b>Effect:</b><.>Bubble Mines are x2 more efficient.
  588. icon:https:https://i.imgur.com/f34qxd2.png
  589. passive:multiply yield of bubbleMine by 2
  590. cost:100000 cash
  591. icon:https://i.imgur.com/f34qxd2.png
  592. req: (bubbleMine>=5)
  593.  
  594. *MineUpgrade2
  595. desc:You now use stone tools.<//><b>Effect:</b><.>Bubble Mines are x2 more efficient.
  596. name:Stone Tools
  597. cost:400000 cash
  598. icon:https://i.imgur.com/5S0qttV.png
  599. passive:multiply yield of bubbleMine by 2
  600. req: (bubbleMine>=10)
  601.  
  602.  
  603. *MineUpgrade3
  604. name:Iron Tools
  605. desc:You now use iron tools.<//><b>Effect:</b><.>Bubble Mines are x2 more efficient.
  606. icon:https://i.imgur.com/db4u4MB.png
  607. cost:1000000 cash
  608. passive:multiply yield of bubbleMine by 2
  609. req: (bubbleMine>=25)
  610.  
  611. *Miners
  612. name:Miners
  613. desc:Your workers now forcefully have to mine for you.<//><b>Effect:</b><.>Bubble Mines are 0.10% more efficient per Bubble Worker.
  614. icon:https://i.imgur.com/GHfIxFW.png
  615. cost:4500000 cash
  616. passive:multiply yield of bubbleMine by 0.10*(bubbleWorker)
  617. req: (bubbleMine>=35)
  618.  
  619.  
  620.  
  621. *MineUpgrade4
  622. name:Emerald Tools
  623. desc:Shiny and tough.<//><b>Effect:</b><.>Bubble Mines are x2.5 more efficient.
  624. icon:https://i.imgur.com/EtK6wNR.png
  625. cost:9500000 cash
  626. passive:multiply yield of bubbleMine by 2.5
  627. req: (bubbleMine>=45)
  628.  
  629.  
  630.  
  631. *FactoryUpgrade0
  632. name:Sturdier Conveyors
  633. desc:Conveyors are higher quality.<//><b>Effect:</b><.>Bubble Factories are x1.5 more efficient.
  634. icon:https://i.imgur.com/tea3j7W.png
  635. cost:125000 cash
  636. passive:multiply yield of bubbleFactory by 1.5
  637. req: (bubbleFactory>=1)
  638.  
  639.  
  640. *FactoryUpgrade1
  641. name:More Conveyors
  642. desc:Factories gain extra conveyors, allowing for more bubble transport.<//><b>Effect:</b><.>Bubble Factories are x2 more efficient.
  643. icon:https://i.imgur.com/tea3j7W.png
  644. cost:435000 cash
  645. passive:multiply yield of bubbleFactory by 2
  646. req: (bubbleFactory>=5)
  647.  
  648. *FactoryUpgrade2
  649. name:Faster Conveyors
  650. desc:Conveyors in the factories gain extra speed, allowing for faster bubble transport.<//><b>Effect:</b><.>Bubble Factories are x2 more efficient.
  651. cost:1300000 cash
  652. icon:https://i.imgur.com/Vni5IZ9.png
  653. passive:multiply yield of bubbleFactory by 2
  654. req: (bubbleFactory>=10)
  655.  
  656. *FactoryUpgrade3
  657. name:Bigger Foundations
  658. desc:Your factories are bigger.<//><b>Effect:</b><.>Bubble Factories are x2 more efficient.
  659. cost:12255000 cash
  660. icon:https://i.imgur.com/fzYdbJY.png
  661. passive:multiply yield of bubbleFactory by 2
  662. req: (bubbleFactory>=17)
  663.  
  664. *FactoryUpgrade4
  665. name:Controllers
  666. desc:Your workers now forcefully have to control factories for you.<//><b>Effect:</b><.>Bubble Factories are 0.06% more efficient per Bubble Worker.
  667. passive:multiply yield of bubbleFactory by 0.06*(bubbleWorker)
  668. cost:75500000 cash
  669. req: (bubbleFactory>=25)
  670. icon:https://i.imgur.com/E9TIWWq.png
  671.  
  672. *FactoryUpgrade5
  673. name:Uranium Conveyors
  674. desc:Radioactivity extracted.<//><b>Effect:</b><.>Bubble Factories are x2 more efficient.
  675. icon:https://i.imgur.com/5JDqneK.png
  676. cost:150550000 cash
  677. req: (bubbleFactory>=37)
  678.  
  679. *LabUpgrade0
  680. name:Bigger Labs
  681. desc:Your labs are bigger.<//><b>Effect:</b><.>Bubble Labs are x2 more efficient.
  682. cost:1000000 cash
  683. passive:multiply yield of bubbleLab by 2
  684. icon:https://i.imgur.com/nv7DKU7.png
  685. req: (bubbleLab>=1)
  686.  
  687. *LabUpgrade1
  688. name:High Quality Equipment
  689. desc:Wow. These lab coats sure are pricy!<//><b>Effect:</b><.>Bubble Labs are x2 more efficient.
  690. cost:2400000 cash
  691. icon:https://i.imgur.com/ADeQVSC.png
  692. passive:multiply yield of bubbleLab by 2
  693. req: (bubbleLab>=3)
  694.  
  695. *LabUpgrade2
  696. name:Cloning I
  697. desc:New breakthrough in science allows bubbles to be cloned.<//><b>Effect:</b><.>Bubble Labs are x2 more efficient.
  698. cost:9000000 cash
  699. icon:https://i.imgur.com/yU8u6Tl.png
  700. passive:multiply yield of bubbleLab by 2
  701. req: (bubbleLab>=10)
  702.  
  703.  
  704. *LabUpgrade3
  705. name:Cloning II
  706. desc:Cloning is faster.<//><b>Effect:</b><.>Bubble Labs are x2 more efficient.
  707. icon:https://i.imgur.com/Nr1by7E.png
  708. cost:29000000 cash
  709. passive:multiply yield of bubbleLab by 2
  710. req: (bubbleLab>=22)
  711.  
  712. *LabUpgrade4
  713. name:Scientists
  714. 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.
  715. cost:100000000 cash
  716. icon:https://i.imgur.com/yxQWfST.png
  717. passive:multiply yield of bubbleLab by 0.05*(bubbleWorker)
  718. req: (bubbleLab>=32)
  719.  
  720. *LabUpgrade5
  721. name:Nano Technology
  722. desc:The future is now.<//><b>Effect:</b><.>Bubble Labs are x3 more efficient.<.>Unlocks <b>powerful</b> upgrades.
  723. cost:1200000000 cash
  724. icon:https://i.imgur.com/ItTRWmM.png
  725. passive:multiply yield of bubbleLab by 3
  726. req: (bubbleLab>=41)
  727.  
  728. *LabUpgrade6
  729. name:Cloning III
  730. desc:Cloning is <b>even</b> faster.<//><b>Effect:</b><.>Bubble Labs are x3.5 more efficient.
  731. cost:11000000000 cash
  732. icon:https://i.imgur.com/WXcAzOO.png
  733. passive:multiply yield of bubbleLab by 3.5
  734. req: (bubbleLab>=51) and have LabUpgrade5
  735.  
  736. *PrinterUpgrade0
  737. name:Slow Speed
  738. desc:The printer print sligthly faster.<//><b>Effect:</b><.>3D Printers are x1.5 more efficient.
  739. cost:5000000 cash
  740. icon:https://i.imgur.com/fxTWZTx.png
  741. passive:multiply yield of 3DPrinter by 1.5
  742. req: (3DPrinter>=1)
  743.  
  744. *PrinterUpgrade1
  745. name:More Fillament
  746. desc:Allows the printer to print bubbles longer.<//><b>Effect:</b><.>3D Printers are x2 more efficient.
  747. cost:15500000 cash
  748. icon:https://i.imgur.com/keRXmFx.png
  749. passive:multiply yield of 3DPrinter by 2
  750. req: (3DPrinter>=5)
  751.  
  752. *PrinterUpgrade2
  753. name:Bigger Base
  754. desc:The base of the printer gets larger, allowing it to print more bubbles.<//><b>Effect:</b><.>3D Printers are x2 more efficient.
  755. cost:55000000 cash
  756. icon:https://i.imgur.com/yuK8QF0.png
  757. passive:multiply yield of 3DPrinter by 2
  758. req: (3DPrinter>=10)
  759.  
  760. *PrinterUpgrade3
  761. name:Average Speed
  762. desc:The printer prints faster.<//><b>Effect:</b><.>3D Printers are x2 more efficient.
  763. icon:https://i.imgur.com/JA5BJQx.png
  764. cost:95000000 cash
  765. passive:multiply yield of 3DPrinter by 2
  766. req: (3DPrinter>=18)
  767.  
  768. *PrinterUpgrade4
  769. name:Printed Cursors
  770. desc:The 3D Printer prints cursors to <b>greatly</b> boost your bubbles per click.<//><b>Effect:</b><.>+3% bubbles/click per 3D Printer owned.
  771. cost:180000000 cash
  772. icon:https://i.imgur.com/Hx5l6fR.png
  773. passive:multiply bubbles yield of BubbleGum by 1.03*(3DPrinter)
  774. req: (3DPrinter>=25)
  775.  
  776. *PrinterUpgrade5
  777. name:Programmers
  778. desc:Your workers are now forced to operate 3D Printers.<//><b>Effect:</b><.>3D Printers are 0.05% more efficient per Bubble Worker owned.
  779. cost:950000000 cash
  780. icon:https://i.imgur.com/riFMJSC.png
  781. passive:multiply bubbles yield of 3DPrinter by 0.05*(bubbleWorker)
  782. req: (3DPrinter>=33)
  783.  
  784. *PrinterUpgrade6
  785. name:Cooling System
  786. desc:The printer has a way harder time overheating.<//><b>Effect:</b><.>3D Printers are x3.5 more efficient.
  787. icon:https://i.imgur.com/nitMAcX.png
  788. passive:multiply bubbles yield of 3DPrinter by 3.5
  789. cost:2500000000 cash
  790. req: (3DPrinter>=38)
  791.  
  792. *ShipmentUpgrade0
  793. name:Bigger Hull
  794. desc:Rocket ships have a bigger hull, allowing for more bubble transportation.<//><b>Effect:</b><.>Shipment is x2 more efficient.
  795. icon:https://i.imgur.com/UP1dZEn.png
  796. passive:multiply bubbles yield of Shipment by 2
  797. cost:50000000 cash
  798. req: (Shipment>=1)
  799.  
  800. *ShipmentUpgrade1
  801. name:More Fuel
  802. desc:Your rocket ships have more storage for fuel.<//><b>Effect:</b><.>Shipment is x2 more efficient.
  803. cost:111000000 cash
  804. icon:https://i.imgur.com/2WK6EG2.png
  805. passive:multiply bubbles yield of Shipment by 2
  806. req: (Shipment>=5)
  807.  
  808. *ShipmentUpgrade2
  809. name:More Storage
  810. desc:Your rocket ships have more storage overall.<//><b>Effect:</b><.>Shipment is x2 more efficient.
  811. icon:https://i.imgur.com/nsjsIkw.png
  812. cost:285000000 cash
  813. passive:multiply bubbles yield of Shipment by 2
  814. req: (Shipment>=10)
  815.  
  816. *ShipmentUpgrade3
  817. name:Efficient Boosters
  818. desc:Your rocket ships have their boosters upgraded.<//><b>Effect:</b><.>Shipment is x2 more efficient.
  819. cost:685000000 cash
  820. icon:https://i.imgur.com/BbwUVHC.png
  821. passive:multiply bubbles yield of Shipment by 2
  822. req: (Shipment>=20)
  823.  
  824. *ShipmentUpgrade4
  825. name:Light Speed
  826. desc:Your rockets are now able to travel at light speed.<//><b>Effect:</b><.>Shipment is <b>x3</b> more efficient.
  827. cost:4450000000 cash
  828. passive:multiply bubbles yield of Shipment by 3
  829. req: (Shipment>=27)
  830. icon:https://i.imgur.com/qslDiIf.png
  831.  
  832. *ShipmentUpgrade5
  833. name:Astronauts
  834. desc:Your workers forcefully have to operate your rockets.<//><b>Effect:</b><.>Shipment is 0.05% more efficient per Bubble Worker.
  835. passive:multiply bubbles yield of Shipment by 0.05*(bubbleWorker)
  836. cost:20000000000 cash
  837. icon:https://i.imgur.com/1eU4rIe.png
  838. req: (Shipment>=35)
  839.  
  840. *ShipmentUpgrade6
  841. name:Warp Speed
  842. desc:Your rockets are now able to travel faster than light.<//><b>Effect:</b><.>Shipment is x2 more efficient.
  843. passive:multiply bubbles yield of Shipment by 2
  844. cost:100000000000 cash
  845. icon:https://i.imgur.com/KS4XtPB.png
  846. req: (Shipment>=42)
Advertisement
Add Comment
Please, Sign In to add comment