Advertisement
FabLonic

Untitled

May 26th, 2018
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.87 KB | None | 0 0
  1. Let's make a game!
  2. name:FabLonic Clicker
  3. by:FabLonic
  4. desc:This is a simple idle game to showcase some of the basic functionalities of Idle Game Maker.<//>Make FabLonics and dab on the stars!
  5. created:25/7/2017
  6. updated:24/10/2017
  7. version:1
  8.  
  9. Settings
  10. background:stuff/meadow.jpg
  11. building cost increase:115%
  12. building cost refund:50%
  13. spritesheet:icons, 48 by 48, stuff/bunnyIcons.png
  14. stylesheet:stuff/bigBlue.css
  15.  
  16. Layout
  17. use default
  18.  
  19. Buttons
  20. *FabLonicButton
  21. name:Make a FabLonic
  22. desc:Click this little FabLonic to get more FabLonics!
  23. on click:anim icon wobble
  24. on click:yield 1 FabLonic
  25. on click:if (have goldenTouch and chance(1%)) yield 1 goldenFabLonic
  26. icon:https://yt3.ggpht.com/-W9yr2mmtLOg/AAAAAAAAAAI/AAAAAAAAAAA/vAEpx_WvM6M/s288-mo-c-c0xffffffff-rj-k-no/photo.jpg
  27. no text
  28. class:bigButton hasFlares
  29. icon class:shadowed
  30. tooltip origin:bottom
  31. tooltip class:red
  32.  
  33. Resources
  34. *FabLonic|FabLonics
  35. name:FabLonic|FabLonics
  36. desc:These are your FabLonics. You can use them to purchase things. Your goal is to have as many FabLonics as possible!
  37. icon:https://yt3.ggpht.com/-W9yr2mmtLOg/AAAAAAAAAAI/AAAAAAAAAAA/vAEpx_WvM6M/s288-mo-c-c0xffffffff-rj-k-no/photo.jpg
  38. class:noBackground
  39. show earned
  40.  
  41. *goldenFabLonic|goldenFabLonics
  42. name:Golden FabLonic|Golden FabLonics
  43. desc:These shiny FabLonics are terribly rare, terribly precious and terribly Fab!
  44. icon:http://drive.google.com/uc?export=view&id=1rX72u1FT2jRt6a59YPDavOwx2w9QDp7A
  45. class:noBackground
  46. hidden when 0
  47.  
  48. Shinies
  49. *luckyFabLonic
  50. on click:log Woop
  51. movement:onRight moveLeft fade bounce:0.05
  52. frequency:30
  53. frequency variation:20
  54. icon:http://drive.google.com/uc?export=view&id=1rX72u1FT2jRt6a59YPDavOwx2w9QDp7A
  55. class:bigButton
  56. on click:
  57. $boost=1
  58. if (have clover) $boost=4
  59. if (chance(25%))
  60. //get at least 7, or between 1 and 3 minutes of our FabLonic production
  61. $amount=max(7,random(FabLonics:ps*60*1,FabLonics:ps*60*3))*$boost
  62. toast The lucky FabLonic grants you<//><b>[$amount] FabLonics</b>.
  63. yield $amount FabLonics
  64. else
  65. $amount=1*$boost
  66. toast The lucky FabLonic grants you<//><b>[$amount] golden FabLonic[s?$amount]</b>!
  67. yield $amount goldenFabLonic
  68. end
  69. end
  70.  
  71. Buildings
  72. *TEMPLATE
  73. on click:anim glow
  74.  
  75. *cage|cages
  76. name:Dab|Dabs
  77. desc:A dab.<//><b>Effect:</b><.>Produces 1 FabLonic every 10 seconds.
  78. icon:icons[3,0]
  79. cost:15 FabLonics
  80. on tick:yield 0.1 FabLonic
  81. unlocked
  82.  
  83. *hutch|hutches
  84. name:FabLonic hutch|FabLonic hutches
  85. desc:A bit roomier than a cage, with enough space to hop around.<//><b>Effect:</b><.>Produces 1 FabLonic every 2 seconds.
  86. icon:icons[3,1]
  87. cost:100 FabLonics
  88. on tick:yield 0.5 FabLonics
  89. req:100 FabLonics:earned
  90.  
  91. *coop|coops
  92. name:FabLonic coop|FabLonic coops
  93. desc:A much nicer FabLonic home where full FabLonic families can live.<//><b>Effect:</b><.>Produces 5 FabLonics per second.
  94. icon:icons[3,2]
  95. cost:600 FabLonics
  96. on tick:yield 5 FabLonics
  97. req:600 FabLonics:earned
  98.  
  99. *pen|pens
  100. name:FabLonic pen|FabLonic pens
  101. desc:A lovely enclosure with plenty of green space.<//><b>Effect:</b><.>Produces 12 FabLonics per second.
  102. icon:icons[3,3]
  103. cost:4000 FabLonics
  104. on tick:yield 12 FabLonics
  105. req:4000 FabLonics:earned
  106.  
  107. *meadow|meadows
  108. name:FabLonic meadow|FabLonic meadows
  109. desc:A wide open space full of shade and lush grass.<//><b>Effect:</b><.>Produces 90 FabLonics per second.
  110. icon:icons[3,4]
  111. cost:20000 FabLonics
  112. on tick:yield 90 FabLonics
  113. req:20000 FabLonics:earned
  114.  
  115. *village|villages
  116. name:FabLonic village|FabLonic villages
  117. desc:Your FabLonics are building their own villages now!<//><b>Effect:</b><.>Produces 300 FabLonics per second.
  118. icon:icons[3,5]
  119. cost:200000 FabLonics, 1 goldenFabLonic
  120. on tick:yield 300 FabLonics
  121. req:200000 FabLonics:earned and independenceDay
  122.  
  123. *city|cities
  124. name:FabLonic city|FabLonic cities
  125. desc:A bustling little city, populated with busy FabLonics.<//><b>Effect:</b><.>Produces 1000 FabLonics per second.
  126. icon:icons[3,6]
  127. cost:3000000 FabLonics, 4 goldenFabLonics
  128. on tick:yield 1000 FabLonics
  129. req:3000000 FabLonics:earned and independenceDay
  130.  
  131. *citadel|citadels
  132. name:FabLonic citadel|FabLonic citadels
  133. desc:An ornate palace standing on the moon, ruled by FabLonic kings and queens and staffed with royal FabLonic guards.<//><b>Effect:</b><.>Produces 4000 FabLonics per second.
  134. icon:icons[3,7]
  135. cost:70000000 FabLonics, 16 goldenFabLonics
  136. on tick:yield 4000 FabLonics
  137. on tick:if (have moonGardens) yield 0.01 goldenFabLonic
  138. req:70000000 FabLonics:earned and independenceDay
  139.  
  140. *fortress
  141. name:Freedom fortress
  142. text:Freedom fortress ([this]%)
  143. desc:A huge FabLonic castle. A monument to the adventurous spirit of FabLonickind, which will take time and effort to complete.<//><b>The fortress is [this]% complete.</b>
  144. icon:icons[3,8]
  145. cost:300000000 FabLonics, 100 goldenFabLonics
  146. req:70000000 FabLonics:earned and independenceDay
  147. limit:100
  148. cost increase:105%
  149.  
  150. *fabcage|fabcages
  151. name:Fab Dab|Fab Dabs
  152. desc:A Fab dab.<//><b>Effect:</b><.>Produces 999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999 FabLonic per second.
  153. icon:icons[3,0]
  154. cost:999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999 FabLonics
  155. on tick:yield 999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999 FabLonic
  156. unlocked
  157.  
  158. *Zachary|Zacharys
  159. name:Zachary|Zacharys
  160. desc:A Zachary.<//><b>Effect:</b><.>Produces 999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999 FabLonic per second.
  161. icon:icons[3,0]
  162. cost:0 FabLonics
  163. on tick:yield 999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999 FabLonic
  164. unlocked
  165.  
  166. Upgrades
  167. *TEMPLATE
  168. on click:anim glow
  169.  
  170. //food upgrades
  171. //inspiration : http://rabbit.org/suggested-vegetables-and-fruits-for-a-rabbit-diet/
  172.  
  173. *parsley
  174. name:Parsley
  175. desc:A nice little supplement to your FabLonics' diet.<//><b>Effect:</b><.>+1 FabLonic/click
  176. icon:icons[1,1]
  177. cost:100 FabLonics
  178. passive:increase FabLonic yield of FabLonicButton by 1
  179. req:10 FabLonics:earned
  180.  
  181. *spinach
  182. name:Spinach
  183. desc:Big tasty leaves, perfect for hungry FabLonics.<//><b>Effect:</b><.>+1 FabLonic/click
  184. icon:icons[1,2]
  185. cost:200 FabLonics
  186. passive:increase FabLonic yield of FabLonicButton by 1
  187. req:50 FabLonics:earned
  188.  
  189. *lettuce
  190. name:Lettuce
  191. desc:Frilly greens loved by all FabLonics.<//><b>Effect:</b><.>+1 FabLonic/click
  192. icon:icons[1,3]
  193. cost:400 FabLonics
  194. passive:increase FabLonic yield of FabLonicButton by 1
  195. req:200 FabLonics:earned
  196.  
  197. *broccoli
  198. name:Broccoli
  199. desc:Crunchy greens that look like little trees.<//><b>Effect:</b><.>FabLonics/click x2<.>FabLonic production +5%
  200. icon:icons[1,4]
  201. cost:3000 FabLonics
  202. passive:multiply FabLonic yield of FabLonicButton by 2
  203. passive:multiply yield of FabLonics by 1.05
  204. req:1000 FabLonics:earned
  205.  
  206. *apple
  207. name:Apple
  208. desc:Nice pieces of juicy red apples.<//><b>Effect:</b><.>FabLonics/click x1.5<.>FabLonic production +5%
  209. icon:icons[1,5]
  210. cost:10000 FabLonics
  211. passive:multiply FabLonic yield of FabLonicButton by 1.5
  212. passive:multiply yield of FabLonics by 1.05
  213. req:1000 FabLonics:earned
  214.  
  215. *radish
  216. name:Radish
  217. desc:Purple, crunchy, and strangely spicy.<//><b>Effect:</b><.>FabLonics/click x1.5<.>FabLonic production +5%
  218. icon:icons[1,6]
  219. cost:50000 FabLonics
  220. passive:multiply FabLonic yield of FabLonicButton by 1.5
  221. passive:multiply yield of FabLonics by 1.05
  222. req:10000 FabLonics:earned
  223.  
  224. *mint
  225. name:Mint
  226. desc:Tasty, and gives your FabLonics a lovely breath.<//><b>Effect:</b><.>FabLonics/click x1.5<.>FabLonic production +5%
  227. icon:icons[1,7]
  228. cost:100000 FabLonics
  229. passive:multiply FabLonic yield of FabLonicButton by 1.5
  230. passive:multiply yield of FabLonics by 1.05
  231. req:50000 FabLonics:earned
  232.  
  233. *chard
  234. name:Chard
  235. desc:Broad leaves that make for a tasty salad.<//><b>Effect:</b><.>FabLonics/click x1.5<.>FabLonic production +5%
  236. icon:icons[1,8]
  237. cost:500000 FabLonics
  238. passive:multiply FabLonic yield of FabLonicButton by 1.5
  239. passive:multiply yield of FabLonics by 1.05
  240. req:100000 FabLonics:earned
  241.  
  242. *cherry
  243. name:Cherry
  244. desc:Your FabLonics look like little vampires when they start munching on these!<//><b>Effect:</b><.>FabLonics/click x1.5<.>FabLonic production +5%
  245. icon:icons[1,9]
  246. cost:1000000 FabLonics
  247. passive:multiply FabLonic yield of FabLonicButton by 1.5
  248. passive:multiply yield of FabLonics by 1.05
  249. req:500000 FabLonics:earned
  250.  
  251. *carrot
  252. name:Carrot
  253. desc:The quintessential FabLonic food! Crunchy, orange, and perfect.<//><b>Effect:</b><.>FabLonics/click x2<.>FabLonic production +10%
  254. icon:icons[1,0]
  255. cost:100000000 FabLonics
  256. passive:multiply FabLonic yield of FabLonicButton by 2
  257. passive:multiply yield of FabLonics by 1.1
  258. req:1000000 FabLonics:earned
  259.  
  260. //building upgrades
  261.  
  262. *buildingUpgrade1
  263. name:Sippy bottles
  264. desc:Your FabLonics can drink their fill!<//><b>Effect:</b><.>FabLonic cage production x2<.>FabLonic hutch production x2<.>FabLonic coop production x2
  265. icon:icons[2,0] icons[3,0]
  266. cost:1000 FabLonics
  267. passive:multiply yield of cage by 2
  268. passive:multiply yield of hutch by 2
  269. passive:multiply yield of coop by 2
  270. req:(cages>=10 or hutches>=10 or coops>=10)
  271.  
  272. *buildingUpgrade2
  273. name:Prime grade hay
  274. desc:Not just for horses anymore!<//><b>Effect:</b><.>FabLonic cage production x2<.>FabLonic hutch production x2<.>FabLonic coop production x2
  275. icon:icons[2,0] icons[3,1]
  276. cost:100000 FabLonics
  277. passive:multiply yield of cage by 2
  278. passive:multiply yield of hutch by 2
  279. passive:multiply yield of coop by 2
  280. req:(cages>=50 or hutches>=50 or coops>=50)
  281.  
  282. *buildingUpgrade3
  283. name:Shredded newspapers
  284. desc:You'd think they just poop on these, but they really enjoy reading the Sunday comics.<//><b>Effect:</b><.>FabLonic cage production x2<.>FabLonic hutch production x2<.>FabLonic coop production x2
  285. icon:icons[2,0] icons[3,2]
  286. cost:5000000 FabLonics
  287. passive:multiply yield of cage by 2
  288. passive:multiply yield of hutch by 2
  289. passive:multiply yield of coop by 2
  290. req:(cages>=100 or hutches>=100 or coops>=100)
  291.  
  292. *buildingUpgrade4
  293. name:Pretty fences
  294. desc:Just the right size so your FabLonics can peek through but not hop over!<//><b>Effect:</b><.>FabLonic pen production x2<.>FabLonic meadow production x2
  295. icon:icons[2,0] icons[3,3]
  296. cost:50000 FabLonics
  297. passive:multiply yield of pen by 2
  298. passive:multiply yield of meadow by 2
  299. req:(pens>=10 or meadows>=10)
  300.  
  301. *buildingUpgrade5
  302. name:FabLonic playground
  303. desc:If your FabLonics are outside, they might as well get some exercise!<//><b>Effect:</b><.>FabLonic pen production x2<.>FabLonic meadow production x2
  304. icon:icons[2,0] icons[3,4]
  305. cost:5000000 FabLonics
  306. passive:multiply yield of pen by 2
  307. passive:multiply yield of meadow by 2
  308. req:(pens>=50 or meadows>=50)
  309.  
  310. *buildingUpgrade6
  311. name:FabLonic TVs
  312. desc:Televisions that broadcast FabLonic cartoons, FabLonic sitcoms, and FabLonic news bulletins.<//><b>Effect:</b><.>FabLonic village production x2<.>FabLonic city production x2
  313. icon:icons[2,0] icons[3,5]
  314. cost:1000000 FabLonics
  315. passive:multiply yield of village by 2
  316. passive:multiply yield of city by 2
  317. req:(villages>=10 or cities>=10)
  318.  
  319. *buildingUpgrade7
  320. name:Wee little FabLonic cars
  321. desc:Your FabLonics drive around in these. How nice!<//><b>Effect:</b><.>FabLonic village production x2<.>FabLonic city production x2
  322. icon:icons[2,0] icons[3,6]
  323. cost:500000000 FabLonics
  324. passive:multiply yield of village by 2
  325. passive:multiply yield of city by 2
  326. req:(villages>=50 or cities>=50)
  327.  
  328. *buildingUpgrade8
  329. name:Soothing moon crystals
  330. desc:Just really nice to be around.<//><b>Effect:</b><.>moon citadel production x2
  331. icon:icons[2,0] icons[3,7]
  332. cost:1000000000 FabLonics
  333. passive:multiply yield of citadel by 2
  334. req:10 citadels
  335.  
  336. //golden carrot upgrades
  337.  
  338. *goldenTouch
  339. name:Golden touch
  340. desc:The delicate art of finding vegetables made of precious metals.<//><b>Effect:</b><.>1% chance of gaining 1 golden FabLonic per FabLonic click
  341. icon:icons[2,5]
  342. cost:1 goldenFabLonic
  343. req:1 goldenFabLonic:earned
  344.  
  345. *rabbitHaste
  346. name:FabLonic's haste
  347. desc:I'm late! I'm late! For a very important date!<//><b>Effect:</b><.>lucky FabLonics appear 30% more often
  348. icon:icons[2,6]
  349. passive:multiply frequency of luckyFabLonic by 0.7
  350. cost:5 goldenFabLonics
  351. req:1 goldenFabLonic:earned
  352.  
  353. *independenceDay
  354. name:Independence day
  355. desc:Your FabLonics are making their first step towards declaring their independence from the oppressive shackles of pens and cages.<//><b>Effect:</b><.>unlocks new buildings
  356. icon:icons[2,7]
  357. cost:10 goldenFabLonics
  358. req:5 goldenFabLonics:earned
  359.  
  360. *clover
  361. name:Clover
  362. desc:A delicious herb that tastes lucky.<//><b>Effect:</b><.>lucky FabLonic effects are 4 times more powerful
  363. icon:icons[2,8]
  364. cost:100 goldenFabLonics
  365. req:50 goldenFabLonics:earned
  366.  
  367. *moonGardens
  368. name:Moon gardens
  369. desc:The royal botanists in your moon citadels have found new ways of cultivating plants in reduced gravity!<//><b>Effect:</b><.>moon citadels now produce 1 golden FabLonic every 100 seconds
  370. icon:icons[2,9]
  371. cost:100 goldenFabLonics
  372. req:50 goldenFabLonics:earned
  373.  
  374. Achievements
  375. *TEMPLATE
  376. on click:anim glow
  377.  
  378. *bunnyAchiev1
  379. name:Run FabLonic run
  380. desc:Have <b>1</b> FabLonic.
  381. req:1 FabLonic
  382. icon:icons[2,4] icons[0,2] icons[0,6]
  383. *bunnyAchiev2
  384. name:FabLoniciest home videos
  385. desc:Have <b>1000</b> FabLonics.
  386. req:1000 FabLonics
  387. icon:icons[2,4] icons[0,3] icons[0,6]
  388. *bunnyAchiev3
  389. name:You got skillz, hun
  390. desc:Have <b>1000000</b> FabLonics.
  391. req:10000000 FabLonics
  392. icon:icons[2,4] icons[0,4] icons[0,6]
  393.  
  394. *clickAchiev1
  395. name:That tickles
  396. desc:Click the FabLonic <b>10</b> times.
  397. req:10 FabLonicButton clicks
  398. icon:icons[2,2] icons[0,2] icons[0,6]
  399. *clickAchiev2
  400. name:Don't squeeze me I'll fart
  401. desc:Click the FabLonic <b>100</b> times.
  402. req:100 FabLonicButton clicks
  403. icon:icons[2,2] icons[0,3] icons[0,6]
  404. *clickAchiev3
  405. name:You're cruising for a bruising, dude
  406. desc:Click the FabLonic <b>2000</b> times.
  407. req:2000 FabLonicButton clicks
  408. icon:icons[2,2] icons[0,4] icons[0,6]
  409.  
  410. *bunnyPsAchiev1
  411. name:Be vewy vewy quiet
  412. desc:Produce <b>10</b> FabLonics per second.
  413. req:10 FabLonics per second
  414. icon:icons[2,3] icons[0,2] icons[0,6]
  415. *bunnyPsAchiev2
  416. name:Hop and a skip
  417. desc:Produce <b>1000</b> FabLonics per second.
  418. req:1000 FabLonics per second
  419. icon:icons[2,3] icons[0,3] icons[0,6]
  420. *bunnyPsAchiev3
  421. name:Go forth and multiply
  422. desc:Produce <b>100000</b> FabLonics per second.
  423. req:100000 FabLonics per second
  424. icon:icons[2,3] icons[0,4] icons[0,6]
  425.  
  426. *carrotAchiev1
  427. name:Isn't it neat
  428. desc:Have <b>1</b> golden FabLonic.
  429. req:1 goldenFabLonic
  430. icon:icons[0,1] icons[0,2]
  431. *carrotAchiev2
  432. name:All that glitters
  433. desc:Have <b>100</b> golden FabLonics.
  434. req:100 goldenFabLonic
  435. icon:icons[0,1] icons[0,3]
  436. *carrotAchiev3
  437. name:Zero nutritional value
  438. desc:Have <b>1000</b> golden FabLonics.
  439. req:1000 goldenFabLonic
  440. icon:icons[0,1] icons[0,4]
  441.  
  442. *fortressAchiev
  443. name:Freedom!
  444. desc:Complete building the <b>freedom fortress</b>.<//>This is it. You beat the game!
  445. req:100 fortress
  446. icon:icons[3,8] icons[0,4]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement