Advertisement
Guest User

Spoon Clicker

a guest
Feb 19th, 2019
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.79 KB | None | 0 0
  1. //Hi
  2. Let's make a game!
  3. name:Spoon Clicker
  4. by:Mumbo Jumbo Fan
  5. desc:Click for spoon moments. Currently in development.
  6. Version:0
  7.  
  8. Settings
  9. no particles
  10. no bulk particles
  11. stylesheet: stuff/bigBlue.css
  12.  
  13. Resources
  14. *spoons
  15. show earned
  16. name:Spoons
  17.  
  18. Buttons
  19. *spoonButton
  20. name:Spoon Button
  21. on click:yield 1 spoons
  22. no tooltip
  23. class:bigButton
  24.  
  25. Buildings
  26.  
  27. *cactus
  28. name:Cactus Trap
  29. desc:Don’t touch the cact… he died again. </> Base Production: 1 Spoon every 2 Seconds.
  30. on tick:yield 0.5 spoons
  31. cost:20 spoons
  32. req:19 spoons:earned
  33.  
  34. *lava
  35. name:Lava
  36. desc:You broke the number 1 rule of Minecraft Mumbo. You will find lava if you dig straight down! </> Base Production: 2 Spoons every second.
  37. on tick:yield 2 spoons
  38. cost:100 spoons
  39. req:99 spoons:earned
  40.  
  41. *phantoms
  42. name:Phantom Attack
  43. desc:SLLLLLLEEEEEEEP!! </> Base Production: 5 Spoons every second.
  44. on tick:yield 5 spoons
  45. cost:350 spoons
  46. req:300 spoons:earned
  47.  
  48. *brokenPick
  49. name:Broken Pickaxe
  50. desc:All those enchantments… gone! </> Base Production: 15 Spoons every second.
  51. on tick:yield 15 spoons
  52. cost:860 spoons
  53. req:800 spoons:earned
  54.  
  55.  
  56. Upgrades
  57. *clickUpgrade1
  58. name:Noob Spoon
  59. desc:A slightly spoonier spoon. </> Effect: x2 Spoons/click
  60. passive:multiply yield of spoonButton by 2
  61. cost:75 spoons
  62. req:50 spoonButton:clicks
  63.  
  64. *clickUpgrade2
  65. name:Rusty Spoon
  66. desc:A slightly spoonier spoon. </> Effect: x2 Spoons/click
  67. passive:multiply yield of spoonButton by 2
  68. cost:250 spoons
  69. req:150 spoonButton:clicks
  70.  
  71. *clickUpgrade3
  72. name:Plastic Spoon
  73. desc:A slightly spoonier spoon. </> Effect: x2 Spoons/click
  74. passive:multiply yield of spoonButton by 2
  75. cost:900 spoons
  76. req:500 spoonButton:clicks
  77.  
  78. *clickUpgrade4
  79. name:Tea Spoon
  80. desc:A slightly spoonier spoon. </> Effect: x2 Spoons/click
  81. passive:multiply yield of spoonButton by 2
  82. cost:3000 spoons
  83. req:999 spoonButton:clicks
  84.  
  85. *clickUpgrade5
  86. name:Soup Spoon
  87. desc:A spoonier spoon. </> Effect: x2 Spoons/click
  88. passive:multiply yield of spoonButton by 2
  89. cost:9999 spoons
  90. req:1501 spoonButton:clicks
  91.  
  92. *clickUpgrade6
  93. name:Table Spoon
  94. desc:A spoonier spoon. </> Effect: x2 Spoons/click
  95. passive:multiply yield of spoonButton by 2
  96. cost:69690 spoons
  97. req:2500 spoonButton:clicks
  98.  
  99. *clickUpgrade7
  100. name:Silver Spoon
  101. desc:A much spoonier spoon. </> Effect: x2 Spoons/click
  102. passive:multiply yield of spoonButton by 2
  103. cost:200000 spoons
  104. req:4000 spoonButton:clicks
  105.  
  106. *clickUpgrade8
  107. name:Gold Spoon
  108. desc:A shinier & spoonier spoon. </> Effect: x2 Spoons/click
  109. passive:multiply yield of spoonButton by 2
  110. cost:200000 spoons
  111. req:4000 spoonButton:clicks
  112.  
  113. *clickUpgrade9
  114. name:Diamond Spoon
  115. desc:The spoon of royalty. </> Effect: x3 Spoons/click
  116. passive:multiply yield of spoonButton by 3
  117. cost:900001 spoons
  118. req:6000 spoonButton:clicks
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement