Space Station 13 - Nebula13 - Modules - TypesProc Details

flora

Procs

can_cut_downWhether the item used by user can cause cut_down to be called. Used to bypass default attack proc for some specific items/tools.
create_remainsReturns an instance of the object the plant leaves behind when destroyed. Null means it leaves nothing.
init_appearancePicks and sets the appearance exactly once for the plant if randomly picked.
play_cut_soundWhat 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.