nw::RaceInfo
-
struct RaceInfo
Race definition.
Public Functions
-
RaceInfo() = default
-
RaceInfo(const TwoDARowView &tda)
-
String editor_name() const
Gets the name to display when using in contexts like a toolset.
-
inline bool valid() const noexcept
Public Members
-
uint32_t name = 0xFFFFFFFF
-
uint32_t name_conversation = 0xFFFFFFFF
-
uint32_t name_conversation_lower = 0xFFFFFFFF
-
uint32_t name_plural = 0xFFFFFFFF
-
uint32_t description = 0xFFFFFFFF
-
int appearance = 0
-
std::array<int, 6> ability_modifiers
-
int favored_class = 0
-
uint32_t biography = 0xFFFFFFFF
-
bool player_race = false
-
InternedString constant
-
int age = 1
-
int toolset_class = 0
-
float cr_modifier = 1.0f
-
int feats_extra_1st_level = 0
-
int skillpoints_extra_per_level = 0
-
int skillpoints_1st_level_multiplier = 0
-
int ability_point_buy_number = 0
-
int feats_normal_level = 0
-
int feats_normal_amount = 0
-
int skillpoints_ability = 0
-
RaceInfo() = default