Advertisement
Trevin

Idle Game Maker Game!

Jun 29th, 2016
1,169
0
Never
1
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.49 KB | None | 0 0
  1. Let's make a game!
  2. -Idle game maker!
  3. -by Trevin
  4. -version 0.1
  5. -created 6/29/16
  6. -last updated on 6/29/16
  7.  
  8. Settings :
  9. -prices increase by 115%
  10. -selling back gives 100%
  11. -resources are visible 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.  
  17. boxes : main (resources, clickables); store (buildings, upgrades); achievements, title, save
  18. -achievements go in the achievements box
  19. -title goes in the title box
  20. -save goes in the save box
  21. -resources go in the main box
  22. -clickables go in the main box
  23. -buildings go in the store box
  24. -upgrades go in the store box
  25. -show log
  26. background : #5858FA
  27. text color : #0000FF
  28. custom stylesheet : http://pastebin.com/xG7RxErq
  29.  
  30. Resources :
  31.  
  32. *Apoint
  33. -abstract
  34.  
  35. *zero
  36. -abstract
  37.  
  38. *Timespent
  39. -displayed as You've spent %a second%s making this....
  40.  
  41. *Thoughts
  42. -displayed as You've thinked %a Thought%s
  43.  
  44. *Ideas
  45. -displayed as You've had %a Idea%s
  46.  
  47. *GoodIdeas
  48. -displayed as You've had %a Good Idea%s
  49.  
  50. *Point
  51. -displayed as You have %a Point%s
  52.  
  53. Clickables :
  54.  
  55. *Start
  56. -named Start!
  57. -visible
  58. -builds 1 Timer
  59. -locks Start
  60. -unlocks Gameinfo, Think
  61. -gives 1 Apoint
  62.  
  63. *Think
  64. -named Braining
  65. -gives 1 Thoughts 10% of the time
  66. -gives 1 Ideas 1% of the time
  67. -gives 1 GoodIdeas .5% of the time
  68.  
  69. *Click1
  70. -named Click
  71. -gives 1 Point
  72.  
  73. Buildings :
  74.  
  75. *Timer
  76. -gives 1 Timespent, .083333333333333333333333333333333333333333 Thoughts, .0166666666666666666666666666666666666667 Ideas, .000277777777777777777777777777777777777778 GoodIdeas
  77. -abstract
  78.  
  79. *PointBuilding1
  80. -named Pointer
  81. -"Gives <b>.1</b> Points!<br><i>How original... You should work harder!</i>"
  82. -gives .1 Point
  83. -costs 10 Point
  84.  
  85. Upgrades :
  86.  
  87. *Gameinfo
  88. -named Game Info
  89. -"Go away, you haven't made this yet! Oh what? You've started already? All ripe, then...<br>This game is simple, you should already know how to play. You are after all making it.... Just wait for some ideas to come to you!<br> We've started you off with a few resources, but that's all you get."
  90.  
  91. *UpgradeT1Unlock
  92. -named Create Tier 1 Upgrades!
  93. -"Great Idea! Having some upgrades will help a lot and make your game more fun!"
  94. -unlocks at 1 GoodIdeas
  95. -costs 1 GoodIdeas
  96. -unlocks PointBuilding1Upgrade1, Click1Upgrade1
  97.  
  98. *Clickable1
  99. -named The first clickable!
  100. -"These are kinda important, you should probably make one...<br><i>Now may be a good time to start thinking about where you want to go with this game, if you don't already know...</i>""
  101. -unlocks at 1 Thoughts
  102. -costs 5 Ideas
  103. -unlocks Click1
  104.  
  105. *Clickable1prog
  106. -named Now what? A building?
  107. -"You made a clickable but not anything for it to do? Come on...<br>Making a building will help!<br><i>You still need to figure out the direction you're taking this!</i>"
  108. -unlocks at 10 Point
  109. -costs 1 Ideas
  110. -unlocks PointBuilding1
  111.  
  112. *Click1Upgrade1
  113. -named Click click
  114. -"Doubles manual Click clicking...<br><i>Why don't you just click faster???</i>"
  115. -costs 100 Point
  116.  
  117. *PointBuilding1Upgrade1
  118. -named Both hands!
  119. -"Doubles the output of Pointers!<br><i>It's really that simple... You should have thought of this</i>"
  120. -costs 250 point
  121.  
  122. Achievements :
  123.  
  124. *A1
  125. -named It's a start!
  126. -"<i>Literally</i><br>You can click a button, good job..."
  127. -requires 1 Apoint
Advertisement
Comments
Add Comment
Please, Sign In to add comment
Advertisement