Advertisement
Guest User

Cake Clicker IDLE GAME MAKER v0.0.4

a guest
Jan 18th, 2019
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.39 KB | None | 0 0
  1. Let's make a game!
  2. name:CakeClicker
  3. desc:A game where you click cake and buy things to make cake. Based on my game on Scratch "Cake Clicker".
  4. version:1.0
  5.  
  6. Settings
  7. building cost increase:120%
  8.  
  9. Buttons
  10. *Bigcake
  11. name:Big Cake
  12. desc:Click to earn cake. Buy buildings to get cakes without clicking and upgrades to improve the buildings.
  13. on click:yield 1 cake
  14.  
  15. Resources
  16. *cake
  17. name:Cake
  18. desc:Mmmmm
  19.  
  20. Buildings
  21. *emojibaker
  22. name: Emoji Baker
  23. desc: Who said emojis can't bake? This little guy will make cake but very slowly.
  24. on tick:yield 1 cake
  25. cost:10 cake
  26.  
  27. *probaker
  28. name:Profesional Baker
  29. desc: A qualified backing pro. Bakes faster than emojis!
  30. on tick:yield 3 cake
  31. cost:50 cake
  32.  
  33. *factory
  34. name:Cake Factory
  35. desc: An entire factory dedicated to baking cakes.
  36. on tick:yield 10 cake
  37. cost:250 cake
  38.  
  39. *waterfall
  40. name:Cakefall
  41. desc: A waterfall of cake. The cakes do not get soggy.
  42. on tick:yield 20 cake
  43. cost:701 cake
  44.  
  45. *cakequake
  46. name:Cakequake
  47. desc: A constant earthquake of… CAKE!
  48. on tick:yield 35 cake
  49. cost:999 cake
  50.  
  51. *volcakeno
  52. name:Vol-cake-no
  53. desc:Your own volcano that spews out cake instead of molten rock
  54. on tick:yield 50 cake
  55. cost:2000 cake
  56.  
  57. *comingsoon
  58. name:More To Come
  59. desc:This is the last building as of now
  60. on tick:yield 99 cake
  61. cost:9999 cake
  62. //End of buildings
  63.  
  64.  
  65. Upgrades
  66. *shinersmile
  67. name: Shiner Smiles
  68. desc: Polish your emojis teeth and get double production from them.
  69. passive:multiply yield of emojibaker by 2
  70. cost:30 cake
  71.  
  72. *hearteyes
  73. name:Heart Eyes
  74. desc: Get TRIPLE production from emoji bakers.
  75. passive:multiply yield of emojibaker by 3
  76. cost:100 cake
  77.  
  78. *phd
  79. name: PHD
  80. desc: Train your bakers to a higher skill than required and double their production.
  81. passive:multiply yield of probaker by 2
  82. cost:50 cake
  83.  
  84. *999iq
  85. name:999 IQ
  86. desc:Make your bakers have a higher intelligence quotient than humanly possible. Oh, and increase their production by 300%
  87. passive:multiply yield of probaker by 3
  88. cost:200 cake
  89.  
  90. *workingonit
  91. name:Working On More
  92. desc:More upgrades coming soon, but here is a 5x cake click booster
  93. passive:multiply yield of big cake by 5
  94. cost:999 cake
  95.  
  96.  
  97.  
  98.  
  99.  
  100.  
  101.  
  102. Achievements
  103. *firstcake
  104. name:My First Cake
  105. desc:Bake a cake (Click the big cake once).
  106. req:1 bigcake:clicks
  107.  
  108.  
  109. Shinies
  110. *goldencake
  111. name:Golden Cake
  112. on click: yield (random(7, 77)) cake
  113. movement:anywhere fade
  114. frequency: 77
  115. frequency variation:77
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement