Advertisement
Trevin

My Game

Feb 25th, 2018
224
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.36 KB | None | 0 0
  1. Let's make a game!
  2. name:NGC Man's Game
  3. by:Nintendo Gamecube Man
  4. desc:A competition to have the most (finite) buildings! Each buildings cost is multiplied by 10, and its production is multiplied by 2. (e.g. Building 1 costs 1 and gives 1/sec, Building 2 costs 10 and gives 2/sec, etc.) Upgrades cost buildings, so be careful! The boost multiplier increases by 1. (e.g. Boost 1 = x2, Boost 2 = x3)
  5. created:2/25/2018
  6. updated:2/25/2018
  7. version:1
  8.  
  9. Resources
  10. *Neutrons
  11. name:Neutrons
  12. desc:The first currency in the game.
  13. start with:1
  14.  
  15. Buildings
  16. *Building1
  17. name:Building 1
  18. cost:1 Neutrons
  19. on tick:yield 1 Neutrons
  20.  
  21. *Building2
  22. name:Building 2
  23. cost:10 Neutrons
  24. on tick:yield 2 Neutrons
  25.  
  26. *Building3
  27. name:Building 3
  28. cost:100 Neutrons
  29. on tick:yield 4 Neutrons
  30.  
  31. *Building4
  32. name:Building 4
  33. cost:1000 Neutrons
  34. on tick:yield 8 Neutrons
  35.  
  36. *Building5
  37. name:Building 5
  38. cost:10000 Neutrons
  39. on tick:yield 16 Neutrons
  40.  
  41. *Building6
  42. name:Building 6
  43. cost:100000 Neutrons
  44. on tick:yield 32 Neutrons
  45.  
  46. *Building7
  47. name:Building 7
  48. cost:1000000 Neutrons
  49. on tick:yield 64 Neutrons
  50.  
  51. *Building8
  52. name:Building 8
  53. cost:10000000 Neutrons
  54. on tick:yield 128 Neutrons
  55.  
  56. *Building9
  57. name:Building 9
  58. cost:100000000 Neutrons
  59. on tick:yield 256 Neutrons
  60.  
  61. *Building10
  62. name:Building 10
  63. cost:1000000000 Neutrons
  64. on tick:yield 512 Neutrons
  65.  
  66. *Building11
  67. name:Building 11
  68. cost:10000000000 Neutrons
  69. on tick:yield 1024 Neutrons
  70.  
  71. *Building12
  72. name:Building 12
  73. cost:100000000000 Neutrons
  74. on tick:yield 2048 Neutrons
  75.  
  76. *Building13
  77. name:Building 13
  78. cost:1000000000000 Neutrons
  79. on tick:yield 4096 Neutrons
  80.  
  81. *Building14
  82. name:Building 14
  83. cost:10000000000000 Neutrons
  84. on tick:yield 8192 Neutrons
  85.  
  86. *Building15
  87. name:Building 15
  88. cost:100000000000000 Neutrons
  89. on tick:yield 16384 Neutrons
  90.  
  91. *Building16
  92. name:Building 16
  93. cost:1000000000000000 Neutrons
  94. on tick:yield 32768 Neutrons
  95.  
  96. *Building17
  97. name:Building 17
  98. cost:10000000000000000 Neutrons
  99. on tick:yield 65536 Neutrons
  100.  
  101. *Building18
  102. name:Building 18
  103. cost:100000000000000000 Neutrons
  104. on tick:yield 131072 Neutrons
  105.  
  106. *Building19
  107. name:Building 19
  108. cost:1000000000000000000 Neutrons
  109. on tick:yield 262144 Neutrons
  110.  
  111. *Building20
  112. name:Building 20
  113. cost:10000000000000000000 Neutrons
  114. on tick:yield 524288 Neutrons
  115.  
  116. *Building21
  117. name:Building 21
  118. cost:10000000000000000000 Neutrons
  119. on tick:yield 1048576 Neutrons
  120.  
  121. *Building22
  122. name:Building 22
  123. cost:100000000000000000000 Neutrons
  124. on tick:yield 2097152 Neutrons
  125.  
  126. *Building23
  127. name:Building 23
  128. cost:1000000000000000000000 Neutrons
  129. on tick:yield 4194304 Neutrons
  130.  
  131. *Building24
  132. name:Building 24
  133. cost:10000000000000000000000 Neutrons
  134. on tick:yield 8388608 Neutrons
  135.  
  136. *Building25
  137. name:Building 25
  138. cost:100000000000000000000000 Neutrons
  139. on tick:yield 16777216 Neutrons
  140.  
  141. *Building26
  142. name:Building 26
  143. cost:1000000000000000000000000 Neutrons
  144. on tick:yield 33554432 Neutrons
  145.  
  146. *Building27
  147. name:Building 27
  148. cost:10000000000000000000000000 Neutrons
  149. on tick:yield 67108864 Neutrons
  150.  
  151. *Building28
  152. name:Building 28
  153. cost:100000000000000000000000000 Neutrons
  154. on tick:yield 134217728 Neutrons
  155.  
  156. *Building29
  157. name:Building 29
  158. cost:1000000000000000000000000000 Neutrons
  159. on tick:yield 268435456 Neutrons
  160.  
  161. *Building30
  162. name:Building 30
  163. cost:10000000000000000000000000000 Neutrons
  164. on tick:yield 536870912 Neutrons
  165.  
  166. *Building31
  167. name:Building 31
  168. cost:100000000000000000000000000000 Neutrons
  169. on tick:yield 1000000000 Neutrons
  170.  
  171. *Building32
  172. name:Building 32
  173. cost:1000000000000000000000000000000 Neutrons
  174. on tick:yield 2000000000 Neutrons
  175.  
  176. *Building33
  177. name:Building 33
  178. cost:10000000000000000000000000000000 Neutrons
  179. on tick:yield 4000000000 Neutrons
  180.  
  181. *Building34
  182. name:Building 34
  183. cost:100000000000000000000000000000000 Neutrons
  184. on tick:yield 8000000000 Neutrons
  185.  
  186. *Building35
  187. name:Building 35
  188. cost:1000000000000000000000000000000000 Neutrons
  189. on tick:yield 16000000000 Neutrons
  190.  
  191. *Building36
  192. name:Building 36
  193. cost:10000000000000000000000000000000000 Neutrons
  194. on tick:yield 32000000000 Neutrons
  195.  
  196. *Building37
  197. name:Building 37
  198. cost:100000000000000000000000000000000000 Neutrons
  199. on tick:yield 65000000000 Neutrons
  200.  
  201. *Building38
  202. name:Building 38
  203. cost:1000000000000000000000000000000000000 Neutrons
  204. on tick:yield 131000000000 Neutrons
  205.  
  206. *Building39
  207. name:Building 39
  208. cost:10000000000000000000000000000000000000 Neutrons
  209. on tick:yield 262000000000 Neutrons
  210.  
  211. *Building40
  212. name:Building 40
  213. cost:100000000000000000000000000000000000000 Neutrons
  214. on tick:yield 524000000000 Neutrons
  215.  
  216. *Building41
  217. name:Building 41
  218. cost:100000000000000000000000000000000000000 Neutrons
  219. on tick:yield 1000000000000 Neutrons
  220.  
  221. *Building42
  222. name:Building 42
  223. cost:1000000000000000000000000000000000000000 Neutrons
  224. on tick:yield 2000000000000 Neutrons
  225.  
  226. *Building43
  227. name:Building 43
  228. cost:10000000000000000000000000000000000000000 Neutrons
  229. on tick:yield 4000000000000 Neutrons
  230.  
  231. *Building44
  232. name:Building 44
  233. cost:100000000000000000000000000000000000000000 Neutrons
  234. on tick:yield 8000000000000 Neutrons
  235.  
  236. *Building45
  237. name:Building 45
  238. cost:1000000000000000000000000000000000000000000 Neutrons
  239. on tick:yield 16000000000000 Neutrons
  240.  
  241. *Building46
  242. name:Building 46
  243. cost:10000000000000000000000000000000000000000000 Neutrons
  244. on tick:yield 32000000000000 Neutrons
  245.  
  246. *Building47
  247. name:Building 47
  248. cost:100000000000000000000000000000000000000000000 Neutrons
  249. on tick:yield 64000000000000 Neutrons
  250.  
  251. *Building48
  252. name:Building 48
  253. cost:1000000000000000000000000000000000000000000000 Neutrons
  254. on tick:yield 128000000000000 Neutrons
  255.  
  256. *Building49
  257. name:Building 49
  258. cost:10000000000000000000000000000000000000000000000 Neutrons
  259. on tick:yield 256000000000000 Neutrons
  260.  
  261. *Building50
  262. name:Building 50
  263. cost:100000000000000000000000000000000000000000000000 Neutrons
  264. on tick:yield 512000000000000 Neutrons
  265.  
  266. *Building51
  267. name:Building 51
  268. cost:1000000000000000000000000000000000000000000000000 Neutrons
  269. on tick:yield 1000000000000000 Neutrons
  270.  
  271. *Building52
  272. name:Building 52
  273. cost:10000000000000000000000000000000000000000000000000 Neutrons
  274. on tick:yield 2000000000000000 Neutrons
  275.  
  276. *Building53
  277. name:Building 53
  278. cost:1000000000000000000000000000000000000000000000000000 Neutrons
  279. on tick:yield 4000000000000000 Neutrons
  280.  
  281. *Building54
  282. name:Building 54
  283. cost:10000000000000000000000000000000000000000000000000000 Neutrons
  284. on tick:yield 8000000000000000 Neutrons
  285.  
  286. *Building55
  287. name:Building 55
  288. cost:100000000000000000000000000000000000000000000000000000 Neutrons
  289. on tick:yield 16000000000000000 Neutrons
  290.  
  291. *Building56
  292. name:Building 56
  293. cost:1000000000000000000000000000000000000000000000000000000 Neutrons
  294. on tick:yield 32000000000000000 Neutrons
  295.  
  296. *Building57
  297. name:Building 57
  298. cost:1000000000000000000000000000000000000000000000000000000000000 Neutrons
  299. on tick:yield 64000000000000000 Neutrons
  300.  
  301. *Building58
  302. name:Building 58
  303. cost:10000000000000000000000000000000000000000000000000000000000000 Neutrons
  304. on tick:yield 128000000000000000 Neutrons
  305.  
  306. *Building59
  307. name:Building 59
  308. cost:100000000000000000000000000000000000000000000000000000000000000 Neutrons
  309. on tick:yield 256000000000000000 Neutrons
  310.  
  311. *Building60
  312. name:Building 60
  313. cost:1000000000000000000000000000000000000000000000000000000000000000 Neutrons
  314. on tick:yield 512000000000000000 Neutrons
  315.  
  316. *Building61
  317. name:Building 61
  318. cost:10000000000000000000000000000000000000000000000000000000000000000 Neutrons
  319. on tick:yield 1000000000000000000 Neutrons
  320.  
  321. *Building62
  322. name:Building 62
  323. cost:100000000000000000000000000000000000000000000000000000000000000000 Neutrons
  324. on tick:yield 2000000000000000000 Neutrons
  325.  
  326. *Building63
  327. name:Building 63
  328. cost:1000000000000000000000000000000000000000000000000000000000000000000 Neutrons
  329. on tick:yield 4000000000000000000 Neutrons
  330.  
  331. *Building64
  332. name:Building 64
  333. cost:10000000000000000000000000000000000000000000000000000000000000000000 Neutrons
  334. on tick:yield 8000000000000000000 Neutrons
  335.  
  336. *Building65
  337. name:Building 65
  338. cost:100000000000000000000000000000000000000000000000000000000000000000000 Neutrons
  339. on tick:yield 16000000000000000000 Neutrons
  340.  
  341. *Building66
  342. name:Building 66
  343. cost:1000000000000000000000000000000000000000000000000000000000000000000000 Neutrons
  344. on tick:yield 32000000000000000000 Neutrons
  345.  
  346. *Building67
  347. name:Building 67
  348. cost:10000000000000000000000000000000000000000000000000000000000000000000000 Neutrons
  349. on tick:yield 64000000000000000000 Neutrons
  350.  
  351. *Building68
  352. name:Building 68
  353. cost:100000000000000000000000000000000000000000000000000000000000000000000000 Neutrons
  354. on tick:yield 128000000000000000000 Neutrons
  355.  
  356. *Building69
  357. name:Building 69
  358. cost:1000000000000000000000000000000000000000000000000000000000000000000000000 Neutrons
  359. on tick:yield 256000000000000000000 Neutrons
  360.  
  361.  
  362. Upgrades
  363. *Building1Boost1
  364. name:Building 1 Boost 1
  365. cost:25 Building1
  366. passive:multiply yield of Building1 by 2
  367. req:25 Building1
  368.  
  369. *Building1Boost2
  370. name:Building 1 Boost 2
  371. cost:50 Building1
  372. passive:multiply yield of Building1 by 3
  373. req:50 Building1
  374.  
  375. *Building1Boost3
  376. name:Building 1 Boost 3
  377. cost:75 Building1
  378. passive:multiply yield of Building1 by 4
  379. req:75 Building1
  380.  
  381. *Building1Boost4
  382. name:Building 1 Boost 4
  383. cost:100 Building1
  384. passive:multiply yield of Building1 by 5
  385. req:100 Building1
  386.  
  387. *Building1Boost5
  388. name:Building 1 Boost 5
  389. cost:125 Building1
  390. passive:multiply yield of Building1 by 6
  391. req:125 Building1
  392.  
  393. *Building2Boost1
  394. name:Building 2 Boost 1
  395. cost:25 Building2
  396. passive:multiply yield of Building2 by 2
  397. req:25 Building2
  398.  
  399. *Building2Boost2
  400. name:Building 2 Boost 2
  401. cost:50 Building2
  402. passive:multiply yield of Building2 by 3
  403. req:50 Building2
  404.  
  405. *Building2Boost3
  406. name:Building 2 Boost 3
  407. cost:75 Building2
  408. passive:multiply yield of Building2 by 4
  409. req:75 Building2
  410.  
  411. *Building2Boost4
  412. name:Building 2 Boost 4
  413. cost:100 Building2
  414. passive:multiply yield of Building2 by 5
  415. req:100 Building2
  416.  
  417. *Building2Boost5
  418. name:Building 2 Boost 5
  419. cost:125 Building2
  420. passive:multiply yield of Building2 by 6
  421. req:125 Building2
  422.  
  423. *Building3Boost1
  424. name:Building 3 Boost 1
  425. cost:25 Building3
  426. passive:multiply yield of Building3 by 2
  427. req:25 Building3
  428.  
  429. *Building3Boost2
  430. name:Building 3 Boost 2
  431. cost:50 Building3
  432. passive:multiply yield of Building3 by 3
  433. req:50 Building3
  434.  
  435. *Building3Boost3
  436. name:Building 3 Boost 3
  437. cost:75 Building3
  438. passive:multiply yield of Building2 by 4
  439. req:75 Building3
  440.  
  441. *Building3Boost4
  442. name:Building 3 Boost 4
  443. cost:100 Building3
  444. passive:multiply yield of Building3 by 5
  445. req:100 Building3
  446.  
  447. *Building3Boost5
  448. name:Building 3 Boost 5
  449. cost:125 Building3
  450. passive:multiply yield of Building3 by 6
  451. req:125 Building3
  452.  
  453. *Building4Boost1
  454. name:Building 4 Boost 1
  455. cost:25 Building4
  456. passive:multiply yield of Building4 by 2
  457. req:25 Building4
  458.  
  459. *Building4Boost2
  460. name:Building 4 Boost 2
  461. cost:50 Building4
  462. passive:multiply yield of Building4 by 3
  463. req:50 Building4
  464.  
  465. *Building4Boost3
  466. name:Building 4 Boost 3
  467. cost:75 Building4
  468. passive:multiply yield of Building4 by 4
  469. req:75 Building4
  470.  
  471. *Building4Boost4
  472. name:Building 4 Boost 4
  473. cost:100 Building4
  474. passive:multiply yield of Building4 by 5
  475. req:100 Building4
  476.  
  477. *Building4Boost5
  478. name:Building 4 Boost 5
  479. cost:125 Building4
  480. passive:multiply yield of Building4 by 6
  481. req:125 Building4
  482.  
  483. *Building5Boost1
  484. name:Building 5 Boost 1
  485. cost:25 Building5
  486. passive:multiply yield of Building5 by 2
  487. req:25 Building5
  488.  
  489. *Building5Boost2
  490. name:Building 5 Boost 2
  491. cost:50 Building5
  492. passive:multiply yield of Building5 by 3
  493. req:50 Building5
  494.  
  495. *Building5Boost3
  496. name:Building 5 Boost 3
  497. cost:75 Building5
  498. passive:multiply yield of Building5 by 4
  499. req:75 Building5
  500.  
  501. *Building5Boost4
  502. name:Building 5 Boost 4
  503. cost:100 Building5
  504. passive:multiply yield of Building5 by 5
  505. req:100 Building5
  506.  
  507. *Building5Boost5
  508. name:Building 5 Boost 5
  509. cost:125 Building5
  510. passive:multiply yield of Building5 by 6
  511. req:125 Building5
  512.  
  513. *Building6Boost1
  514. name:Building 6 Boost 1
  515. cost:25 Building6
  516. passive:multiply yield of Building6 by 2
  517. req:25 Building6
  518.  
  519. *Building6Boost2
  520. name:Building 6 Boost 2
  521. cost:50 Building6
  522. passive:multiply yield of Building6 by 3
  523. req:50 Building6
  524.  
  525. *Building6Boost3
  526. name:Building 6 Boost 3
  527. cost:75 Building6
  528. passive:multiply yield of Building6 by 4
  529. req:75 Building6
  530.  
  531. *Building6Boost4
  532. name:Building 6 Boost 4
  533. cost:100 Building6
  534. passive:multiply yield of Building6 by 5
  535. req:100 Building6
  536.  
  537. *Building6Boost5
  538. name:Building 6 Boost 5
  539. cost:125 Building6
  540. passive:multiply yield of Building6 by 6
  541. req:125 Building6
  542.  
  543.  
  544. Settings
  545. building cost increase:115%
  546. building cost refund:0%
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement