mirror of
https://github.com/EQEmu/Server.git
synced 2026-01-02 22:03:52 +00:00
Add rest of the avoidance skills to AA bonus
This commit is contained in:
parent
3746128014
commit
2146489740
@ -1003,6 +1003,15 @@ void Mob::ApplyAABonuses(const AA::Rank &rank, StatBonuses *newbon)
|
||||
case SE_RiposteChance:
|
||||
newbon->RiposteChance += base1;
|
||||
break;
|
||||
case SE_DodgeChance:
|
||||
newbon->DodgeChance += base1;
|
||||
break;
|
||||
case SE_ParryChance:
|
||||
newbon->ParryChance += base1;
|
||||
break;
|
||||
case SE_IncreaseBlockChance:
|
||||
newbon->IncreaseBlockChance += base1;
|
||||
break;
|
||||
case SE_Flurry:
|
||||
newbon->FlurryChance += base1;
|
||||
break;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user