SimulationCraft
SimulationCraft is a tool to explore combat mechanics in the popular MMO RPG World of Warcraft (tm).
|
Public Member Functions | |
buff_stat_t (stat_e s, double a, std::function< bool(const stat_buff_t &)> c=std::function< bool(const stat_buff_t &)>()) | |
double | stack_amount (int stacks) const |
Public Attributes | |
stat_e | stat |
double | amount |
double | current_value |
std::function< bool(const stat_buff_t &)> | check_func |