CharacterFacialHairStyles.dbc¶
The character facial hair styles table contains definitions for attributes use to customize a characters facial style.
Table structure¶
ID | Name | Type | Default | Description |
---|---|---|---|---|
1 | race | Integer | 0 | References the race for which the style applies. |
2 | sex | Integer (signed) | 0 | See below. |
3 | variation | Integer (signed) | 0 | References the the actual variation to apply. |
4 | geoset1 | Integer (signed) | 0 | References a geoset ID in a model. |
5 | geoset2 | Integer (signed) | 0 | References a geoset ID in a model. |
6 | geoset3 | Integer (signed) | 0 | References a geoset ID in a model. |
7 | geoset4 | Integer (signed) | 0 | References a geoset ID in a model. |
8 | geoset5 | Integer (signed) | 0 | References a geoset ID in a model. |
9 | geoset6 | Integer (signed) | 0 | References a geoset ID in a model. |
Relations¶
race
references the primary key of ChrRaces.dbc.variation
references the primary key of CharVariations.dbc.
Notes¶
This table does not have a primary key.