local Spell = helpers.Spell local ModSpell = helpers.ModSpell local Cooldown = helpers.Cooldown local Activation = helpers.Activation local EventTimer = helpers.EventTimer local Cast = helpers.Cast local Item = helpers.Item local Anchor = helpers.Anchor local Talent = helpers.ClassicTalent local...
talentsStr = talentSpellIdsToTalentString(charClass, talentIds); } let equipmentSpec = EquipmentSpec.create(); const equipmentSpec = EquipmentSpec.create(); (importJson.items as Array<any>).forEach(itemJson => { let itemSpec = ItemSpec.create(); const itemSpec = ItemSpec.create(); item...