Jacorb90

I Don't Even Know

Sep 21st, 2018
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.38 KB | None | 0 0
  1. Let's make a game!
  2.  
  3. name:I Don't Even Know
  4. created:21/09/2018
  5. updated:21/09/2018
  6. version:0.0.1
  7.  
  8. Settings
  9. building cost increase:110%
  10. building cost refund:0.0000000000000001%
  11.  
  12. Layout
  13. *main
  14. contains:res
  15. *res
  16. contains:Resources
  17. class:fullWidth
  18. *store
  19. contains:upgrades, buildings
  20. *buildings
  21. contains:Buildings
  22. header:Buildings
  23. *upgrades
  24. contains:Upgrades
  25. header:Upgrades
  26.  
  27. Resources
  28. *Gold
  29. name:Gold
  30. desc:Your gold.
  31. *Gem|Gems
  32. name:Gem|Gems
  33. desc:Your gems. Boosts your production.
  34. hidden when 0
  35. *TotalGold
  36. name:Total Gold
  37. desc:Your total gold
  38.  
  39. Buildings
  40. *GoldMine1
  41. name:Gold Mine 1
  42. desc:Your first gold mine
  43. on tick:yield 1 Gold
  44. cost:10 Gold
  45. tag:Building
  46. *GoldMine2
  47. name:Gold Mine 2
  48. desc:Your second gold mine
  49. on tick:yield 5 Gold
  50. req:25 GoldMine1
  51. cost:100 Gold
  52. tag:Building
  53. *GoldMine3
  54. name:Gold Mine 3
  55. desc:Your third gold mine
  56. on tick:yield 25 Gold
  57. req:25 GoldMine2
  58. cost:1000 Gold
  59. tag:Building
  60. *GoldMine4
  61. name:Gold Mine 4
  62. desc:Your fourth gold mine
  63. on tick:yield 125 Gold
  64. req:25 GoldMine3
  65. cost:10000 Gold
  66. tag:Building
  67. *GoldMine5
  68. name:Gold Mine 5
  69. desc:Your fifth gold mine
  70. on tick:yield 625 Gold
  71. req:25 GoldMine4
  72. cost:100000 Gold
  73. tag:Building
  74. *GoldMineX
  75. name:Gold Mine X
  76. desc:A special gold mine.
  77. on tick:yield 10000 Gold
  78. req:25 GoldMine5
  79. cost:100000000 Gold
  80. tag:Building
  81. cost increase:200%
  82.  
  83. Upgrades
  84. *GoldUnlock
  85. name:Gold Unlock
  86. desc:Unlocks gold!
  87. on earn:yield 10 Gold
  88. on earn:yield 10 TotalGold
  89. tag:Upgrade
  90. on tick:yield (Gold:ps) TotalGold
  91. *GemUnlock
  92. name:Gem Unlock
  93. desc:Unlocks the power of gems
  94. passive:multiply yield of tag:Building by (1+0.01*Gems)
  95. req:1 Gem
  96. tag:Upgrade
  97. *GoldMineBoost1
  98. name:Gold Mine Boost 1
  99. desc:Your first gold mine boost
  100. passive:multiply yield of tag:Building by 1.5
  101. req:10 GoldMine1
  102. cost:50 Gold
  103. tag:Upgrade
  104. *GoldMineBoost2
  105. name:Gold Mine Boost 2
  106. desc:Your second gold mine boost
  107. passive:multiply yield of tag:Building by 1.5
  108. req:10 GoldMine2
  109. cost:500 Gold
  110. tag:Upgrade
  111. *GoldMineBoost3
  112. name:Gold Mine Boost 3
  113. desc:Your third gold mine boost
  114. passive:multiply yield of tag:Building by 1.5
  115. req:10 GoldMine3
  116. cost:5000 Gold
  117. tag:Upgrade
  118. *GoldMineBoost4
  119. name:Gold Mine Boost 4
  120. desc:Your fourth gold mine boost
  121. passive:multiply yield of tag:Building by 1.5
  122. req:10 GoldMine4
  123. cost:50000 Gold
  124. tag:Upgrade
  125. *GoldMineBoost5
  126. name:Gold Mine Boost 5
  127. desc:Your fifth gold mine boost
  128. passive:multiply yield of tag:Building by 1.5
  129. req:10 GoldMine5
  130. cost:500000 Gold
  131. tag:Upgrade
  132. *GoldMineBoost6
  133. name:Gold Mine Boost 6
  134. desc:Your sixth gold mine boost
  135. passive:multiply yield of tag:Building by 2
  136. req:100 GoldMine1
  137. cost:250000 Gold
  138. tag:Upgrade
  139. *GoldMineBoost7
  140. name:Gold Mine Boost 7
  141. desc:Your seventh gold mine boost
  142. passive:multiply yield of tag:Building by 2
  143. req:100 GoldMine2
  144. cost:2500000 Gold
  145. tag:Upgrade
  146. *GoldMineBoost8
  147. name:Gold Mine Boost 8
  148. desc:Your eighth gold mine boost
  149. passive:multiply yield of tag:Building by 2
  150. req:100 GoldMine3
  151. cost:25000000 Gold
  152. tag:Upgrade
  153. *GoldMineBoost9
  154. name:Gold Mine Boost 9
  155. desc:Your ninth gold mine boost
  156. passive:multiply yield of tag:Building by 2
  157. req:100 GoldMine4
  158. cost:250000000 Gold
  159. tag:Upgrade
  160. *GoldMineBoost10
  161. name:Gold Mine Boost 10
  162. desc:Your tenth gold mine boost
  163. passive:multiply yield of tag:Building by 2
  164. req:100 GoldMine5
  165. cost:2500000000 Gold
  166. tag:Upgrade
  167. *GoldMineBoost11
  168. name:Gold Mine Boost 11
  169. desc:Your eleventh gold mine boost
  170. passive:multiply yield of tag:Building by 3
  171. passive:multiply yield of GoldMine1 by 5
  172. req:200 GoldMine1
  173. cost:3000000000 Gold
  174. tag:Upgrade
  175. *GoldMineBoost12
  176. name:Gold Mine Boost 12
  177. desc:Your twelfth gold mine boost
  178. passive:multiply yield of tag:Building by 3
  179. passive:multiply yield of GoldMine1 by 5
  180. passive:multiply yield of GoldMine2 by 5
  181. req:200 GoldMine2
  182. cost:30000000000 Gold
  183. tag:Upgrade
  184. *GoldMineBoost13
  185. name:Gold Mine Boost 13
  186. desc:Your thirteenth gold mine boost
  187. passive:multiply yield of tag:Building by 3
  188. passive:multiply yield of GoldMine1 by 5
  189. passive:multiply yield of GoldMine2 by 5
  190. passive:multiply yield of GoldMine3 by 5
  191. req:200 GoldMine3
  192. cost:300000000000 Gold
  193. tag:Upgrade
  194. *GoldMineBoost14
  195. name:Gold Mine Boost 14
  196. desc:Your fourteenth gold mine boost
  197. passive:multiply yield of tag:Building by 3
  198. passive:multiply yield of GoldMine1 by 5
  199. passive:multiply yield of GoldMine2 by 5
  200. passive:multiply yield of GoldMine3 by 5
  201. passive:multiply yield of GoldMine4 by 5
  202. req:200 GoldMine4
  203. cost:3000000000000 Gold
  204. tag:Upgrade
  205. *GoldMineBoost15
  206. name:Gold Mine Boost 15
  207. desc:Your fifteenth gold mine boost
  208. passive:multiply yield of tag:Building by 3
  209. passive:multiply yield of GoldMine1 by 5
  210. passive:multiply yield of GoldMine2 by 5
  211. passive:multiply yield of GoldMine3 by 5
  212. passive:multiply yield of GoldMine4 by 5
  213. passive:multiply yield of GoldMine5 by 5
  214. req:200 GoldMine5
  215. cost:500000000000000 Gold
  216. tag:Upgrade
  217. *GoldMineBoost16
  218. name:Gold Mine Boost 16
  219. desc:Your sixteenth gold mine boost
  220. passive:multiply yield of tag:Building by 20
  221. req:300 GoldMine1
  222. req:300 GoldMine2
  223. req:300 GoldMine3
  224. req:300 GoldMine4
  225. req:300 GoldMine5
  226. cost:3e+18 Gold
  227. tag:Upgrade
  228. *GoldMineBoost17
  229. name:Gold Mine Boost 17
  230. desc:Your seventeenth gold mine boost
  231. passive:multiply yield of tag:Building by 20
  232. req:400 GoldMine1
  233. req:400 GoldMine2
  234. req:400 GoldMine3
  235. req:400 GoldMine4
  236. req:400 GoldMine5
  237. cost:3e+22 Gold
  238. tag:Upgrade
  239. *GoldMineBoost18
  240. name:Gold Mine Boost 18
  241. desc:Your eighteenth gold mine boost
  242. passive:multiply yield of tag:Building by 20
  243. req:500 GoldMine1
  244. req:500 GoldMine2
  245. req:500 GoldMine3
  246. req:500 GoldMine4
  247. req:500 GoldMine5
  248. cost:3e+26 Gold
  249. tag:Upgrade
  250. *GoldMineBoost19
  251. name:Gold Mine Boost 19
  252. desc:Your nineteenth gold mine boost
  253. passive:multiply yield of tag:Building by 20
  254. req:750 GoldMine1
  255. req:750 GoldMine2
  256. req:750 GoldMine3
  257. req:750 GoldMine4
  258. req:750 GoldMine5
  259. cost:3e+37 Gold
  260. tag:Upgrade
  261. *GoldMineBoost20
  262. name:Gold Mine Boost 20
  263. desc:Your twentieth gold mine boost
  264. passive:multiply yield of tag:Building by 20
  265. req:1000 GoldMine1
  266. req:1000 GoldMine2
  267. req:1000 GoldMine3
  268. req:1000 GoldMine4
  269. req:1000 GoldMine5
  270. cost:1e+50 Gold
  271. tag:Upgrade
  272. *GoldMineBoostX1
  273. name:Gold Mine Boost X1
  274. desc:Your ?th gold mine boost
  275. passive:multiply yield of tag:Building by 5
  276. req:5 GoldMineX
  277. cost:32000000000 Gold
  278. tag:Upgrade
  279. *GoldMineBoostX2
  280. name:Gold Mine Boost X2
  281. desc:Your ??th gold mine boost
  282. passive:multiply yield of tag:Building by 5
  283. req:10 GoldMineX
  284. cost:1024000000000 Gold
  285. tag:Upgrade
  286. *GoldMineBoostX3
  287. name:Gold Mine Boost X3
  288. desc:Your ???th gold mine boost
  289. passive:multiply yield of tag:Building by 10
  290. req:20 GoldMineX
  291. cost:1e+15 Gold
  292. tag:Upgrade
  293. *GoldMineBoostX4
  294. name:Gold Mine Boost X4
  295. desc:Your ????th gold mine boost
  296. passive:multiply yield of tag:Building by 30
  297. req:50 GoldMineX
  298. cost:1.13e+23 Gold
  299. tag:Upgrade
  300. *GoldMineBoostX5
  301. name:Gold Mine Boost X5
  302. desc:Your ?????th gold mine boost
  303. passive:multiply yield of tag:Building by 50
  304. req:100 GoldMineX
  305. cost:1.3e+38 Gold
  306. tag:Upgrade
  307. *Abdicate
  308. name:Abdicate
  309. desc:Reset to get [pow(TotalGold/1000000,0.5)] Gems
  310. req:1000000 Gold:max
  311. req:1000000 TotalGold
  312. tag:Upgrade
  313. on earn:yield pow(TotalGold/1000000,0.5) Gems
  314. on earn:lose tag:Upgrade
  315. on earn:yield (-Gold) Gold
  316. on earn:yield (-TotalGold) TotalGold
  317. on earn:lose 100000 tag:Building
  318. *GemBoost1
  319. name:Gem Boost 1
  320. desc:Your first gem boost
  321. passive:multiply yield of GemUnlock by 1.1
  322. tag:Upgrade
  323. req:have GemUnlock
  324. req:1000000000 TotalGold
  325. cost:1000000000 Gold
  326. *GemBoost2
  327. name:Gem Boost 2
  328. desc:Your second gem boost
  329. passive:multiply yield of GemUnlock by 1.1
  330. tag:Upgrade
  331. req:have GemBoost1
  332. req:1000000000000 TotalGold
  333. cost:1e+12 Gold
  334. *GemBoost3
  335. name:Gem Boost 3
  336. desc:Your third gem boost
  337. passive:multiply yield of GemUnlock by 1.1
  338. tag:Upgrade
  339. req:have GemBoost2
  340. req:1000000000000000 TotalGold
  341. cost:1e+15 Gold
  342. *GemBoost4
  343. name:Gem Boost 4
  344. desc:Your fourth gem boost
  345. passive:multiply yield of GemUnlock by 1.1
  346. tag:Upgrade
  347. req:have GemBoost3
  348. req:1000000000000000000 TotalGold
  349. cost:1e+18 Gold
  350. *GemBoost5
  351. name:Gem Boost 5
  352. desc:Your fifth gem boost
  353. passive:multiply yield of GemUnlock by 1.2
  354. tag:Upgrade
  355. req:have GemBoost4
  356. req:1000000000000000000000 TotalGold
  357. cost:1e+21 Gold
Add Comment
Please, Sign In to add comment