IronDizaster

Untitled

Jan 30th, 2019
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.95 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. 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 25 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 150 bubbles
  65. req: (bubbleMine>=5)
  66.  
  67. *bubbleTransport|bubbleTransports
  68. name:Bubble Transport|Bubble Transports
  69. desc:
  70.  
  71. Upgrades
  72.  
  73. *fasterChewing
  74. name:Faster Chewing
  75. desc:You chew bubbles faster.<//><b>Effect:</b><.>+1 bubbles/click
  76. cost:125 bubbles
  77. passive:increase bubbles yield of BubbleGum by 1
  78. req:100 bubbles:earned
  79.  
  80. *evenFasterChewing
  81. name:Even Faster Chewing
  82. desc:You chew bubbles even faster.<//><b>Effect:</b><.>+2 bubbles/click
  83. cost:500 bubbles
  84. passive:increase bubbles yield of BubbleGum by 2
  85. req:300 bubbles:earned
  86.  
  87. *roboticJaw
  88. name:Robotic Jaw
  89. desc:You chew bubbles<//><b>even faster.<//><b>Effect:</b><.>x2 bubbles/click
  90. cost:5000 bubbles
  91. passive:multiply bubbles yield of BubbleGum by 2
  92. req:10000 bubbles:earned
  93.  
  94. *mintyGum
  95. name:Minty Gum
  96. desc:Minty fresh.<//><b>Effect:</b><.>Increases production speed of bubbles by 1%.
  97. cost:2500 bubbles
  98. passive:multiply yield of bubbles by 1.01
  99. req:1000 bubbles:earned
  100.  
  101. *MachineUpgrade1
  102. name:Extra Gears
  103. desc:Adds extra gears to a bubble machine.<//><b>Effect:</b><.>Bubble Machines are x2 more efficient.
  104. cost:200 bubbles
  105. passive:multiply yield of bubbleMachine by 2
  106. req: (bubbleMachines>=5)
  107.  
  108. *WorkerUpgrade1
  109. name:Skill+
  110. desc:Your workers are more skilled at producing bubbles.<//><b>Effect:</b><.>Bubble Workers are x2 more efficient.
  111. cost:500 bubbles
  112. passive:multiply yield of bubbleWorker by 2
  113. req: (bubbleWorkers>=5)
  114.  
  115. *MineUpgrade1
  116. name:Wooden Tools
  117. desc:You dig bubbles with a wooden tools instead of your hands.<//><b>Effect:</b><.>Bubble Mines are x2 more efficient.
  118. passive:multiply yield of bubbleMine by 2
  119. cost:5000 bubbles
  120. req: (bubbleMine>=5)
Add Comment
Please, Sign In to add comment