Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Let's make a game!
- name:Idle Production
- by:Alito
- desc:Money
- created:25/7/2017
- updated:24/10/2017
- version:1
- Settings
- stylesheet:stuff/bigBlue.css
- building cost increase:100%
- building cost refund:100%
- CSS
- #game.filtersOn .thing.cantAfford.notOwned
- {
- filter:blur(1px);
- }
- Layout
- use default
- Resources
- *fruit
- name:Fruit
- desc:Total Fruit
- show earned
- start with:10
- Buildings
- *apple
- name:Apple
- desc:1 fruit per sec
- cost:10 fruit
- on tick:yield 1 fruit
- *banana
- name:Banana
- desc:1 apples per sec - 1 fruit per sec
- cost:100 fruit
- on tick:yield 1 apple
- unlocked
- *orange
- name:Orange
- desc:2 bananas per sec - 1 fruit per sec
- cost:10000 fruit
- on tick:yield 1 banana
- unlocked
- *pear
- name:Pear
- desc:3 oranges per sec - 1 fruit per sec
- cost:1000000 fruit
- on tick:yield 1 orange
- unlocked
Advertisement
Add Comment
Please, Sign In to add comment