Advertisement
Trevin

Space Idle

Jan 22nd, 2017
133
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.65 KB | None | 0 0
  1. Let's make a game!
  2. -Space Idle
  3. -by
  4. -created on 1/22/2017
  5. -version 1
  6.  
  7. Settings :
  8. prices increase by 115%
  9. selling gives back 50%
  10. Buildings are hidden by default
  11. resources are visible by default
  12. Clickables are visible by default
  13. upgrades are hidden by default
  14. achievements are hidden by default
  15. custom stylesheet : http://pastebin.com/8f61QReY
  16. background : https://i.imgur.com/EDsyvAQ.png
  17.  
  18. Resources :
  19. *Oxygen
  20. named Oxygen
  21. starts at 1000
  22.  
  23. *Ore
  24. named Ore
  25. starts at 3000
  26.  
  27. *Energy
  28. named Energy
  29.  
  30. Clickables :
  31. *GainSwag
  32. gives 1 Energy
  33. named Swag!
  34. hidden
  35.  
  36.  
  37. Buildings:
  38.  
  39. *OxygenTaker
  40. costs 0 Oxygen
  41. gives -1 Oxygen
  42. show 0 digits
  43. starts at 1
  44.  
  45. *SparkGenerator
  46. "It generates sparks, a way to power your ship."
  47. costs 37 Ore
  48. gives 1 Energy
  49. visible
  50. show 0 digits
  51.  
  52. *OreMiner
  53. "It mines ore automatically."
  54. costs 100 Ore
  55. gives 1 Ore
  56. visible
  57. show 0 digits
  58.  
  59. *OxygenGenerator
  60. "It gives you fresh air."
  61. costs 350 Ore
  62. gives 0.1 Oxygen
  63. visible
  64. show 0 digits
  65.  
  66. Upgrades:
  67.  
  68. *ShipUpgrade1
  69. -"It upgrades your ship. It does nothing now."
  70. -costs 1000 Energy
  71. -unlocks at 1 Energy
  72. -multiplies efficiency of SparkGenerator by 200%
  73. -named Upgrade To Tier 2
  74.  
  75. *OreUpgrade1
  76. -"Easy to pick up and store! Sadly, it is very small, which isn't good. But you knew that already!"
  77. -costs 250 Energy
  78. -unlocks at 5 OreMiner
  79. -multiplies efficiency of OreMiner by 115%
  80. -named Crushed Bits of Rock
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement