Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Let's make a game!
- name:Fruit Basket
- by:Threehalves
- desc:Official idle game of the FBCU.
- created:12/16/2019
- updated:12/16/2019
- version:1
- CSS
- .thing
- {
- border-radius:8px;
- background:rgba(255,255,255,0.5);
- }
- #box-buttons2
- {
- top:250px;
- right:300px;
- }
- Settings
- tiling background:https://imgur.com/NdiFxec.png
- building cost increase:115%
- building cost refund:50%
- stylesheet:stuff/bigBlue.css
- Layout
- *main
- contains:res, buttons, buttons2
- *res
- contains:Resources
- class:fullWidth
- *buttons
- contains:tag:apple
- *buttons2
- contains:tag:orange
- *store
- contains:buildings, upgrades
- *buildings
- contains:BulkDisplay, Buildings
- header:Buildings
- tooltip origin:left
- *upgrades
- contains:Upgrades
- header:Upgrades
- costs:hide
- names:hide
- Buttons
- *appleButton
- name:Make an apple
- on click:anim icon wobble
- on click:yield 1 apple
- no text
- class:bigButton hasFlares
- icon class:shadowed
- tooltip origin:bottom
- tooltip class:red
- icon:https://imgur.com/99GJpRp.png
- tags:apple
- *orangeButton
- name:Make an orange
- on click:anim icon wobble
- on click:yield 1 orange
- no text
- class:bigButton
- icon class:shadowed
- tooltip origin:bottom
- tooltip class:red
- icon:https://imgur.com/XhggIZY.png
- tags:orange
- Resources
- *apple|apples
- name:Apple|Apples
- icon:https://imgur.com/hrPdkv7.png
- *orange|oranges
- name:Orange|Oranges
- icon:https://imgur.com/yKsISsZ.png
- Buildings
- *tree|trees
- name:Apple Tree|Apple Trees
- cost:20 apples
- on tick:yield 0.5 apples
- unlocked
- desc:A quick-growing tree that produces 0.5 apples per second.
- *orchard|orchards
- name:Apple Orchard|Orchards
- cost:120 apples
- on tick:yield 1 apple
- req:100 apples:earned
- desc:A more efficiently organized group of trees.
- *ship|ships
- name:Sailboat|Sailboats
- cost:400 apples
- on tick:yield 8 apple
- req:400 apples:earned
- Upgrades
Advertisement
Add Comment
Please, Sign In to add comment