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
andgender
. - 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]
.