Trevin

Planet Clicker

Jun 27th, 2016
143
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.92 KB | None | 0 0
  1. Let's make a game!
  2. Planet Clicker
  3. by 10/10!
  4. version 0.2
  5.  
  6. Settings :
  7. prices increase by 100%
  8. selling gives back 100%
  9. Buildings are hidden by default
  10. resources are visible by default
  11. Clickables are visible by default
  12. upgrades are hidden by default
  13. achievements are hidden by default
  14.  
  15. Resources :
  16. *Land
  17. named Land
  18. show 1 digit
  19.  
  20. Clickables :
  21. *LandClickable
  22. gives 1 Land
  23. named Land Clickable
  24. visible
  25. gains 1% per Planet1
  26.  
  27.  
  28. Buildings :
  29. *Planet1
  30. "This planet is Erath."
  31. costs 1 Land
  32. gives 1 Land
  33. visible
  34. show 0 digits
  35.  
  36. *LandMaker
  37. "Make some land."
  38. costs 15 Land
  39. gives 15 Land
  40. visible
  41. show 0 digits
  42.  
  43. *Grass
  44. "Like a rug."
  45. costs 100 Land
  46. gives 100 Land
  47. visible
  48. show 0 digits
  49.  
  50. *Dirt
  51. "Some dirt!"
  52. costs 500 Land
  53. gives 500 Land
  54. visible
  55. show 0 digits
  56.  
  57. *Stone
  58. "A hard layer of rock."
  59. costs 2000 Land
  60. gives 2000 Land
  61. visible
  62. show 0 digits
  63.  
  64. *Food
  65. "Food!"
  66. costs 7000 Land
  67. gives 7000 Land
  68. visible
  69. show 0 digits
  70.  
  71. *Population
  72. "Get land!"
  73. costs 50000 Land
  74. gives 50000 Land
  75. visible
  76. show 0 digits
  77.  
  78. *Building
  79. "A place to live."
  80. costs 1000000 Land
  81. gives 1000000 Land
  82. visible
  83. show 0 digits
  84.  
  85. *LandMachine
  86. "A machine of land."
  87. costs 123456789 Land
  88. gives 123456789 Land
  89. visible
  90. show 0 digits
  91.  
  92. *Planet2
  93. "Let's go to the mun!"
  94. costs 1000000000000 Land
  95. gives 1000000000000 Land
  96. visible
  97. show 0 digits
  98.  
  99. *SpaceMaker
  100. "Make some microgalaxies."
  101. costs 15000000000000 Land
  102. gives 15000000000000 Land
  103. visible
  104. show 0 digits
  105.  
  106. *SpaceRock
  107. "Rocks."
  108. costs 100000000000000 Land
  109. gives 100000000000000 Land
  110. visible
  111. show 0 digits
  112.  
  113. *MunDirt
  114. "Some dirt from the mun!"
  115. costs 500000000000000 Land
  116. gives 500000000000000 Land
  117. visible
  118. show 0 digits
  119.  
  120. *Basalt
  121. "A harder layer of basalt."
  122. costs 2000000000000000 Land
  123. gives 2000000000000000 Land
  124. visible
  125. show 0 digits
  126.  
  127. *Foodie
  128. "Foodies!"
  129. costs 7000000000000000 Land
  130. gives 7000000000000000 Land
  131. visible
  132. show 0 digits
  133.  
  134. *MunPopulation
  135. "Get Mun's land!"
  136. costs 50000000000000000 Land
  137. gives 50000000000000000 Land
  138. visible
  139. show 0 digits
  140.  
  141. *MunBuilding
  142. "A place to live in Mun."
  143. costs 1000000000000000000 Land
  144. gives 1000000000000000000 Land
  145. visible
  146. show 0 digits
  147.  
  148. *SpaceMachine
  149. "Planet Space Program."
  150. costs 123456789000000000000 Land
  151. gives 123456789000000000000 Land
  152. visible
  153. show 0 digits
  154.  
  155. *Planet3
  156. "Hey, its Earth!"
  157. costs 1000000000000000000000000000000000000 Land
  158. gives 1000000000000000000000000000000000000 Land
  159. visible
  160. show 0 digits
Add Comment
Please, Sign In to add comment