Expand description
Reading equipment and equipment-related data.
Enums§
- Character
Category - Slot
- The slot the item is for.
Functions§
- build_
character_ path - Builds a game path to the equipment specified.
- build_
ear_ material_ path - Builds a ear material path for a character
- build_
equipment_ path - Builds a game path to the equipment specified.
- build_
face_ material_ path - Builds a face material path for a character
- build_
gear_ material_ path - Builds a material path for a specific gear
- build_
hair_ material_ path - Builds a hair material path for a character
- build_
skin_ material_ path - Builds a skin material path for a character
- build_
tail_ material_ path - Builds a tail material path for a character
- deconstruct_
equipment_ path - get_
character_ category_ abbreviation - get_
character_ category_ path - get_
character_ category_ prefix - get_
slot_ abbreviation - Returns the shorthand abbreviation of
slot
. For example, Body’s shorthand is “top”. - get_
slot_ from_ abbreviation - Determines the correct slot from an id. This can fail, so a None is returned when no slot matches that id.
- get_
slot_ from_ id - Determines the correct slot from an id. This can fail, so a None is returned when no slot matches that id.