Advertisement
Trevin

Idle Coding: The Third!

Nov 25th, 2018
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.18 KB | None | 0 0
  1. Let's make a game!
  2. Idle Coding: The Third
  3. by Trevin
  4. version 0.0.1
  5.  
  6. Settings :
  7. prices increase by 111%
  8. selling gives back 35%
  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. *Code
  17. named Lines of Code
  18.  
  19. Clickables :
  20. *Typing
  21. gives 1 Code
  22. named Type
  23. visible
  24.  
  25. Buildings:
  26.  
  27. *Rock
  28. "It holds a key down."
  29. costs 20 Code
  30. gives .3 Code
  31. visible
  32. show 0 digits
  33.  
  34. Upgrades:
  35.  
  36. *RockUpgrade1
  37. -"Bigger rocks hold more keys down. (*2 Rock efficiency.)"
  38. -costs 100 Code
  39. -unlocks at 2 Rock
  40. -multiplies efficiency of Rock by 200%
  41. -named Bigger Rocks
  42.  
  43. *TypingUpgrade1
  44. -"Put your hands on "Asdf" and "jkl;". (*2 Typing efficiency.)"
  45. -costs 100 Code
  46. -unlocks at 1 Code
  47. -multiplies efficiency of Typing by 200%
  48. -named Typing Lessons
  49.  
  50. Achievements:
  51.  
  52. *Achievement1
  53. -"Your greatest adventure begins now."
  54. -unlocks at 100 Code
  55. -named Start the game!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement