Advertisement
PackerfanGamer

Volcano

May 23rd, 2019
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.37 KB | None | 0 0
  1. Let's make a game!
  2. name:Volcano Clicker
  3. by:Jack E.
  4. desc:This is an idle game I created for a school project about plate tectonics.
  5. created:2019
  6. version:1
  7.  
  8. Settings
  9. building cost increase:115%
  10. building cost refund:75%
  11.  
  12. Layout
  13. use default
  14.  
  15. Buttons
  16. *volcanoButton
  17. name:Make a volcano
  18. desc:Click this volcano to create new volcanoes!
  19. on click:anim icon wobble
  20. on click:yield 1 volcano
  21. no text
  22. class:bigButton hasFlares
  23. icon class:shadowed
  24. tooltip origin:bottom
  25. tooltip class:red
  26.  
  27. Resources
  28. *volcano|volcanoes
  29. name:volcano|volcanoes
  30. desc:These are your volcanoes. You can use them to purchase things. Your goal is to have as many volcanoes as possible!
  31. icon:icons[0,0]
  32. class:noBackground
  33. show earned
  34.  
  35.  
  36. Buildings
  37. *TEMPLATE
  38. on click:anim glow
  39.  
  40. *hotspot
  41. name:Hot Spot
  42. desc:A small area of volcanic activity..<//><b>Effect:</b><.>Produces 1 volcano every 10 seconds.
  43. icon:icons[3,0]
  44. cost:15 volcanoes
  45. on tick:yield 0.1 volcano
  46. unlocked
  47.  
  48. *earthquake
  49. name:Earthquake
  50. desc:An earthquake to produce more volcanoes.<//><b>Effect:</b><.>Produces 1 volcano every 2 seconds.
  51. icon:icons[3,1]
  52. cost:100 volcanoes
  53. on tick:yield 0.5 volcanoes
  54. req:100 volcanoes:earned
  55.  
  56. *fault
  57. Name:Fault Line
  58. desc:A much larger area to produce volcanoes.<//><b>Effect:</b><.>Produces 5 volcanoes per second.
  59. icon:icons[3,2]
  60. cost:600 volcanoes
  61. on tick:yield 5 volcanoes
  62. req:600 volcanoes:earned
  63.  
  64. *tectonic
  65. name:Tectonic Plate
  66. desc:A large Tectonic Plate to produce volcanoes.<//><b>Effect:</b><.>Produces 12 volcanoes per second.
  67. icon:icons[3,3]
  68. cost:4000 volcanoes
  69. on tick:yield 12 volcanoes
  70. req:4000 volcanoes:earned
  71.  
  72. *lithosphere
  73. name:Lithosphere
  74. desc:Take control of the entire lithosphere to produce volcanoes!<//><b>Effect:</b><.>Produces 90 volcanoes per second.
  75. icon:icons[3,4]
  76. cost:20000 volcanoes
  77. on tick:yield 90 volcanoes
  78. req:20000 volcanoes:earned
  79.  
  80. *mantle
  81. name:Mantle
  82. desc:Use the entire mantle to produce volcanoes!<//><b>Effect:</b><.>Produces 300 volcanoes per second.
  83. icon:icons[3,5]
  84. cost:200000 volcanoes
  85. on tick:yield 300 volcanoes
  86. req:200000 volcanoes:earned
  87.  
  88. *planet
  89. name:Planet
  90. desc:Use an entire planet to produce more volcanoes!.<//><b>Effect:</b><.>Produces 1000 volcanoes per second.
  91. icon:icons[3,6]
  92. cost:3000000 volcanoes
  93. on tick:yield 1000 volcanoes
  94. req:3000000 volcanoes:earned
  95.  
  96. *solar
  97. name:Solar System
  98. desc:Use an entire solar system to produce more volcanoes!.<//><b>Effect:</b><.>Produces 4000 volcanoes per second.
  99. icon:icons[3,7]
  100. cost:70000000 volcanoes
  101. on tick:yield 4000 volcanoes
  102. req:70000000 volcanoes:earned
  103.  
  104. Upgrades
  105. *TEMPLATE
  106. on click:anim glow
  107.  
  108. //food upgrades
  109. //inspiration : http://volcano.org/suggested-vegetables-and-fruits-for-a-volcano-diet/
  110.  
  111. *parsley
  112. name:Parsley
  113. desc:A nice little supplement to your volcanoes' diet.<//><b>Effect:</b><.>+1 volcano/click
  114. icon:icons[1,1]
  115. cost:100 volcanoes
  116. passive:increase volcano yield of volcanoButton by 1
  117. req:10 volcanoes:earned
  118.  
  119. *spinach
  120. name:Spinach
  121. desc:Big tasty leaves, perfect for hungry volcanoes.<//><b>Effect:</b><.>+1 volcano/click
  122. icon:icons[1,2]
  123. cost:200 volcanoes
  124. passive:increase volcano yield of volcanoButton by 1
  125. req:50 volcanoes:earned
  126.  
  127. *lettuce
  128. name:Lettuce
  129. desc:Frilly greens loved by all volcanoes.<//><b>Effect:</b><.>+1 volcano/click
  130. icon:icons[1,3]
  131. cost:400 volcanoes
  132. passive:increase volcano yield of volcanoButton by 1
  133. req:200 volcanoes:earned
  134.  
  135. *broccoli
  136. name:Broccoli
  137. desc:Crunchy greens that look like little trees.<//><b>Effect:</b><.>volcanoes/click x2<.>volcano production +5%
  138. icon:icons[1,4]
  139. cost:3000 volcanoes
  140. passive:multiply volcano yield of volcanoButton by 2
  141. passive:multiply yield of volcanoes by 1.05
  142. req:1000 volcanoes:earned
  143.  
  144. *apple
  145. name:Apple
  146. desc:Nice pieces of juicy red apples.<//><b>Effect:</b><.>volcanoes/click x1.5<.>volcano production +5%
  147. icon:icons[1,5]
  148. cost:10000 volcanoes
  149. passive:multiply volcano yield of volcanoButton by 1.5
  150. passive:multiply yield of volcanoes by 1.05
  151. req:1000 volcanoes:earned
  152.  
  153. *radish
  154. name:Radish
  155. desc:Purple, crunchy, and strangely spicy.<//><b>Effect:</b><.>volcanoes/click x1.5<.>volcano production +5%
  156. icon:icons[1,6]
  157. cost:50000 volcanoes
  158. passive:multiply volcano yield of volcanoButton by 1.5
  159. passive:multiply yield of volcanoes by 1.05
  160. req:10000 volcanoes:earned
  161.  
  162. *mint
  163. name:Mint
  164. desc:Tasty, and gives your volcanoes a lovely breath.<//><b>Effect:</b><.>volcanoes/click x1.5<.>volcano production +5%
  165. icon:icons[1,7]
  166. cost:100000 volcanoes
  167. passive:multiply volcano yield of volcanoButton by 1.5
  168. passive:multiply yield of volcanoes by 1.05
  169. req:50000 volcanoes:earned
  170.  
  171. *chard
  172. name:Chard
  173. desc:Broad leaves that make for a tasty salad.<//><b>Effect:</b><.>volcanoes/click x1.5<.>volcano production +5%
  174. icon:icons[1,8]
  175. cost:500000 volcanoes
  176. passive:multiply volcano yield of volcanoButton by 1.5
  177. passive:multiply yield of volcanoes by 1.05
  178. req:100000 volcanoes:earned
  179.  
  180. *cherry
  181. name:Cherry
  182. desc:Your volcanoes look like little vampires when they start munching on these!<//><b>Effect:</b><.>volcanoes/click x1.5<.>volcano production +5%
  183. icon:icons[1,9]
  184. cost:1000000 volcanoes
  185. passive:multiply volcano yield of volcanoButton by 1.5
  186. passive:multiply yield of volcanoes by 1.05
  187. req:500000 volcanoes:earned
  188.  
  189. *carrot
  190. name:Carrot
  191. desc:The quintessential volcano food! Crunchy, orange, and perfect.<//><b>Effect:</b><.>volcanoes/click x2<.>volcano production +10%
  192. icon:icons[1,0]
  193. cost:100000000 volcanoes
  194. passive:multiply volcano yield of volcanoButton by 2
  195. passive:multiply yield of volcanoes by 1.1
  196. req:1000000 volcanoes:earned
  197.  
  198. //building upgrades
  199.  
  200. *buildingUpgrade1
  201. name:Sippy bottles
  202. desc:Your volcanoes can drink their fill!<//><b>Effect:</b><.>volcano cage production x2<.>volcano hutch production x2<.>volcano coop production x2
  203. icon:icons[2,0] icons[3,0]
  204. cost:1000 volcanoes
  205. passive:multiply yield of cage by 2
  206. passive:multiply yield of hutch by 2
  207. passive:multiply yield of coop by 2
  208. req:(cages>=10 or hutches>=10 or coops>=10)
  209.  
  210. *buildingUpgrade2
  211. name:Prime grade hay
  212. desc:Not just for horses anymore!<//><b>Effect:</b><.>volcano cage production x2<.>volcano hutch production x2<.>volcano coop production x2
  213. icon:icons[2,0] icons[3,1]
  214. cost:100000 volcanoes
  215. passive:multiply yield of cage by 2
  216. passive:multiply yield of hutch by 2
  217. passive:multiply yield of coop by 2
  218. req:(cages>=50 or hutches>=50 or coops>=50)
  219.  
  220. *buildingUpgrade3
  221. name:Shredded newspapers
  222. desc:You'd think they just poop on these, but they really enjoy reading the Sunday comics.<//><b>Effect:</b><.>volcano cage production x2<.>volcano hutch production x2<.>volcano coop production x2
  223. icon:icons[2,0] icons[3,2]
  224. cost:5000000 volcanoes
  225. passive:multiply yield of cage by 2
  226. passive:multiply yield of hutch by 2
  227. passive:multiply yield of coop by 2
  228. req:(cages>=100 or hutches>=100 or coops>=100)
  229.  
  230. *buildingUpgrade4
  231. name:Pretty fences
  232. desc:Just the right size so your volcanoes can peek through but not hop over!<//><b>Effect:</b><.>volcano pen production x2<.>volcano meadow production x2
  233. icon:icons[2,0] icons[3,3]
  234. cost:50000 volcanoes
  235. passive:multiply yield of pen by 2
  236. passive:multiply yield of meadow by 2
  237. req:(pens>=10 or meadows>=10)
  238.  
  239. *buildingUpgrade5
  240. name:volcano playground
  241. desc:If your volcanoes are outside, they might as well get some exercise!<//><b>Effect:</b><.>volcano pen production x2<.>volcano meadow production x2
  242. icon:icons[2,0] icons[3,4]
  243. cost:5000000 volcanoes
  244. passive:multiply yield of pen by 2
  245. passive:multiply yield of meadow by 2
  246. req:(pens>=50 or meadows>=50)
  247.  
  248. *buildingUpgrade6
  249. name:volcano TVs
  250. desc:Televisions that broadcast volcano cartoons, volcano sitcoms, and volcano news bulletins.<//><b>Effect:</b><.>volcano village production x2<.>volcano city production x2
  251. icon:icons[2,0] icons[3,5]
  252. cost:1000000 volcanoes
  253. passive:multiply yield of village by 2
  254. passive:multiply yield of city by 2
  255. req:(villages>=10 or cities>=10)
  256.  
  257. *buildingUpgrade7
  258. name:Wee little volcano cars
  259. desc:Your volcanoes drive around in these. How nice!<//><b>Effect:</b><.>volcano village production x2<.>volcano city production x2
  260. icon:icons[2,0] icons[3,6]
  261. cost:500000000 volcanoes
  262. passive:multiply yield of village by 2
  263. passive:multiply yield of city by 2
  264. req:(villages>=50 or cities>=50)
  265.  
  266. *buildingUpgrade8
  267. name:Soothing moon crystals
  268. desc:Just really nice to be around.<//><b>Effect:</b><.>moon citadel production x2
  269. icon:icons[2,0] icons[3,7]
  270. cost:1000000000 volcanoes
  271. passive:multiply yield of citadel by 2
  272. req:10 citadels
  273.  
  274. Achievements
  275. *TEMPLATE
  276. on click:anim glow
  277.  
  278. *volcanoAchiev1
  279. name:Thats hot.
  280. desc:Have <b>1</b> volcano.
  281. req:1 volcano
  282. icon:icons[2,4] icons[0,2] icons[0,6]
  283. *volcanoAchiev2
  284. name:volcanoes house videos
  285. desc:Have <b>1000</b> volcanoes.
  286. req:1000 volcanoes
  287. icon:icons[2,4] icons[0,3] icons[0,6]
  288. *volcanoAchiev3
  289. name:You got heat
  290. desc:Have <b>1000000</b> volcanoes.
  291. req:10000000 volcanoes
  292. icon:icons[2,4] icons[0,4] icons[0,6]
  293.  
  294. *volcanoPsAchiev1
  295. name:Just starting Out.
  296. desc:Produce <b>10</b> volcanoes per second.
  297. req:10 volcanoes per second
  298. icon:icons[2,3] icons[0,2] icons[0,6]
  299. *volcanoPsAchiev2
  300. name:Tectonic Action
  301. desc:Produce <b>1000</b> volcanoes per second.
  302. req:1000 volcanoes per second
  303. icon:icons[2,3] icons[0,3] icons[0,6]
  304. *volcanoPsAchiev3
  305. name:Solar System Destruction
  306. desc:Produce <b>100000</b> volcanoes per second.
  307. req:100000 volcanoes per second
  308. icon:icons[2,3] icons[0,4] icons[0,6]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement