IronDizaster

Bubble Gum Clicker v1.1

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