Space Station 13 - Nebula13 - Modules - TypesVar Details

item_decoration

Vars

can_decorate_typesA list of types that this decoration can be applied to. Must contain at least one entry.
can_decorate_with_typesA list of types that can be used to apply this decoration. Must contain at least one entry.
decoration_actionString used to describe this action while underway.
decoration_verbString used to describe this action.
decoration_worth_factorAdditional monetary worth for the item, as a percentage of the base item value (ie. 0.1 = +10%)
icon_state_modifierState used when searching item icon files for world/inventory/onmob states to draw.
nameA descriptive named used to select this decoration.
work_factorFactor value supplied to do_skilled()
work_skillWhat skill to use when applying this decoration. If null, defaults to the material.
work_timeHow long this work should take.

Var Details

can_decorate_types

A list of types that this decoration can be applied to. Must contain at least one entry.

can_decorate_with_types

A list of types that can be used to apply this decoration. Must contain at least one entry.

decoration_action

String used to describe this action while underway.

decoration_verb

String used to describe this action.

decoration_worth_factor

Additional monetary worth for the item, as a percentage of the base item value (ie. 0.1 = +10%)

icon_state_modifier

State used when searching item icon files for world/inventory/onmob states to draw.

name

A descriptive named used to select this decoration.

work_factor

Factor value supplied to do_skilled()

work_skill

What skill to use when applying this decoration. If null, defaults to the material.

work_time

How long this work should take.