Advertisement
boblovespi

Resource Collecter

Feb 7th, 2017
138
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.70 KB | None | 0 0
  1. Let's make a game!
  2. Resource collector
  3. by Overkill2.0
  4. version alpha 1.0
  5. created on 2/7/17
  6. last updated on 5/5/18
  7.  
  8. Settings:
  9. prices increase by 115%
  10. selling gives back 75%
  11. resources are hidden by default
  12. clickables are hidden by default
  13. buildings are hidden by default
  14. upgrades are hidden by default
  15. achievements are visible by default
  16. show log
  17. custom stylesheet : http://pastebin.com/raw.php?i=4f1X8P8c
  18.  
  19. Resources:
  20. *Stone
  21. visible
  22. starts at 0
  23. show 2 digits
  24. displayed as %a stone
  25.  
  26. *Stick
  27. visible
  28. starts at 0
  29. show 2 digits
  30. displayed as %a stick%s
  31. *Ore
  32. visible
  33. starts at 0
  34. show 2 digits
  35. displayed as %a ore
  36. *Copper
  37. hidden
  38. starts at 0
  39. show 2 digits
  40. displayed as %a Copper
  41. *Log
  42. hidden
  43. starts at 0
  44. show 2 digits
  45. displayed as %a Log%s
  46. *Food
  47. hidden
  48. starts at 0
  49. show 2 digits
  50. displayed as %a Food
  51. *Iron
  52. hidden
  53. starts at 0
  54. show 2 digits
  55. displayed as %a Iron
  56. *CopperTool
  57. hidden
  58. starts at 0
  59. show 2 digits
  60. displayed as %a Copper Tool%s
  61. *IronTool
  62. hidden
  63. starts at 0
  64. show 2 digits
  65. displayed as %a Iron Tool%s
  66. *Clay
  67. hidden
  68. starts at 0
  69. show 2 digits
  70. displayed as %a Clay
  71. Clickables:
  72. *Tree
  73. visible
  74. gives 1 Stick
  75. *Mine
  76. visible
  77. gives 5 Stone
  78. gives 1 Ore
  79. *test1
  80. visible
  81. builds 20 Miner
  82. builds 5 Gatherer
  83. gives 11750 Stone
  84. gives 1190 Stick
  85. locks test1
  86. *Mineshaft
  87. hidden
  88. gives 10 Stone
  89. gives 2 Ore
  90. gives 1 Copper
  91. *Furnace
  92. hidden
  93. takes 10 Ore
  94. gives 1 Copper
  95. *CopperForge
  96. hidden
  97. takes 20 Copper
  98. gives 1 CopperTool
  99. named Copper Forge
  100. *IronForge
  101. hidden
  102. takes 20 Iron
  103. gives 1 IronTool
  104. named Iron Forge
  105. Buildings:
  106. *Miner
  107. "A dirty miner who mines for you."
  108. visible
  109. starts at 0
  110. gives 1 Stone
  111. gives 0.1 Ore
  112. gives 1 Clay 10% of the time
  113. costs 100 Stone, 10 Stick
  114. *Gatherer
  115. "A nice stick-picker. Finds pebbles too."
  116. visible
  117. starts at 0
  118. gives 0.1 Stone, 1 Stick
  119. costs 1000 Stone
  120. *Chopper
  121. "Chops down trees."
  122. hidden
  123. starts at 0
  124. gives 1 Log, 15 Stick
  125. costs 10 Stick, 100 Ore, 10 Copper
  126. *AdvancedMiner
  127. named Advanced Miner
  128. "A better Miner!"
  129. hidden
  130. gives 10 Stone, 5 Ore, 1 Copper
  131. gives 10 Clay 40% of the time
  132. costs 1000 Ore, 100 Stick, 10 Copper
  133. *Housemaid
  134. "A nice Housemaid to do chores."
  135. hidden
  136. takes 5000 Food
  137. costs 100 Food
  138. *House
  139. hidden
  140. "Produces food, but we don't know how."
  141. cost 100 Log, 1000 Stick, 1000 Stone
  142. gives 100 Food
  143. gains 5% per Housemaid
  144. *Smelter
  145. hidden
  146. cost 1000 Food, 10000 Ore
  147. *Bloomerey
  148. hidden
  149. cost 100 Clay
  150. gives 1 Iron
  151. takes 20 Ore
  152. gains 10% per Smelter
  153. price increases by 100%
  154. *Blacksmith
  155. hidden
  156. cost 100 Iron
  157. unlocks CopperTools
  158. gives 1 IronTool
  159. takes 50 Iron
  160. Upgrades:
  161. *StonePicks
  162. named Stone Picks
  163. "With Picks, Miners can mine <b>200%</b> faster than before!
  164. visible at 5 Miner
  165. multiplies efficiency of Miner by 200%
  166. multiplies efficiency of AdvancedMiner by 200%
  167. costs 1000 Stone, 100 Stick
  168. *StoneShovels
  169. named Stone Shovels
  170. "With Shovels, Miners can mine <b>100%</b> faster than before!
  171. visible at 10 Miner
  172. multiplies efficiency of Miner by 100%
  173. multiplies efficiency of AdvancedMiner by 100%
  174. costs 750 Stone, 90 Stick
  175. *Time1
  176. named 1000 BC
  177. visible at 20 miner, 5 Gatherer
  178. unlocks Copper
  179. unlocks mineshaft
  180. unlocks AdvancedMining
  181. unlocks Log
  182. unlocks Chopper
  183. unlocks Houses
  184. costs 10000 Stone, 1000 Stick
  185. *AdvancedMining
  186. named Advanced Mining
  187. hidden
  188. converts Miner to AdvancedMiner
  189. multiplies efficiency of AdvancedMiner by 500%
  190. costs 1000 ore, 1000 Stick, 10000 Stone, 100 Copper
  191. unlocks CopperPicks
  192. *CopperPicks
  193. named Copper Picks
  194. "With Better Picks, Miners can mine </b>500%</b> faster than before!
  195. hidden
  196. multiplies efficiency of AdvancedMiner by 500%
  197. costs 1000 Copper, 100 Stick
  198. *IronPicks
  199. named Iron Picks
  200. "We didn't stop there! Now miners can mine </b>1000%</b> faster than before!"
  201. visible at 35 AdvancedMiner
  202. costs 200 Iron, 100 Log
  203. multiplies efficiency of AdvancedMiner by 1000%
  204. *Axes
  205. "Choppers can use axes for chopping down trees! <i>Why</i> not?"
  206. visible at 1 Chopper
  207. multiplies efficiency of Chopper by 200%
  208. costs 100 Stone, 10 Stick, 100 Ore, 10 Copper
  209. *Houses
  210. "Houses Produce Food!
  211. hidden
  212. unlocks Food
  213. unlocks House
  214. converts Gatherer to Housemaid
  215. cost 100 Log, 1000 Stick
  216. multiplies efficiency of House by 10% per Housemaid
  217. *Time2
  218. named 500 BC
  219. visible at 10 House, 20 Housemaid, 20 Chopper, 25 AdvancedMiner
  220. costs 1000000 Stone, 100000 Ore, 1000 Copper, 100000 Stick, 10000 Log
  221. unlocks Iron
  222. unlocks Furnace
  223. unlocks Smelter
  224. unlocks Blacksmith
  225. unlocks Bloomerey
  226. *CopperTools
  227. named Copper Tools
  228. hidden
  229. "Helpful!"
  230. costs 1 Blacksmith
  231. unlocks CopperTool
  232. unlocks IronTools
  233. unlocks CopperForge
  234. multiplies efficiency of AdvancedMiner by 0.01% per CopperTool
  235. multiplies efficiency of Chopper by 0.01% per CopperTool
  236. multiplies efficiency of Blacksmith by 0.01% per CopperTool
  237. *IronTools
  238. named Iron Tools
  239. "Why settle for copper when you can get Iron?"
  240. cost 100 Iron
  241. unlocks IronTool
  242. converts CopperTool to IronTool
  243. converts CopperForge to IronForge
  244. multiplies efficiency of AdvancedMiner by 0.05% per IronTool
  245. multiplies efficiency of Chopper by 0.05% per IronTool
  246. multiplies efficiency of Blacksmith by 0.05% per IronTool
  247. *Time3
  248. named 0 AD
  249. "Year 1."
  250. cost 10000 Iron,
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement