Pyronic

Untitled

Feb 3rd, 2019
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.86 KB | None | 0 0
  1. Let's make a game!
  2. name:Idle Generator
  3. by:Alito
  4. desc:Generators
  5. created:25/7/2017
  6. updated:24/10/2017
  7. version:1
  8.  
  9. Settings
  10. stylesheet:stuff/bigBlue.css
  11. building cost increase:100%
  12. building cost refund:100%
  13.  
  14. CSS
  15. #game.filtersOn .thing.cantAfford.notOwned
  16. {
  17. filter:blur(1px);
  18. }
  19.  
  20. Layout
  21. use default
  22.  
  23.  
  24.  
  25. Resources
  26. *power
  27. name:Power
  28. desc:Total Power
  29. icon:https://i.imgur.com/mPG0i0d.png
  30. show earned
  31. start with:10
  32.  
  33. *gen
  34. name:Gen
  35. show earned
  36. hidden
  37.  
  38.  
  39. Buildings
  40. *generators
  41. name:Generators
  42. desc:Produces power
  43. cost:10 power
  44. cost increase:1000%
  45. on tick:yield (gen) power
  46. on tick:yield 1 gen
Advertisement
Add Comment
Please, Sign In to add comment