Advertisement
Guest User

Untitled

a guest
Nov 17th, 2019
163
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.50 KB | None | 0 0
  1. Let’s make a game!
  2.  
  3. name:Panda Clicker
  4. by:Coringu
  5. desc:This is an idle game clicker where you get pandas!
  6. created:11/17/2019
  7. updated:11/17/2019
  8. version:1
  9.  
  10. Settings
  11. background:https://i.ytimg.com/vi/mi2Eb3wt74Y/maxresdefault.jpg
  12. building cost increase:115%
  13. building cost refund:50%
  14. spritesheet:icons, 48 by 48, stuff/bunnyIcons.png
  15. stylesheet:stuff/bigBlue.css
  16.  
  17. Layout
  18. use default
  19.  
  20. Buttons
  21. *pandaButton
  22. name:Get pandas
  23. desc:Click this panda to get pandas!
  24. on click:anim icon wobble
  25. on click:yield 1 panda
  26. on click:if (have goldenTouch and chance(1%)) yield 1 goldenPanda
  27. icon:http://www.shapecollage.com/shapes/mask-panda.png
  28. no text
  29. class:bigButton hasFlares
  30. icon class:shadowed
  31. tooltip origin:bottom
  32. tooltip class:red
  33.  
  34. Resources
  35. *panda|pandas
  36. name:Panda|Pandas
  37. desc:These are your pandas. You can use them to purchase things. Your goal is to have as many pandas as possible!
  38. icon:icons[0,0]
  39. class:noBackground
  40. show earned
  41.  
  42. *goldenpanda|goldenPandas
  43. name:Golden panda|Golden pandas
  44. desc:These shiny pandas are terribly rare, terribly precious and terribly fun!
  45. icon:icons[0,1]
  46. class:noBackground
  47. hidden when 0
  48.  
  49. Shinies
  50. *luckyPanda
  51. on click:log Woop
  52. movement:onRight moveLeft fade bounce:0.05
  53. frequency:60
  54. frequency variation:30
  55. icon:http://www.images-apmex.com/images/Catalog%20Images/Products/62741_Obv.jpg?v=20130101120000&width=900&height=900
  56. class:bigButton
  57. on click:
  58. $boost=1
  59. if (have clover) $boost=4
  60. if (chance(25%))
  61. //get at least 7, or between 1 and 3 minutes of our panda production
  62. $amount=max(7,random(bunnies:ps*60*1,pandas:ps*60*3))*$boost
  63. toast The lucky panda grants you<//><b>[$amount] pandas</b>.
  64. yield $amount pandas
  65. else
  66. $amount=1*$boost
  67. toast The lucky panda grants you<//><b>[$amount] golden panda[s?$amount]</b>!
  68. yield $amount goldenPanda
  69. end
  70. end
  71.  
  72. Buildings
  73. *TEMPLATE
  74. on click:anim glow
  75.  
  76. *cage|cages
  77. name:Panda cage|Panda cages
  78. desc:A tiny little cage.<//><b>Effect:</b><.>Produces 1 panda every 10 seconds.
  79. icon:icons[3,0]
  80. cost:15 pandas
  81. on tick:yield 0.1 panda
  82. unlocked
  83.  
  84. *hutch|hutches
  85. name:Panda hutch|Panda hutches
  86. desc:A bit roomier than a cage, with enough space to crawl around.<//><b>Effect:</b><.>Produces 1 panda every 2 seconds.
  87. icon:icons[3,1]
  88. cost:100 pandas
  89. on tick:yield 0.5 pandas
  90. req:100 pandas:earned
  91.  
  92. *coop|coops
  93. name:Panda coop|Panda coops
  94. desc:A much nicer panda home where full panda families can live.<//><b>Effect:</b><.>Produces 5 pandas per second.
  95. icon:icons[3,2]
  96. cost:600 pandas
  97. on tick:yield 5 pandas
  98. req:600 pandas:earned
  99.  
  100. *pen|pens
  101. name:Panda pen|Panda pens
  102. desc:A lovely enclosure with plenty of green bamboo space.<//><b>Effect:</b><.>Produces 12 pandas per second.
  103. icon:icons[3,3]
  104. cost:4000 pandas
  105. on tick:yield 12 pandas
  106. req:4000 pandas:earned
  107.  
  108. *meadow|meadows
  109. name:Panda bamboo meadow|Panda bamboo meadows
  110. desc:A wide open space full of shade and bamboo.<//><b>Effect:</b><.>Produces 90 pandas per second.
  111. icon:icons[3,4]
  112. cost:20000 pandas
  113. on tick:yield 90 pandas
  114. req:20000 pandas:earned
  115.  
  116. *village|villages
  117. name:Panda village|Panda villages
  118. desc:Your pandas are building their own villages now!<//><b>Effect:</b><.>Produces 300 pandas per second.
  119. icon:icons[3,5]
  120. cost:200000 pandas, 1 goldenPanda
  121. on tick:yield 300 pandas
  122. req:200000 pandas:earned and independenceDay
  123.  
  124. *city|cities
  125. name:Panda city|Panda cities
  126. desc:A bustling little city, populated with busy pandas.<//><b>Effect:</b><.>Produces 1000 pandas per second.
  127. icon:icons[3,6]
  128. cost:3000000 pandas, 4 goldenPandas
  129. on tick:yield 1000 pandas
  130. req:3000000 pandas:earned and independenceDay
  131.  
  132. *citadel|citadels
  133. name:Moon citadel|Moon citadels
  134. desc:An ornate palace standing on the moon, ruled by panda chancellors and staffed with Chazz Army Royal Guards.<//><b>Effect:</b><.>Produces 4000 pandas per second.
  135. icon:icons[3,7]
  136. cost:70000000 pandas, 16 goldenPandas
  137. on tick:yield 4000 pandas
  138. on tick:if (have moonGardens) yield 0.01 goldenPanda
  139. req:70000000 pandas:earned and independenceDay
  140.  
  141. *fortress
  142. name:Freedom fortress
  143. text:Freedom fortress ([this]%)
  144. desc:A huge panda lair. A monument to the adventurous spirit of pandakind, which will take time and effort to complete.<//><b>The fortress is [this]% complete.</b>
  145. icon:icons[3,8]
  146. cost:300000000 pandas, 100 goldenPandas
  147. req:70000000 pandas:earned and independenceDay
  148. limit:100
  149. cost increase:105%
  150.  
  151. Upgrades
  152. *TEMPLATE
  153. on click:anim glow
  154.  
  155. //food upgrades
  156. //inspiration : https://www.chinahighlights.com/giant-panda/giantpanda-diet.htm
  157.  
  158.  
  159. *bamboo
  160. name:bamboo
  161. desc:The quintessential panda food! Crunchy, green, long, and perfect.<//><b>Effect:</b><.>pandas/click x2<.>panda production +10%
  162. icon:https://clipground.com/images/bamboo-clipart-5.jpg
  163. cost:100000000 pandas
  164. passive:multiply panda yield of pandaButton by 2
  165. passive:multiply yield of pandas by 1.1
  166. req:1000000 pandas:earned
  167.  
  168. //building upgrades
  169.  
  170. *buildingUpgrade1
  171. name:Sippy bottles
  172. desc:Your pandas can drink their fill!<//><b>Effect:</b><.>panda cage production x2<.>panda hutch production x2<.>panda coop production x2
  173. icon:icons[2,0] icons[3,0]
  174. cost:1000 pandas
  175. passive:multiply yield of cage by 2
  176. passive:multiply yield of hutch by 2
  177. passive:multiply yield of coop by 2
  178. req:(cages>=10 or hutches>=10 or coops>=10)
  179.  
  180. *buildingUpgrade2
  181. name:Prime grade hay
  182. desc:Not just for horses anymore!<//><b>Effect:</b><.>panda cage production x2<.>panda hutch production x2<.>panda coop production x2
  183. icon:icons[2,0] icons[3,1]
  184. cost:100000 pandas
  185. passive:multiply yield of cage by 2
  186. passive:multiply yield of hutch by 2
  187. passive:multiply yield of coop by 2
  188. req:(cages>=50 or hutches>=50 or coops>=50)
  189.  
  190. *buildingUpgrade3
  191. name:Shredded newspapers
  192. desc:You'd think they just poop on these, but they really enjoy reading the Sunday comics.<//><b>Effect:</b><.>panda cage production x2<.>panda hutch production x2<.>panda coop production x2
  193. icon:icons[2,0] icons[3,2]
  194. cost:5000000 panda
  195. passive:multiply yield of cage by 2
  196. passive:multiply yield of hutch by 2
  197. passive:multiply yield of coop by 2
  198. req:(cages>=100 or hutches>=100 or coops>=100)
  199.  
  200. *buildingUpgrade4
  201. name:Pretty fences
  202. desc:Just the right size so your pandas can peek through but not climp over!<//><b>Effect:</b><.>panda pen production x2<.>panda meadow production x2
  203. icon:icons[2,0] icons[3,3]
  204. cost:50000 pandass
  205. passive:multiply yield of pen by 2
  206. passive:multiply yield of meadow by 2
  207. req:(pens>=10 or meadows>=10)
  208.  
  209. *buildingUpgrade5
  210. name:Panda playground
  211. desc:If your pandas are outside, they might as well get some exercise!<//><b>Effect:</b><.>panda pen production x2<.>panda meadow production x2
  212. icon:icons[2,0] icons[3,4]
  213. cost:5000000 panda
  214. passive:multiply yield of pen by 2
  215. passive:multiply yield of meadow by 2
  216. req:(pens>=50 or meadows>=50)
  217.  
  218. *buildingUpgrade6
  219. name:Panda TVs
  220. desc:Televisions that broadcast panda cartoons, funny sitcoms, and Chazz Woodson's Mayoral Campaigns!.<//><b>Effect:</b><.>panda village production x2<.>panda city production x2
  221. icon:icons[2,0] icons[3,5]
  222. cost:1000000 pandas
  223. passive:multiply yield of village by 2
  224. passive:multiply yield of city by 2
  225. req:(villages>=10 or cities>=10)
  226.  
  227. *buildingUpgrade7
  228. name:Wee little panda cars
  229. desc:Your pandas drive around in these. How nice!<//><b>Effect:</b><.>panda village production x2<.>panda city production x2
  230. icon:icons[2,0] icons[3,6]
  231. cost:500000000 pandas
  232. passive:multiply yield of village by 2
  233. passive:multiply yield of city by 2
  234. req:(villages>=50 or cities>=50)
  235.  
  236. *buildingUpgrade8
  237. name:Soothing moon crystals
  238. desc:Just really nice to be around.<//><b>Effect:</b><.>moon citadel production x2
  239. icon:icons[2,0] icons[3,7]
  240. cost:1000000000 pandas
  241. passive:multiply yield of citadel by 2
  242. req:10 citadels
  243.  
  244. //golden panda upgrades
  245.  
  246. *goldenTouch
  247. name:Golden touch
  248. desc:The delicate art of finding pandas made of precious metals.<//><b>Effect:</b><.>1% chance of gaining 1 golden panda per panda click
  249. icon:https://comps.canstockphoto.com/golden-thumbs-up-clipart_csp1817471.jpg
  250. cost:1 goldenPanda
  251. req:1 goldenPanda:earned
  252.  
  253. *pandaHaste
  254. name:Panda's haste
  255. desc:I'm late! I'm late! For a very important date!<//><b>Effect:</b><.>lucky pandas appear 30% more often
  256. icon:https://s-media-cache-ak0.pinimg.com/736x/7a/42/2d/7a422d31bb8973bc7fd61f344fe18282.jpg
  257. passive:multiply frequency of luckypanda by 0.7
  258. cost:5 goldenPandas
  259. req:1 goldenPanda:earned
  260.  
  261. *independenceDay
  262. name:Independence day
  263. desc:Your pandas are making their first step towards declaring their independence from the oppressive shackles of pens and cages.<//><b>Effect:</b><.>unlocks new buildings
  264. icon:icons[2,7]
  265. cost:10 goldenPandas
  266. req:5 goldenPandas:earned
  267.  
  268. *clover
  269. name:Clover
  270. desc:A delicious herb that tastes lucky.<//><b>Effect:</b><.>lucky panda effects are 4 times more powerful
  271. icon:icons[2,8]
  272. cost:100 goldenPanda
  273. req:50 goldenPandas:earned
  274.  
  275. *moonGardens
  276. name:Moon gardens
  277. 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 panda every 100 seconds
  278. icon:icons[2,9]
  279. cost:100 goldenPandas
  280. req:50 goldenPandas:earned
  281.  
  282. Achievements
  283. *TEMPLATE
  284. on click:anim glow
  285.  
  286. *pandaAchiev1
  287. name:Crawl panda crawl
  288. desc:Have <b>1</b> panda.
  289. req:1 panda
  290. icon:icons[2,4] icons[0,2] icons[0,6]
  291. *pandaAchiev2
  292. name:Funniest home videos
  293. desc:Have <b>1000</b> pandas.
  294. req:1000 pandas
  295. icon:icons[2,4] icons[0,3] icons[0,6]
  296. *pandaAchiev3
  297. name:You got buns, hun
  298. desc:Have <b>1000000</b> pandas.
  299. req:10000000 pandas
  300. icon:icons[2,4] icons[0,4] icons[0,6]
  301.  
  302. *clickAchiev1
  303. name:That tickles
  304. desc:Click the panda <b>10</b> times.
  305. req:10 pandaButton clicks
  306. icon:icons[2,2] icons[0,2] icons[0,6]
  307. *clickAchiev2
  308. name:Don't squeeze me I'll fart
  309. desc:Click the panda <b>100</b> times.
  310. req:100 pandaButton clicks
  311. icon:icons[2,2] icons[0,3] icons[0,6]
  312. *clickAchiev3
  313. name:You're cruising for a bruising, dude
  314. desc:Click the panda <b>2000</b> times.
  315. req:2000 pandaButton clicks
  316. icon:icons[2,2] icons[0,4] icons[0,6]
  317.  
  318. *bunnyPsAchiev1
  319. name:Be vewy vewy quiet
  320. desc:Produce <b>10</b> bunnies per second.
  321. req:10 bunnies per second
  322. icon:icons[2,3] icons[0,2] icons[0,6]
  323. *bunnyPsAchiev2
  324. name:Hop and a skip
  325. desc:Produce <b>1000</b> bunnies per second.
  326. req:1000 bunnies per second
  327. icon:icons[2,3] icons[0,3] icons[0,6]
  328. *pandaPsAchiev3
  329. name:Go forth and multiply
  330. desc:Produce <b>100000</b> pandas per second.
  331. req:100000 pandas per second
  332. icon:icons[2,3] icons[0,4] icons[0,6]
  333.  
  334. *bambooAchiev1
  335. name:Isn't it neat
  336. desc:Have <b>1</b> golden panda.
  337. req:1 goldenPanda
  338. icon:icons[0,1] icons[0,2]
  339. *bambooAchiev2
  340. name:All that glitters
  341. desc:Have <b>100</b> golden pandas.
  342. req:100 goldenPanda
  343. icon:icons[0,1] icons[0,3]
  344. *pandaAchiev3
  345. name:Zero nutritional value
  346. desc:Have <b>1000</b> golden pandas.
  347. req:1000 goldenPanda
  348. icon:icons[0,1] icons[0,4]
  349.  
  350. *fortressAchie
  351. name:Freedom!
  352. desc:Complete building the <b>freedom fortress</b>.<//>This is it. You beat the game!
  353. req:100 fortress
  354. icon:icons[3,8] icons[0,4]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement