Advertisement
SadSlap

idlegame

Nov 11th, 2019
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.85 KB | None | 0 0
  1. Let's make a game!
  2. name:TBD
  3. by:Slap
  4. desc:WIP
  5. created:11/11/2019
  6. updated:11/11/2019
  7. version:0.1
  8.  
  9. Settings
  10. background:stuff/meadow.jpg
  11. building cost increase:115% //default 115%
  12. building cost refund:50% //default 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. *thingButton
  21. name:make a thing
  22. desc:spank to get more things
  23. on click:yield 1 thingOne
  24. icon:stuff/bunny.png
  25. no text
  26. // class:
  27. // icon class:
  28. tooltip origin:bottom
  29. // tooltip class:
  30.  
  31. Resources
  32. *thingOne|thingOnes
  33. name:Thing|Things
  34. desc:There are things. You can use them to buy things that make more things. Make as many things as you can.
  35. icon:icons[0,0]
  36. // class:
  37. show earned
  38.  
  39. Shinies
  40. *thiccThing
  41. on click:log Woop
  42. // movement:
  43. frequency:30
  44. frequency variation:180
  45. icon:stuff/luckyBunny.png
  46. // class:
  47. // on click:
  48. // if/else statement
  49.  
  50. Buildings
  51. *thingMaker|thingMakers
  52. name:Thing Maker|Thing Makers
  53. desc:The first of your things that makes things.<//><b>Effect:</b><.>Produces 1 thing per second.
  54. icon:icons[3,0]
  55. cost:50 thingOnes
  56. on tick:yield 1 thingOne
  57. unlocked
  58.  
  59. Upgrades
  60. *thinginator
  61. name:Thinginator
  62. desc:A thing to make your Thing Makers make more Things.<//><b>Effect:</b><.>Doubles Thing Makers' thing production.
  63. icon:icons[1,1]
  64. cost:300 thingOnes
  65. passive:multiply yield of thingMaker by 2
  66.  
  67. Achievements
  68. *thingAchiev1
  69. name:Did a Thing
  70. desc:Click the Thing Buttons
  71. req:1 thingOne
  72. icon:icons[2,4] icons[0,2] icons[0,6]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement