Core/Spells: Implement sqrt based aoe damage diminishing

Port From (https://github.com/TrinityCore/TrinityCore/commit/42a6e0eb1afa431fc1efe7d4c5a62758fed42684)
This commit is contained in:
hondacrx
2023-09-14 04:24:19 -04:00
parent 572bab53e4
commit 6975212812
5 changed files with 129 additions and 12 deletions
@@ -20,6 +20,8 @@ namespace Framework.Constants
public const float TrajectoryMissileSize = 3.0f;
public const int AoeDamageTargetCap = 20;
public const int MaxPowersPerSpell = 5;
public const uint VisualKitFood = 406;