Aurelio Cantante del vacío
Humanoide
Velocidad de lanzamiento de hechizos aumentada un 35%
Aurelio Voidsinger
SpectreN
Tagsbludgeoning_weapon, Lanzador de hechizos, cold_affinity, cursing_monster, exile, has_staff, has_two_handed_melee, human, humanoid, lightning_affinity, mail_armour, medium_height, medium_movement, not_dex, ranged, red_blood, rogue_exile
Vida
128%
Energy Shield From Life
50%
Armadura
+50%
Ailment Threshold
128%
Resistencia
30 30 30 20
Damage
143%
Precisión
100%
Probabilidad de golpe crítico
+5%
Multiplicador de golpe crítico
+130%
Attack Distance
6 ~ 8
Attack Time
1.245 Second
Damage Spread
±20%
Experiencia
100%
Model Size
100%
Type
ExileTemplar5
Metadata
ExileTemplar5
Nivel
68
Vida
4,117
Armadura
43,185
Evasión
4,739
Escudo de energía
3,921
Damage
534
Daño de hechizos
534
Precisión
580
Attack Time
1.245
Experiencia
10,255
Minion Life
893
Minion Energy Shield
851
Minion Damage
427
Ailment Threshold
8,235
Chill
26
Shock
26
Brittle
147
Scorch
26
Sap
72
ExileTemplarFrostbolt
Spell, Projectile, ProjectilesFromUser, Damage, Trappable, Totemable, Mineable, Multicastable, Cold, Triggerable, CanRapidFire
Descarga de escarcha
Probabilidad de golpe crítico: 5%
Tiempo de lanzamiento: 0.75 seg
Dispara un proyectil de movimiento lento que perfora a los enemigos e inflige daño de hielo.
Inflige de 441.2 a 661.8 de daño de hielo
Los proyectiles perforan a todos los objetivos
Dispara 2 proyectiles adicionales
Velocidad de lanzamiento de hechizos aumentada un 15%
Velocidad de proyectiles aumentada un 50%
base is projectile [1]
ExileTemplarVortex
Spell, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Cold, Triggerable, Duration, ChillingArea, AreaSpell, Nova, CanRapidFire
Vórtice
Probabilidad de golpe crítico: 5%
Tiempo de lanzamiento: 0.9 seg
Tiempo de recarga: 2.5 seg
Una explosión de hielo estalla alrededor del personaje e inflige daño de hielo a los enemigos. También deja un vórtice giratorio detrás de sí que inflige daño de hielo degenerativo y escarcha a los enemigos a los que atrapa.
Inflige de 450.2 a 675.3 de daño de hielo
La duración base es de 3 segundos
Inflige 156.3 de daño de hielo base por segundo
Los modificadores de daño de hechizos se aplican al efecto de daño degenerativo de esta habilidad
El radio base es de 2 metros
El radio base secundario es de 2 metros
Puede explotar desde 1 Proyectil de Descarga de Escarcha
active skill area of effect radius +% final [-17]
ground maelstrom art variation [2]
is area damage [1]
ExileLightningWarp
Spell, Damage, Area, Duration, Trappable, Totemable, Mineable, Triggerable, Movement, Lightning, AreaSpell, Travel, Multicastable, CanRapidFire
Teletransporte de rayo
Probabilidad de golpe crítico: 5%
Tiempo de lanzamiento: 1 seg
Te teletransporta a una ubicación objetivo después de una duración, que se basa en la distancia y tu velocidad de movimiento. Cuando se produce el teletransporte, inflige daño de rayo alrededor de las áreas de inicio y de destino. Si vuelves a lanzar la habilidad, los múltiples teletransportes se ponen en cola para llevarse a cabo en secuencia.
Inflige de 551 a 1653 de daño de rayo
Duración reducida un 38%
base skill show average damage instead of dps [1]
is area damage [1]
skill override pvp scaling time ms [1000]
ExileFrostbite
Spell, Area, Duration, Trappable, Totemable, Mineable, Multicastable, Triggerable, Cold, Cascadable, AppliesCurse, CanRapidFire, AreaSpell, InstantNoRepeatWhenHeld, InstantShiftAttackForLeftMouse, Hex
Congelación
Tiempo de lanzamiento: 0.5 seg
Tiempo de recarga: 8 seg
Maldice a todos los objetivos en un área para disminuir su resistencia al hielo y otorgarles una probabilidad de ser congelados cuando reciben un golpe.
La duración base es de 7 segundos
Los enemigos malditos tienen -30% a la resistencia al hielo
Los golpes contra los enemigos malditos tienen +25% de probabilidad de congelar
active skill area of effect radius +% final [9]

Object Type

version 2
extends "Metadata/Monsters/Exiles/Exile"

Stats
{
}

Object Type Codes

version 2
extends "Metadata/Monsters/Exiles/Exile"
-- src\Data\Spectres.lua
minions["Metadata/Monsters/Exiles/ExileTemplar5"] = {
    name = "Aurelio Voidsinger",
    life = 1.28,
    energyShield = 0.5,
    fireResist = 30,
    coldResist = 30,
    lightningResist = 30,
    chaosResist = 20,
    damage = 1.43,
    damageSpread = 0.2,
    attackTime = 1.245,
    attackRange = 8,
    accuracy = 1,
    weaponType1 = "Staff",
    skillList = {
        "ExileLightningWarp",
        "ExileFrostbite",
        "ExileTemplarFrostbolt",
        "ExileTemplarVortex",
    },
    modList = {
    },
}
-- src\Data\Skills\spectre.lua
skills["ExileLightningWarp"] = {
    name = "Lightning Warp",
    hidden = true,
    color = "4",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Waits for a duration before teleporting to a targeted destination, with the duration based on the distance and your movement speed. When the teleport occurs, lightning damage is dealt to the area around both where the player was and where they teleported to. Casting again will queue up multiple teleportations to occur in sequence.",
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Damage] = true,
        [SkillType.Area] = true,
        [SkillType.Duration] = true,
        [SkillType.Trappable] = true,
        [SkillType.Totemable] = true,
        [SkillType.Mineable] = true,
        [SkillType.Triggerable] = true,
        [SkillType.Movement] = true,
        [SkillType.Lightning] = true,
        [SkillType.AreaSpell] = true,
        [SkillType.Travel] = true,
        [SkillType.Multicastable] = true,
        [SkillType.CanRapidFire] = true,
    },
    statDescriptionScope = "variable_duration_skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        area = true,
        spell = true,
        duration = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_lightning_damage",
        "spell_maximum_base_lightning_damage",
        "skill_effect_duration_+%",
        "skill_override_pvp_scaling_time_ms",
        "base_skill_show_average_damage_instead_of_dps",
        "is_area_damage",
    },
    levels = {
        [1] = {0.5, 1.5, 0, 1000, critChance = 5, levelRequirement = 2, statInterpolation = {3, 3, 1},  cost = { }, },
        [2] = {0.5, 1.5, -2, 1000, critChance = 5, levelRequirement = 4, statInterpolation = {3, 3, 1},  cost = { }, },
        [3] = {0.5, 1.5, -4, 1000, critChance = 5, levelRequirement = 6, statInterpolation = {3, 3, 1},  cost = { }, },
        [4] = {0.5, 1.5, -6, 1000, critChance = 5, levelRequirement = 8, statInterpolation = {3, 3, 1},  cost = { }, },
        [5] = {0.5, 1.5, -8, 1000, critChance = 5, levelRequirement = 10, statInterpolation = {3, 3, 1},  cost = { }, },
        [6] = {0.5, 1.5, -10, 1000, critChance = 5, levelRequirement = 12, statInterpolation = {3, 3, 1},  cost = { }, },
        [7] = {0.5, 1.5, -12, 1000, critChance = 5, levelRequirement = 14, statInterpolation = {3, 3, 1},  cost = { }, },
        [8] = {0.5, 1.5, -14, 1000, critChance = 5, levelRequirement = 16, statInterpolation = {3, 3, 1},  cost = { }, },
        [9] = {0.5, 1.5, -16, 1000, critChance = 5, levelRequirement = 18, statInterpolation = {3, 3, 1},  cost = { }, },
        [10] = {0.5, 1.5, -18, 1000, critChance = 5, levelRequirement = 20, statInterpolation = {3, 3, 1},  cost = { }, },
        [11] = {0.5, 1.5, -20, 1000, critChance = 5, levelRequirement = 24, statInterpolation = {3, 3, 1},  cost = { }, },
        [12] = {0.5, 1.5, -22, 1000, critChance = 5, levelRequirement = 28, statInterpolation = {3, 3, 1},  cost = { }, },
        [13] = {0.5, 1.5, -24, 1000, critChance = 5, levelRequirement = 29, statInterpolation = {3, 3, 1},  cost = { }, },
        [14] = {0.5, 1.5, -25, 1000, critChance = 5, levelRequirement = 34, statInterpolation = {3, 3, 1},  cost = { }, },
        [15] = {0.5, 1.5, -26, 1000, critChance = 5, levelRequirement = 38, statInterpolation = {3, 3, 1},  cost = { }, },
        [16] = {0.5, 1.5, -27, 1000, critChance = 5, levelRequirement = 43, statInterpolation = {3, 3, 1},  cost = { }, },
        [17] = {0.5, 1.5, -28, 1000, critChance = 5, levelRequirement = 48, statInterpolation = {3, 3, 1},  cost = { }, },
        [18] = {0.5, 1.5, -29, 1000, critChance = 5, levelRequirement = 52, statInterpolation = {3, 3, 1},  cost = { }, },
        [19] = {0.5, 1.5, -30, 1000, critChance = 5, levelRequirement = 56, statInterpolation = {3, 3, 1},  cost = { }, },
        [20] = {0.5, 1.5, -31, 1000, critChance = 5, levelRequirement = 60, statInterpolation = {3, 3, 1},  cost = { }, },
        [21] = {0.5, 1.5, -32, 1000, critChance = 5, levelRequirement = 64, statInterpolation = {3, 3, 1},  cost = { }, },
        [22] = {0.5, 1.5, -34, 1000, critChance = 5, levelRequirement = 66, statInterpolation = {3, 3, 1},  cost = { }, },
        [23] = {0.5, 1.5, -36, 1000, critChance = 5, levelRequirement = 67, statInterpolation = {3, 3, 1},  cost = { }, },
        [24] = {0.5, 1.5, -38, 1000, critChance = 5, levelRequirement = 68, statInterpolation = {3, 3, 1},  cost = { }, },
        [25] = {0.5, 1.5, -40, 1000, critChance = 5, levelRequirement = 69, statInterpolation = {3, 3, 1},  cost = { }, },
        [26] = {0.5, 1.5, -42, 1000, critChance = 5, levelRequirement = 70, statInterpolation = {3, 3, 1},  cost = { }, },
        [27] = {0.5, 1.5, -44, 1000, critChance = 5, levelRequirement = 71, statInterpolation = {3, 3, 1},  cost = { }, },
        [28] = {0.5, 1.5, -46, 1000, critChance = 5, levelRequirement = 72, statInterpolation = {3, 3, 1},  cost = { }, },
        [29] = {0.5, 1.5, -48, 1000, critChance = 5, levelRequirement = 73, statInterpolation = {3, 3, 1},  cost = { }, },
        [30] = {0.5, 1.5, -50, 1000, critChance = 5, levelRequirement = 74, statInterpolation = {3, 3, 1},  cost = { }, },
        [31] = {0.5, 1.5, -52, 1000, critChance = 5, levelRequirement = 75, statInterpolation = {3, 3, 1},  cost = { }, },
        [32] = {0.5, 1.5, -54, 1000, critChance = 5, levelRequirement = 76, statInterpolation = {3, 3, 1},  cost = { }, },
        [33] = {0.5, 1.5, -56, 1000, critChance = 5, levelRequirement = 77, statInterpolation = {3, 3, 1},  cost = { }, },
        [34] = {0.5, 1.5, -58, 1000, critChance = 5, levelRequirement = 78, statInterpolation = {3, 3, 1},  cost = { }, },
        [35] = {0.5, 1.5, -60, 1000, critChance = 5, levelRequirement = 79, statInterpolation = {3, 3, 1},  cost = { }, },
        [36] = {0.5, 1.5, -62, 1000, critChance = 5, levelRequirement = 80, statInterpolation = {3, 3, 1},  cost = { }, },
        [37] = {0.5, 1.5, -64, 1000, critChance = 5, levelRequirement = 81, statInterpolation = {3, 3, 1},  cost = { }, },
        [38] = {0.5, 1.5, -66, 1000, critChance = 5, levelRequirement = 82, statInterpolation = {3, 3, 1},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["ExileFrostbite"] = {
    name = "Frostbite",
    hidden = true,
    color = "3",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Curses all targets in an area, lowering their cold resistance and giving them a chance to be frozen when hit.",
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Area] = true,
        [SkillType.Duration] = true,
        [SkillType.Trappable] = true,
        [SkillType.Totemable] = true,
        [SkillType.Mineable] = true,
        [SkillType.Multicastable] = true,
        [SkillType.Triggerable] = true,
        [SkillType.Cold] = true,
        [SkillType.Cascadable] = true,
        [SkillType.AppliesCurse] = true,
        [SkillType.CanRapidFire] = true,
        [SkillType.AreaSpell] = true,
        [SkillType.InstantNoRepeatWhenHeld] = true,
        [SkillType.InstantShiftAttackForLeftMouse] = true,
        [SkillType.Hex] = true,
    },
    statDescriptionScope = "curse_skill_stat_descriptions",
    castTime = 0.5,
    baseFlags = {
        area = true,
        spell = true,
        duration = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "base_cold_damage_resistance_%",
        "base_skill_effect_duration",
        "chance_to_be_frozen_%",
        "active_skill_area_of_effect_radius_+%_final",
    },
    levels = {
        [1] = {-20, 7000, 25, 9, levelRequirement = 1, statInterpolation = {1},  cost = { }, },
        [2] = {-20, 7000, 25, 9, levelRequirement = 67, statInterpolation = {1},  cost = { }, },
        [3] = {-30, 7000, 25, 9, levelRequirement = 68, statInterpolation = {1},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["ExileTemplarFrostbolt"] = {
    name = "Frostbolt",
    hidden = true,
    color = "3",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Fires a slow-moving projectile that pierces through enemies, dealing cold damage.",
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Projectile] = true,
        [SkillType.ProjectilesFromUser] = true,
        [SkillType.Damage] = true,
        [SkillType.Trappable] = true,
        [SkillType.Totemable] = true,
        [SkillType.Mineable] = true,
        [SkillType.Multicastable] = true,
        [SkillType.Cold] = true,
        [SkillType.Triggerable] = true,
        [SkillType.CanRapidFire] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 0.75,
    baseFlags = {
        spell = true,
        projectile = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_cold_damage",
        "spell_maximum_base_cold_damage",
        "base_projectile_speed_+%",
        "number_of_additional_projectiles",
        "base_cast_speed_+%",
        "base_is_projectile",
        "always_pierce",
    },
    levels = {
        [1] = {0.80000001192093, 1.2000000476837, 35, 2, 15, critChance = 5, levelRequirement = 3, statInterpolation = {3, 3, 1},  cost = { }, },
        [2] = {0.80000001192093, 1.2000000476837, 40, 2, 15, critChance = 5, levelRequirement = 51, statInterpolation = {3, 3, 1},  cost = { }, },
        [3] = {0.80000001192093, 1.2000000476837, 50, 2, 15, critChance = 5, levelRequirement = 68, statInterpolation = {3, 3, 1},  cost = { }, },
        [4] = {0.95999997854233, 1.4400000572205, 65, 2, 15, critChance = 5, levelRequirement = 71, statInterpolation = {3, 3, 1},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["ExileTemplarVortex"] = {
    name = "Vortex",
    hidden = true,
    color = "3",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "An icy blast explodes around the caster, dealing cold damage to enemies, and leaving behind a whirling vortex which deals cold damage over time and chills enemies caught in it.",
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Damage] = true,
        [SkillType.Area] = true,
        [SkillType.Trappable] = true,
        [SkillType.Totemable] = true,
        [SkillType.Mineable] = true,
        [SkillType.Multicastable] = true,
        [SkillType.Cold] = true,
        [SkillType.Triggerable] = true,
        [SkillType.Duration] = true,
        [SkillType.ChillingArea] = true,
        [SkillType.AreaSpell] = true,
        [SkillType.Nova] = true,
        [SkillType.CanRapidFire] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 0.9,
    baseFlags = {
        area = true,
        spell = true,
        duration = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_cold_damage",
        "spell_maximum_base_cold_damage",
        "base_cold_damage_to_deal_per_minute",
        "base_skill_effect_duration",
        "ground_maelstrom_art_variation",
        "frost_bolt_nova_number_of_frost_bolts_to_detonate",
        "active_skill_area_of_effect_radius_+%_final",
        "active_skill_base_area_of_effect_radius",
        "active_skill_base_secondary_area_of_effect_radius",
        "is_area_damage",
        "spell_damage_modifiers_apply_to_skill_dot",
    },
    levels = {
        [1] = {0.80000001192093, 1.2000000476837, 1, 3000, 2, 1, -17, 20, 20, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3, 3},  cost = { }, },
        [2] = {0.80000001192093, 1.2000000476837, 1, 3000, 2, 1, -17, 20, 20, critChance = 5, levelRequirement = 2, statInterpolation = {3, 3, 3},  cost = { }, },
        [3] = {0.80000001192093, 1.2000000476837, 1, 3000, 2, 1, -17, 20, 20, critChance = 5, levelRequirement = 4, statInterpolation = {3, 3, 3},  cost = { }, },
        [4] = {0.80000001192093, 1.2000000476837, 1, 3000, 2, 1, -17, 20, 20, critChance = 5, levelRequirement = 7, statInterpolation = {3, 3, 3},  cost = { }, },
        [5] = {0.80000001192093, 1.2000000476837, 1, 3000, 2, 1, -17, 20, 20, critChance = 5, levelRequirement = 11, statInterpolation = {3, 3, 3},  cost = { }, },
        [6] = {0.80000001192093, 1.2000000476837, 1, 3000, 2, 1, -17, 20, 20, critChance = 5, levelRequirement = 16, statInterpolation = {3, 3, 3},  cost = { }, },
        [7] = {0.80000001192093, 1.2000000476837, 1, 3000, 2, 1, -17, 20, 20, critChance = 5, levelRequirement = 20, statInterpolation = {3, 3, 3},  cost = { }, },
        [8] = {0.80000001192093, 1.2000000476837, 1, 3000, 2, 1, -17, 20, 20, critChance = 5, levelRequirement = 24, statInterpolation = {3, 3, 3},  cost = { }, },
        [9] = {0.80000001192093, 1.2000000476837, 1, 3000, 2, 1, -17, 20, 20, critChance = 5, levelRequirement = 28, statInterpolation = {3, 3, 3},  cost = { }, },
        [10] = {0.80000001192093, 1.2000000476837, 1, 3000, 2, 1, -17, 20, 20, critChance = 5, levelRequirement = 32, statInterpolation = {3, 3, 3},  cost = { }, },
        [11] = {0.80000001192093, 1.2000000476837, 1, 3000, 2, 1, -17, 20, 20, critChance = 5, levelRequirement = 36, statInterpolation = {3, 3, 3},  cost = { }, },
        [12] = {0.80000001192093, 1.2000000476837, 1, 3000, 2, 1, -17, 20, 20, critChance = 5, levelRequirement = 40, statInterpolation = {3, 3, 3},  cost = { }, },
        [13] = {0.80000001192093, 1.2000000476837, 1, 3000, 2, 1, -17, 20, 20, critChance = 5, levelRequirement = 44, statInterpolation = {3, 3, 3},  cost = { }, },
        [14] = {0.80000001192093, 1.2000000476837, 1, 3000, 2, 1, -17, 20, 20, critChance = 5, levelRequirement = 48, statInterpolation = {3, 3, 3},  cost = { }, },
        [15] = {0.80000001192093, 1.2000000476837, 1, 3000, 2, 1, -17, 20, 20, critChance = 5, levelRequirement = 52, statInterpolation = {3, 3, 3},  cost = { }, },
        [16] = {0.80000001192093, 1.2000000476837, 1, 3000, 2, 1, -17, 20, 20, critChance = 5, levelRequirement = 56, statInterpolation = {3, 3, 3},  cost = { }, },
        [17] = {0.80000001192093, 1.2000000476837, 1, 3000, 2, 1, -17, 20, 20, critChance = 5, levelRequirement = 60, statInterpolation = {3, 3, 3},  cost = { }, },
        [18] = {0.80000001192093, 1.2000000476837, 1, 3000, 2, 1, -17, 20, 20, critChance = 5, levelRequirement = 64, statInterpolation = {3, 3, 3},  cost = { }, },
        [19] = {0.80000001192093, 1.2000000476837, 1, 3000, 2, 1, -17, 20, 20, critChance = 5, levelRequirement = 67, statInterpolation = {3, 3, 3},  cost = { }, },
        [20] = {0.80000001192093, 1.2000000476837, 1, 3000, 2, 1, -17, 20, 20, critChance = 5, levelRequirement = 70, statInterpolation = {3, 3, 3},  cost = { }, },
        [21] = {0.80000001192093, 1.2000000476837, 1, 3000, 2, 1, -17, 20, 20, critChance = 5, levelRequirement = 72, statInterpolation = {3, 3, 3},  cost = { }, },
        [22] = {0.80000001192093, 1.2000000476837, 1, 3000, 2, 1, -17, 20, 20, critChance = 5, levelRequirement = 74, statInterpolation = {3, 3, 3},  cost = { }, },
        [23] = {0.80000001192093, 1.2000000476837, 1, 3000, 2, 1, -17, 20, 20, critChance = 5, levelRequirement = 76, statInterpolation = {3, 3, 3},  cost = { }, },
        [24] = {0.80000001192093, 1.2000000476837, 1, 3000, 2, 1, -17, 20, 20, critChance = 5, levelRequirement = 78, statInterpolation = {3, 3, 3},  cost = { }, },
        [25] = {0.80000001192093, 1.2000000476837, 1, 3000, 2, 1, -17, 20, 20, critChance = 5, levelRequirement = 80, statInterpolation = {3, 3, 3},  cost = { }, },
        [26] = {0.80000001192093, 1.2000000476837, 1, 3000, 2, 1, -17, 20, 20, critChance = 5, levelRequirement = 82, statInterpolation = {3, 3, 3},  cost = { }, },
        [27] = {0.80000001192093, 1.2000000476837, 1, 3000, 2, 1, -17, 20, 20, critChance = 5, levelRequirement = 84, statInterpolation = {3, 3, 3},  cost = { }, },
        [28] = {0.80000001192093, 1.2000000476837, 1, 3000, 2, 1, -17, 20, 20, critChance = 5, levelRequirement = 86, statInterpolation = {3, 3, 3},  cost = { }, },
        [29] = {0.80000001192093, 1.2000000476837, 1, 3000, 2, 1, -17, 20, 20, critChance = 5, levelRequirement = 88, statInterpolation = {3, 3, 3},  cost = { }, },
        [30] = {0.80000001192093, 1.2000000476837, 1, 3000, 2, 1, -17, 20, 20, critChance = 5, levelRequirement = 90, statInterpolation = {3, 3, 3},  cost = { }, },
    },
}
Velocidad de lanzamiento de hechizos aumentada un 35%
FamilyIncreasedCastSpeed
Domainsmonstruo (3)
GenerationTypeÚnico (3)
Req. level1
Stats
  • base cast speed +% Min: 35 Max: 35 Global
  • Craft TagsLanzador de hechizos Velocidad
    keyval
    Stats.item_drop_slots1
    Stats.energy_shield_recharge_rate_per_minute_%2000
    Stats.mana_regeneration_rate_per_minute_%100
    Stats.base_maximum_mana200
    Stats.maximum_physical_damage_reduction_%75
    Stats.max_viper_strike_orbs4
    Stats.base_maximum_all_resistances_%75
    Stats.max_fuse_arrow_orbs5
    Stats.max_fire_beam_stacks8
    Stats.max_charged_attack_stacks10
    Stats.base_critical_strike_multiplier130
    Stats.critical_ailment_dot_multiplier_+30
    Stats.max_endurance_charges3
    Stats.max_frenzy_charges3
    Stats.max_power_charges3
    Stats.base_attack_speed_+%_per_frenzy_charge5
    Stats.base_attack_speed_+%_per_frenzy_charge_if_not_player_minion11
    Stats.base_cast_speed_+%_per_frenzy_charge5
    Stats.base_cast_speed_+%_per_frenzy_charge_if_not_player_minion11
    Stats.movement_velocity_+%_per_frenzy_charge_if_not_player_minion5
    Stats.object_inherent_damage_+%_final_per_frenzy_charge4
    Stats.physical_damage_reduction_%_per_endurance_charge4
    Stats.physical_damage_reduction_%_per_endurance_charge_if_not_player_minion11
    Stats.resist_all_elements_%_per_endurance_charge4
    Stats.resist_all_elements_%_per_endurance_charge_if_not_player_minion11
    Stats.critical_strike_chance_+%_per_power_charge50
    Stats.critical_strike_chance_+%_per_power_charge_if_not_player_minion150
    Stats.maximum_block_%75
    Stats.base_maximum_spell_block_%75
    Stats.base_number_of_totems_allowed1
    Stats.base_number_of_traps_allowed3
    Stats.base_number_of_remote_mines_allowed5
    Stats.movement_velocity_cap128
    Stats.maximum_life_leech_rate_%_per_minute1200
    Stats.maximum_mana_leech_rate_%_per_minute1200
    Stats.maximum_energy_shield_leech_rate_%_per_minute600
    Stats.monster_ignite_damage_+%_final-72
    Stats.monster_bleeding_damage_+%_final-86
    Stats.monster_poison_damage_+%_final-50
    Stats.bleeding_moving_damage_%_of_base_override500
    Stats.max_azurite_debuff_stacks10
    Stats.impaled_debuff_base_duration_ms8000
    Stats.impaled_debuff_number_of_reflected_hits5
    Stats.ignore_skill_weapon_restrictions1
    Stats.base_total_number_of_sigils_allowed3
    Stats.maximum_life_leech_amount_per_leech_%_max_life10
    Stats.maximum_mana_leech_amount_per_leech_%_max_mana10
    Stats.maximum_energy_shield_leech_amount_per_leech_%_max_energy_shield10
    Stats.object_inherent_melee_hit_stun_duration_+%_final20
    Stats.scale_melee_range_to_actor_scale1
    Stats.use_melee_pattern_range1
    Stats.actor_scale_+%_limit100
    Stats.damage_taken_when_hit_+%_final_per_fortification-1
    Stats.base_max_fortification20
    Stats.soul_eater_maximum_stacks45
    Stats.base_mana_cost_-%100
    Stats.additional_life_scaling_index10
    ObjectMagicProperties.stat_description_listMetadata/StatDescriptions/monster_stat_descriptions.txt
    Positioned.blockingtrue
    Positioned.team0
    Positioned.serialise_collidabletrue
    BaseEvents.server_onlytrue
    Actor.basic_actionMove, Flee, StrafeLeft, StrafeRight, Advance, DoNothing, MonsterPickup
    Actor.slow_animations_go_to_idletrue
    Aurelio Cantante del vacío
    Humanoide
    Velocidad de lanzamiento de hechizos aumentada un 35%
    Vida máxima aumentada un 100%
    Área de efecto aumentada un 100%
    Tamaño del personaje aumentado un 80%
    Aurelio Voidsinger
    SpectreN
    Tagsbludgeoning_weapon, Lanzador de hechizos, cold_affinity, cursing_monster, exile, has_staff, has_two_handed_melee, human, humanoid, lightning_affinity, mail_armour, medium_height, medium_movement, not_dex, ranged, red_blood, rogue_exile
    Vida
    128%
    Energy Shield From Life
    50%
    Armadura
    +50%
    Ailment Threshold
    128%
    Resistencia
    30 30 30 20
    Damage
    143%
    Precisión
    100%
    Probabilidad de golpe crítico
    +5%
    Multiplicador de golpe crítico
    +130%
    Attack Distance
    6 ~ 8
    Attack Time
    1.245 Second
    Damage Spread
    ±20%
    Experiencia
    100%
    Model Size
    100%
    Type
    ExileTemplar5
    Metadata
    ExileTemplar5Supporter
    Nivel
    68
    Vida
    4,117
    Armadura
    43,185
    Evasión
    4,739
    Escudo de energía
    3,921
    Damage
    534
    Daño de hechizos
    534
    Precisión
    580
    Attack Time
    1.245
    Experiencia
    10,255
    Minion Life
    893
    Minion Energy Shield
    851
    Minion Damage
    427
    Ailment Threshold
    8,235
    Chill
    26
    Shock
    26
    Brittle
    147
    Scorch
    26
    Sap
    72
    ExileTemplarFrostbolt
    Spell, Projectile, ProjectilesFromUser, Damage, Trappable, Totemable, Mineable, Multicastable, Cold, Triggerable, CanRapidFire
    Descarga de escarcha
    Probabilidad de golpe crítico: 5%
    Tiempo de lanzamiento: 0.75 seg
    Dispara un proyectil de movimiento lento que perfora a los enemigos e inflige daño de hielo.
    Inflige de 441.2 a 661.8 de daño de hielo
    Los proyectiles perforan a todos los objetivos
    Dispara 2 proyectiles adicionales
    Velocidad de lanzamiento de hechizos aumentada un 15%
    Velocidad de proyectiles aumentada un 50%
    base is projectile [1]
    ExileTemplarVortex
    Spell, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Cold, Triggerable, Duration, ChillingArea, AreaSpell, Nova, CanRapidFire
    Vórtice
    Probabilidad de golpe crítico: 5%
    Tiempo de lanzamiento: 0.9 seg
    Tiempo de recarga: 2.5 seg
    Una explosión de hielo estalla alrededor del personaje e inflige daño de hielo a los enemigos. También deja un vórtice giratorio detrás de sí que inflige daño de hielo degenerativo y escarcha a los enemigos a los que atrapa.
    Inflige de 450.2 a 675.3 de daño de hielo
    La duración base es de 3 segundos
    Inflige 156.3 de daño de hielo base por segundo
    Los modificadores de daño de hechizos se aplican al efecto de daño degenerativo de esta habilidad
    El radio base es de 2 metros
    El radio base secundario es de 2 metros
    Puede explotar desde 1 Proyectil de Descarga de Escarcha
    active skill area of effect radius +% final [-17]
    ground maelstrom art variation [2]
    is area damage [1]
    ExileLightningWarp
    Spell, Damage, Area, Duration, Trappable, Totemable, Mineable, Triggerable, Movement, Lightning, AreaSpell, Travel, Multicastable, CanRapidFire
    Teletransporte de rayo
    Probabilidad de golpe crítico: 5%
    Tiempo de lanzamiento: 1 seg
    Te teletransporta a una ubicación objetivo después de una duración, que se basa en la distancia y tu velocidad de movimiento. Cuando se produce el teletransporte, inflige daño de rayo alrededor de las áreas de inicio y de destino. Si vuelves a lanzar la habilidad, los múltiples teletransportes se ponen en cola para llevarse a cabo en secuencia.
    Inflige de 551 a 1653 de daño de rayo
    Duración reducida un 38%
    base skill show average damage instead of dps [1]
    is area damage [1]
    skill override pvp scaling time ms [1000]
    ExileFrostbite
    Spell, Area, Duration, Trappable, Totemable, Mineable, Multicastable, Triggerable, Cold, Cascadable, AppliesCurse, CanRapidFire, AreaSpell, InstantNoRepeatWhenHeld, InstantShiftAttackForLeftMouse, Hex
    Congelación
    Tiempo de lanzamiento: 0.5 seg
    Tiempo de recarga: 8 seg
    Maldice a todos los objetivos en un área para disminuir su resistencia al hielo y otorgarles una probabilidad de ser congelados cuando reciben un golpe.
    La duración base es de 7 segundos
    Los enemigos malditos tienen -30% a la resistencia al hielo
    Los golpes contra los enemigos malditos tienen +25% de probabilidad de congelar
    active skill area of effect radius +% final [9]

    Object Type

    version 2
    extends "Metadata/Monsters/Exiles/Exile"
    
    Stats
    {
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Exiles/Exile"
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Exiles/ExileTemplar5Supporter"] = {
        name = "Aurelio Voidsinger",
        life = 1.28,
        energyShield = 0.5,
        fireResist = 30,
        coldResist = 30,
        lightningResist = 30,
        chaosResist = 20,
        damage = 1.43,
        damageSpread = 0.2,
        attackTime = 1.245,
        attackRange = 8,
        accuracy = 1,
        weaponType1 = "Staff",
        skillList = {
            "ExileLightningWarp",
            "ExileFrostbite",
            "ExileTemplarFrostbolt",
            "ExileTemplarVortex",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["ExileLightningWarp"] = {
        name = "Lightning Warp",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Waits for a duration before teleporting to a targeted destination, with the duration based on the distance and your movement speed. When the teleport occurs, lightning damage is dealt to the area around both where the player was and where they teleported to. Casting again will queue up multiple teleportations to occur in sequence.",
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
            [SkillType.Area] = true,
            [SkillType.Duration] = true,
            [SkillType.Trappable] = true,
            [SkillType.Totemable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Movement] = true,
            [SkillType.Lightning] = true,
            [SkillType.AreaSpell] = true,
            [SkillType.Travel] = true,
            [SkillType.Multicastable] = true,
            [SkillType.CanRapidFire] = true,
        },
        statDescriptionScope = "variable_duration_skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            area = true,
            spell = true,
            duration = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_lightning_damage",
            "spell_maximum_base_lightning_damage",
            "skill_effect_duration_+%",
            "skill_override_pvp_scaling_time_ms",
            "base_skill_show_average_damage_instead_of_dps",
            "is_area_damage",
        },
        levels = {
            [1] = {0.5, 1.5, 0, 1000, critChance = 5, levelRequirement = 2, statInterpolation = {3, 3, 1},  cost = { }, },
            [2] = {0.5, 1.5, -2, 1000, critChance = 5, levelRequirement = 4, statInterpolation = {3, 3, 1},  cost = { }, },
            [3] = {0.5, 1.5, -4, 1000, critChance = 5, levelRequirement = 6, statInterpolation = {3, 3, 1},  cost = { }, },
            [4] = {0.5, 1.5, -6, 1000, critChance = 5, levelRequirement = 8, statInterpolation = {3, 3, 1},  cost = { }, },
            [5] = {0.5, 1.5, -8, 1000, critChance = 5, levelRequirement = 10, statInterpolation = {3, 3, 1},  cost = { }, },
            [6] = {0.5, 1.5, -10, 1000, critChance = 5, levelRequirement = 12, statInterpolation = {3, 3, 1},  cost = { }, },
            [7] = {0.5, 1.5, -12, 1000, critChance = 5, levelRequirement = 14, statInterpolation = {3, 3, 1},  cost = { }, },
            [8] = {0.5, 1.5, -14, 1000, critChance = 5, levelRequirement = 16, statInterpolation = {3, 3, 1},  cost = { }, },
            [9] = {0.5, 1.5, -16, 1000, critChance = 5, levelRequirement = 18, statInterpolation = {3, 3, 1},  cost = { }, },
            [10] = {0.5, 1.5, -18, 1000, critChance = 5, levelRequirement = 20, statInterpolation = {3, 3, 1},  cost = { }, },
            [11] = {0.5, 1.5, -20, 1000, critChance = 5, levelRequirement = 24, statInterpolation = {3, 3, 1},  cost = { }, },
            [12] = {0.5, 1.5, -22, 1000, critChance = 5, levelRequirement = 28, statInterpolation = {3, 3, 1},  cost = { }, },
            [13] = {0.5, 1.5, -24, 1000, critChance = 5, levelRequirement = 29, statInterpolation = {3, 3, 1},  cost = { }, },
            [14] = {0.5, 1.5, -25, 1000, critChance = 5, levelRequirement = 34, statInterpolation = {3, 3, 1},  cost = { }, },
            [15] = {0.5, 1.5, -26, 1000, critChance = 5, levelRequirement = 38, statInterpolation = {3, 3, 1},  cost = { }, },
            [16] = {0.5, 1.5, -27, 1000, critChance = 5, levelRequirement = 43, statInterpolation = {3, 3, 1},  cost = { }, },
            [17] = {0.5, 1.5, -28, 1000, critChance = 5, levelRequirement = 48, statInterpolation = {3, 3, 1},  cost = { }, },
            [18] = {0.5, 1.5, -29, 1000, critChance = 5, levelRequirement = 52, statInterpolation = {3, 3, 1},  cost = { }, },
            [19] = {0.5, 1.5, -30, 1000, critChance = 5, levelRequirement = 56, statInterpolation = {3, 3, 1},  cost = { }, },
            [20] = {0.5, 1.5, -31, 1000, critChance = 5, levelRequirement = 60, statInterpolation = {3, 3, 1},  cost = { }, },
            [21] = {0.5, 1.5, -32, 1000, critChance = 5, levelRequirement = 64, statInterpolation = {3, 3, 1},  cost = { }, },
            [22] = {0.5, 1.5, -34, 1000, critChance = 5, levelRequirement = 66, statInterpolation = {3, 3, 1},  cost = { }, },
            [23] = {0.5, 1.5, -36, 1000, critChance = 5, levelRequirement = 67, statInterpolation = {3, 3, 1},  cost = { }, },
            [24] = {0.5, 1.5, -38, 1000, critChance = 5, levelRequirement = 68, statInterpolation = {3, 3, 1},  cost = { }, },
            [25] = {0.5, 1.5, -40, 1000, critChance = 5, levelRequirement = 69, statInterpolation = {3, 3, 1},  cost = { }, },
            [26] = {0.5, 1.5, -42, 1000, critChance = 5, levelRequirement = 70, statInterpolation = {3, 3, 1},  cost = { }, },
            [27] = {0.5, 1.5, -44, 1000, critChance = 5, levelRequirement = 71, statInterpolation = {3, 3, 1},  cost = { }, },
            [28] = {0.5, 1.5, -46, 1000, critChance = 5, levelRequirement = 72, statInterpolation = {3, 3, 1},  cost = { }, },
            [29] = {0.5, 1.5, -48, 1000, critChance = 5, levelRequirement = 73, statInterpolation = {3, 3, 1},  cost = { }, },
            [30] = {0.5, 1.5, -50, 1000, critChance = 5, levelRequirement = 74, statInterpolation = {3, 3, 1},  cost = { }, },
            [31] = {0.5, 1.5, -52, 1000, critChance = 5, levelRequirement = 75, statInterpolation = {3, 3, 1},  cost = { }, },
            [32] = {0.5, 1.5, -54, 1000, critChance = 5, levelRequirement = 76, statInterpolation = {3, 3, 1},  cost = { }, },
            [33] = {0.5, 1.5, -56, 1000, critChance = 5, levelRequirement = 77, statInterpolation = {3, 3, 1},  cost = { }, },
            [34] = {0.5, 1.5, -58, 1000, critChance = 5, levelRequirement = 78, statInterpolation = {3, 3, 1},  cost = { }, },
            [35] = {0.5, 1.5, -60, 1000, critChance = 5, levelRequirement = 79, statInterpolation = {3, 3, 1},  cost = { }, },
            [36] = {0.5, 1.5, -62, 1000, critChance = 5, levelRequirement = 80, statInterpolation = {3, 3, 1},  cost = { }, },
            [37] = {0.5, 1.5, -64, 1000, critChance = 5, levelRequirement = 81, statInterpolation = {3, 3, 1},  cost = { }, },
            [38] = {0.5, 1.5, -66, 1000, critChance = 5, levelRequirement = 82, statInterpolation = {3, 3, 1},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["ExileFrostbite"] = {
        name = "Frostbite",
        hidden = true,
        color = "3",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Curses all targets in an area, lowering their cold resistance and giving them a chance to be frozen when hit.",
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Area] = true,
            [SkillType.Duration] = true,
            [SkillType.Trappable] = true,
            [SkillType.Totemable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Cold] = true,
            [SkillType.Cascadable] = true,
            [SkillType.AppliesCurse] = true,
            [SkillType.CanRapidFire] = true,
            [SkillType.AreaSpell] = true,
            [SkillType.InstantNoRepeatWhenHeld] = true,
            [SkillType.InstantShiftAttackForLeftMouse] = true,
            [SkillType.Hex] = true,
        },
        statDescriptionScope = "curse_skill_stat_descriptions",
        castTime = 0.5,
        baseFlags = {
            area = true,
            spell = true,
            duration = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "base_cold_damage_resistance_%",
            "base_skill_effect_duration",
            "chance_to_be_frozen_%",
            "active_skill_area_of_effect_radius_+%_final",
        },
        levels = {
            [1] = {-20, 7000, 25, 9, levelRequirement = 1, statInterpolation = {1},  cost = { }, },
            [2] = {-20, 7000, 25, 9, levelRequirement = 67, statInterpolation = {1},  cost = { }, },
            [3] = {-30, 7000, 25, 9, levelRequirement = 68, statInterpolation = {1},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["ExileTemplarFrostbolt"] = {
        name = "Frostbolt",
        hidden = true,
        color = "3",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Fires a slow-moving projectile that pierces through enemies, dealing cold damage.",
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Damage] = true,
            [SkillType.Trappable] = true,
            [SkillType.Totemable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Cold] = true,
            [SkillType.Triggerable] = true,
            [SkillType.CanRapidFire] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 0.75,
        baseFlags = {
            spell = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_cold_damage",
            "spell_maximum_base_cold_damage",
            "base_projectile_speed_+%",
            "number_of_additional_projectiles",
            "base_cast_speed_+%",
            "base_is_projectile",
            "always_pierce",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 35, 2, 15, critChance = 5, levelRequirement = 3, statInterpolation = {3, 3, 1},  cost = { }, },
            [2] = {0.80000001192093, 1.2000000476837, 40, 2, 15, critChance = 5, levelRequirement = 51, statInterpolation = {3, 3, 1},  cost = { }, },
            [3] = {0.80000001192093, 1.2000000476837, 50, 2, 15, critChance = 5, levelRequirement = 68, statInterpolation = {3, 3, 1},  cost = { }, },
            [4] = {0.95999997854233, 1.4400000572205, 65, 2, 15, critChance = 5, levelRequirement = 71, statInterpolation = {3, 3, 1},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["ExileTemplarVortex"] = {
        name = "Vortex",
        hidden = true,
        color = "3",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "An icy blast explodes around the caster, dealing cold damage to enemies, and leaving behind a whirling vortex which deals cold damage over time and chills enemies caught in it.",
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
            [SkillType.Area] = true,
            [SkillType.Trappable] = true,
            [SkillType.Totemable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Cold] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Duration] = true,
            [SkillType.ChillingArea] = true,
            [SkillType.AreaSpell] = true,
            [SkillType.Nova] = true,
            [SkillType.CanRapidFire] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 0.9,
        baseFlags = {
            area = true,
            spell = true,
            duration = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_cold_damage",
            "spell_maximum_base_cold_damage",
            "base_cold_damage_to_deal_per_minute",
            "base_skill_effect_duration",
            "ground_maelstrom_art_variation",
            "frost_bolt_nova_number_of_frost_bolts_to_detonate",
            "active_skill_area_of_effect_radius_+%_final",
            "active_skill_base_area_of_effect_radius",
            "active_skill_base_secondary_area_of_effect_radius",
            "is_area_damage",
            "spell_damage_modifiers_apply_to_skill_dot",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 1, 3000, 2, 1, -17, 20, 20, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3, 3},  cost = { }, },
            [2] = {0.80000001192093, 1.2000000476837, 1, 3000, 2, 1, -17, 20, 20, critChance = 5, levelRequirement = 2, statInterpolation = {3, 3, 3},  cost = { }, },
            [3] = {0.80000001192093, 1.2000000476837, 1, 3000, 2, 1, -17, 20, 20, critChance = 5, levelRequirement = 4, statInterpolation = {3, 3, 3},  cost = { }, },
            [4] = {0.80000001192093, 1.2000000476837, 1, 3000, 2, 1, -17, 20, 20, critChance = 5, levelRequirement = 7, statInterpolation = {3, 3, 3},  cost = { }, },
            [5] = {0.80000001192093, 1.2000000476837, 1, 3000, 2, 1, -17, 20, 20, critChance = 5, levelRequirement = 11, statInterpolation = {3, 3, 3},  cost = { }, },
            [6] = {0.80000001192093, 1.2000000476837, 1, 3000, 2, 1, -17, 20, 20, critChance = 5, levelRequirement = 16, statInterpolation = {3, 3, 3},  cost = { }, },
            [7] = {0.80000001192093, 1.2000000476837, 1, 3000, 2, 1, -17, 20, 20, critChance = 5, levelRequirement = 20, statInterpolation = {3, 3, 3},  cost = { }, },
            [8] = {0.80000001192093, 1.2000000476837, 1, 3000, 2, 1, -17, 20, 20, critChance = 5, levelRequirement = 24, statInterpolation = {3, 3, 3},  cost = { }, },
            [9] = {0.80000001192093, 1.2000000476837, 1, 3000, 2, 1, -17, 20, 20, critChance = 5, levelRequirement = 28, statInterpolation = {3, 3, 3},  cost = { }, },
            [10] = {0.80000001192093, 1.2000000476837, 1, 3000, 2, 1, -17, 20, 20, critChance = 5, levelRequirement = 32, statInterpolation = {3, 3, 3},  cost = { }, },
            [11] = {0.80000001192093, 1.2000000476837, 1, 3000, 2, 1, -17, 20, 20, critChance = 5, levelRequirement = 36, statInterpolation = {3, 3, 3},  cost = { }, },
            [12] = {0.80000001192093, 1.2000000476837, 1, 3000, 2, 1, -17, 20, 20, critChance = 5, levelRequirement = 40, statInterpolation = {3, 3, 3},  cost = { }, },
            [13] = {0.80000001192093, 1.2000000476837, 1, 3000, 2, 1, -17, 20, 20, critChance = 5, levelRequirement = 44, statInterpolation = {3, 3, 3},  cost = { }, },
            [14] = {0.80000001192093, 1.2000000476837, 1, 3000, 2, 1, -17, 20, 20, critChance = 5, levelRequirement = 48, statInterpolation = {3, 3, 3},  cost = { }, },
            [15] = {0.80000001192093, 1.2000000476837, 1, 3000, 2, 1, -17, 20, 20, critChance = 5, levelRequirement = 52, statInterpolation = {3, 3, 3},  cost = { }, },
            [16] = {0.80000001192093, 1.2000000476837, 1, 3000, 2, 1, -17, 20, 20, critChance = 5, levelRequirement = 56, statInterpolation = {3, 3, 3},  cost = { }, },
            [17] = {0.80000001192093, 1.2000000476837, 1, 3000, 2, 1, -17, 20, 20, critChance = 5, levelRequirement = 60, statInterpolation = {3, 3, 3},  cost = { }, },
            [18] = {0.80000001192093, 1.2000000476837, 1, 3000, 2, 1, -17, 20, 20, critChance = 5, levelRequirement = 64, statInterpolation = {3, 3, 3},  cost = { }, },
            [19] = {0.80000001192093, 1.2000000476837, 1, 3000, 2, 1, -17, 20, 20, critChance = 5, levelRequirement = 67, statInterpolation = {3, 3, 3},  cost = { }, },
            [20] = {0.80000001192093, 1.2000000476837, 1, 3000, 2, 1, -17, 20, 20, critChance = 5, levelRequirement = 70, statInterpolation = {3, 3, 3},  cost = { }, },
            [21] = {0.80000001192093, 1.2000000476837, 1, 3000, 2, 1, -17, 20, 20, critChance = 5, levelRequirement = 72, statInterpolation = {3, 3, 3},  cost = { }, },
            [22] = {0.80000001192093, 1.2000000476837, 1, 3000, 2, 1, -17, 20, 20, critChance = 5, levelRequirement = 74, statInterpolation = {3, 3, 3},  cost = { }, },
            [23] = {0.80000001192093, 1.2000000476837, 1, 3000, 2, 1, -17, 20, 20, critChance = 5, levelRequirement = 76, statInterpolation = {3, 3, 3},  cost = { }, },
            [24] = {0.80000001192093, 1.2000000476837, 1, 3000, 2, 1, -17, 20, 20, critChance = 5, levelRequirement = 78, statInterpolation = {3, 3, 3},  cost = { }, },
            [25] = {0.80000001192093, 1.2000000476837, 1, 3000, 2, 1, -17, 20, 20, critChance = 5, levelRequirement = 80, statInterpolation = {3, 3, 3},  cost = { }, },
            [26] = {0.80000001192093, 1.2000000476837, 1, 3000, 2, 1, -17, 20, 20, critChance = 5, levelRequirement = 82, statInterpolation = {3, 3, 3},  cost = { }, },
            [27] = {0.80000001192093, 1.2000000476837, 1, 3000, 2, 1, -17, 20, 20, critChance = 5, levelRequirement = 84, statInterpolation = {3, 3, 3},  cost = { }, },
            [28] = {0.80000001192093, 1.2000000476837, 1, 3000, 2, 1, -17, 20, 20, critChance = 5, levelRequirement = 86, statInterpolation = {3, 3, 3},  cost = { }, },
            [29] = {0.80000001192093, 1.2000000476837, 1, 3000, 2, 1, -17, 20, 20, critChance = 5, levelRequirement = 88, statInterpolation = {3, 3, 3},  cost = { }, },
            [30] = {0.80000001192093, 1.2000000476837, 1, 3000, 2, 1, -17, 20, 20, critChance = 5, levelRequirement = 90, statInterpolation = {3, 3, 3},  cost = { }, },
        },
    }
    
    Velocidad de lanzamiento de hechizos aumentada un 35%
    FamilyIncreasedCastSpeed
    Domainsmonstruo (3)
    GenerationTypeÚnico (3)
    Req. level1
    Stats
  • base cast speed +% Min: 35 Max: 35 Global
  • Craft TagsLanzador de hechizos Velocidad
    Vida máxima aumentada un 100%
    Área de efecto aumentada un 100%
    Tamaño del personaje aumentado un 80%
    FamilyMonsterSupporterGigantism
    Domainsmonstruo (3)
    GenerationTypeÚnico (3)
    Req. level1
    Stats
  • maximum life +% Min: 100 Max: 100 Global
  • base actor scale +% Min: 80 Max: 80 Global
  • base skill area of effect +% Min: 100 Max: 100 Global
  • Edit

    Wikis Content is available under CC BY-NC-SA 3.0 unless otherwise noted.