mirror of
https://github.com/EQEmu/Server.git
synced 2026-09-06 08:16:35 +00:00
[Spells] Allow SE_SecondaryForte 248 to be calculated as a bonus instead of hardcoded AA (#1507)
* start * Update client.cpp * Update client.cpp * Update bonuses.cpp * Update bonuses.cpp Co-authored-by: Chris Miles <akkadius1@gmail.com>
This commit is contained in:
@@ -556,6 +556,7 @@ struct StatBonuses {
|
||||
bool ZoneSuspendMinion; // base 1 allows suspended minions to zone
|
||||
|
||||
// AAs
|
||||
uint16 SecondaryForte; // allow a second skill to be specialized with a cap of this value.
|
||||
int32 ShieldDuration; // extends duration of /shield ability
|
||||
int32 ExtendedShielding; // extends range of /shield ability
|
||||
int8 Packrat; // weight reduction for items, 1 point = 10%
|
||||
|
||||
Reference in New Issue
Block a user