item_decoration
Vars | |
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. |
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.