Advertisement
Guest User

Untitled

a guest
May 21st, 2019
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.14 KB | None | 0 0
  1. Let's make a game!
  2. name:Bunny Clicker
  3. by:solcerboi
  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:25/7/2017
  6. updated:24/10/2017
  7. version:1
  8.  
  9. Settings
  10. background:stuff/meadow.jpg
  11. building cost increase:135%
  12. building cost refund:50%
  13. spritesheet:icons, 48 by 48, stuff/EDXqK8YC.png
  14. stylesheet:stuff/bigBlue.css
  15.  
  16. Layout
  17. use default
  18.  
  19. Buttons
  20. *essenceButton
  21. name:Make a human
  22. desc:Click the essence of life to get more humans!
  23. on click:anim icon wobble
  24. on click:yield 1 human
  25. icon:stuff/idunno.png
  26. no text
  27. class:bigButton hasFlares
  28. icon class:shadowed
  29. tooltip origin:bottom
  30. tooltip class:red
  31.  
  32. Resources
  33. *human|humans
  34. name:human|humans
  35. desc:These are humans. You can use them to build building. Your goal is to have as many humans as possible!
  36. icon:icons[0,0]
  37. class:noBackground
  38. show earned
  39.  
  40. *angel|angels
  41. name:angel|angels
  42. desc:These angels are terribly rare, terribly precious and terribly usefull!
  43. icon:icons[0,1]
  44. class:noBackground
  45. hidden when 0
  46.  
  47. Shinies
  48. *luckyBunny
  49. on click:log Woop
  50. movement:onRight moveLeft fade bounce:0.05
  51. frequency:60
  52. frequency variation:30
  53. icon:stuff/luckyBunny.png
  54. class:bigButton
  55. on click:
  56. $boost=1
  57. if (have clover) $boost=4
  58. if (chance(25%))
  59. //get at least 7, or between 1 and 3 minutes of our bunny production
  60. $amount=max(7,random(bunnies:ps*60*1,bunnies:ps*60*3))*$boost
  61. toast The lucky bunny grants you<//><b>[$amount] bunnies</b>.
  62. yield $amount bunnies
  63. else
  64. $amount=1*$boost
  65. toast The lucky bunny grants you<//><b>[$amount] golden carrot[s?$amount]</b>!
  66. yield $amount goldenCarrot
  67. end
  68. end
  69.  
  70. Buildings
  71. *TEMPLATE
  72. on click:anim glow
  73.  
  74. *relationship|relatioship
  75. name:human relationship|human relationships
  76. desc:pity human love.<//><b>Effect:</b><.>Produces 1 human every 10 seconds.
  77. icon:icons[3,0]
  78. cost:2 humans
  79. on tick:yield 0.1 human
  80. unlocked
  81.  
  82. *cave|caves
  83. name:human cave|human caves
  84. desc:a place where humans. well, don't know don't care .<//><b>Effect:</b><.>Produces 1 human every 8 seconds.
  85. icon:icons[3,1]
  86. cost:100 humans
  87. on tick:yield 0.5 humans
  88. req:100 humans:earned
  89.  
  90. *hut|huts
  91. name:clay hut|clay huts
  92. desc:it's atleast not a cave.<//><b>Effect:</b><.>Produces 5 humans per second.
  93. icon:icons[3,2]
  94. cost:600 humans
  95. on tick:yield 5 humans
  96. req:600 humans:earned
  97.  
  98. *shed|sheds
  99. name:wooden shed|wooden sheds
  100. desc:still not liveable but bigger.<//><b>Effect:</b><.>Produces 12 humans per second.
  101. icon:icons[3,3]
  102. cost:4000 humans
  103. on tick:yield 12 humans
  104. req:4000 humans:earned
  105.  
  106. *cottage|cottages
  107. name:cottage|cottages
  108. desc:small and liveabe. they must really think they deserve it.<//><b>Effect:</b><.>Produces 90 humans per second.
  109. icon:icons[3,4]
  110. cost:20000 humans
  111. on tick:yield 90 humans
  112. req:20000 humans:earned
  113.  
  114. *house|houses
  115. name:house|houses
  116. desc:yeah, affordable, liveable and spaceious. great!<//><b>Effect:</b><.>Produces 300 humans per second.
  117. icon:icons[3,5]
  118. cost:200000 humans, 1 angel
  119. on tick:yield 300 humans
  120. req:200000 humans:earned and independenceDay
  121.  
  122. *farm|farms
  123. name:potatoe farm|potatoe farms
  124. desc:pesky little humans think they control the agriculture.<//><b>Effect:</b><.>Produces 1000 humans per second.
  125. icon:icons[3,6]
  126. cost:3000000 humans, 4 angels
  127. on tick:yield 1000 humans
  128. req:3000000 humans:earned and independenceDay
  129.  
  130. *comunity|comunities
  131. name:farming comunity|farming comunities
  132. desc:oh how cute. a goup of tiny humans.<//><b>Effect:</b><.>Produces 4000 humans per second.
  133. icon:icons[3,7]
  134. cost:70000000 humans, 16 angels
  135. on tick:yield 4000 humans
  136. on tick:if (have moonGardens) yield 0.01 angels
  137. req:70000000 humans:earned and independenceDay
  138.  
  139. *village
  140. name:village
  141. text:village ([this]%)
  142. desc:a token of human unity complete.<//><b>The fortress is [this]% complete.</b>
  143. icon:icons[3,8]
  144. cost:300000000 humans, 100 angels
  145. req:70000000 humans:earned and independenceDay
  146. limit:100
  147. cost increase:105%
  148.  
  149. Upgrades
  150. *TEMPLATE
  151. on click:anim glow
  152.  
  153. //food upgrades
  154. //inspiration : http://rabbit.org/suggested-vegetables-and-fruits-for-a-rabbit-diet/
  155.  
  156. *parsley
  157. name:Parsley
  158. desc:A nice little supplement to your bunnies' diet.<//><b>Effect:</b><.>+1 human/click
  159. icon:icons[1,1]
  160. cost:100 humans
  161. passive:increase human yield of essenceButton by 1
  162. req:10 humans:earned
  163.  
  164. *spinach
  165. name:Spinach
  166. desc:Big tasty leaves, perfect for hungry bunnies.<//><b>Effect:</b><.>+1 human/click
  167. icon:icons[1,2]
  168. cost:200 humans
  169. passive:increase human yield of essenceButton by 1
  170. req:50 humans:earned
  171.  
  172. *lettuce
  173. name:Lettuce
  174. desc:Frilly greens loved by all bunnies.<//><b>Effect:</b><.>+1 human/click
  175. icon:icons[1,3]
  176. cost:400 humans
  177. passive:increase human yield of essenceButton by 1
  178. req:200 humans:earned
  179.  
  180. *broccoli
  181. name:Broccoli
  182. desc:Crunchy greens that look like little trees.<//><b>Effect:</b><.>humans/click x2<.>human production +5%
  183. icon:icons[1,4]
  184. cost:3000 humans
  185. passive:multiply human yield of essenceButton by 2
  186. passive:multiply yield of humans by 1.05
  187. req:1000 humans:earned
  188.  
  189. *apple
  190. name:Apple
  191. desc:Nice pieces of juicy red apples.<//><b>Effect:</b><.>humans/click x1.5<.>human production +5%
  192. icon:icons[1,5]
  193. cost:10000 humans
  194. passive:multiply human yield of essenceButton by 1.5
  195. passive:multiply yield of humans by 1.05
  196. req:1000 humans:earned
  197.  
  198. *radish
  199. name:Radish
  200. desc:Purple, crunchy, and strangely spicy.<//><b>Effect:</b><.>humans/click x1.5<.>human production +5%
  201. icon:icons[1,6]
  202. cost:50000 humans
  203. passive:multiply human yield of essenceButton by 1.5
  204. passive:multiply yield of humans by 1.05
  205. req:10000 humans:earned
  206.  
  207. *mint
  208. name:Mint
  209. desc:Tasty, and gives your bunnies a lovely breath.<//><b>Effect:</b><.>humans/click x1.5<.>human production +5%
  210. icon:icons[1,7]
  211. cost:100000 humans
  212. passive:multiply human yield of essenceButton by 1.5
  213. passive:multiply yield of humans by 1.05
  214. req:50000 humans:earned
  215.  
  216. *chard
  217. name:Chard
  218. desc:Broad leaves that make for a tasty salad.<//><b>Effect:</b><.>humans/click x1.5<.>human production +5%
  219. icon:icons[1,8]
  220. cost:500000 humans
  221. passive:multiply human yield of essenceButton by 1.5
  222. passive:multiply yield of humans by 1.05
  223. req:100000 humans:earned
  224.  
  225. *cherry
  226. name:Cherry
  227. desc:Your bunnies look like little vampires when they start munching on these!<//><b>Effect:</b><.>humans/click x1.5<.>bunny production +5%
  228. icon:icons[1,9]
  229. cost:1000000 bunnies
  230. passive:multiply human yield of essenceButton by 1.5
  231. passive:multiply yield of humans by 1.05
  232. req:500000 humans:earned
  233.  
  234. *carrot
  235. name:Carrot
  236. desc:The quintessential rabbit food! Crunchy, orange, and perfect.<//><b>Effect:</b><.>humans/click x2<.>human production +10%
  237. icon:icons[1,0]
  238. cost:100000000 humans
  239. passive:multiply human yield of essenceButton by 2
  240. passive:multiply yield of humans by 1.1
  241. req:1000000 humans:earned
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement