Module race

Source
Expand description

Playable race and genders.

Enums§

Gender
The playable genders in the game.
Race
The playable races in the game.
Tribe
The playable tribes in the game. Each race has two similar-looking tribes, with the exception of Highlander Hyur which are visually distinct.

Functions§

build_skeleton_path
Builds the path to the skeleton (sklb) file for a given race, tribe and gender.
get_race_id
Gets a proper race identifier (such as 101, for Hyur-Midlander-Males) given a race, a tribe, and a gender.
get_supported_tribes
Returns the two tribes associated with a given race. For example, Hyur would return [Midlander, Highlander].