IronDizaster

Untitled

Jan 29th, 2019
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.59 KB | None | 0 0
  1. Let's make a game!
  2. name:Bubble Gum Clicker
  3. by:IronDizaster
  4. forum post:Bubble Gum Clicker
  5. desc:Self explanatory
  6. created:25/01/2019
  7. version:1
  8.  
  9. Settings
  10. building cost increase:115%
  11. building cost refund:50%
  12. spritesheet:icons, 90 by 90, https://i.imgur.com/8Q0bwup.png
  13. stylesheet:stuff/bigBlue.css
  14.  
  15. Resources
  16. *bubble|bubbles
  17. name:Bubbles
  18. desc:Don't question it..
  19. icon:
  20.  
  21. Buttons
  22. *BubbleGum
  23. name:Bubble Gum
  24. desc:Pop to gain more income!
  25. on click:yield 1 bubble
  26. icon:https://i.imgur.com/8Q0bwup.png
  27.  
  28. Buildings
  29.  
  30. *TEMPLATE
  31. on click:anim glow
  32.  
  33. *bubbleMachine|bubbleMachines
  34. name:Bubble machine|Bubble machines
  35. desc:A simple bubble machine.
  36. cost:20 bubbles
  37. on tick:yield 0.3 bubbles
  38. unlocked
  39.  
  40.  
  41. *bubbleBlower|bubbleBlowers
  42. name:Bubble Blower|Bubble Blowers
  43. desc:A bubble blower to satisfy your bubble needs.
  44. cost:75 bubbles
  45. on tick:yield 1 bubbles
  46. req:50 bubbles:earned
  47.  
  48. Upgrades
  49.  
  50. *fasterChewing
  51. name:Faster Chewing
  52. desc:You chew bubbles faster.<//><b>Effect:</b><.>+1 bubbles/click
  53. cost:125 bubbles
  54. passive:increase bubbles yield of BubbleGum by 1
  55. req:100 bubbles:earned
  56.  
  57. *evenFasterChewing
  58. name:Even Faster Chewing
  59. desc:You chew bubbles even faster.<//><b>Effect:</b><.>+2 bubbles/click
  60. cost:500 bubbles
  61. passive:increase bubbles yield of BubbleGum by 2
  62. req:300 bubbles:earned
  63.  
  64. *buildingUpgrade1
  65. name:Extra Gears
  66. desc:Adds extra gears to a bubble machine.<//><b>Effect:</b><.>Bubble machine production speed x1.5
  67. cost:150 bubbles
  68. passive:multiply yield of bubbleMachine by 1.5
  69. req: (bubbleMachines>=3)
Advertisement
Add Comment
Please, Sign In to add comment