walking_aid 
Walking Aid Component
Add this to an item to allow it to act as a cane (or crutch) while held. Items with this component will help mobs avoid limping from broken leg bones, and lessen the slowdown caused by missing legs.
Used by canes, crutches, and pole-like items such as spears and staffs.
Vars | |
| current_user_ref | Weakref to the mob currently being supported |
|---|---|
| limbless_slowdown_modifier | The amount of slowdown to reduce for a limbless leg |
| required_trait | If set, the parent item must have this trait for the support to function |
| waddling | Causes a mob to waddle (wiggle) while walking when holding this object |
Var Details
current_user_ref 
Weakref to the mob currently being supported
limbless_slowdown_modifier 
The amount of slowdown to reduce for a limbless leg
required_trait 
If set, the parent item must have this trait for the support to function
waddling 
Causes a mob to waddle (wiggle) while walking when holding this object