Core/Players: Implemented secondary stat diminishing
Port From (https://github.com/TrinityCore/TrinityCore/commit/cb47605235a49bb2c6065b2e6de69b657a9c905f)
This commit is contained in:
@@ -2152,4 +2152,24 @@ namespace Framework.Constants
|
||||
None = 0,
|
||||
Disabled = 0x1
|
||||
}
|
||||
|
||||
public enum GlobalCurve
|
||||
{
|
||||
CritDiminishing = 0,
|
||||
MasteryDiminishing = 1,
|
||||
HasteDiminishing = 2,
|
||||
SpeedDiminishing = 3,
|
||||
AvoidanceDiminishing = 4,
|
||||
VersatilityDoneDiminishing = 5,
|
||||
LifestealDiminishing = 6,
|
||||
DodgeDiminishing = 7,
|
||||
BlockDiminishing = 8,
|
||||
ParryDiminishing = 9,
|
||||
|
||||
VersatilityTakenDiminishing = 11,
|
||||
|
||||
ContentTuningPvpItemLevelHealthScaling = 13,
|
||||
ContentTuningPvpLevelDamageScaling = 14,
|
||||
ContentTuningPvpItemLevelDamageScaling = 15,
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user