Module equipment

Source
Expand description

Reading equipment and equipment-related data.

Enums§

CharacterCategory
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.