Shade of a Duelist
Humanoid
60% increased Attack Speed
SpectreN
Tagsaura_bearer, cold_affinity, exile, has_dual_wield_melee, has_one_hand_sword, has_one_handed_melee, human, humanoid, light_armour, lightning_affinity, medium_height, medium_movement, not_int, physical_affinity, red_blood, rogue_exile, slashing_weapon
Life
1650%
Armour
+50%
Evasion
+50%
Ailment Threshold
1650%
Resistance
40 40 40 25
Damage
62%
Accuracy
100%
Critical Strike Chance
+5%
Critical Strike Multiplier
+130%
Attack Distance
6 ~ 6
Attack Time
1.56 Second
Damage Spread
±20%
Experience
220%
Model Size
100%
Type
DarkExileDuelist1
Metadata
DarkExileDuelist1
Level
68
Life
106,150
Armour
43,185
Evasion
7,109
Energy Shield
0
Damage
232
Spell Damage
232
Accuracy
290
Attack Time
1.56
Experience
22,561
Ailment Threshold
106,150
Chill
336
Shock
336
Brittle
1,899
Scorch
336
Sap
927
DarkExileHatred
Spell, Area, Buff, HasReservation, TotemCastsAlone, Totemable, Aura, Cold, Instant, AreaSpell, CanHaveBlessing, InstantNoRepeatWhenHeld, InstantShiftAttackForLeftMouse, Cooldown
Hatred
Cast Time: 1.2 sec
Cooldown Time: 0.5 sec
Casts an aura that grants extra cold damage based on physical damage to you and your allies.
You and nearby allies gain 40% of Physical Damage as Extra Cold Damage
active skill area of effect radius +% final [50]
DarkExileWrath
Spell, Area, Buff, HasReservation, TotemCastsAlone, Totemable, Aura, Lightning, Instant, AreaSpell, CanHaveBlessing, InstantNoRepeatWhenHeld, InstantShiftAttackForLeftMouse, Cooldown
Wrath
Cast Time: 1.2 sec
Cooldown Time: 0.5 sec
Casts an aura that adds lightning damage to the attacks of you and your allies, and makes your spells deal more lightning damage.
You and nearby allies deal 68.51 to 685.1 additional Lightning Damage with Attacks
active skill area of effect radius +% final [50]
DarkExileAnger
Spell, Area, Buff, HasReservation, TotemCastsAlone, Totemable, Aura, Fire, Instant, AreaSpell, CanHaveBlessing, InstantNoRepeatWhenHeld, InstantShiftAttackForLeftMouse, Cooldown
Anger
Cast Time: 1.2 sec
Cooldown Time: 0.5 sec
Casts an aura that adds fire damage to the attacks and spells of you and your allies.
You and nearby allies deal 182.7 to 304.5 additional Fire Damage with Attacks
active skill area of effect radius +% final [50]
DarkExileVaalReave
Attack, Area, Melee, Vaal, NeverExertable
Vaal Reave
Base Damage: 185–278
Critical Strike Chance: 5%
Attack Time: 1.56 sec
Repeatedly attacks a large area in different directions. Each Vaal Reave that hits an enemy grants stages, which you will begin to lose after a short period without hitting anything. Only works with Daggers, Claws, and One-Handed Swords.
Never deal Critical Strikes
100% more Area of Effect for each stage
150% more Attack Speed
+4 to maximum Stages
active skill area of effect radius +% final [-9]
base attack repeat count [7]
is area damage [1]
reave additional starting stacks [4]
reave rotation on repeat [135]
DarkExileWhirlingBlades
Attack, Melee, Movement, Travel
Whirling Blades
Base Damage: 185–278
Critical Strike Chance: 5%
Attack Time: 1.56 sec
Dive through enemies, dealing weapon damage. If dual wielding attacks with both weapons, dealing the damage of both in one hit. Only works with Daggers, Claws, and One-Handed Swords.
Deals 30% less Damage
6% increased Physical Damage
100% more Attack Speed
base skill show average damage instead of dps [1]
cast time overrides attack duration [0]
ignores proximity shield [1]
DarkExileFlickerStrike
Attack, Melee, MeleeSingleTarget, Multistrikeable, Movement, Duration, Cooldown
Flicker Strike
Base Damage: 185–278
Critical Strike Chance: 5%
Attack Time: 1.56 sec
Cooldown Time: 12 sec
Teleports the character to a nearby monster and attacks with a melee weapon. If no specific monster is targeted, one is picked at random. Grants a buff that increases movement speed for a duration. The cooldown can be bypassed by expending a Frenzy Charge.
Skills Repeat an additional 8 Times
Deals 30% less Damage
Gain 20% of Physical Damage as Extra Lightning Damage
180% increased Attack Speed
ignores proximity shield [1]
DarkExileReave
Attack, Area, Multistrikeable, Melee
Reave
Base Damage: 185–278
Critical Strike Chance: 5%
Attack Time: 1.56 sec
Attacks an area in front of you. Each Reave that hits an enemy grants stages, which you will begin to lose after a short period without hitting anything. Only works with Daggers, Claws, and One-Handed Swords.
55% increased Attack Speed
80% more Area of Effect for each stage
active skill area of effect radius +% final [-9]
is area damage [1]

Object Type

version 2
extends "Metadata/Monsters/Exiles/DarkExiles/DarkExile"

Stats
{
	set_base_mana_cost_-% = 0
	set_mana_regeneration_rate_per_minute_% = 600
}

Object Type Codes

version 2
extends "Metadata/Monsters/Exiles/DarkExiles/DarkExile"
-- src\Data\Spectres.lua
minions["Metadata/Monsters/DarkExiles/DarkExileDuelist1"] = {
    name = "Shade of a Duelist",
    life = 16.5,
    fireResist = 40,
    coldResist = 40,
    lightningResist = 40,
    chaosResist = 25,
    damage = 0.62,
    damageSpread = 0.2,
    attackTime = 1.56,
    attackRange = 6,
    accuracy = 1,
    weaponType1 = "One Hand Sword",
    weaponType2 = "One Hand Sword",
    skillList = {
        "DarkExileWhirlingBlades",
        "DarkExileFlickerStrike",
        "DarkExileAnger",
        "DarkExileHatred",
        "DarkExileWrath",
        "DarkExileReave",
        "DarkExileVaalReave",
    },
    modList = {
    },
}
-- src\Data\Skills\spectre.lua
skills["DarkExileWhirlingBlades"] = {
    name = "Whirling Blades",
    hidden = true,
    color = "4",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Dive through enemies, dealing weapon damage. If dual wielding attacks with both weapons, dealing the damage of both in one hit. Only works with Daggers, Claws, and One-Handed Swords.",
    skillTypes = {
        [SkillType.Attack] = true,
        [SkillType.Melee] = true,
        [SkillType.Movement] = true,
        [SkillType.Travel] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1.43,
    baseFlags = {
        attack = true,
        melee = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "cast_time_overrides_attack_duration",
        "physical_damage_+%",
        "active_skill_damage_+%_final",
        "active_skill_attack_speed_+%_final",
        "ignores_proximity_shield",
        "base_skill_show_average_damage_instead_of_dps",
    },
    levels = {
        [1] = {0, 6, -30, 100, levelRequirement = 73, statInterpolation = {1},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["DarkExileFlickerStrike"] = {
    name = "Flicker Strike",
    hidden = true,
    color = "4",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Teleports the character to a nearby monster and attacks with a melee weapon. If no specific monster is targeted, one is picked at random. Grants a buff that increases movement speed for a duration. The cooldown can be bypassed by expending a Frenzy Charge.",
    skillTypes = {
        [SkillType.Attack] = true,
        [SkillType.Melee] = true,
        [SkillType.MeleeSingleTarget] = true,
        [SkillType.Multistrikeable] = true,
        [SkillType.Movement] = true,
        [SkillType.Duration] = true,
        [SkillType.Cooldown] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        attack = true,
        melee = true,
        duration = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "attack_speed_+%",
        "physical_damage_%_to_add_as_lightning",
        "active_skill_damage_+%_final",
        "skill_repeat_count",
        "ignores_proximity_shield",
    },
    levels = {
        [1] = {180, 20, -30, 8, levelRequirement = 73, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["DarkExileAnger"] = {
    name = "Anger",
    hidden = true,
    color = "1",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Casts an aura that adds fire damage to the attacks and spells of 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.Fire] = 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 = 1.2,
    baseFlags = {
        area = true,
        spell = true,
        aura = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "attack_minimum_added_fire_damage",
        "attack_maximum_added_fire_damage",
        "active_skill_area_of_effect_radius_+%_final",
    },
    levels = {
        [1] = {0.60000002384186, 1, 50, levelRequirement = 73, statInterpolation = {3, 3},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["DarkExileHatred"] = {
    name = "Hatred",
    hidden = true,
    color = "2",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Casts an aura that grants extra cold damage based on physical damage 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.Cold] = 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 = 1.2,
    baseFlags = {
        area = true,
        spell = true,
        aura = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "physical_damage_%_to_add_as_cold",
        "active_skill_area_of_effect_radius_+%_final",
    },
    levels = {
        [1] = {40, 50, levelRequirement = 73, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["DarkExileWrath"] = {
    name = "Wrath",
    hidden = true,
    color = "3",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Casts an aura that adds lightning damage to the attacks of you and your allies, and makes your spells deal more lightning damage.",
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Area] = true,
        [SkillType.Buff] = true,
        [SkillType.HasReservation] = true,
        [SkillType.TotemCastsAlone] = true,
        [SkillType.Totemable] = true,
        [SkillType.Aura] = true,
        [SkillType.Lightning] = 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 = 1.2,
    baseFlags = {
        area = true,
        spell = true,
        aura = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "attack_minimum_added_lightning_damage",
        "attack_maximum_added_lightning_damage",
        "active_skill_area_of_effect_radius_+%_final",
    },
    levels = {
        [1] = {0.20000000298023, 2, 50, levelRequirement = 73, statInterpolation = {3, 3},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["DarkExileReave"] = {
    name = "Reave",
    hidden = true,
    color = "2",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Attacks an area in front of you. Each Reave that hits an enemy grants stages, which you will begin to lose after a short period without hitting anything. Only works with Daggers, Claws, and One-Handed Swords.",
    skillTypes = {
        [SkillType.Attack] = true,
        [SkillType.Area] = true,
        [SkillType.Multistrikeable] = true,
        [SkillType.Melee] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        attack = true,
        area = true,
        melee = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "reave_area_of_effect_+%_final_per_stage",
        "attack_speed_+%",
        "active_skill_area_of_effect_radius_+%_final",
        "is_area_damage",
    },
    levels = {
        [1] = {80, 55, -9, levelRequirement = 73, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["DarkExileVaalReave"] = {
    name = "Vaal Reave",
    hidden = true,
    color = "2",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Repeatedly attacks a large area in different directions. Each Vaal Reave that hits an enemy grants stages, which you will begin to lose after a short period without hitting anything. Only works with Daggers, Claws, and One-Handed Swords.",
    skillTypes = {
        [SkillType.Attack] = true,
        [SkillType.Area] = true,
        [SkillType.Melee] = true,
        [SkillType.Vaal] = true,
        [SkillType.NeverExertable] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        attack = true,
        area = true,
        melee = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "reave_area_of_effect_+%_final_per_stage",
        "reave_rotation_on_repeat",
        "reave_additional_max_stacks",
        "base_attack_repeat_count",
        "active_skill_attack_speed_+%_final",
        "reave_additional_starting_stacks",
        "active_skill_area_of_effect_radius_+%_final",
        "is_area_damage",
        "global_cannot_crit",
    },
    levels = {
        [1] = {100, 135, 4, 7, 150, 4, -9, levelRequirement = 73, statInterpolation = {},  cost = { }, },
    },
}
60% increased Attack Speed
IdMonsterImplicitFastAttack3
FamilyIncreasedAttackSpeed
DomainsMonster (3)
GenerationTypeUnique (3)
Req. level1
Stats
  • attack speed +% Min: 60 Max: 60 Global
  • Craft Tagsattack speed