nw::FeatInfo

struct FeatInfo

Feat definition.

Public Functions

FeatInfo() = default
FeatInfo(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 description = 0xFFFFFFFF
Resource icon
bool all_can_use = false
int category = -1
int max_cr = 0
int spell = -1
Feat successor = Feat::invalid()
float cr_value = 0.0f
int uses = 0
int master = 0
bool target_self = false
InternedString constant
int tools_categories = 0
bool hostile = false
bool epic = false
bool requires_action = false
Requirement requirements