TeamEverlook / Everlook-BugTracker

3 stars 1 forks source link

Troll Racials "Berserking" is not blizzlike. #348

Open FreedomSeek opened 2 months ago

FreedomSeek commented 2 months ago

Berserking values tested both on everlook and classic era for Fireball (default cast time = 1.5 seconds) Classic Era cast time ranges from 1.35 to 1.05 seconds, calculated as 1.5 0.9 or 1.5 0.7 respectively.

WowClassic_eUlfHbL66m

WowClassic_CtUwlAiK0b

cast time on Everlook ranges from 1.36 to 1.15 seconds, calculated(and rounded) as 1.5/1.1 and 1.5/1.3 respectively.

WowClassic_ForCustomServers_Ka9TZJGdIZ

WowClassic_ForCustomServers_A7E1RQNHxL

Attack speed is also calculated in the same way. Suggesting to adjust Berserking to make it more blizzlike.

earthw0rmjim commented 2 months ago

pre-2.2.0: CastTime × (0.9 - min(1 - HealthPercent ÷ 100, 0.6) ÷ 3)

post-2.2.0: CastTime ÷ (1.1 + (1 - max(HealthPercent ÷ 100, 0.4)) ÷ 3)