abs(talents[i]?.guid - presetTalents[i])), 0); // If this is the best distance, assign this preset. if (newDistance < distance) { @@ -617,50 +635,50 @@ class WCLSimPlayer { } const fullTypeToSpec: Record<string, Spec> = { 'DeathKnightBlood': Spec.SpecTankDeathknight, '...
Generally, specializations in TBC on Warcraft Logs are determined by which talent tree the character has the majority talent points in. There is no information in the log file about which specific talents are taken. We have implemented some more specializations that are performing other roles than ...
Stat Breakdown: Breakdown Strength, Agility, Stamina, Intellect and Spirit into base stats. Supports talents, buffs and racials that give you extra bonuses.Ex: Lunar Guidance - "Increases your spell damage and healing by 8/16/25% of your total Intellect."...