Advertisement
joshuaSB96

Untitled

Mar 27th, 2021
27
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.46 KB | None | 0 0
  1. Let's make a game!
  2. name:Fun Idle Project #1
  3. desc:This game is a project that i am working on to hopefully make an awesome fun game for people to play.
  4. created:3/26/21
  5. updated:3/27/21
  6. version:1.0.1
  7.  
  8. Settings
  9. background:https://i.pinimg.com/originals/51/e4/50/51e450717d90037f2e9adf3fccc14429.jpg
  10. building cost refund:80%
  11. no bulk particles
  12.  
  13. Layout
  14. use default
  15. Buttons
  16. *cookieButton
  17. name:Bake a cookie
  18. desc:Click this cookie to bake more cookies!
  19. on click:anim icon wobble
  20. on click:yield 1 cookie
  21. icon:https://findicons.com/files/icons/2198/dark_glass/128/cookie.png
  22. no text
  23. class:bigButton hasFlares
  24. icon class:shadowed
  25. tooltip origin:bottom
  26. tooltip class:red
  27.  
  28. Resources
  29. *cookie|cookies
  30. name:cookie|cookies
  31. desc:these are your cookies. you can use these to purchase buildings and upgrades. your goal is to gain as many cookies as possible
  32. icon:https://static.wikia.nocookie.net/cookieclicker/images/5/5a/PerfectCookie.png/revision/latest/scale-to-width-down/340?cb=20130827014912.png
  33. class:noBackround
  34. show earned
  35.  
  36. *goldenCookie|goldenCookies
  37. name:golden Cookie|golden Cookies
  38. desc:this is a lucky cookie that when collected gives you golden cookies (a secondary currency that you'll need later in the game)
  39. icon:https://static.wikia.nocookie.net/cookieclicker/images/5/50/GoldCookie.png/revision/latest/smart/width/200/height/200?cb=20130825165158.png
  40. class:noBackround
  41. show earned
  42.  
  43. Shinies
  44. *luckyCookie
  45. on click:log woop
  46. frequency:60
  47. frequency variation:30
  48. icon:https://static.wikia.nocookie.net/cookieclicker/images/5/50/GoldCookie.png/revision/latest/smart/width/200/height/200?cb=20130825165158.png
  49. class:Bigbutton
  50. on click:yield 2 goldenCookies
  51.  
  52. Buildings
  53. *TEMPLATE
  54. on click:anim glow
  55.  
  56. *clicker|clickers
  57. Name:Clicker|Clickers
  58. desc: a helping hand that bakes cookies for you
  59. icon:https://static.wikia.nocookie.net/cookieclicker/images/f/f6/CursorIconTransparent.png/revision/latest/top-crop/width/360/height/360?cb=20181027162509.png
  60. cost:50 cookies
  61. on tick:yield 0.2 cookie
  62. unlocked
  63.  
  64. Upgrades
  65. *TEMPLATE
  66. on click:anim glow
  67. *biggerovens
  68. name:Bigger Ovens
  69. desc: this upgrades all of your clickers so they can make more cookies at once
  70. icon:https://thumbnail.imgbin.com/2/25/8/imgbin-cartoon-design-yNaSvKw2zLn8954ygaXi0jC8U_t.jpg
  71. cost:100 cookies
  72. passive:multiply yield of clicker by 2
  73. req:(clicker>=1)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement