flora
Procs | |
can_cut_down | Whether the item used by user can cause cut_down to be called. Used to bypass default attack proc for some specific items/tools. |
---|---|
create_remains | Returns an instance of the object the plant leaves behind when destroyed. Null means it leaves nothing. |
init_appearance | Picks and sets the appearance exactly once for the plant if randomly picked. |
play_cut_sound | What to do when the can_cut_down check returns true. Normally simply calls dismantle. |
Proc Details
can_cut_down
Whether the item used by user can cause cut_down to be called. Used to bypass default attack proc for some specific items/tools.
create_remains
Returns an instance of the object the plant leaves behind when destroyed. Null means it leaves nothing.
init_appearance
Picks and sets the appearance exactly once for the plant if randomly picked.
play_cut_sound
What to do when the can_cut_down check returns true. Normally simply calls dismantle.