Jacorb90

Untitled

Oct 2nd, 2018
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.39 KB | None | 0 0
  1. Let's make a game!
  2.  
  3. name:Letter Idle
  4. desc:You'll see...
  5.  
  6. Settings
  7. building cost increase:120%
  8. building cost refund:0%
  9. Layout
  10. *main
  11. contains:buttons
  12. *buttons
  13. contains:Buttons
  14. *store
  15. contains:buildings, upgrades
  16. *buildings
  17. contains:Buildings
  18. header:Buildings
  19. tooltip origin:left
  20. *upgrades
  21. contains:Upgrades
  22. header:Upgrades
  23.  
  24. Buttons
  25. *MakeA
  26. name:Make A
  27. desc:Make A. It only lasts for a bit though
  28. on click:yield 1 A
  29. on tick:
  30. if (A>=1 and B>=1)
  31. hide MakeA
  32. else
  33. show MakeA
  34. end
  35. end
  36.  
  37. Buildings
  38. *A
  39. name:A
  40. desc:The easiest letter.
  41. no buy
  42. *B
  43. name:B
  44. desc:The second easiest letter.
  45. cost:5 A
  46. on tick:yield 1 A
  47. tag:Letter
  48. *C
  49. name:C
  50. desc:The third easiest letter.
  51. req:1 B
  52. cost:6 B
  53. cost:20 A
  54. on tick:yield 0.95 B
  55. tag:Letter
  56. *D
  57. name:D
  58. desc:The... I don't even know anymore.
  59. req:1 C
  60. cost:7 C
  61. cost:80 A
  62. on tick:yield 0.9 C
  63. tag:Letter
  64. *E
  65. name:E
  66. desc:Meh, it's just an E.
  67. req:1 D
  68. cost:8 D
  69. cost:400 A
  70. on tick:yield 0.85 D
  71. tag:Letter
  72. *F
  73. name:F
  74. desc:eff.
  75. req:1 E
  76. cost:9 E
  77. cost:2400 A
  78. on tick:yield 0.8 E
  79. tag:Letter
  80. *G
  81. name:G
  82. desc:Aw gee.
  83. req:1 F
  84. cost:10 F
  85. cost:18000 A
  86. on tick:yield 0.75 F
  87. tag:Letter
  88. *H
  89. name:H
  90. desc:AICH
  91. req:1 G
  92. cost:12 G
  93. cost:200000 A
  94. on tick:yield 0.7 G
  95. tag:Letter
  96. *I
  97. name:I
  98. desc:My eye
  99. req:1 H
  100. cost:14 H
  101. cost:3e+6 A
  102. on tick:yield 0.65 H
  103. tag:Letter
  104. *J
  105. name:J
  106. desc:Jay
  107. req:1 I
  108. cost:16 I
  109. cost:6.5e+7 A
  110. on tick:yield 0.6 I
  111. tag:Letter
  112. *K
  113. name:K
  114. desc:Okay without the O
  115. req:1 J
  116. cost:18 J
  117. cost:2e+9 A
  118. on tick:yield 0.55 J
  119. tag:Letter
  120. *L
  121. name:L
  122. desc:Ell.
  123. req:1 K
  124. cost:20 K
  125. cost:1e+11 A
  126. on tick:yield 0.5 K
  127. tag:Letter
  128. *M
  129. name:M
  130. desc:Emm.
  131. req:1 L
  132. cost:24 L
  133. cost:1e+13 A
  134. on tick:yield 0.46 L
  135. tag:Letter
  136. *N
  137. name:N
  138. desc:nnnnn...
  139. req:1 M
  140. cost:28 M
  141. cost:2e+15 A
  142. on tick:yield 0.42 M
  143. tag:Letter
  144. *O
  145. name:O
  146. desc:oh...
  147. req:1 N
  148. cost:32 N
  149. cost:1e+18 A
  150. on tick:yield 0.38 N
  151. tag:Letter
  152. *P
  153. name:P
  154. desc:I can't think of a pun for this one...
  155. req:1 O
  156. cost:36 O
  157. cost:1e+21 A
  158. on tick:yield 0.34 O
  159. tag:Letter
  160. *Q
  161. name:Q
  162. desc:Cue it up!
  163. req:1 P
  164. cost:40 P
  165. cost:3e+24 A
  166. on tick:yield 0.3 P
  167. tag:Letter
  168. *R
  169. name:R
  170. desc:Arrgh!
  171. req:1 Q
  172. cost:42 Q
  173. cost:1e+28 A
  174. on tick:yield 0.25 Q
  175. tag:Letter
  176. *S
  177. name:S
  178. desc:Ess...
  179. req:1 R
  180. cost:44 R
  181. cost:5e+31 A
  182. on tick:yield 0.2 R
  183. tag:Letter
  184. *T
  185. name:T
  186. desc:Tee.
  187. req:1 S
  188. cost:46 S
  189. cost:3e+36 A
  190. on tick:yield 0.18 S
  191. tag:Letter
  192. *U
  193. name:U
  194. desc:You
  195. req:1 T
  196. cost:48 T
  197. cost:3e+40 A
  198. on tick:yield 0.16 T
  199. tag:Letter
  200. *V
  201. name:V
  202. desc:VEE
  203. req:1 U
  204. cost:50 U
  205. cost:3e+44 A
  206. on tick:yield 0.14 U
  207. tag:Letter
  208. *W
  209. name:W
  210. desc:WEE
  211. req:1 V
  212. cost:55 V
  213. cost:1e+49 A
  214. on tick:yield 0.12 U
  215. tag:Letter
  216. *X
  217. name:X
  218. desc:ex
  219. req:1 W
  220. cost:60 W
  221. cost:7.5e+53 A
  222. on tick:yield 0.1 W
  223. tag:Letter
  224. *why
  225. name:Y
  226. desc:WHY
  227. req:1 X
  228. cost:70 X
  229. cost:3e+59 A
  230. on tick:yield 0.08 X
  231. tag:Letter
  232. *Z
  233. name:Z
  234. desc:The final letter.
  235. req:1 why
  236. cost:80 why
  237. cost:8e+65 A
  238. on tick:yield 0.06 why
  239. tag:Letter
  240.  
  241. Upgrades
  242. *Upgrade1
  243. name:Upgrade 1
  244. desc:Your first upgrade...
  245. passive:multiply yield of tag:Letter by 1.01
  246. passive:multiply yield of B by 2
  247. passive:multiply yield of C by 1.6
  248. passive:multiply yield of D by 1.2
  249. req:1 E
  250. cost:80 E
  251. *Upgrade2
  252. name:Upgrade 2
  253. desc:Your second upgrade..
  254. passive:multiply yield of tag:Letter by 1.01
  255. passive:multiply yield of B by 3
  256. passive:multiply yield of C by 2.6
  257. passive:multiply yield of D by 2.2
  258. passive:multiply yield of E by 1.8
  259. passive:multiply yield of F by 1.4
  260. req:1 G
  261. cost:100 G
  262. *Upgrade3
  263. name:Upgrade 3
  264. desc:Your third upgrade.
  265. passive:multiply yield of tag:Letter by 1.01
  266. passive:multiply yield of B by 4
  267. passive:multiply yield of C by 3.6
  268. passive:multiply yield of D by 3.2
  269. passive:multiply yield of E by 2.8
  270. passive:multiply yield of F by 2.4
  271. passive:multiply yield of G by 2
  272. passive:multiply yield of H by 1.6
  273. passive:multiply yield of I by 1.2
  274. req:1 J
  275. cost:160 J
  276. *Upgrade4
  277. name:Upgrade 4
  278. desc:Your fourth upgrade!
  279. passive:multiply yield of tag:Letter by 1.01
  280. passive:multiply yield of B by 5
  281. passive:multiply yield of C by 4.6
  282. passive:multiply yield of D by 4.2
  283. passive:multiply yield of E by 3.8
  284. passive:multiply yield of F by 3.4
  285. passive:multiply yield of G by 3
  286. passive:multiply yield of H by 2.6
  287. passive:multiply yield of I by 2.2
  288. passive:multiply yield of J by 1.8
  289. passive:multiply yield of K by 1.4
  290. req:1 M
  291. cost:240 M
  292. *Upgrade5
  293. name:Upgrade 5
  294. desc:Your fifth upgrade!!
  295. passive:multiply yield of tag:Letter by 1.01
  296. passive:multiply yield of B by 6
  297. passive:multiply yield of C by 5.6
  298. passive:multiply yield of D by 5.2
  299. passive:multiply yield of E by 4.8
  300. passive:multiply yield of F by 4.4
  301. passive:multiply yield of G by 4
  302. passive:multiply yield of H by 3.6
  303. passive:multiply yield of I by 3.2
  304. passive:multiply yield of J by 2.8
  305. passive:multiply yield of K by 2.4
  306. passive:multiply yield of M by 2
  307. passive:multiply yield of N by 1.6
  308. passive:multiply yield of O by 1.2
  309. req:1 P
  310. cost:360 P
  311. *Upgrade6
  312. name:Upgrade 6
  313. desc:Your sixth upgrade!!!
  314. passive:multiply yield of tag:Letter by 1.01
  315. passive:multiply yield of B by 7
  316. passive:multiply yield of C by 6.6
  317. passive:multiply yield of D by 6.2
  318. passive:multiply yield of E by 5.8
  319. passive:multiply yield of F by 5.4
  320. passive:multiply yield of G by 5
  321. passive:multiply yield of H by 4.6
  322. passive:multiply yield of I by 4.2
  323. passive:multiply yield of J by 3.8
  324. passive:multiply yield of K by 3.4
  325. passive:multiply yield of M by 3
  326. passive:multiply yield of N by 2.6
  327. passive:multiply yield of O by 2.2
  328. passive:multiply yield of P by 1.8
  329. passive:multiply yield of Q by 1.4
  330. req:1 R
  331. cost:420 R
  332. *Upgrade7
  333. name:Upgrade 7
  334. desc:Your seventh upgrade!!!!
  335. passive:multiply yield of tag:Letter by 1.01
  336. passive:multiply yield of B by 8
  337. passive:multiply yield of C by 7.6
  338. passive:multiply yield of D by 7.2
  339. passive:multiply yield of E by 6.8
  340. passive:multiply yield of F by 6.4
  341. passive:multiply yield of G by 6
  342. passive:multiply yield of H by 5.6
  343. passive:multiply yield of I by 5.2
  344. passive:multiply yield of J by 4.8
  345. passive:multiply yield of K by 4.4
  346. passive:multiply yield of M by 4
  347. passive:multiply yield of N by 3.6
  348. passive:multiply yield of O by 3.2
  349. passive:multiply yield of P by 2.8
  350. passive:multiply yield of Q by 2.4
  351. passive:multiply yield of R by 2
  352. passive:multiply yield of S by 1.6
  353. passive:multiply yield of T by 1.2
  354. req:1 U
  355. cost:480 U
  356. *Upgrade8
  357. name:Upgrade 8
  358. desc:Your eighth upgrade!!!!!
  359. passive:multiply yield of tag:Letter by 1.01
  360. passive:multiply yield of B by 9
  361. passive:multiply yield of C by 8.6
  362. passive:multiply yield of D by 8.2
  363. passive:multiply yield of E by 7.8
  364. passive:multiply yield of F by 7.4
  365. passive:multiply yield of G by 7
  366. passive:multiply yield of H by 6.6
  367. passive:multiply yield of I by 6.2
  368. passive:multiply yield of J by 5.8
  369. passive:multiply yield of K by 5.4
  370. passive:multiply yield of M by 5
  371. passive:multiply yield of N by 4.6
  372. passive:multiply yield of O by 4.2
  373. passive:multiply yield of P by 3.8
  374. passive:multiply yield of Q by 3.4
  375. passive:multiply yield of R by 3
  376. passive:multiply yield of S by 2.6
  377. passive:multiply yield of T by 2.2
  378. passive:multiply yield of U by 1.8
  379. passive:multiply yield of V by 1.4
  380. req:1 W
  381. cost:550 W
  382. *Upgrade9
  383. name:Upgrade 9
  384. desc:Your ninth upgrade!!!!!
  385. passive:multiply yield of tag:Letter by 1.01
  386. passive:multiply yield of B by 10
  387. passive:multiply yield of C by 9.6
  388. passive:multiply yield of D by 9.2
  389. passive:multiply yield of E by 8.8
  390. passive:multiply yield of F by 8.4
  391. passive:multiply yield of G by 8
  392. passive:multiply yield of H by 7.6
  393. passive:multiply yield of I by 7.2
  394. passive:multiply yield of J by 6.8
  395. passive:multiply yield of K by 6.4
  396. passive:multiply yield of M by 6
  397. passive:multiply yield of N by 5.6
  398. passive:multiply yield of O by 5.2
  399. passive:multiply yield of P by 4.8
  400. passive:multiply yield of Q by 4.4
  401. passive:multiply yield of R by 4
  402. passive:multiply yield of S by 3.6
  403. passive:multiply yield of T by 3.2
  404. passive:multiply yield of U by 2.8
  405. passive:multiply yield of V by 2.4
  406. passive:multiply yield of W by 2
  407. passive:multiply yield of X by 1.6
  408. passive:multiply yield of why by 1.2
  409. req:1 Z
  410. cost:800 Z
  411. *OneThousand
  412. name:One Thousand!
  413. desc:One Thousand!
  414. passive:multiply yield of tag:Letter by 1.01
  415. req:100 A
  416. cost:1000 A
  417. *OneMillion
  418. name:One Million!
  419. desc:One Million!
  420. passive:multiply yield of tag:Letter by 1.01
  421. req:have OneThousand
  422. cost:1e+6 A
  423. *OneBillion
  424. name:One Billion!
  425. desc:One Billion!
  426. passive:multiply yield of tag:Letter by 1.01
  427. req:have OneMillion
  428. cost:1e+9 A
  429. *OneTrillion
  430. name:One Trillion!
  431. desc:One Trillion!
  432. passive:multiply yield of tag:Letter by 1.01
  433. req:have OneBillion
  434. cost:1e+12 A
  435. *OneQuintillion
  436. name:One Quintillion!
  437. desc:One Quintillion!
  438. passive:multiply yield of tag:Letter by 1.01
  439. req:have OneTrillion
  440. cost:1e+18 A
  441. *OneSeptillion
  442. name:One Septillion!
  443. desc:One Septillion!
  444. passive:multiply yield of tag:Letter by 1.01
  445. req:have OneQuintillion
  446. cost:1e+24 A
  447. *OneDecillion
  448. name:One Decillion!
  449. desc:One Decillion!
  450. passive:multiply yield of tag:Letter by 1.01
  451. req:have OneSeptillion
  452. cost:1e+33 A
  453. *OneVigintillion
  454. name:One Vigintillion!
  455. desc:One Vigintillion!
  456. passive:multiply yield of tag:Letter by 1.01
  457. req:have OneDecillion
  458. cost:1e+63 A
  459. *OneTrigintillion
  460. name:One Trigintillion!
  461. desc:One Trigintillion!
  462. passive:multiply yield of tag:Letter by 1.01
  463. req:have OneVigintillion
  464. cost:1e+93 A
  465. *OneQuinquagintillion
  466. name:One Quinquagintillion!
  467. desc:One Quinquagintillion!
  468. passive:multiply yield of tag:Letter by 1.01
  469. req:have OneTrigintillion
  470. cost:1e+153 A
  471. *OneCentillion
  472. name:One Centillion!
  473. desc:One Centillion!
  474. passive:multiply yield of tag:Letter by 1.01
  475. req:have OneQuinquagintillion
  476. cost:1e+303 A
Add Comment
Please, Sign In to add comment