Advertisement
Guest User

Untitled

a guest
May 23rd, 2019
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.47 KB | None | 0 0
  1. Let's make a game!
  2. name:Bubble Clicker
  3. by:Quantum Slurpee
  4. desc:This is a simple idle game to showcase some of the basic functionalities of Idle Game Maker.<//>Make bunnies and shoot for the stars!
  5. created:5/21/2019
  6. updated:5/21/2019
  7. version:1.0
  8.  
  9. Settings
  10. background:stuff/plastic.jpg
  11. building cost increase:115%
  12. building cost refund:70%
  13. spritesheet:icons, 48 by 48, stuff/bubbleICON.png
  14. stylesheet:stuff/bigBlue.css
  15.  
  16. Layout
  17. use default
  18.  
  19. Buttons
  20. *bubbleButton
  21. name:blow a bubble
  22. desc:Click this bubble to blow more bubbles!
  23. on click:anim icon wobble
  24. on click:yield 1 bubble
  25. on click:if (have goldenTouch and chance(1%)) yield 1 goldenCarrot
  26. icon:stuff/bubbleICON.png
  27. no text
  28. class:bigButton hasFlares
  29. icon class:shadowed
  30. tooltip origin:bottom
  31. tooltip class:red
  32.  
  33. Resources
  34. *bubble|bubbles
  35. name:Bubble|Bubbles
  36. desc:These are your bubbles. You can use them to purchase things. Your goal is to have as many bubbles as possible!
  37. icon:icons[0,0]
  38. class:noBackground
  39. show earned
  40.  
  41. *infinityBubble|infinityBubbles
  42. name:infinity Bubble|infinity Bubbles
  43. desc:These epic bubbles are terribly rare, terribly precious and terribly awesome!
  44. icon:icons[0,1]
  45. class:noBackground
  46. hidden when 0
  47.  
  48. Shinies
  49. *luckyBubble
  50. on click:log Woop
  51. movement:onRight moveLeft fade bounce:0.05
  52. frequency:60
  53. frequency variation:30
  54. icon:stuff/bubbleICON.png
  55. class:bigButton
  56. on click:
  57. $boost=1
  58. if (have clover) $boost=4
  59. if (chance(25%))
  60. //get at least 7, or between 1 and 3 minutes of our bubble production
  61. $amount=max(7,random(bubbles:ps*60*1,bubbles:ps*60*3))*$boost
  62. toast The lucky bubble grants you<//><b>[$amount] bubbles</b>.
  63. yield $amount bubbles
  64. else
  65. $amount=1*$boost
  66. toast The lucky bubble grants you<//><b>[$amount] infinity bubble[s?$amount]</b>!
  67. yield $amount infinityBubble
  68. end
  69. end
  70.  
  71. Buildings
  72. *TEMPLATE
  73. on click:anim glow
  74.  
  75. *wand|wands
  76. name:Bubble wand|Bubble wands
  77. desc:A tiny little bubble wand.<//><b>Effect:</b><.>Produces 1 bubble every 10 seconds.
  78. icon:icons[3,0]
  79. cost:15 bubbles
  80. on tick:yield 0.1 bubble
  81. unlocked
  82.  
  83. *4yearold|4yearolds
  84. name:4-year-old|4-year-olds
  85. desc:A bunch of little kids to blow bubbles for you.<//><b>Effect:</b><.>Produces 1 bubble every 2 seconds.
  86. icon:icons[3,1]
  87. cost:100 bubbles
  88. on tick:yield 0.5 bubbles
  89. req:100 bubbles:earned
  90.  
  91. *grandma|grandmas
  92. name:Grandma |Grandmas
  93. desc:A nice grandma to blow bubbles for all the little children.<//><b>Effect:</b><.>Produces 5 bubbles per second.
  94. icon:icons[3,2]
  95. cost:600 bunnies
  96. on tick:yield 5 bunnies
  97. req:600 bunnies:earned
  98.  
  99. *pipe|pipes
  100. name:Bubble pipes|Bubble pipes
  101. desc:Blow bubbles, not smoke, and stay healthy!<//><b>Effect:</b><.>Produces 12 bubbles per second.
  102. icon:icons[3,3]
  103. cost:4000 bubbles
  104. on tick:yield 12 bubbles
  105. req:4000 bubbles:earned
  106.  
  107. *machine|machines
  108. name:Bubble machine|Bubble machines
  109. desc:Just plug into the wall and it will blow you bubbles.<//><b>Effect:</b><.>Produces 90 bubbles per second.
  110. icon:icons[3,4]
  111. cost:20000 bubbles
  112. on tick:yield 90 bubbles
  113. req:20000 bubbles:earned
  114.  
  115. *gun|guns
  116. name:Bubble gun|Bubble guns
  117. desc:Fire off bubbles! Pop! Pop! Pop!<//><b>Effect:</b><.>Produces 300 bubbles per second.
  118. icon:icons[3,5]
  119. cost:200000 bubbles, 1 infinityBubbles
  120. on tick:yield 300 bubbles
  121. req:200000 bubbles:earned
  122.  
  123. *factory|factories
  124. name:Bubble Factory|Bubble factories
  125. desc:Cranks out bubbles.<//><b>Effect:</b><.>Produces 1000 bubbles per second.
  126. icon:icons[3,6]
  127. cost:3000000 bubbles, 4 infinityBubbles
  128. on tick:yield 1000 bubbles
  129. req:3000000 bunnies:earned and bubbleParty
  130.  
  131. *geiser|geisers
  132. name:Bubble geiser|Bubble geisers
  133. desc:Bubble geisers found in Yellowbubble National Park.<//><b>Effect:</b><.>Produces 4000 Bubbles per second.
  134. icon:icons[3,7]
  135. cost:70000000 bubbles, 16 infinityBubbles
  136. on tick:yield 4000 bubbles
  137. on tick:if (have soapySud) yield 0.01 infinityBubbles
  138. req:70000000 bubbles:earned and bubbleParty
  139.  
  140. *sub|subs
  141. name:Submarine|Submarines
  142. desc:This submarine can blow bubbles underwater.<//><b>Effect:</b><.>Produces 7000 Bubbles per second.
  143. icon:icons[3,8]
  144. cost:300000000 bubbles, 100 infinityBubbles
  145. on tick:yield 4000 bubbles
  146. req:70000000 bubbles:earned and bubbleParty
  147. cost increase:105%
  148.  
  149. Upgrades
  150. *TEMPLATE
  151. on click:anim glow
  152.  
  153. *Dishsoap
  154. name:Dish soap
  155. desc:Makes for bigger, better bubbles.<//><b>Effect:</b><.>+1 bubble/click
  156. icon:icons[1,1]
  157. cost:100 bubbles
  158. passive:increase bubble yield of bubbleButton by 1
  159. req:10 bubbles:earned
  160.  
  161. *Doublebubblebubblewand
  162. name:Double-bubble bubble wand
  163. desc:Blow two bubbles at once!.<//><b>Effect:</b><.>+1 bunny/click
  164. icon:icons[1,2]
  165. cost:200 bunnies
  166. passive:increase bunny yield of bubbleButton by 1
  167. req:50 bubbles:earned
  168.  
  169. *Storeboughtbubbles
  170. name:Store-bought bubbles
  171. desc:Guaranteed bubble production.<//><b>Effect:</b><.>+1 bubble/click
  172. icon:icons[1,3]
  173. cost:400 bubbles
  174. passive:increase bubble yield of bubbleButton by 1
  175. req:200 bubbles:earned
  176.  
  177. *Bigbottle
  178. name:Big bottle
  179. desc:This bottle can hold even more bubble solution!.<//><b>Effect:</b><.>bunnies/click x2<.>bunny production +5%
  180. icon:icons[1,4]
  181. cost:3000 bubbles
  182. passive:multiply bubble yield of bubbleButton by 2
  183. passive:multiply yield of bubbles by 1.05
  184. req:1000 bubbles:earned
  185.  
  186. *Triplebubblebubblewand
  187. name:Triple-bubble bubble wand
  188. desc:Able to blow THREE bubbles at a time!<//><b>Effect:</b><.>bubbles/click x1.5<.>bubble production +5%
  189. icon:icons[1,5]
  190. cost:10000 bubbles
  191. passive:multiply bubble yield of bubbleButton by 1.5
  192. passive:multiply yield of bubbles by 1.05
  193. req:1000 bubbles:earned
  194.  
  195. *Rainbowwand
  196. name:Rainbow wand
  197. desc:Don't life's troubles affect your bubble blowing ability! Stay happy and blow more bubbles with this wand!<//><b>Effect:</b><.>bubbles/click x1.5<.>bubble production +5%
  198. icon:icons[1,6]
  199. cost:50000 bubbles
  200. passive:multiply bubble yield of bubbleButton by 1.5
  201. passive:multiply yield of bubbles by 1.05
  202. req:10000 bubbles:earned
  203.  
  204. *Largerlungs
  205. name:Larger lungs
  206. desc:Blow more bubbles without running out of breath.<//><b>Effect:</b><.>bubbles/click x1.5<.>bubble production +5%
  207. icon:icons[1,7]
  208. cost:100000 bubbles
  209. passive:multiply bubble yield of bubbleButton by 1.5
  210. passive:multiply yield of bubbles by 1.05
  211. req:50000 bubbles:earned
  212.  
  213. *JugofSolution
  214. name:Jug of Solution
  215. desc:This jug is filled with bubble solution.<//><b>Effect:</b><.>bubbles/click x1.5<.>bubble production +5%
  216. icon:icons[1,8]
  217. cost:500000 bubbles
  218. passive:multiply bubble yield of bubbleButton by 1.5
  219. passive:multiply yield of bubbles by 1.05
  220. req:100000 bubbles:earned
  221.  
  222. *SpillProofJug!
  223. name:Spill Proof Jug
  224. desc:An even better version of the Jug of Solution! From now on, guaranteed no more spills!<//><b>Effect:</b><.>bubbles/click x1.5<.>bubble production +5%
  225. icon:icons[1,9]
  226. cost:1000000 bubbles
  227. passive:multiply bunny yield of bunnyButton by 1.5
  228. passive:multiply yield of bunnies by 1.05
  229. req:500000 bunnies:earned Jug of Solution
  230.  
  231. *100bubblebubblewand
  232. name:100-bubble bubble wand
  233. desc:A huge leap from the previous model! Blow tons of bubbles now!<//><b>Effect:</b><.>bubbles/click x2<.>bubble production +10%<.>+100 bubbles/click
  234. icon:icons[1,0]
  235. cost:100000000 bubbles
  236. passive:multiply bunny yield of bubbleButton by 2
  237. passive:multiply yield of bubbles by 1.1
  238. passive:increase bubble yield of bubbleButton by 100
  239. req:1000000 bubbles:earned
  240.  
  241. //building upgrades
  242.  
  243. *fingerGrips
  244. name:Finger-fit Grips
  245. desc:This makes bubble wands easier to hold!<//><b>Effect:</b><.>Bubble wand production x2<.>4-year-old production x2<.>grandma production x2
  246. icon:icons[2,0] icons[3,0]
  247. cost:1000 bubbles
  248. passive:multiply yield of wand by 2
  249. passive:multiply yield of 4yearold by 2
  250. passive:multiply yield of grandma by 2
  251. req:(wands>=10 or 4yearolds>=50 or grandmas>=100)
  252.  
  253. *scentedBubbles
  254. name:Scented Bubbles
  255. desc:These are made to smell nice...<//><b>Effect:</b><.>bubble wand production x2<.>4-year-old production x2<.>grandma production x2
  256. icon:icons[2,0] icons[3,1]
  257. cost:100000 bubbles
  258. passive:multiply yield of wand by 2
  259. passive:multiply yield of 4yearold by 2
  260. passive:multiply yield of grandma by 2
  261. req:(wands>=20 or 4yearolds>=50 or grandmas>=100)
  262.  
  263. *Naptimes
  264. name:Naptimes
  265. desc:Let those little 4-year-olds rest up so they can blow more bubbles.<//><b>Effect:</b><.>bubble wand production x2<.>4-year-old production x4<.>grandma production x2
  266. icon:icons[2,0] icons[3,2]
  267. cost:5000000 bubbles
  268. passive:multiply yield of wand by 2
  269. passive:multiply yield of 4yearold by 4
  270. passive:multiply yield of grandma by 2
  271. req:(wands>=100 or 4yearolds>=10 or grandmas>=50)
  272.  
  273. *GrandpaAssist
  274. name:Grandpa assist
  275. desc:Grandpas now can help grandmas blow bubbles!<//><b>Effect:</b><.>Grandma production x3
  276. icon:icons[2,0] icons[3,3]
  277. cost:50000 bubbles
  278. passive:multiply yield of grandma by 3
  279. req:(grandmas>=10)
  280.  
  281. *LongerPipe
  282. name:Longer Pipe
  283. desc:Makes bubbles easier to blow from your bubble pipe!<//><b>Effect:</b><.>grandma production x2<.>bubble pipe production x3
  284. icon:icons[2,0] icons[3,4]
  285. cost:5000000 bunnies
  286. passive:multiply yield of grandma by 2
  287. passive:multiply yield of pipe by 3
  288. req:(pipes>=10)
  289.  
  290. *NitrousBoost
  291. name:Nitrous Boost
  292. desc:This increases the amount of bubbles made by your machine!<//><b>Effect:</b><.>Bubble machine production x2
  293. icon:icons[2,0] icons[3,5]
  294. cost:1000000 bubbles
  295. passive:multiply yield of machine by 2
  296. req:(machines>=10)
  297.  
  298. *BiggerMagazine
  299. name:Bigger Magazine
  300. desc:So you can shoot more bubbles from your bubble gun!<//><b>Effect:</b><.>Bubble gun production x2
  301. icon:icons[2,0] icons[3,6]
  302. cost:500000000 bubbles
  303. passive:multiply yield of gun by 2
  304. req:(guns>=10)
  305.  
  306. *PayRaises
  307. name:Pay Raises
  308. desc:Attract more workers with pay raises in your factories!<//><b>Effect:</b><.>Factory production x2
  309. icon:icons[2,0] icons[3,7]
  310. cost:1000000000 bubbles
  311. passive:multiply yield of factory by 2
  312. req:(factories>10
  313.  
  314. //infinity bubble upgrades
  315.  
  316. *OmnipotentThought
  317. name:Omnipotent Thought
  318. desc:A thought from the god of bubbles.<//><b>Effect:</b><.>1% chance of gaining 1 infinity bubble per bubble click
  319. icon:icons[2,5]
  320. cost:1 infinityBubble
  321. req:1 infinityBubble:earned
  322.  
  323. *rabbitHaste
  324. name:Rabbit's haste
  325. desc:I'm late! I'm late! For a very important date!<//><b>Effect:</b><.>lucky bunnies appear 30% more often
  326. icon:icons[2,6]
  327. passive:multiply frequency of luckyBunny by 0.7
  328. cost:5 goldenCarrots
  329. req:1 goldenCarrot:earned
  330.  
  331. *bubbleParty
  332. name:Bubble Party
  333. desc:Have a party with bubbles!<//><b>Effect:</b><.>unlocks new buildings
  334. icon:icons[2,7]
  335. cost:10 infinityBubbles
  336. req:5 infinityBubbles:earned
  337.  
  338. *clover
  339. name:Clover
  340. desc:A delicious herb that tastes lucky.<//><b>Effect:</b><.>lucky bunny effects are 4 times more powerful
  341. icon:icons[2,8]
  342. cost:100 goldenCarrots
  343. req:50 goldenCarrots:earned
  344.  
  345. *moonGardens
  346. name:Moon gardens
  347. desc:The royal botanists in your moon citadels have found new ways of cultivating plants in reduced gravity!<//><b>Effect:</b><.>moon citadels now produce 1 golden carrot every 100 seconds
  348. icon:icons[2,9]
  349. cost:100 goldenCarrots
  350. req:50 goldenCarrots:earned
  351.  
  352. Achievements
  353. *TEMPLATE
  354. on click:anim glow
  355.  
  356. *bunnyAchiev1
  357. name:Run rabbit run
  358. desc:Have <b>1</b> bunny.
  359. req:1 bunny
  360. icon:icons[2,4] icons[0,2] icons[0,6]
  361. *bunnyAchiev2
  362. name:Bunniest home videos
  363. desc:Have <b>1000</b> bunnies.
  364. req:1000 bunnies
  365. icon:icons[2,4] icons[0,3] icons[0,6]
  366. *bunnyAchiev3
  367. name:You got buns, hun
  368. desc:Have <b>1000000</b> bunnies.
  369. req:10000000 bunnies
  370. icon:icons[2,4] icons[0,4] icons[0,6]
  371.  
  372. *clickAchiev1
  373. name:That tickles
  374. desc:Click the bunny <b>10</b> times.
  375. req:10 bunnyButton clicks
  376. icon:icons[2,2] icons[0,2] icons[0,6]
  377. *clickAchiev2
  378. name:Don't squeeze me I'll fart
  379. desc:Click the bunny <b>100</b> times.
  380. req:100 bunnyButton clicks
  381. icon:icons[2,2] icons[0,3] icons[0,6]
  382. *clickAchiev3
  383. name:You're cruising for a bruising, dude
  384. desc:Click the bunny <b>2000</b> times.
  385. req:2000 bunnyButton clicks
  386. icon:icons[2,2] icons[0,4] icons[0,6]
  387.  
  388. *bunnyPsAchiev1
  389. name:Be vewy vewy quiet
  390. desc:Produce <b>10</b> bunnies per second.
  391. req:10 bunnies per second
  392. icon:icons[2,3] icons[0,2] icons[0,6]
  393. *bunnyPsAchiev2
  394. name:Hop and a skip
  395. desc:Produce <b>1000</b> bunnies per second.
  396. req:1000 bunnies per second
  397. icon:icons[2,3] icons[0,3] icons[0,6]
  398. *bunnyPsAchiev3
  399. name:Go forth and multiply
  400. desc:Produce <b>100000</b> bunnies per second.
  401. req:100000 bunnies per second
  402. icon:icons[2,3] icons[0,4] icons[0,6]
  403.  
  404. *carrotAchiev1
  405. name:Isn't it neat
  406. desc:Have <b>1</b> golden carrot.
  407. req:1 goldenCarrot
  408. icon:icons[0,1] icons[0,2]
  409. *carrotAchiev2
  410. name:All that glitters
  411. desc:Have <b>100</b> golden carrots.
  412. req:100 goldenCarrot
  413. icon:icons[0,1] icons[0,3]
  414. *carrotAchiev3
  415. name:Zero nutritional value
  416. desc:Have <b>1000</b> golden carrots.
  417. req:1000 goldenCarrot
  418. icon:icons[0,1] icons[0,4]
  419.  
  420. *fortressAchiev
  421. name:Freedom!
  422. desc:Complete building the <b>freedom fortress</b>.<//>This is it. You beat the game!
  423. req:100 fortress
  424. icon:icons[3,8] icons[0,4]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement