Advertisement
Pighouse

Untitled

Apr 5th, 2017
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. Let's make a game!
  2. Bloons Tower Defense 5 Idle
  3. by Pighouse
  4. version 2.0.0
  5. //Huge updates, new content, typos/bug fixes
  6. created on 8/3/15
  7. last updated on 4/4/17
  8.  
  9. Settings :
  10. prices increase by 110%
  11. selling gives back 80%
  12. resources are hidden by default
  13. clickables are visible by default
  14. buildings are hidden by default
  15. upgrades are hidden by default
  16. achievements are hidden by default
  17. show log
  18. background : https://lh5.googleusercontent.com/We6R13w4mxKcbmkFBVE_WX6kb9GOEIxrq4b6LdJpvEKDCP6ed6VShfK5IhCVKjdNcG3o86wf=s640-h400-e365
  19. text color : #2CFCEF
  20. custom stylesheet : http://pastebin.com/raw.php?i=CcVFsqpn
  21.  
  22. Resources :
  23. *money
  24. starts at 0
  25. named Cash
  26. displayed as You have %a %r
  27. visible
  28.  
  29. *totalpop
  30. named Total Pops
  31. displayed as %a %r
  32. hidden
  33.  
  34. *camopop
  35. named Total Camoflauge Pops
  36. displayed as %a %r
  37. hidden
  38.  
  39. *blackpop
  40. named Total Black Pops
  41. displayed as %a %r
  42. hidden
  43.  
  44. *whitepop
  45. named Total White Pops
  46. displayed as %a %r
  47. hidden
  48.  
  49. *leadpop
  50. named Total Lead Pops
  51. displayed as %a %r
  52. hidden
  53.  
  54. *ceramicpop
  55. named Total Ceramic Pops
  56. displayed as %a %r
  57. hidden
  58.  
  59. *moabpop
  60. named Total Moab Pops
  61. displayed as %a %r
  62. hidden
  63.  
  64. *totalpophidden
  65. abstract
  66.  
  67. *camopophidden
  68. abstract
  69.  
  70. *blackpophidden
  71. abstract
  72.  
  73. *whitepophidden
  74. abstract
  75.  
  76. *leadpophidden
  77. abstract
  78.  
  79. *ceramicpophidden
  80. abstract
  81.  
  82. *moabpophidden
  83. abstract
  84.  
  85.  
  86. *popped
  87. named Popped Remains
  88. displayed as %a %r
  89. visible
  90.  
  91. Clickables:
  92.  
  93. *Spikes
  94. -gives 1 totalpop
  95. -gives 1 money
  96. -named Lay Spikes
  97. -picture : http://vignette1.wikia.nocookie.net/btd-5/images/6/69/Road_Spikes.png/revision/20130208015017
  98.  
  99. Buildings :
  100.  
  101. *Begin
  102. requires 0 totalpop
  103. named Begin the game
  104. locks Begin
  105. unlocks Bloon1
  106. converts totalpophidden to totalpop
  107. unlocks totalpop
  108. "<i>It's time to begin!</i>"
  109. visible
  110.  
  111. *Bloon1
  112. requires 1000000 totalpop
  113. named Red Bloon
  114. locks Bloon1
  115. unlocks Bloon2
  116. "Pop the first bloon. <b>Gives 1 Popped Remain and 100,000 cash.</b> <br><br><i>Your journey begins here.</i>"
  117. represents 1 Popped
  118. picture : http://vignette2.wikia.nocookie.net/b__/images/4/44/Red_Bloon.png/revision/latest/scale-to-width-down/50?cb=20160709173654&path-prefix=bloons
  119.  
  120. *Bloon2
  121. requires 10000000 totalpop
  122. named Blue Bloon
  123. locks Bloon2
  124. unlocks Bloon3
  125. "Pop the second bloon. <b>Gives 2 Popped Remains and 1,000,000 cash. </b> <br><br><i>It will be a long journey.</i>"
  126. represents 2 Popped
  127. picture : http://vignette4.wikia.nocookie.net/b__/images/a/ac/Blue_Bloon.png/revision/latest/scale-to-width-down/50?cb=20160709173654&path-prefix=bloons
  128.  
  129. *Bloon3
  130. requires 10000000 totalpop
  131. named Green Bloon
  132. locks Bloon3
  133. unlocks Bloon4
  134. "Pop the third bloon. <b>Gives 3 Popped Remains and 10,000,000 cash. </b> <br><br><i>We've just begun.</i>"
  135. represents 3 Popped
  136. picture : http://vignette4.wikia.nocookie.net/b__/images/d/db/Green_Bloon.png/revision/latest/scale-to-width-down/50?cb=20160709173654&path-prefix=bloons
  137.  
  138. *Bloon4
  139. named Yellow Bloon
  140.  
  141. *Bloon5
  142. named Pink Bloon
  143.  
  144. *Bloon6
  145. named Black Bloon
  146.  
  147. *Bloon7
  148. named White Bloon
  149.  
  150. *dartmonkey
  151. costs 50 money
  152. gives 1 money
  153. gives 1 totalpophidden
  154. "Gives <b> 1 Cash </b>per second. <br><br><i>Throws some darts.</i>"
  155. named Dart Monkey
  156. picture : http://vignette2.wikia.nocookie.net/b__/images/1/1e/Dart_Monkey.png/revision/latest/scale-to-width-down/50?cb=20160709173654&path-prefix=bloons
  157. visible
  158.  
  159. *dartmonkey2
  160. costs 50 money
  161. gives 1 money
  162. gives 1 totalpop
  163. gives 1 camopophidden
  164. "Gives <b> 1 Cash </b>per second. <br><br><i>Throws some darts.</i>"
  165. named Dart Monkey
  166. picture : http://vignette2.wikia.nocookie.net/b__/images/1/1e/Dart_Monkey.png/revision/latest/scale-to-width-down/50?cb=20160709173654&path-prefix=bloons
  167. hidden
  168.  
  169. *dartmonkey3
  170. costs 50 money
  171. gives 1 money
  172. gives 1 totalpop
  173. gives 1 camopophidden
  174. "Gives <b> 1 Cash </b>per second. <br><br><i>Throws some darts.</i>"
  175. named Dart Monkey
  176. picture : http://vignette2.wikia.nocookie.net/b__/images/1/1e/Dart_Monkey.png/revision/latest/scale-to-width-down/50?cb=20160709173654&path-prefix=bloons
  177. hidden
  178.  
  179. *gluegunner
  180. costs 200 money
  181. "<b> Improves efficiency of all other towers. </b> <br><br><i>Slows down other bloons, thus making it easier for other towers to hit them.</i>"
  182. named Glue Gunner
  183. multiplies efficiency of dartmonkey by 102%
  184. multiplies efficiency of dartmonkey2 by 102%
  185. multiplies efficiency of dartmonkey3 by 102%
  186. picture : http://vignette4.wikia.nocookie.net/b__/images/a/ac/Glue_Gunner.png/revision/latest/scale-to-width-down/50?cb=20160709173654&path-prefix=bloons
  187. visible
  188.  
  189. *icetower
  190. costs 300 money
  191. "<b>Improves efficiency of towers that can pop frozen bloons. </b>Any tower that cannot pop frozen balloons <b>decreases efficiency.</b> <br><br><i>Freezes the bloons so they can be popped easier.</i>"
  192. named Ice Tower
  193. multiplies efficiency of dartmonkey by 50% per icetower
  194. multiplies efficiency of dartmonkey2 by 50% per icetower
  195. multiplies efficiency of dartmonkey3 by 105% per icetower
  196. picture : http://vignette4.wikia.nocookie.net/b__/images/5/57/Ice_Tower.png/revision/latest/scale-to-width-down/50?cb=20160709173654&path-prefix=bloons
  197. visible
  198.  
  199. Upgrades :
  200.  
  201. *dartmonkeytop1
  202. costs 100 money
  203. "Dart Monkeys make <b>50%</b> as much cash. <br><br><i>Longer range = More pops.</i>
  204. named Long Range Darts
  205. multiplies efficiency of dartmonkey by 150%
  206. multiplies efficiency of dartmonkey2 by 150%
  207. multiplies efficiency of dartmonkey3 by 150%
  208. picture : https://vignette1.wikia.nocookie.net/b__/images/b/b5/11Dart.png/revision/latest/scale-to-width-down/50?cb=20160709173654&path-prefix=bloons
  209. unlocks at 5 dartmonkey
  210.  
  211. *dartmonkeybottom1
  212. cost 1000 money
  213. "Dart Monkeys make <b>50%</b> as much cash. <br><br><i>They can hit one more bloon per shot, making them faster.</i>
  214. named Sharp Shots
  215. multiplies efficiency of dartmonkey by 150%
  216. multiplies efficiency of dartmonkey2 by 150%
  217. multiplies efficiency of dartmonkey3 by 150%
  218. picture : https://vignette1.wikia.nocookie.net/b__/images/b/b5/11Dart.png/revision/latest/scale-to-width-down/50?cb=20160709173654&path-prefix=bloons
  219. unlocks at 25 dartmonkey
  220.  
  221. *dartmonkeytop2
  222. costs 10000 money
  223. "Dart Monkeys make <b>twice</b> as much cash and <b> detect camo bloons. </b> <br><br><i>They somehow found a way to increase their vision even further.</i>
  224. named Enhanced Eyesight
  225. multiplies efficiency of dartmonkey2 by 200%
  226. multiplies efficiency of dartmonkey3 by 200%
  227. picture : http://vignette4.wikia.nocookie.net/b__/images/f/ff/22Dart.png/revision/latest/scale-to-width-down/50?cb=20160709173654&path-prefix=bloons
  228. unlocks at 50 dartmonkey
  229. converts dartmonkey to dartmonkey2
  230. locks dartmonkey
  231. unlocks dartmonkey2
  232.  
  233. *dartmonkeybottom2
  234. costs 100000 money
  235. "Dart monkeys make <b>twice</b> as much cash. <br><br><i>Now they can hit two more bloons per shot!</i>
  236. named Razor Sharp Shots
  237. multiplies efficiency of dartmonkey2 by 200%
  238. multiplies efficiency of dartmonkey3 by 200%
  239. picture : http://vignette4.wikia.nocookie.net/b__/images/f/ff/22Dart.png/revision/latest/scale-to-width-down/50?cb=20160709173654&path-prefix=bloons
  240. unlocks at 100 dartmonkey2
  241.  
  242. *dartmonkeytop3
  243.  
  244. *dartmonkeybottom3
  245.  
  246. *dartmonkeytop4
  247. unlocks at 400 dartmonkey2
  248. converts dartmonkey2 to dartmonkey3
  249. locks dartmonkey2
  250. unlocks dartmonkey3
  251.  
  252. *dartmonkeybottom4
  253. unlocks at 500 dartmonkey3
  254.  
  255. *gluegunnertop1
  256. costs 1000 money
  257. "Increases efficiency of all other towers by<b> 2% per glue gunner</b>.<br><br><i>The glue now gets all the layers, making other towers be able to hit them.</i>"
  258. named Glue Soak
  259. multiplies efficiency of dartmonkey by 102% per gluegunner
  260. multiplies efficiency of dartmonkey2 by 102% per gluegunner
  261. multiplies efficiency of dartmonkey3 by 102% per gluegunner
  262. picture : http://i.imgur.com/yO3IxDy.png
  263. unlocks at 5 gluegunner
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement