sheet
Vars | |
walltype | What type of wall does this sheet spawn |
---|---|
window_type | What type of fulltile window this sheet can construct. |
Procs | |
on_attack_floor | Facilitates sheets being smacked on the floor |
try_install_window | Mob action to try and install a window if the sheet can do that |
Var Details
walltype
What type of wall does this sheet spawn
window_type
What type of fulltile window this sheet can construct.
Proc Details
on_attack_floor
Facilitates sheets being smacked on the floor
This is used for crafting by hitting the floor with items. The inital use case is glass sheets breaking in to shards when the floor is hit. Args:
- user: The user that did the action
- params: paramas passed in from attackby
try_install_window
Mob action to try and install a window if the sheet can do that