Advertisement
Guest User

#$%^!

a guest
May 25th, 2016
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.18 KB | None | 0 0
  1. Let's make a game!
  2. Idle Coding
  3. by Trevin
  4. version Private Alpha 0.0.4
  5.  
  6. Settings :
  7. prices increase by 115%
  8. selling gives back 75%
  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 Code
  18.  
  19. *Bits
  20. named Bit
  21.  
  22. Clickables :
  23. *TypeCode
  24. gives 1 Code
  25. named Type
  26. visible
  27.  
  28. Buildings:
  29.  
  30. *Rock
  31. "Something to lay on the keyboard."
  32. costs 5 Code
  33. gives .15 Code
  34. visible
  35. show 0 digits
  36.  
  37. *Bucket
  38. "It stores code."
  39. costs 8 Code
  40. gives .2 Code
  41. visible
  42. show 0 digits
  43.  
  44. *Friend
  45. "Someone to help you code."
  46. costs 50 Code
  47. gives .5 Code
  48. visible
  49. show 0 digits
  50.  
  51. *BitBuilding
  52. "A small unit of storage on your computer."
  53. costs 150 Code
  54. gives .01 Bits
  55. visible
  56. show 0 digits
  57.  
  58. Upgrades:
  59.  
  60. *RockUpgrade1
  61. -"Rocks are 1.5 times as efficent and manual coding is twice as efficent."
  62. -costs 100 Code
  63. -unlocks at 5 Rock
  64. -multiplies efficiency of Rock by 150%
  65. -multiplies efficiency of TypeCode by 200%
  66. -named Stone
  67.  
  68. *RockUpgrade2
  69. -"Rocks and manual coding is twice as efficent."
  70. -costs 1000 Code
  71. -unlocks at 10 Rock
  72. -multiplies efficiency of Rock by 200%
  73. -multiplies efficiency of TypeCode by 200%
  74. -named Chisels
  75.  
  76. *RockUpgrade3
  77. -"Rocks and manual coding is twice as efficent again."
  78. -costs 2500 Code
  79. -unlocks at 15 Rock
  80. -multiplies efficiency of Rock by 200%
  81. -multiplies efficiency of TypeCode by 200%
  82. -named Etching
  83.  
  84. *RockUpgrade4
  85. -"Manual coding is thrice as efficent."
  86. -costs 5000 Code
  87. -unlocks at 20 Rock
  88. -multiplies efficiency of TypeCode by 300%
  89. -named Active Magic
  90.  
  91. *RockUpgrade5
  92. -"Rocks are thrice as efficent."
  93. -costs 7500 Code
  94. -unlocks at 25 Rock
  95. -multiplies efficiency of Rock by 300%
  96. -named Idle Magic
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement