Sevet Tetherein
Humanóide
monster base type attack cast speed +% and damage -% final [33]
Ataques causam Sangramento
Ataques têm 15% de chance de Mutilar ao Acertar
SpectreN
Tagsaura_bearer, cleaving_weapon, has_two_hand_axe, has_two_handed_melee, human, humanoid, melee, not_dex, not_int, physical_affinity, plate_armour, red_blood, rogue_exile, slow_movement
Vida
123%
Armadura
+100%
Ailment Threshold
123%
Resistência
30 30 30 20
Damage
143%
Precisão
100%
Chance de Crítico
+5%
Multiplicador de Acerto Crítico
+130%
Attack Distance
6 ~ 10
Attack Time
1.305 Second
Damage Spread
±20%
Experiência
220%
Model Size
100%
Type
ExileMarauder8
Metadata
ExileMarauder8
Nível
68
Vida
7,913
Armadura
57,580
Evasão
4,739
Escudo de Energia
0
Damage
534
Dano Mágico
534
Precisão
290
Attack Time
1.305
Experiência
22,561
Ailment Threshold
7,913
Chill
25
Shock
25
Brittle
142
Scorch
25
Sap
69
Melee
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Ataque Padrão
Base Damage: 427–641
Chance de Crítico: 5%
Attack Time: 1.305 seg
Abate seus inimigos com um golpe poderoso.
skill can fire arrows [1]
skill can fire wand projectiles [1]
ExileLeapSlam
Attack, Area, Melee, Movement, Travel, Slam, Totemable
Salto Impactante
Base Damage: 427–641
Chance de Crítico: 5%
Attack Time: 1.305 seg
Salta no ar, causando dano e empurrando inimigos com sua arma ao cair. Inimigos nos quais você cairia em cima são empurrados para fora do caminho. Requer um Machado, Maça, Cetro, Espada ou Cajado. Não pode ser suportado por Ataques Múltiplos.
Causa 25% mais Dano
Raio Base igual a 1.5 metros
cast time overrides attack duration [1]
is area damage [1]
ExileCleaveStun
Attack, Area, Multistrikeable, Melee, ThresholdJewelArea, Physical
Cutilada
Base Damage: 427–641
Chance de Crítico: 5%
Attack Time: 1.305 seg
O personagem balança sua arma (ou ambas as armas se estiver com dupla empunhadura) em um arco, causando dano em uma área na sua frente. Funciona apenas com Machados e Espadas.
Quando em Dupla Empunhadura, Causa 60% do Dano combinando cada Arma
Dano Físico aumentado em 10%
Velocidade de Ataque aumentada em 60%
Ponto de Atordoamento Inimigo reduzido em 30%
is area damage [1]
skill double hits when dual wielding [1]
ExileVitality2
Spell, Area, Buff, HasReservation, TotemCastsAlone, Totemable, Aura, Instant, AreaSpell, CanHaveBlessing, InstantNoRepeatWhenHeld, InstantShiftAttackForLeftMouse, Cooldown
Vitalidade
Tempo de Conjuração: 0.5 seg
Recarga: 0.5 seg
Conjura uma aura que concede regeneração de vida a você e seus aliados.
Você e aliados próximos regeneram 1.25% de Vida por segundo
active skill area of effect radius +% final [40]
ExilePhysicalDamageAura
Spell, Area, Buff, HasReservation, TotemCastsAlone, Totemable, Aura, Instant, AreaSpell, Physical, AuraAffectsEnemies, CanHaveBlessing, InstantNoRepeatWhenHeld, InstantShiftAttackForLeftMouse, Cooldown
Orgulho
Tempo de Conjuração: 0.5 seg
Recarga: 5 seg
Conjura uma aura que faz com que os inimigos próximos sofram mais dano físico.
Inimigos Próximos sofrem ao menos 15% mais Dano Físico,\baté um máximo de 30%, na medida em que permanecem na Aura por 4 segundos
ExileBloodSpears
Attack, Area, Damage, Melee, Multistrikeable, Slam, Totemable
Perfurar
Base Damage: 427–641
Chance de Crítico: 5%
Dano de Ataque: 30%
Dano de Ataque: 65%
Attack Time: 1.305 seg
Esmague o chão para trazer múltiplas lanças para danificar inimigos. Quando em Postura de Sangue, múltiplos espinhos surgem do chão em sequência, capazes de acertar inimigos multiplas vezes. Em Postura Arenosa, os espinhos são empurrados para fora. Precisa de uma Espada ou Machado. Você fica automaticamente em Postura de Sangue.
Causa 35% menos Dano de Ataque
Cria +7 Estacas
active skill area of effect radius +% final [20]
is area damage [1]

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/ExileMarauder8"] = {
    name = "Sevet Tetherein",
    life = 1.23,
    fireResist = 30,
    coldResist = 30,
    lightningResist = 30,
    chaosResist = 20,
    damage = 1.43,
    damageSpread = 0.2,
    attackTime = 1.305,
    attackRange = 10,
    accuracy = 1,
    weaponType1 = "Two Hand Axe",
    skillList = {
        "ExileCleaveStun",
        "Melee",
        "ExileLeapSlam",
        "ExileVitality2",
        "ExileBloodSpears",
        "ExilePhysicalDamageAura",
    },
    modList = {
    },
}
-- src\Data\Skills\spectre.lua
skills["ExileCleaveStun"] = {
    name = "Cleave",
    hidden = true,
    color = "1",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "The character swings their weapon (or both weapons if dual wielding) in an arc, damaging monsters in an area in front of them. Only works with Axes and Swords.",
    skillTypes = {
        [SkillType.Attack] = true,
        [SkillType.Area] = true,
        [SkillType.Multistrikeable] = true,
        [SkillType.Melee] = true,
        [SkillType.ThresholdJewelArea] = true,
        [SkillType.Physical] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        attack = true,
        area = true,
        melee = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "physical_damage_+%",
        "attack_speed_+%",
        "active_skill_damage_+%_final",
        "active_skill_merged_damage_+%_final_while_dual_wielding",
        "base_stun_threshold_reduction_+%",
        "is_area_damage",
        "skill_double_hits_when_dual_wielding",
    },
    levels = {
        [1] = {-20, 0, 15, -40, 30, levelRequirement = 4, statInterpolation = {1, 1, 1},  cost = { }, },
        [2] = {-15, 20, 10, -40, 30, levelRequirement = 30, statInterpolation = {1, 1, 1},  cost = { }, },
        [3] = {0, 20, 5, -40, 30, levelRequirement = 50, statInterpolation = {1, 1, 1},  cost = { }, },
        [4] = {10, 60, 0, -40, 30, levelRequirement = 65, statInterpolation = {1, 1, 1},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["Melee"] = {
    name = "Default Attack",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Strike your foes down with a powerful blow.",
    skillTypes = {
        [SkillType.Attack] = true,
        [SkillType.RangedAttack] = true,
        [SkillType.MirageArcherCanUse] = true,
        [SkillType.Projectile] = true,
        [SkillType.MeleeSingleTarget] = true,
        [SkillType.Multistrikeable] = true,
        [SkillType.Melee] = true,
        [SkillType.ProjectilesFromUser] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        attack = true,
        melee = true,
        projectile = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "skill_can_fire_arrows",
        "skill_can_fire_wand_projectiles",
    },
    levels = {
        [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["ExileLeapSlam"] = {
    name = "Leap Slam",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Jump through the air, damaging and knocking back enemies with your weapon where you land. Enemies you would land on are pushed out of the way. Requires an Axe, Mace, Sceptre, Sword or Staff. Cannot be supported by Multistrike.",
    skillTypes = {
        [SkillType.Attack] = true,
        [SkillType.Area] = true,
        [SkillType.Melee] = true,
        [SkillType.Movement] = true,
        [SkillType.Travel] = true,
        [SkillType.Slam] = true,
        [SkillType.Totemable] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1.4,
    baseFlags = {
        attack = true,
        area = true,
        melee = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "active_skill_damage_+%_final",
        "active_skill_base_area_of_effect_radius",
        "is_area_damage",
        "cast_time_overrides_attack_duration",
    },
    levels = {
        [1] = {25, 15, levelRequirement = 2, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["ExileVitality2"] = {
    name = "Vitality",
    hidden = true,
    color = "1",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Casts an aura that grants life regeneration to you and your allies.",
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Area] = true,
        [SkillType.Buff] = true,
        [SkillType.HasReservation] = true,
        [SkillType.TotemCastsAlone] = true,
        [SkillType.Totemable] = true,
        [SkillType.Aura] = true,
        [SkillType.Instant] = true,
        [SkillType.AreaSpell] = true,
        [SkillType.CanHaveBlessing] = true,
        [SkillType.InstantNoRepeatWhenHeld] = true,
        [SkillType.InstantShiftAttackForLeftMouse] = true,
        [SkillType.Cooldown] = true,
    },
    statDescriptionScope = "aura_skill_stat_descriptions",
    castTime = 0.5,
    baseFlags = {
        area = true,
        spell = true,
        aura = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "life_regeneration_rate_per_minute_%",
        "active_skill_area_of_effect_radius_+%_final",
    },
    levels = {
        [1] = {75, 40, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["ExileBloodSpears"] = {
    name = "Perforate",
    hidden = true,
    color = "1",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Smash the ground to bring forth multiple spears to damage enemies. When in Blood Stance, multiple spikes burst from the ground in sequence, able to hit enemies multiple times. In Sand Stance, the spikes are thrust outwards. Requires a Sword or Axe. You are in Blood Stance by default.",
    skillTypes = {
        [SkillType.Attack] = true,
        [SkillType.Area] = true,
        [SkillType.Damage] = true,
        [SkillType.Melee] = true,
        [SkillType.Multistrikeable] = true,
        [SkillType.Slam] = true,
        [SkillType.Totemable] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        attack = true,
        area = true,
        melee = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "active_skill_area_of_effect_radius_+%_final",
        "blood_spears_base_number_of_spears",
        "is_area_damage",
    },
    levels = {
        [1] = {-20, 7, baseMultiplier = 0.65, levelRequirement = 1, statInterpolation = {1},  cost = { }, },
        [2] = {7, baseMultiplier = 0.65, levelRequirement = 35, statInterpolation = {},  cost = { }, },
        [3] = {20, 7, baseMultiplier = 0.65, levelRequirement = 68, statInterpolation = {1},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["ExilePhysicalDamageAura"] = {
    name = "Pride",
    hidden = true,
    color = "1",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Casts an aura that causes nearby enemies to take more physical damage.",
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Area] = true,
        [SkillType.Buff] = true,
        [SkillType.HasReservation] = true,
        [SkillType.TotemCastsAlone] = true,
        [SkillType.Totemable] = true,
        [SkillType.Aura] = true,
        [SkillType.Instant] = true,
        [SkillType.AreaSpell] = true,
        [SkillType.Physical] = true,
        [SkillType.AuraAffectsEnemies] = true,
        [SkillType.CanHaveBlessing] = true,
        [SkillType.InstantNoRepeatWhenHeld] = true,
        [SkillType.InstantShiftAttackForLeftMouse] = true,
        [SkillType.Cooldown] = true,
    },
    statDescriptionScope = "aura_skill_stat_descriptions",
    castTime = 0.5,
    baseFlags = {
        area = true,
        spell = true,
        aura = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "physical_damage_aura_nearby_enemies_physical_damage_taken_+%",
        "physical_damage_aura_nearby_enemies_physical_damage_taken_+%_max",
    },
    levels = {
        [1] = {15, 30, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
monster base type attack cast speed +% and damage -% final [33]
IdMonsterSpeedAndDamageFixupComplete
FamilyMonsterSpeedAndDamageFixup
Domainsmonstro (3)
GenerationTypeÚnico (3)
Req. level1
Stats
  • monster base type attack cast speed +% and damage -% final Min: 33 Max: 33 Global
  • Craft Tagscaster_damage damage attack caster speed
    Ataques causam Sangramento
    IdMonsterBleedImplicit
    FamilyMonsterDamage
    Domainsmonstro (3)
    GenerationTypeÚnico (3)
    Req. level1
    Stats
  • physical damage +% Min: 0 Max: 0 Global
  • global bleed on hit Min: 1 Max: 1 Global
  • Craft Tagsphysical_damage bleed damage physical attack ailment
    Ataques têm 15% de chance de Mutilar ao Acertar
    IdMonsterMaimOnHitChance3
    FamilyMonsterMaimOnHit
    Domainsmonstro (3)
    GenerationTypeÚnico (3)
    Req. level1
    Stats
  • maim on hit % Min: 15 Max: 15 Global
  • Craft Tagsattack
    Sevet Tetherein
    Humanóide
    monster base type attack cast speed +% and damage -% final [33]
    Ataques causam Sangramento
    Ataques têm 15% de chance de Mutilar ao Acertar
    Vida máxima aumentada em 100%
    Área de Efeito aumentada em 100%
    Tamanho do Personagem aumentado em 80%
    SpectreN
    Tagsaura_bearer, cleaving_weapon, has_two_hand_axe, has_two_handed_melee, human, humanoid, melee, not_dex, not_int, physical_affinity, plate_armour, red_blood, rogue_exile, slow_movement
    Vida
    123%
    Armadura
    +100%
    Ailment Threshold
    123%
    Resistência
    30 30 30 20
    Damage
    143%
    Precisão
    100%
    Chance de Crítico
    +5%
    Multiplicador de Acerto Crítico
    +130%
    Attack Distance
    6 ~ 10
    Attack Time
    1.305 Second
    Damage Spread
    ±20%
    Experiência
    220%
    Model Size
    100%
    Type
    ExileMarauder8
    Metadata
    ExileMarauder8Supporter_
    Nível
    68
    Vida
    7,913
    Armadura
    57,580
    Evasão
    4,739
    Escudo de Energia
    0
    Damage
    534
    Dano Mágico
    534
    Precisão
    290
    Attack Time
    1.305
    Experiência
    22,561
    Ailment Threshold
    7,913
    Chill
    25
    Shock
    25
    Brittle
    142
    Scorch
    25
    Sap
    69
    Melee
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Ataque Padrão
    Base Damage: 427–641
    Chance de Crítico: 5%
    Attack Time: 1.305 seg
    Abate seus inimigos com um golpe poderoso.
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    ExileLeapSlam
    Attack, Area, Melee, Movement, Travel, Slam, Totemable
    Salto Impactante
    Base Damage: 427–641
    Chance de Crítico: 5%
    Attack Time: 1.305 seg
    Salta no ar, causando dano e empurrando inimigos com sua arma ao cair. Inimigos nos quais você cairia em cima são empurrados para fora do caminho. Requer um Machado, Maça, Cetro, Espada ou Cajado. Não pode ser suportado por Ataques Múltiplos.
    Causa 25% mais Dano
    Raio Base igual a 1.5 metros
    cast time overrides attack duration [1]
    is area damage [1]
    ExileCleaveStun
    Attack, Area, Multistrikeable, Melee, ThresholdJewelArea, Physical
    Cutilada
    Base Damage: 427–641
    Chance de Crítico: 5%
    Attack Time: 1.305 seg
    O personagem balança sua arma (ou ambas as armas se estiver com dupla empunhadura) em um arco, causando dano em uma área na sua frente. Funciona apenas com Machados e Espadas.
    Quando em Dupla Empunhadura, Causa 60% do Dano combinando cada Arma
    Dano Físico aumentado em 10%
    Velocidade de Ataque aumentada em 60%
    Ponto de Atordoamento Inimigo reduzido em 30%
    is area damage [1]
    skill double hits when dual wielding [1]
    ExileVitality2
    Spell, Area, Buff, HasReservation, TotemCastsAlone, Totemable, Aura, Instant, AreaSpell, CanHaveBlessing, InstantNoRepeatWhenHeld, InstantShiftAttackForLeftMouse, Cooldown
    Vitalidade
    Tempo de Conjuração: 0.5 seg
    Recarga: 0.5 seg
    Conjura uma aura que concede regeneração de vida a você e seus aliados.
    Você e aliados próximos regeneram 1.25% de Vida por segundo
    active skill area of effect radius +% final [40]
    ExilePhysicalDamageAura
    Spell, Area, Buff, HasReservation, TotemCastsAlone, Totemable, Aura, Instant, AreaSpell, Physical, AuraAffectsEnemies, CanHaveBlessing, InstantNoRepeatWhenHeld, InstantShiftAttackForLeftMouse, Cooldown
    Orgulho
    Tempo de Conjuração: 0.5 seg
    Recarga: 5 seg
    Conjura uma aura que faz com que os inimigos próximos sofram mais dano físico.
    Inimigos Próximos sofrem ao menos 15% mais Dano Físico,\baté um máximo de 30%, na medida em que permanecem na Aura por 4 segundos
    ExileBloodSpears
    Attack, Area, Damage, Melee, Multistrikeable, Slam, Totemable
    Perfurar
    Base Damage: 427–641
    Chance de Crítico: 5%
    Dano de Ataque: 30%
    Dano de Ataque: 65%
    Attack Time: 1.305 seg
    Esmague o chão para trazer múltiplas lanças para danificar inimigos. Quando em Postura de Sangue, múltiplos espinhos surgem do chão em sequência, capazes de acertar inimigos multiplas vezes. Em Postura Arenosa, os espinhos são empurrados para fora. Precisa de uma Espada ou Machado. Você fica automaticamente em Postura de Sangue.
    Causa 35% menos Dano de Ataque
    Cria +7 Estacas
    active skill area of effect radius +% final [20]
    is area damage [1]

    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/ExileMarauder8Supporter_"] = {
        name = "Sevet Tetherein",
        life = 1.23,
        fireResist = 30,
        coldResist = 30,
        lightningResist = 30,
        chaosResist = 20,
        damage = 1.43,
        damageSpread = 0.2,
        attackTime = 1.305,
        attackRange = 10,
        accuracy = 1,
        weaponType1 = "Two Hand Axe",
        skillList = {
            "ExileCleaveStun",
            "Melee",
            "ExileLeapSlam",
            "ExileVitality2",
            "ExileBloodSpears",
            "ExilePhysicalDamageAura",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["ExileCleaveStun"] = {
        name = "Cleave",
        hidden = true,
        color = "1",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "The character swings their weapon (or both weapons if dual wielding) in an arc, damaging monsters in an area in front of them. Only works with Axes and Swords.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.Area] = true,
            [SkillType.Multistrikeable] = true,
            [SkillType.Melee] = true,
            [SkillType.ThresholdJewelArea] = true,
            [SkillType.Physical] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            area = true,
            melee = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "physical_damage_+%",
            "attack_speed_+%",
            "active_skill_damage_+%_final",
            "active_skill_merged_damage_+%_final_while_dual_wielding",
            "base_stun_threshold_reduction_+%",
            "is_area_damage",
            "skill_double_hits_when_dual_wielding",
        },
        levels = {
            [1] = {-20, 0, 15, -40, 30, levelRequirement = 4, statInterpolation = {1, 1, 1},  cost = { }, },
            [2] = {-15, 20, 10, -40, 30, levelRequirement = 30, statInterpolation = {1, 1, 1},  cost = { }, },
            [3] = {0, 20, 5, -40, 30, levelRequirement = 50, statInterpolation = {1, 1, 1},  cost = { }, },
            [4] = {10, 60, 0, -40, 30, levelRequirement = 65, statInterpolation = {1, 1, 1},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["Melee"] = {
        name = "Default Attack",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Strike your foes down with a powerful blow.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.MirageArcherCanUse] = true,
            [SkillType.Projectile] = true,
            [SkillType.MeleeSingleTarget] = true,
            [SkillType.Multistrikeable] = true,
            [SkillType.Melee] = true,
            [SkillType.ProjectilesFromUser] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            melee = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "skill_can_fire_arrows",
            "skill_can_fire_wand_projectiles",
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["ExileLeapSlam"] = {
        name = "Leap Slam",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Jump through the air, damaging and knocking back enemies with your weapon where you land. Enemies you would land on are pushed out of the way. Requires an Axe, Mace, Sceptre, Sword or Staff. Cannot be supported by Multistrike.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.Area] = true,
            [SkillType.Melee] = true,
            [SkillType.Movement] = true,
            [SkillType.Travel] = true,
            [SkillType.Slam] = true,
            [SkillType.Totemable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1.4,
        baseFlags = {
            attack = true,
            area = true,
            melee = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "active_skill_damage_+%_final",
            "active_skill_base_area_of_effect_radius",
            "is_area_damage",
            "cast_time_overrides_attack_duration",
        },
        levels = {
            [1] = {25, 15, levelRequirement = 2, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["ExileVitality2"] = {
        name = "Vitality",
        hidden = true,
        color = "1",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Casts an aura that grants life regeneration to you and your allies.",
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Area] = true,
            [SkillType.Buff] = true,
            [SkillType.HasReservation] = true,
            [SkillType.TotemCastsAlone] = true,
            [SkillType.Totemable] = true,
            [SkillType.Aura] = true,
            [SkillType.Instant] = true,
            [SkillType.AreaSpell] = true,
            [SkillType.CanHaveBlessing] = true,
            [SkillType.InstantNoRepeatWhenHeld] = true,
            [SkillType.InstantShiftAttackForLeftMouse] = true,
            [SkillType.Cooldown] = true,
        },
        statDescriptionScope = "aura_skill_stat_descriptions",
        castTime = 0.5,
        baseFlags = {
            area = true,
            spell = true,
            aura = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "life_regeneration_rate_per_minute_%",
            "active_skill_area_of_effect_radius_+%_final",
        },
        levels = {
            [1] = {75, 40, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["ExileBloodSpears"] = {
        name = "Perforate",
        hidden = true,
        color = "1",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Smash the ground to bring forth multiple spears to damage enemies. When in Blood Stance, multiple spikes burst from the ground in sequence, able to hit enemies multiple times. In Sand Stance, the spikes are thrust outwards. Requires a Sword or Axe. You are in Blood Stance by default.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.Area] = true,
            [SkillType.Damage] = true,
            [SkillType.Melee] = true,
            [SkillType.Multistrikeable] = true,
            [SkillType.Slam] = true,
            [SkillType.Totemable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            area = true,
            melee = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "active_skill_area_of_effect_radius_+%_final",
            "blood_spears_base_number_of_spears",
            "is_area_damage",
        },
        levels = {
            [1] = {-20, 7, baseMultiplier = 0.65, levelRequirement = 1, statInterpolation = {1},  cost = { }, },
            [2] = {7, baseMultiplier = 0.65, levelRequirement = 35, statInterpolation = {},  cost = { }, },
            [3] = {20, 7, baseMultiplier = 0.65, levelRequirement = 68, statInterpolation = {1},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["ExilePhysicalDamageAura"] = {
        name = "Pride",
        hidden = true,
        color = "1",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Casts an aura that causes nearby enemies to take more physical damage.",
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Area] = true,
            [SkillType.Buff] = true,
            [SkillType.HasReservation] = true,
            [SkillType.TotemCastsAlone] = true,
            [SkillType.Totemable] = true,
            [SkillType.Aura] = true,
            [SkillType.Instant] = true,
            [SkillType.AreaSpell] = true,
            [SkillType.Physical] = true,
            [SkillType.AuraAffectsEnemies] = true,
            [SkillType.CanHaveBlessing] = true,
            [SkillType.InstantNoRepeatWhenHeld] = true,
            [SkillType.InstantShiftAttackForLeftMouse] = true,
            [SkillType.Cooldown] = true,
        },
        statDescriptionScope = "aura_skill_stat_descriptions",
        castTime = 0.5,
        baseFlags = {
            area = true,
            spell = true,
            aura = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "physical_damage_aura_nearby_enemies_physical_damage_taken_+%",
            "physical_damage_aura_nearby_enemies_physical_damage_taken_+%_max",
        },
        levels = {
            [1] = {15, 30, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    monster base type attack cast speed +% and damage -% final [33]
    IdMonsterSpeedAndDamageFixupComplete
    FamilyMonsterSpeedAndDamageFixup
    Domainsmonstro (3)
    GenerationTypeÚnico (3)
    Req. level1
    Stats
  • monster base type attack cast speed +% and damage -% final Min: 33 Max: 33 Global
  • Craft Tagscaster_damage damage attack caster speed
    Ataques causam Sangramento
    IdMonsterBleedImplicit
    FamilyMonsterDamage
    Domainsmonstro (3)
    GenerationTypeÚnico (3)
    Req. level1
    Stats
  • physical damage +% Min: 0 Max: 0 Global
  • global bleed on hit Min: 1 Max: 1 Global
  • Craft Tagsphysical_damage bleed damage physical attack ailment
    Ataques têm 15% de chance de Mutilar ao Acertar
    IdMonsterMaimOnHitChance3
    FamilyMonsterMaimOnHit
    Domainsmonstro (3)
    GenerationTypeÚnico (3)
    Req. level1
    Stats
  • maim on hit % Min: 15 Max: 15 Global
  • Craft Tagsattack
    Vida máxima aumentada em 100%
    Área de Efeito aumentada em 100%
    Tamanho do Personagem aumentado em 80%
    IdMonsterSupporterGigantism1
    FamilyMonsterSupporterGigantism
    Domainsmonstro (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.