Advertisement
Guest User

tacoclicker3.txt

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