laofain

craftclicker

Feb 3rd, 2015
496
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.75 KB | None | 0 0
  1. Let's make a game!
  2. -Craft Clicker v0.0
  3. -by laishiou
  4. -created on 04/02/2015
  5. -last updated on 04/02/2015
  6. -version 0.0
  7.  
  8. Settings :
  9. -prices increase by 107%
  10. -selling gives back 0%
  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 hidden by default
  16. -show log
  17. -custom stylesheet : http://pastebin.com/raw.php?i=CcVFsqpn
  18. -text color : black
  19. -fonts : Kavoon
  20. -boxes : main(resources, clickables); stats (achievements); store (upgrades, buildings)
  21.  
  22. Resources :
  23.  
  24. *Stick
  25. -named stick
  26. -visible
  27.  
  28. *Food
  29. -named Food
  30. -visible
  31.  
  32. *Citizen
  33. -named citizen
  34. -start at 1
  35. -visible
  36.  
  37. *ResearchPoint
  38. -named Research Point
  39. -unlocks at 1 Researcher
  40.  
  41. *ResourcesClicked
  42. -named times clicked
  43. -visible
  44.  
  45. *XP
  46. -named xp
  47. -visible
  48.  
  49. *TotalTime
  50. -named Total time
  51. -gives 1 TotalTime per second
  52. -visible
  53.  
  54. Clickables :
  55.  
  56. *CollectSticks
  57. -gives 1 ResourcesClicked
  58. -gives 1 Stick
  59. -visible
  60. -named Collect Stick
  61.  
  62. *Hunt
  63. -gives 1 ResourcesClicked
  64. -gives 1 Food
  65. -visible
  66. -named Hunt
  67.  
  68. Buildings :
  69.  
  70. *Level
  71. -named Level
  72. -costs 1000 XP
  73. -visible
  74. -"compare your level with others"
  75.  
  76. *Hunter
  77. -named Hunter
  78. -unlocks Hut
  79. -costs 1 Citizen
  80. -gives 1 Food, 1 XP per second
  81. -visible
  82. -"kills animals with bare hands"
  83.  
  84. *WoodCutter
  85. -named Wood Cutter
  86. -costs 1 Citizen
  87. -gives 1 Stick, 1 XP per second
  88. -"breaks trees for sticks"
  89.  
  90. *Researcher
  91. -named Researcher
  92. -unlocks at 5 WoodCutter
  93. -costs 1000 Food, 1 Citizen
  94. -gives 1 ResearchPoint, 1 XP per second
  95. -"creates new methods to improve the effectiveness of workers"
  96.  
  97. *Hut
  98. -named Hut
  99. -unlocks WoodCutter
  100. -costs 100 Stick, 25 Food
  101. -gives 0.001 Citizen, 1 XP per second for 0.5 Food
  102. -"used to house people"
  103.  
  104. Upgrades :
  105.  
  106. *HuntingSpears
  107. -named Hunting Spears
  108. -unlocks at 10 Hunter, 1000 ResearchPoint
  109. -costs 500 Stick, 50 Food
  110. -multiplies efficiency of Hunter by 200%
  111. -"hunters now have spears to hunt for prey"
  112.  
  113. *FishingRods
  114. -named Fishing Rods
  115. -unlocks at 25 Hunter, 5000 ResearchPoint
  116. -costs 2500 Stick, 500 Food
  117. -multiplies efficiency of Hunter by 200%
  118. -"hunters now have fishing rods to hunt for prey"
  119.  
  120. *WoodAxes
  121. -named Wood Axes
  122. -unlocks at 10 WoodCutter, 1000 ResearchPoint
  123. -costs 500 Stick, 50 Food
  124. -multiplies efficiency of WoodCutter by 200%
  125. -"creating axes out of wood makes it easier to cut down trees"
  126.  
  127. *SharperAxes
  128. -named Sharpen Axes
  129. -unlocks at 25 WoodCutter, 5000 ResearchPoint
  130. -costs 5000 Stick, 500 Food
  131. -multiplies efficiency of WoodCutter by 200%
  132. -"sharpening axes makes them last longer and work faster"
  133.  
  134. *CleanerHuts
  135. -named Cleaner Huts
  136. -unlocks at 10000 ResearchPoint
  137. -costs 10000 Stick, 5000 Food, 10 Citizen
  138. -multiplies efficiency of Hut by 200%
  139. -"less deaths occur when the huts are kept clean"
  140.  
  141. *WoodMouse
  142. -named Wood Mouse
  143. -unlocks at 25000 ResearchPoint
  144. -costs 25000 Stick
  145. -multiplies efficiency of CollectSticks by 200%
  146. -multiplies efficiency of Hunt by 200%
  147. -"clicking is faster"
  148.  
  149. *SunDial
  150. -named Sun Dial
  151. -unlocks at 50000 ResearchPoint, 10000 TotalTime
  152. -costs 10000 TotalTime
  153. -multiplies efficiency of Hunter by 105%
  154. -multiplies efficiency of WoodCutter by 105%
  155. -multiplies efficiency of Researcher by 105%
  156. -multiplies efficiency of Hut by 105%
  157. -"increases efficiency of buildings by 5%"
Advertisement
Add Comment
Please, Sign In to add comment