IronDizaster

Untitled

Jan 30th, 2019
130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.87 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:130%
  11. building cost refund:50%
  12. stylesheet:stuff/bigBlue.css
  13.  
  14. Resources
  15. *bubble|bubbles
  16. name:Bubbles
  17. desc:Don't question it..
  18. icon:
  19.  
  20. Buttons
  21. *BubbleGum
  22. name:Bubble Gum
  23. desc:Pop to gain more income!
  24. on click:yield 1 bubble
  25. class:bigButton hasFlares
  26. icon:https://i.imgur.com/suGXlaB.png
  27. icon class:shadowed
  28. tooltip origin:bottom
  29. tooltip class:red
  30.  
  31.  
  32.  
  33. Buildings
  34.  
  35. *TEMPLATE
  36. on click:anim glow
  37.  
  38. *bubbleMachine|bubbleMachines
  39. name:Bubble Machine|Bubble Machines
  40. desc:A simple bubble machine.
  41. cost:15 bubbles
  42. on tick:yield 0.3 bubbles
  43. unlocked
  44.  
  45.  
  46. *bubbleWorker|bubbleWorkers
  47. name:Bubble Worker|Bubble Workers
  48. desc:A bubble worker to blow bubbles for you.
  49. cost:75 bubbles
  50. on tick:yield 1.5 bubbles
  51. req:50 bubbles:earned
  52.  
  53. *bubbleMine|bubbleMines
  54. name:Bubble Mine|Bubble Mines
  55. desc:A mine full of bubbles.
  56. cost:500 bubbles
  57. on tick:yield 5 bubbles
  58. req:750 bubbles:earned
  59.  
  60. *bubbleFactory|bubbleFactories
  61. name:Bubble Factory|Bubble Factories
  62. desc:A factory that produces alot of bubbles.
  63. cost:4000 bubbles
  64. on tick:yield 50 bubbles
  65. req:5000 bubbles:earned
  66.  
  67. Upgrades
  68.  
  69. *fasterChewing
  70. name:Faster Chewing
  71. desc:You chew bubbles faster.<//><b>Effect:</b><.>+1 bubbles/click
  72. cost:125 bubbles
  73. passive:increase bubbles yield of BubbleGum by 1
  74. req:100 bubbles:earned
  75.  
  76. *evenFasterChewing
  77. name:Even Faster Chewing
  78. desc:You chew bubbles even faster.<//><b>Effect:</b><.>+2 bubbles/click
  79. cost:500 bubbles
  80. passive:increase bubbles yield of BubbleGum by 2
  81. req:300 bubbles:earned
  82.  
  83. *roboticJaw
  84. name:Robotic Jaw
  85. desc:You chew bubbles<//><b>even faster.<//><b>Effect:</b><.>x2 bubbles/click
  86. cost:2500 bubbles
  87. passive:multiply yield of BubbleGum by 2
  88. req:10000 bubbles:earned
  89.  
  90. *mintyGum
  91. name:Minty Gum
  92. desc:Minty fresh.<//><b>Effect:</b><.>Increases production speed of bubbles by 1%.
  93. cost:2500 bubbles
  94. passive:multiply yield of bubbles by 1.01
  95. req:1000 bubbles:earned
  96.  
  97. *MachineUpgrade1
  98. name:Extra Gears
  99. desc:Adds extra gears to a bubble machine.<//><b>Effect:</b><.>Bubble Machines are x1.5 more efficient.
  100. cost:200 bubbles
  101. passive:multiply yield of bubbleMachine by 1.5
  102. req: (bubbleMachines>=5)
  103.  
  104. *WorkerUpgrade1
  105. name:Skill+
  106. desc:Your workers are more skilled at producing bubbles.<//><b>Effect:</b><.>Bubble Workers are x1.5 more efficient.
  107. cost:500 bubbles
  108. passive:multiply yield of bubbleWorker by 1.5
  109. req: (bubbleWorkers>=5)
  110.  
  111. *MineUpgrade1
  112. name:Wooden Tools
  113. desc:You dig bubbles with a wooden tools instead of your hands.<//><b>Effect:</b><.>Bubble Mines are x1.5 more efficient.
  114. passive:multiply yield of bubbleMine by 1.5
  115. cost:5000 bubbles
  116. req: (bubbleMine>=5)
Advertisement
Add Comment
Please, Sign In to add comment