Advertisement
joshuaSB96

Untitled

Mar 27th, 2021
25
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.04 KB | None | 0 0
  1.  
  2.  
  3. Let's make a game!
  4. name:Fun Idle Project #1
  5. desc:This game is a project that i am working on to hopefully make an awesome fun game for people to play.
  6. created:3/26/21
  7. updated:3/27/21
  8. version:1.0.1
  9.  
  10. Settings
  11. background:https://i.pinimg.com/originals/51/e4/50/51e450717d90037f2e9adf3fccc14429.jpg
  12. building cost refund:80%
  13. no bulk particles
  14.  
  15. Layout
  16. use default
  17. Buttons
  18. *cookieButton
  19. name:Bake a cookie
  20. desc:Click this cookie to bake more cookies!
  21. on click:anim icon wobble
  22. on click:yield 1 cookie
  23. icon:https://www.jetpunk.com/img/user-photo-library/31/317bc72899-450.png
  24. no text
  25. class:bigButton hasFlares
  26. icon class:shadowed
  27. tooltip origin:bottom
  28. tooltip class:red
  29.  
  30.  
  31. Resources
  32. *cookie|cookies
  33. name:cookie|cookies
  34. desc:these are your cookies. you can use these to purchase buildings and upgrades. your goal is to gain as many cookies as possible
  35. icon:https://static.wikia.nocookie.net/cookieclicker/images/5/5a/PerfectCookie.png/revision/latest/scale-to-width-down/340?cb=20130827014912.png
  36. class:noBackround
  37. show earned
  38.  
  39. *goldenCookie|goldenCookies
  40. name:golden Cookie|golden Cookies
  41. desc:this is a lucky cookie that when collected gives you golden cookies (a secondary currency that you'll need later in the game)
  42. icon:https://static.wikia.nocookie.net/cookieclicker/images/5/50/GoldCookie.png/revision/latest/smart/width/200/height/200?cb=20130825165158.png
  43. class:noBackround
  44. show earned
  45.  
  46. Shinies
  47. *luckyCookie
  48. on click:log woop
  49. frequency:60
  50. frequency variation:30
  51. icon:https://static.wikia.nocookie.net/cookieclicker/images/5/50/GoldCookie.png/revision/latest/smart/width/200/height/200?cb=20130825165158.png
  52. class:Bigbutton
  53. on click:yield 2 goldenCookies
  54.  
  55. Buildings
  56. *TEMPLATE
  57. on click:anim glow
  58.  
  59. *clicker|clickers
  60. Name:Clicker|Clickers
  61. desc: a helping hand that bakes cookies for you
  62. icon:https://static.wikia.nocookie.net/cookieclicker/images/f/f6/CursorIconTransparent.png/revision/latest/top-crop/width/360/height/360?cb=20181027162509.png
  63. cost:50 cookies
  64. on tick:yield 0.2 cookie
  65. unlocked
  66.  
  67. Upgrades
  68. *TEMPLATE
  69. on click:anim glow
  70. *biggerovens
  71. name:Better mouse
  72. desc: this upgrades all of your clickers so they can make more cookies at once
  73. icon:https://static.wikia.nocookie.net/cookieclicker/images/f/f6/CursorIconTransparent.png/revision/latest?cb=20181027162509
  74. cost:100 cookies
  75. passive:multiply yield of clicker by 2
  76. passive:multiply yield of cookie by 4
  77. req:(clicker>=1)
  78.  
  79. Achievements
  80. *10clicks
  81. name:grandma fingers
  82. desc:You've clicked the big red button 10 times. Well done. Well done indeed.
  83. req:10 bigButton:clicks
  84.  
  85. *100clicks
  86. name:trigger finger
  87. desc:you clicked the big cookie 100 times
  88. req:100 bigButton:clicks
  89. passive:multiply yield of cookie by 1.5
  90.  
  91. *1000clicks
  92. name:autoclicker
  93. desc:you clicked the big cookie 1000 times you dirty dog here's a boost don't be silly
  94. req:1000 bigButton:clicks
  95. passive:multiply yield of cookie by 2
  96.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement