Y33tboi

Untitled

Mar 22nd, 2019
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.71 KB | None | 0 0
  1. Let's make a game!
  2. name:Finger Clicker
  3. by:anonymouse
  4. desc:click a tender fingie
  5. created:3/22/2019
  6. updated:3/22/2019
  7. version:1
  8.  
  9. Settings
  10. backround:yeet/4551.first-finger.jpg
  11. building cost incrase:50%
  12. building cost refund:75%
  13. spritesheet:icons, 48 by 48, yeet/4551.first-finger.jpg
  14. stylesheet:yeet/4551.first-finger.jpg
  15.  
  16. Layout
  17. use default
  18.  
  19. Buttons
  20. *finger button
  21. name:Click this finger to click the finger
  22. desc:its a finger... click it!
  23. on click:anim icon wobble
  24. onclick:yeild 1 finger
  25. on click:if(have goldenTouch and chance (1%)) yeild 1 goldenFinger
  26. icon:yeet/4551.first-finger.jpg
  27. no text
  28. class:bigButton hasFlres
  29. icon class:shadowed
  30. tooltip origin:bottom
  31. tooltip class:red
  32.  
  33. Resources
  34. *Finger/Fingers
  35. name:Finger/Fingers
  36. desc:These are the fingers you have collected.. use them to buy things
  37. icn:icons[0,0]
  38. class:noBackground
  39. show earned
  40.  
  41. Shinies
  42. *luckyFinger
  43. on click:log Woop
  44. movement:onRight moveLeft fade bounce:0.05
  45. frequency:60
  46. frequency variation:30
  47. icon:yeet/4551.first-finger.jpg
  48. class:bigButton
  49. on click:
  50. $boost=1
  51. if (have clover) $boost=4
  52. if (chance(25%))
  53. //get at least 7, or between 1 and 3 minutes of our finger production
  54. $amount=max(7,random(fingers:ps*60*1,fingers:ps*60*3))*$boost
  55. toast The lucky finger grants you<//><b>[$amount] fingers</b>.
  56. yield $amount fingers
  57. else
  58. $amount=1*$boost
  59. toast The lucky finger grants you<//><b>[$amount] golden hand[s?$amount]</b>!
  60. yield $amount goldenHand
  61. end
  62. end
  63.  
  64. Buildings
  65. *TEMPLATE
  66. on click:anim glow
  67.  
  68. *Clicker|Clickers
  69. name:|Clicker|Clickers
  70. desc:A|Many Clicker|Clickers.<//><b>Effect:</b><.>Produces 1 finger every 10 seconds.
  71. icon:icons[3,0]
  72. cost:15 fingers
  73. on tick:yield 0.1 finger
  74. unlocked
  75.  
  76. *Typist|Typists
  77. name:Typist|Typists
  78. desc:A Pro Typist.<//><b>Effect:</b><.>Produces 1 finger every 2 seconds.
  79. icon:icons[3,1]
  80. cost:100 finger
  81. on tick:yield 0.5 fingers
  82. req:100 fingers:earned
  83.  
  84. *Self Typing Keyboard|Self Typing Keyboards
  85. name:Self Typing Keyboard|Self Typing Keyboards
  86. desc:A Keyboard that types itself.<//><b>Effect:</b><.>Produces 5 finger per second.
  87. icon:icons[3,2]
  88. cost:600 fingers
  89. on tick:yield 5 fingers
  90. req:600 fingers:earned
  91.  
  92. *Alien Typist|Alien Typists
  93. name:Alien Typist|Alien Typists
  94. desc:A Pro Typist From Outer Space.<//><b>Effect:</b><.>Produces 12 fingers per second.
  95. icon:icons[3,3]
  96. cost:4000 fingers
  97. on tick:yield 12 fingers
  98. req:4000 fingers:earned
  99.  
  100. *Factory of Typists|Factory of Typists
  101. name:Factory of Typists|Factory of Typists
  102. desc:A 24/7 factory of pro typists.<//><b>Effect:</b><.>Produces 90 finger per second.
  103. icon:icons[3,4]
  104. cost:20000 fingers
  105. on tick:yield 90 fingers
  106. req:20000 fingers:earned
  107.  
  108. *Alien Factory of Typists|Alien Facotory of Typists
  109. name:Alien Factory of Typists|Alien Factory of Typists
  110. desc:A 24/13 factory of pro typists from outer space<//><b>Effect:</b><.>Produces 300 fingers per second.
  111. icon:icons[3,5]
  112. cost:200000 fingers, 1 goldenHand
  113. on tick:yield 300 fingers
  114. req:200000 fingers:earned and independenceDay
  115.  
  116. *The Flash|The Flashes of the Multiuniverses
  117. name:The Flash|The Flashes of the Multiuniverses
  118. desc:One of the Flashes from the Multiuniverses typing 24/7 for you.<//><b>Effect:</b><.>Produces 1000 fingers per second.
  119. icon:icons[3,6]
  120. cost:3000000 fingers, 4 goldenHands
  121. on tick:yield 1000 fingers
  122. req:3000000 fingers:earned and independenceDay
  123.  
  124. *One God of fingers|Gods of Fingers
  125. name:One God of Fingers|Gods of Fingers
  126. desc:Hire one or more of the Gods of fingers to produce fingers for you.<//><b>Effect:</b><.>Produces 4000 fingers per second.
  127. icon:icons[3,7]
  128. cost:70000000 fingers, 16 goldenHands
  129. on tick:yield 4000 fingers
  130. on tick:if (have moonGardens) yield 0.01 goldenHand
  131. req:70000000 fingers:earned and independenceDayUpgrades
  132.  
  133.  
  134. Upgrades
  135.  
  136.  
  137. *parsley
  138. name:Parsley
  139. desc:A nice little supplement to your fingers' diet.<//><b>Effect:</b><.>+1 finger/click
  140. icon:icons[1,1]
  141. cost:100 fingers
  142. passive:increase finger yield of fingerButton by 1
  143. req:10 fingers:earned
  144.  
  145. *spinach
  146. name:Spinach
  147. desc:Big tasty leaves, perfect for hungry fingers.<//><b>Effect:</b><.>+1 finger/click
  148. icon:icons[1,2]
  149. cost:200 fingers
  150. passive:increase finger yield of fingerButton by 1
  151. req:50 fingers:earned
  152.  
  153. *lettuce
  154. name:Lettuce
  155. desc:Frilly greens loved by all fingers.<//><b>Effect:</b><.>+1 finger/click
  156. icon:icons[1,3]
  157. cost:400 fingers
  158. passive:increase finger yield of fingerButton by 1
  159. req:200 fingers:earned
  160.  
  161. *broccoli
  162. //building upgrades
  163.  
  164. *buildingUpgrade1
  165. name:Sippy bottles
  166. desc:Your fingers can drink their fill!<//><b>Effect:</b><.>rabbit cage production x2<.>rabbit hutch production x2<.>rabbit coop production x2
  167. icon:icons[2,0] icons[3,0]
  168. cost:1000 fingers
  169. passive:multiply yield of cage by 2
  170. passive:multiply yield of hutch by 2
  171. passive:multiply yield of coop by 2
  172. req:(cages>=10 or hutches>=10 or coops>=10)
  173.  
  174. *buildingUpgrade2
  175. name:Prime grade hay
  176. desc:Not just for horses anymore!<//><b>Effect:</b><.>rabbit cage production x2<.>rabbit hutch production x2<.>rabbit coop production x2
  177. icon:icons[2,0] icons[3,1]
  178. cost:100000 fingers
  179. passive:multiply yield of cage by 2
  180. passive:multiply yield of hutch by 2
  181. passive:multiply yield of coop by 2
  182. req:(cages>=50 or hutches>=50 or coops>=50)
  183.  
  184. *buildingUpgrade3
  185. name:Shredded newspapers
  186. 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
  187. icon:icons[2,0] icons[3,2]
  188. cost:5000000 fingers
  189. passive:multiply yield of cage by 2
  190. passive:multiply yield of hutch by 2
  191. passive:multiply yield of coop by 2
  192. req:(cages>=100 or hutches>=100 or coops>=100)
  193.  
  194. *buildingUpgrade4
  195. name:Pretty fences
  196. desc:Just the right size so your fingers can peek through but not hop over!<//><b>Effect:</b><.>rabbit pen production x2<.>rabbit meadow production x2
  197. icon:icons[2,0] icons[3,3]
  198. cost:50000 fingers
  199. passive:multiply yield of pen by 2
  200. passive:multiply yield of meadow by 2
  201. req:(pens>=10 or meadows>=10)
  202.  
  203. *buildingUpgrade5
  204. name:Finger playground
  205. desc:If your fingers are outside, they might as well get some exercise!<//><b>Effect:</b><.>rabbit pen production x2<.>rabbit meadow production x2
  206. icon:icons[2,0] icons[3,4]
  207. cost:5000000 fingers
  208. passive:multiply yield of pen by 2
  209. passive:multiply yield of meadow by 2
  210. req:(pens>=50 or meadows>=50)
  211.  
  212. *buildingUpgrade6
  213. name:Finger TVs
  214. desc:Televisions that broadcast finger cartoons, finger sitcoms, and finger news bulletins.<//><b>Effect:</b><.>rabbit village production x2<.>rabbit city production x2
  215. icon:icons[2,0] icons[3,5]
  216. cost:1000000 fingers
  217. passive:multiply yield of village by 2
  218. passive:multiply yield of city by 2
  219. req:(villages>=10 or cities>=10)
  220.  
  221. *buildingUpgrade7
  222. name:Wee little finger cars
  223. desc:Your fingers drive around in these. How nice!<//><b>Effect:</b><.>rabbit village production x2<.>rabbit city production x2
  224. icon:icons[2,0] icons[3,6]
  225. cost:500000000 fingers
  226. passive:multiply yield of village by 2
  227. passive:multiply yield of city by 2
  228. req:(villages>=50 or cities>=50)
  229.  
  230. *buildingUpgrade8
  231. name:Soothing moon crystals
  232. desc:Just really nice to be around.<//><b>Effect:</b><.>moon citadel production x2
  233. icon:icons[2,0] icons[3,7]
  234. cost:1000000000 fingers
  235. passive:multiply yield of citadel by 2
  236. req:10 citadels
  237.  
  238. //golden Hand upgrades
  239.  
  240. *goldenTouch
  241. name:Golden touch
  242. desc:The delicate art of finding vegetables made of precious metals.<//><b>Effect:</b><.>1% chance of gaining 1 golden Hand per finger click
  243. icon:icons[2,5]
  244. cost:1 goldenhand
  245. req:1 goldenhand:earned
  246.  
  247. *rabbitHaste
  248. name:Rabbit's haste
  249. desc:I'm late! I'm late! For a very important date!<//><b>Effect:</b><.>lucky fingers appear 30% more often
  250. icon:icons[2,6]
  251. passive:multiply frequency of luckyFinger by 0.7
  252. cost:5 goldenhands
  253. req:1 goldenhand:earned
  254.  
  255. *independenceDay
  256. name:Independence day
  257. desc:Your fingers are making their first step towards declaring their independence from the oppressive shackles of pens and cages.<//><b>Effect:</b><.>unlocks new buildings
  258. icon:icons[2,7]
  259. cost:10 goldenhands
  260. req:5 goldenhands:earned
  261.  
  262. *clover
  263. name:Clover
  264. desc:A delicious herb that tastes lucky.<//><b>Effect:</b><.>lucky finger effects are 4 times more powerful
  265. icon:icons[2,8]
  266. cost:100 goldenhands
  267. req:50 goldenhands:earned
  268.  
  269. *moonGardens
  270. name:Moon gardens
  271. 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 Hand every 100 seconds
  272. icon:icons[2,9]
  273. cost:100 goldenhands
  274. req:50 goldenhands:earned
  275. Achievements
  276. on click:anim glow
  277.  
  278. *fingerAchiev1
  279. name:Run rabbit run
  280. desc:Have <b>1</b> finger.
  281. req:1 finger
  282. icon:icons[2,4] icons[0,2] icons[0,6]
  283. *fingerAchiev2
  284. name:Fingerst home videos
  285. desc:Have <b>1000</b> fingers.
  286. req:1000 fingers
  287. icon:icons[2,4] icons[0,3] icons[0,6]
  288. *fingerAchiev3
  289. name:You got buns, hun
  290. desc:Have <b>1000000</b> fingers.
  291. req:10000000 fingers
  292. icon:icons[2,4] icons[0,4] icons[0,6]
  293.  
  294. *clickAchiev1
  295. name:That tickles
  296. desc:Click the finger <b>10</b> times.
  297. req:10 fingerButton clicks
  298. icon:icons[2,2] icons[0,2] icons[0,6]
  299. *clickAchiev2
  300. name:Don't squeeze me I'll fart
  301. desc:Click the finger <b>100</b> times.
  302. req:100 fingerButton clicks
  303. icon:icons[2,2] icons[0,3] icons[0,6]
  304. *clickAchiev3
  305. name:You're cruising for a bruising, dude
  306. desc:Click the finger <b>2000</b> times.
  307. req:2000 fingerButton clicks
  308. icon:icons[2,2] icons[0,4] icons[0,6]
  309.  
  310. *fingerPsAchiev1
  311. name:Be vewy vewy quiet
  312. desc:Produce <b>10</b> fingers per second.
  313. req:10 fingers per second
  314. icon:icons[2,3] icons[0,2] icons[0,6]
  315. *fingerPsAchiev2
  316. name:Hop and a skip
  317. desc:Produce <b>1000</b> fingers per second.
  318. req:1000 fingers per second
  319. icon:icons[2,3] icons[0,3] icons[0,6]
  320. *fingerPsAchiev3
  321. name:Go forth and multiply
  322. desc:Produce <b>100000</b> fingers per second.
  323. req:100000 fingers per second
  324. icon:icons[2,3] icons[0,4] icons[0,6]
  325.  
  326. *carrotAchiev1
  327. name:Isn't it neat
  328. desc:Have <b>1</b> golden Hand.
  329. req:1 goldenhand
  330. icon:icons[0,1] icons[0,2]
  331. *carrotAchiev2
  332. name:All that glitters
  333. desc:Have <b>100</b> golden Hands.
  334. req:100 goldenhand
  335. icon:icons[0,1] icons[0,3]
  336. *carrotAchiev3
  337. name:Zero nutritional value
  338. desc:Have <b>1000</b> golden Hands.
  339. req:1000 goldenhand
  340. icon:icons[0,1] icons[0,4]
Add Comment
Please, Sign In to add comment