Core/Players: Implemented item level based armor damage reduction diminishing for pvp

Port From (https://github.com/TrinityCore/TrinityCore/commit/255082782cef48f68ec4ad041202be8e8693071c)
This commit is contained in:
Hondacrx
2025-08-12 21:28:31 -04:00
parent 896f1077c2
commit 5934ef9cd9
3 changed files with 27 additions and 3 deletions
@@ -92,6 +92,11 @@ namespace Game.DataStorage
public float Health;
}
public sealed class GtItemLevelByLevelRecord
{
public float ItemLevel;
}
public sealed class GtItemSocketCostPerLevelRecord
{
public float SocketCost;