Merge remote-tracking branch 'upstream/master' into shieldability

This commit is contained in:
KayenEQ
2021-08-12 22:12:42 -04:00
9 changed files with 89 additions and 6 deletions
+5
View File
@@ -844,6 +844,10 @@ public:
bool CanFocusUseRandomEffectivenessByType(focusType type);
int GetFocusRandomEffectivenessValue(int focus_base, int focus_base2, bool best_focus = 0);
bool TryDoubleMeleeRoundEffect();
bool GetUseDoubleMeleeRoundDmgBonus() const { return use_double_melee_round_dmg_bonus; }
inline void SetUseDoubleMeleeRoundDmgBonus(bool val) { use_double_melee_round_dmg_bonus = val; }
void CastSpellOnLand(Mob* caster, int32 spell_id);
void FocusProcLimitProcess();
bool ApplyFocusProcLimiter(int32 spell_id, int buffslot = -1);
@@ -1516,6 +1520,7 @@ protected:
bool has_twohandbluntequiped;
bool has_twohanderequipped;
bool has_duelweaponsequiped;
bool use_double_melee_round_dmg_bonus;
bool can_facestab;
bool has_numhits;
bool has_MGB;