pilotofsomething

[IGM]Multiplicative Idle v2

Oct 3rd, 2015
550
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  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 a
  24. builds 1 a
  25. Buildings :
  26. *timer
  27. abstract
  28. gives 1 time
  29. starts at 1
  30. *a
  31. named A
  32. costs 9999999999999999999999 a
  33. "A basic building. Gives nothing."
  34. *aa
  35. named Aa
  36. builds 1 a
  37. costs 100 a
  38. *ab
  39. named Ab
  40. builds 1 aa
  41. costs 1000 aa
  42. *ac
  43. named Ac
  44. builds 1 ab
  45. costs 10000 ab
  46. *ad
  47. named Ad
  48. builds 1 ac
  49. costs 100000 ac
  50. *b
  51. named B
  52. builds 1 ad
  53. costs 100 ad
  54. costs 1000000 a
  55. *ba
  56. named Ba
  57. builds 1 b
  58. costs 1000 b
  59. costs 1000000000 aa
  60. *bb
  61. named Bb
  62. builds 1 ba
  63. costs 10000 ba
  64. costs 1000000000000 ab
  65. *bc
  66. named Bc
  67. builds 1 bb
  68. costs 100000 bb
  69. costs 1000000000000000 ac
  70. *bd
  71. named Bd
  72. builds 1 bc
  73. costs 1000000 bc
  74. costs 1000000000000000000 ad
  75. *c
  76. named C
  77. builds 1 bd
  78. costs 100 bd
  79. costs 1000000 b
  80. costs 1000000000 a
  81. *ca
  82. named Ca
  83. builds 1 c
  84. costs 1000 c
  85. costs 1000000000 ba
  86. costs 1000000000000 ab
  87. costs
  88. *cb
  89. named Cb
  90. builds 1 ca
  91. costs 10000 ca
  92. costs 1000000000000 bb
  93. costs 1000000000000000 ab
  94. *cc
  95. named Cc
  96. builds 1 cb
  97. costs 100000 cb
  98. costs 1000000000000000 bc
  99. costs 1000000000000000000 ac
  100. *cd
  101. named Cd
  102. builds 1 cc
  103. costs 1000000 cc
  104. costs 1000000000000000000 bd
  105. costs 1000000000000000000000 ad
  106.  
  107. Upgrades :
  108. *learning
  109. named Learning
  110. costs 1 ad
  111. "Increases production Ad by <b>0.000001%</b> for each second you have played"
  112. multiplies efficiency of ad by 0.000001% per time
  113. unlocks at 1 ac
  114. *win
  115. named Win the Game
  116. "You have won. Makes Cd <b>twice</b> as efficient."
  117. costs 1 cd
  118. multiplies efficiency of cd by 200%
  119. unlocks at 1 cd
  120.  
  121. Achievements :
  122. *play
  123. named Thanks for playing!
  124. "v2.0"
  125. visible
Add Comment
Please, Sign In to add comment