Pyronic

Untitled

Jul 19th, 2019
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.26 KB | None | 0 0
  1. Let's make a game!
  2. name:Idle Production
  3. by:Alito
  4. desc:Money
  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. Resources
  24. *fruit
  25. name:Fruit
  26. desc:Total Fruit
  27. show earned
  28. start with:10
  29.  
  30.  
  31.  
  32.  
  33. Buildings
  34.  
  35. *apple
  36. name:Apple
  37. desc:1 fruit per sec
  38. cost:10 fruit
  39. on tick:yield 1 fruit
  40.  
  41. *banana
  42. name:Banana
  43. desc:1 apples per sec - 1 fruit per sec
  44. cost:100 fruit
  45. on tick:yield 1 apple
  46. unlocked
  47.  
  48. *orange
  49. name:Orange
  50. desc:2 bananas per sec - 1 fruit per sec
  51. cost:10000 fruit
  52. on tick:yield 1 banana
  53. unlocked
  54.  
  55. *pear
  56. name:Pear
  57. desc:3 oranges per sec - 1 fruit per sec
  58. cost:1000000 fruit
  59. on tick:yield 1 orange
  60. unlocked
Advertisement
Add Comment
Please, Sign In to add comment