Advertisement
Trevin

Idle Coding Remastered

Oct 24th, 2017
160
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.30 KB | None | 0 0
  1. Let's make a game!
  2. name:Idle Coding Remastered
  3. by:Trevin
  4. created:10/24/2017
  5. updated:11/15/2017
  6. version:1.15
  7.  
  8. Resources
  9. *Code
  10. name:Code
  11. desc:Lines of code for your game.
  12.  
  13. Buttons
  14. *WriteCode
  15. name:Type
  16. desc:Click this to type.
  17. on click:yield 1 Code
  18.  
  19. Buildings
  20. *Rock
  21. name:Rock
  22. desc:Holds 1 key down. Why would you ever do this?
  23. cost:1 Code
  24. on tick:yield 0.01 Code
  25.  
  26. *Monkey
  27. name:Monkey
  28. desc:Given infinite time, it can write lots of code. (With lots of bugs.)
  29. cost:20 Code
  30. on tick:yield 0.15 Code
  31. req:UnlockMonkeys
  32.  
  33. *Friend
  34. name:Friend
  35. desc:With friends, there is more motivation to write code faster.
  36. cost:500 Code
  37. on tick:yield 7.5 Code
  38. req:UnlockFriends
  39.  
  40. *Bot
  41. name:Bot
  42. desc:Bots that write code for you. Wait, that's not how it works?
  43. cost:5000 Code
  44. on tick:yield 35.5 Code
  45. req:UnlockBots
  46.  
  47. Upgrades
  48. *UnlockMonkeys
  49. name:Unlock Monkeys
  50. desc:If you don't mind the noise, then this is for you.
  51. req:5 Rock
  52. cost:100 Code
  53.  
  54. *UnlockFriends
  55. name:Unlock Friends
  56. desc:Hire your friends to do your work with you.
  57. req:25 Rock
  58. req:14 Monkey
  59. cost:1500 Code
  60.  
  61. *UnlockBots
  62. name:Unlock Bots
  63. desc:Make bots to do your work for you.
  64. req:110 Rock
  65. req:55 Monkey
  66. req:27 Friend
  67. cost:10000 Code
  68.  
  69. *ClickUpgrade1
  70. name:Double Fingers
  71. desc:Click! Clicking multiplied by 2.
  72. cost:360 Code
  73. passive:increase Code yield of WriteCode by 1
  74. req:15 Rock
  75. req:1 Monkey
  76.  
  77. *ClickUpgrade2
  78. name:Double Hands
  79. desc:Did you think the price would multiply by 2? Well, it doesn't. Clicking multiplied by 3.
  80. cost:3000 Code
  81. passive:increase Code yield of WriteCode by 3
  82. req:30 Rock
  83. req:17 Monkey
  84. req:3 Friend
  85.  
  86. *RockUpgrade1
  87. name:Bigger Rocks
  88. desc:Slowly, but surely. Rock's code per second multiplied by 10.
  89. cost:250 Code
  90. passive:increase Code yield of Rock by 0.09
  91. req:10 Rock
  92.  
  93. *RockUpgrade2
  94. name:Bigger-er Rocks
  95. desc:... And many more -er's. Rock's code per second added by 0.2.
  96. cost:1000 Code
  97. passive:increase Code yield of Rock by 0.2
  98. req:17 Rock
  99.  
  100. *MonkeyUpgrade1
  101. name:Keyboard Focusing
  102. desc:Stop your monkeys from knocking over your coffee. Monkeys code per second multiplied by 2.
  103. cost:750 Code
  104. passive:increase Code yield of Monkey by 0.15
  105. req:10 Monkey
  106.  
  107. *FriendUpgrade1
  108. name:Nicer Friends
  109. desc:Stop your friends from throwing the rocks you got. Rock's code per second multiplied by 2, and Friends code per second multiplied by 1.5.
  110. cost:2777 Code
  111. passive:increase Code yield of Rock by 0.1
  112. passive:increase Code yield of Friend by 3.7
  113. req:7 Friend
  114.  
  115. Achievements
  116.  
  117. *About
  118. name:About The Game
  119. desc:Idle Coding: Remastered is a remake of Idle Coding, it is designed to be very deep with lots of content that can take days - even weeks to play! If you need help, check out the tips section.
  120. req:0 Code
  121.  
  122. *Tips
  123. name:Tips
  124. desc:Upgrades don't have a pattern, so there's no expecting a new upgrade. This means that that one building can have a huge boost on progression. Focus on early game buildings! Sometimes, a good upgrade can be hidden by a rock that can help your progression or unlock a new building.
  125. req:0 Code
  126.  
  127. Settings
  128. building cost increase:115%
  129. building cost refund:50%
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement