pilotofsomething

[IGM]Multiplicative Idle

Oct 2nd, 2015
316
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.08 KB | None | 0 0
  1. Let's make a game!
  2. Multiplicative Idle
  3. by pilotofsomething
  4. version 1.0.2
  5.  
  6. Settings :
  7. prices increase by 120%
  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. *cash
  19. displayed as $%a
  20. *totalcash
  21. displayed as You have made $%a so far.
  22. *diamond
  23. displayed as %a Diamond%s
  24. *time
  25. displayed as You have played for %a second%s
  26.  
  27. Clickables :
  28. *click
  29. named GET MONEY
  30. gives 1 cash
  31. gives 1 totalcash
  32. *findDiamond
  33. named Find Diamond
  34. gives 15 diamond
  35. hidden
  36. unlocks at 1 b
  37.  
  38. Buildings :
  39. *timer
  40. abstract
  41. gives 1 time
  42. starts at 1
  43. *a
  44. named A
  45. gives 1 cash
  46. gives 1 totalcash
  47. costs 10 cash
  48. "A basic building. Gives <b>$1</b> per second."
  49. *aa
  50. named Aa
  51. builds 1 a
  52. costs 100 cash
  53. *ab
  54. named Ab
  55. builds 1 aa
  56. costs 10000 cash
  57. *ac
  58. named Ac
  59. builds 1 ab
  60. costs 100000000 cash
  61. *ad
  62. named Ad
  63. builds 1 ac
  64. costs 10000000000000000 cash
  65. *b
  66. named B
  67. builds 1 ad
  68. gives 1.5 diamond
  69. costs 1000000000000 cash
  70. costs 1 ad
  71. *ba
  72. named Ba
  73. builds 1 b
  74. costs 1000 diamond
  75. *bb
  76. named Bb
  77. builds 1 ba
  78. costs 1000000 diamond
  79. *bc
  80. named Bc
  81. builds 1 bb
  82. costs 10000000000000 diamond
  83. *bd
  84. named Bd
  85. builds 1 bc
  86. costs 10000000000000000000 diamond
  87. *c
  88. named C
  89. builds 1 bd
  90. costs 10000000000000000000000000 diamond
  91. costs 1 bd
  92. *ca
  93. named Ca
  94. builds 1 c
  95. costs 10000000000000000000000000000000 diamond
  96. *cb
  97. named Cb
  98. builds 1 ca
  99. costs 10000000000000000000000000000000000000000 diamond
  100. *cc
  101. named Cc
  102. builds 1 cb
  103. costs 1000000000000000000000000000000000000000000000000 diamond
  104. *cd
  105. named Cd
  106. builds 1 cc
  107. costs 1000000000000000000000000000000000000000000000000000000000 diamond
  108.  
  109. Upgrades :
  110. *learning
  111. named Learning
  112. costs 1 ad
  113. "Increases total cash production by <b>0.0001%</b> for each second you have played"
  114. multiplies efficiency of a by 0.0001% per time
  115. unlocks at 1000 totalcash
  116. *win
  117. named Win the Game
  118. "You have won. Makes Cd <b>twice</b> as efficient."
  119. costs 1 cd
  120. multiplies efficiency of cd by 200%
  121. unlocks at 1 cd
  122.  
  123. Achievements :
  124. *1
  125. image : http://i.imgur.com/voQmfDo.png
  126. unlocks at 1 totalcash
  127. "Make 1 cash."
  128. *2
  129. image : http://i.imgur.com/I9kTbg6.png
  130. unlocks at 2 totalcash
  131. "Make 2 cash."
  132. *4
  133. image : http://i.imgur.com/TedVaky.png
  134. unlocks at 4 totalcash
  135. "Make 4 cash."
  136. *16
  137. image : http://i.imgur.com/Vah4muk.png
  138. unlocks at 16 totalcash
  139. "Make 16 cash. <i>Oh I get it. It is just squares of the previous number!</i> -Jebidiah Kerman"
  140. *256
  141. image : http://i.imgur.com/fqoK8Cc.png
  142. unlocks at 256 totalcash
  143. "Make 256 cash"
  144. *65536
  145. image : http://i.imgur.com/QFVIn6m.png
  146. unlocks at 65536 totalcash
  147. "Make 65536 cash."
  148. *4294967296
  149. image : http://i.imgur.com/H0ZEJP0.png
  150. unlocks at 4294967296 totalcash
  151. "Make 4294967296 cash."
  152. *18446744073709551616
  153. image : http://i.imgur.com/yapNXp3.png
  154. unlocks at 18446744073709551616 totalcash
  155. "Make 18446744073709551616 cash."
Add Comment
Please, Sign In to add comment