Sevet Tetherein
Humanoid
monster base type attack cast speed +% and damage -% final [33]
Attacks cause Bleeding
Attacks have 15% chance to Maim on Hit
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
Life
123%
Armour
+100%
Ailment Threshold
123%
Resistance
30 30 30 20
Damage
143%
Accuracy
100%
Critical Strike Chance
+5%
Critical Strike Multiplier
+130%
Attack Distance
6 ~ 10
Attack Time
1.305 Second
Damage Spread
±20%
Experience
220%
Model Size
100%
Type
ExileMarauder8
Metadata
ExileMarauder8
Level
68
Life
7,913
Armour
57,580
Evasion
4,739
Energy Shield
0
Damage
534
Spell Damage
534
Accuracy
290
Attack Time
1.305
Experience
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
Default Attack
Base Damage: 427–641
Critical Strike Chance: 5%
Attack Time: 1.305 sec
Strike your foes down with a powerful blow.
skill can fire arrows [1]
skill can fire wand projectiles [1]
ExileLeapSlam
Attack, Area, Melee, Movement, Travel, Slam, Totemable
Leap Slam
Base Damage: 427–641
Critical Strike Chance: 5%
Attack Time: 1.305 sec
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.
Deals 25% more Damage
Base radius is 1.5 metres
cast time overrides attack duration [1]
is area damage [1]
ExileCleaveStun
Attack, Area, Multistrikeable, Melee, ThresholdJewelArea
Cleave
Base Damage: 427–641
Critical Strike Chance: 5%
Attack Time: 1.305 sec
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.
When Dual Wielding, Deals 60% Damage from each Weapon combined
10% increased Physical Damage
60% increased Attack Speed
30% reduced Enemy Stun Threshold
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
Vitality
Cast Time: 0.5 sec
Cooldown Time: 0.5 sec
Casts an aura that grants life regeneration to you and your allies.
You and nearby Allies Regenerate 1.25% of Life per second
active skill area of effect radius +% final [40]
ExilePhysicalDamageAura
Spell, Area, Buff, HasReservation, TotemCastsAlone, Totemable, Aura, Instant, AreaSpell, Physical, AuraAffectsEnemies, CanHaveBlessing, InstantNoRepeatWhenHeld, InstantShiftAttackForLeftMouse, Cooldown
Pride
Cast Time: 0.5 sec
Cooldown Time: 5 sec
Casts an aura that causes nearby enemies to take more physical damage.
Nearby Enemies take at least 15% more Physical Damage,
raising up to 30% as they stay in the Aura for 4 seconds
PerforateExile
Attack, Area, Damage, Melee, Multistrikeable, Slam, Totemable
Perforate
Base Damage: 427–641
Critical Strike Chance: 5%
Attack Damage: 30%
Attack Damage: 65%
Attack Time: 1.305 sec
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.
Deals 35% less Attack Damage
Creates +7 Spikes
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",
        "PerforateExile",
        "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,
    },
    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.",
    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["PerforateExile"] = {
    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
DomainsMonster (3)
GenerationTypeUnique (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
    Attacks cause Bleeding
    IdMonsterBleedImplicit
    FamilyMonsterDamage
    DomainsMonster (3)
    GenerationTypeUnique (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
    Attacks have 15% chance to Maim on Hit
    IdMonsterMaimOnHitChance3
    FamilyMonsterMaimOnHit
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • maim on hit % Min: 15 Max: 15 Global
  • Craft Tagsattack
    Sevet Tetherein
    Humanoid
    monster base type attack cast speed +% and damage -% final [33]
    Attacks cause Bleeding
    Attacks have 15% chance to Maim on Hit
    100% increased maximum Life
    100% increased Area of Effect
    80% increased Character Size
    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
    Life
    123%
    Armour
    +100%
    Ailment Threshold
    123%
    Resistance
    30 30 30 20
    Damage
    143%
    Accuracy
    100%
    Critical Strike Chance
    +5%
    Critical Strike Multiplier
    +130%
    Attack Distance
    6 ~ 10
    Attack Time
    1.305 Second
    Damage Spread
    ±20%
    Experience
    220%
    Model Size
    100%
    Type
    ExileMarauder8
    Metadata
    ExileMarauder8Supporter_
    Level
    68
    Life
    7,913
    Armour
    57,580
    Evasion
    4,739
    Energy Shield
    0
    Damage
    534
    Spell Damage
    534
    Accuracy
    290
    Attack Time
    1.305
    Experience
    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
    Default Attack
    Base Damage: 427–641
    Critical Strike Chance: 5%
    Attack Time: 1.305 sec
    Strike your foes down with a powerful blow.
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    ExileLeapSlam
    Attack, Area, Melee, Movement, Travel, Slam, Totemable
    Leap Slam
    Base Damage: 427–641
    Critical Strike Chance: 5%
    Attack Time: 1.305 sec
    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.
    Deals 25% more Damage
    Base radius is 1.5 metres
    cast time overrides attack duration [1]
    is area damage [1]
    ExileCleaveStun
    Attack, Area, Multistrikeable, Melee, ThresholdJewelArea
    Cleave
    Base Damage: 427–641
    Critical Strike Chance: 5%
    Attack Time: 1.305 sec
    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.
    When Dual Wielding, Deals 60% Damage from each Weapon combined
    10% increased Physical Damage
    60% increased Attack Speed
    30% reduced Enemy Stun Threshold
    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
    Vitality
    Cast Time: 0.5 sec
    Cooldown Time: 0.5 sec
    Casts an aura that grants life regeneration to you and your allies.
    You and nearby Allies Regenerate 1.25% of Life per second
    active skill area of effect radius +% final [40]
    ExilePhysicalDamageAura
    Spell, Area, Buff, HasReservation, TotemCastsAlone, Totemable, Aura, Instant, AreaSpell, Physical, AuraAffectsEnemies, CanHaveBlessing, InstantNoRepeatWhenHeld, InstantShiftAttackForLeftMouse, Cooldown
    Pride
    Cast Time: 0.5 sec
    Cooldown Time: 5 sec
    Casts an aura that causes nearby enemies to take more physical damage.
    Nearby Enemies take at least 15% more Physical Damage,
    raising up to 30% as they stay in the Aura for 4 seconds
    PerforateExile
    Attack, Area, Damage, Melee, Multistrikeable, Slam, Totemable
    Perforate
    Base Damage: 427–641
    Critical Strike Chance: 5%
    Attack Damage: 30%
    Attack Damage: 65%
    Attack Time: 1.305 sec
    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.
    Deals 35% less Attack Damage
    Creates +7 Spikes
    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",
            "PerforateExile",
            "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,
        },
        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.",
        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["PerforateExile"] = {
        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
    DomainsMonster (3)
    GenerationTypeUnique (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
    Attacks cause Bleeding
    IdMonsterBleedImplicit
    FamilyMonsterDamage
    DomainsMonster (3)
    GenerationTypeUnique (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
    Attacks have 15% chance to Maim on Hit
    IdMonsterMaimOnHitChance3
    FamilyMonsterMaimOnHit
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • maim on hit % Min: 15 Max: 15 Global
  • Craft Tagsattack
    100% increased maximum Life
    100% increased Area of Effect
    80% increased Character Size
    IdMonsterSupporterGigantism1
    FamilyMonsterSupporterGigantism
    DomainsMonster (3)
    GenerationTypeUnique (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