![]() |
SimulationCraft
SimulationCraft is a tool to explore combat mechanics in the popular MMO RPG World of Warcraft (tm).
|
Public Member Functions | |
dbc_hotfix_entry_t (util::string_view g, util::string_view t, unsigned id, util::string_view n, unsigned f) | |
bool | valid () const override |
void | apply () override |
dbc_hotfix_entry_t & | field (util::string_view fn) |
dbc_hotfix_entry_t & | operation (hotfix::hotfix_op_e op) |
dbc_hotfix_entry_t & | modifier (double m) |
dbc_hotfix_entry_t & | verification_value (double ov) |
![]() | |
hotfix_entry_t (util::string_view g, util::string_view t, util::string_view n, unsigned f) | |
virtual std::string | to_str () const |
Public Attributes | |
unsigned | id_ |
std::string | field_name_ |
hotfix_op_e | operation_ |
double | modifier_ |
double | orig_value_ |
double | dbc_value_ |
double | hotfix_value_ |
![]() | |
std::string | group_ |
std::string | tag_ |
std::string | note_ |
unsigned | flags_ |