Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Let's make a game!
- name: Escape the Flood!
- desc: Raise yourself higher than the flood water.
- by: Elton
- created: 12/22/18
- version: 1
- Layout
- *main
- contains:res, buttons
- *res
- contains:Resources
- class:fullWidth
- *buttons
- contains:Buttons
- *store
- contains:buildings, upgrades
- *buildings
- contains:BulkDisplay, Buildings
- header:Buildings
- tooltip origin:left
- *upgrades
- contains:Upgrades
- header:Upgrades
- costs:hide
- names:hide
- Resources
- *Money
- name: Money
- desc: Used to purchase items to help you on your journey.
- *WL
- name: Water Level
- desc: The height of the flood in inches.
- on earn:
- if ((WL)>(HE))
- toast You lost! Wipe save to try again!
- end
- end
- *HE
- name: Height Elevation
- desc: How high up your house is.
- is always: 5+((Stilts)*2)
- Buildings
- *House
- name: Your House
- desc: This is your house.
- no buy
- on tick:
- yield 1 Money
- yield 0.5 WL
- end
- is always: 1
- *Stilts
- name: Stilts
- desc: Raises your building up by 2 inches per stilt.
- cost:5 Money
- Upgrades
- *BetterDrainage
- name: BD
- desc: Better Drainage<//>Lowers water level by 2 inches every second.
- cost:6 Money
- passive:lose 2 WL
Add Comment
Please, Sign In to add comment