Advertisement
Trevin

[Idle Game Maker] Multiplicative Idle

Apr 10th, 2016
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.07 KB | None | 0 0
  1. Let's make a game!
  2. Multiplicative Idle
  3. by pilotofsomething
  4. version 2.0
  5.  
  6. Settings :
  7. prices increase by 100%
  8. selling gives back 0%
  9. resources are visible by default
  10. buildings are visible by default
  11. upgrades are hidden by default
  12. achievement are hidden by default
  13. clickables are visible by default
  14. custom stylesheet : http://pastebin.com/raw.php?i=yywdkR3a
  15. hide log
  16.  
  17. Resources :
  18. *time
  19. displayed as You have played for %a second%s
  20.  
  21. Clickables :
  22. *click
  23. named I
  24. builds 1 I
  25.  
  26. Buildings :
  27. *timer
  28. abstract
  29. gives 1 time
  30. starts at 1
  31.  
  32. *I
  33. named I
  34. costs 9999999999999999999999 I
  35. "A basic building. Gives nothing."
  36. *II
  37. named II
  38. builds 1 I
  39. costs 100 I
  40.  
  41. *III
  42. named III
  43. builds 1 II
  44. costs 1000 II
  45.  
  46. *IV
  47. named IV
  48. builds 1 III
  49. costs 10000 III
  50.  
  51. *V
  52. named V
  53. builds 1 IV
  54. costs 100000 IV
  55.  
  56. *VI
  57. named VI
  58. builds 1 V
  59. costs 100 V
  60. costs 1000000 I
  61. *ba
  62. named Ba
  63. builds 1 b
  64. costs 1000 b
  65. costs 1000000000 aa
  66. *bb
  67. named Bb
  68. builds 1 ba
  69. costs 10000 ba
  70. costs 1000000000000 ab
  71. *bc
  72. named Bc
  73. builds 1 bb
  74. costs 100000 bb
  75. costs 1000000000000000 ac
  76. *bd
  77. named Bd
  78. builds 1 bc
  79. costs 1000000 bc
  80. costs 1000000000000000000 ad
  81. *c
  82. named C
  83. builds 1 bd
  84. costs 100 bd
  85. costs 1000000 b
  86. costs 1000000000 a
  87. *ca
  88. named Ca
  89. builds 1 c
  90. costs 1000 c
  91. costs 1000000000 ba
  92. costs 1000000000000 ab
  93. costs
  94. *cb
  95. named Cb
  96. builds 1 ca
  97. costs 10000 ca
  98. costs 1000000000000 bb
  99. costs 1000000000000000 ab
  100. *cc
  101. named Cc
  102. builds 1 cb
  103. costs 100000 cb
  104. costs 1000000000000000 bc
  105. costs 1000000000000000000 ac
  106. *cd
  107. named Cd
  108. builds 1 cc
  109. costs 1000000 cc
  110. costs 1000000000000000000 bd
  111. costs 1000000000000000000000 ad
  112.  
  113. Upgrades :
  114. *learning
  115. named Learning
  116. costs 1 ad
  117. "Increases production Ad by <b>0.000001%</b> for each second you have played"
  118. multiplies efficiency of ad by 0.000001% per time
  119. unlocks at 1 ac
  120. *win
  121. named Win the Game
  122. "You have won. Makes Cd <b>twice</b> as efficient."
  123. costs 1 cd
  124. multiplies efficiency of cd by 200%
  125. unlocks at 1 cd
  126.  
  127. Achievements :
  128. *play
  129. named Thanks for playing!
  130. "v2.0"
  131. visible
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement