Tinieblas de una Heredera
Humanoide
Velocidad de movimiento aumentada un 100%
Shade of a Scion
SpectreN
Tagscleaving_weapon, exile, has_two_hand_axe, has_two_handed_melee, human, humanoid, light_armour, medium_height, medium_movement, physical_affinity, red_blood, rogue_exile
Vida
1650%
Energy Shield From Life
34%
Armadura
+33%
Evasión
+33%
Ailment Threshold
1650%
Resistencia
40 40 40 25
Damage
143%
Precisión
100%
Probabilidad de golpe crítico
+5%
Multiplicador de golpe crítico
+130%
Attack Distance
6 ~ 6
Attack Time
1.35 Second
Damage Spread
±20%
Experiencia
220%
Model Size
100%
Type
DarkExileScion1
Metadata
DarkExileScion1
Nivel
68
Vida
106,150
Minion Life
23,025
Armadura
28,790
Evasión
4,739
Escudo de energía
0
Damage
534
Minion Damage
427
Daño de hechizos
534
Precisión
0
Attack Time
1.35
Experiencia
22,561
Ailment Threshold
106,150
Chill
336
Shock
336
Brittle
1,899
Scorch
336
Sap
927
SummonAnimateWeaponsDarkExile
Spell, Triggerable
Tiempo de lanzamiento: 1 seg
Tiempo de recarga: 8 seg
Las Habilidades se Repiten una Vez más
Inflige un 50% más de daño
La duración base es de 30 segundos
200% más de velocidad de lanzamiento de hechizos
Velocidad de ataque aumentada un 200%
Los esbirros tienen un 2000% más de vida máxima
DarkExileThrownWeapon
Attack, RangedAttack, Projectile, ProjectilesFromUser
Lanzamiento espectral
Base Damage: 427–641
Probabilidad de golpe crítico: 5%
Attack Time: 1.35 seg
Lanza una copia espectral de tu arma cuerpo a cuerpo. Sale volando y luego regresa a ti en un ataque giratorio que daña a los enemigos que están en su camino.
Inflige un 25% menos de daño
Daño de proyectiles aumentado un 21%
Velocidad de ataque aumentada un 50%
Velocidad de proyectiles aumentada un 30%
base is projectile [1]
spell maximum action distance +% [-30]
DarkExileThrownWeapon2
Attack, RangedAttack, Projectile, ProjectilesFromUser
Lanzamiento espectral
Base Damage: 427–641
Probabilidad de golpe crítico: 5%
Attack Time: 1.35 seg
Lanza una copia espectral de tu arma cuerpo a cuerpo. Sale volando y luego regresa a ti en un ataque giratorio que daña a los enemigos que están en su camino.
Inflige un 25% menos de daño
Dispara 2 proyectiles adicionales
Daño de proyectiles aumentado un 21%
Velocidad de ataque aumentada un 50%
Velocidad de proyectiles aumentada un 30%
base is projectile [1]
spell maximum action distance +% [-30]
DarkExileThrownWeapon3
Attack, RangedAttack, Projectile, ProjectilesFromUser
Lanzamiento espectral
Base Damage: 427–641
Probabilidad de golpe crítico: 5%
Attack Time: 1.35 seg
Lanza una copia espectral de tu arma cuerpo a cuerpo. Sale volando y luego regresa a ti en un ataque giratorio que daña a los enemigos que están en su camino.
Inflige un 25% menos de daño
Dispara 4 proyectiles adicionales
Daño de proyectiles aumentado un 21%
Velocidad de ataque aumentada un 50%
Velocidad de proyectiles aumentada un 30%
base is projectile [1]
spell maximum action distance +% [-30]
DarkExileVaalThrownWeaponBlender
Attack, RangedAttack, Projectile, ProjectilesFromUser, Vaal
Lanzamiento espectral vaal
Base Damage: 427–641
Probabilidad de golpe crítico: 5%
Attack Time: 1.35 seg
Tiempo de recarga: 20 seg
Lanza varias copias espectrales de tu arma cuerpo a cuerpo. Vuelan hacia afuera y luego regresan a ti en un ataque giratorio que daña a los enemigos en su camino.
Inflige un 30% menos de daño
Dispara 8 proyectiles en las dos espirales espejadas que genera
base is projectile [1]
cannot cancel skill before contact point [1]
projectile spiral nova starting angle offset [-15]
projectile spiral nova time ms [2000]
projectiles not offset [1]

Object Type

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

Stats
{
}

Object Type Codes

version 2
extends "Metadata/Monsters/Exiles/DarkExiles/DarkExile"
-- src\Data\Spectres.lua
minions["Metadata/Monsters/DarkExiles/DarkExileScion1"] = {
    name = "Shade of a Scion",
    life = 16.5,
    energyShield = 0.34,
    fireResist = 40,
    coldResist = 40,
    lightningResist = 40,
    chaosResist = 25,
    damage = 1.43,
    damageSpread = 0.2,
    attackTime = 1.35,
    attackRange = 6,
    accuracy = 1,
    weaponType1 = "Two Hand Axe",
    skillList = {
        "DarkExileThrownWeapon",
        "DarkExileThrownWeapon2",
        "DarkExileThrownWeapon3",
        "DarkExileVaalThrownWeaponBlender",
        "SummonAnimateWeaponsDarkExile",
    },
    modList = {
    },
}
-- src\Data\Skills\spectre.lua
skills["DarkExileThrownWeapon"] = {
    name = "Spectral Throw",
    hidden = true,
    color = "2",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Throws a spectral copy of your melee weapon. It flies out and then returns to you, in a spinning attack that damages enemies in its path.",
    skillTypes = {
        [SkillType.Attack] = true,
        [SkillType.RangedAttack] = true,
        [SkillType.Projectile] = true,
        [SkillType.ProjectilesFromUser] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        attack = true,
        projectile = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "active_skill_damage_+%_final",
        "projectile_damage_+%",
        "base_projectile_speed_+%",
        "spell_maximum_action_distance_+%",
        "attack_speed_+%",
        "base_is_projectile",
    },
    levels = {
        [1] = {-25, 21, 30, -30, 50, levelRequirement = 73, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["DarkExileThrownWeapon2"] = {
    name = "Spectral Throw",
    hidden = true,
    color = "2",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Throws a spectral copy of your melee weapon. It flies out and then returns to you, in a spinning attack that damages enemies in its path.",
    skillTypes = {
        [SkillType.Attack] = true,
        [SkillType.RangedAttack] = true,
        [SkillType.Projectile] = true,
        [SkillType.ProjectilesFromUser] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        attack = true,
        projectile = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "active_skill_damage_+%_final",
        "projectile_damage_+%",
        "number_of_additional_projectiles",
        "base_projectile_speed_+%",
        "spell_maximum_action_distance_+%",
        "attack_speed_+%",
        "base_is_projectile",
    },
    levels = {
        [1] = {-25, 21, 2, 30, -30, 50, levelRequirement = 73, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["DarkExileThrownWeapon3"] = {
    name = "Spectral Throw",
    hidden = true,
    color = "2",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Throws a spectral copy of your melee weapon. It flies out and then returns to you, in a spinning attack that damages enemies in its path.",
    skillTypes = {
        [SkillType.Attack] = true,
        [SkillType.RangedAttack] = true,
        [SkillType.Projectile] = true,
        [SkillType.ProjectilesFromUser] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        attack = true,
        projectile = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "active_skill_damage_+%_final",
        "projectile_damage_+%",
        "number_of_additional_projectiles",
        "base_projectile_speed_+%",
        "spell_maximum_action_distance_+%",
        "attack_speed_+%",
        "base_is_projectile",
    },
    levels = {
        [1] = {-25, 21, 4, 30, -30, 50, levelRequirement = 73, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["DarkExileVaalThrownWeaponBlender"] = {
    name = "Vaal Spectral Throw",
    hidden = true,
    color = "2",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Throws several spectral copies of your melee weapon. They fly out and then return to you, in a spinning attack that damages enemies in their path.",
    skillTypes = {
        [SkillType.Attack] = true,
        [SkillType.RangedAttack] = true,
        [SkillType.Projectile] = true,
        [SkillType.ProjectilesFromUser] = true,
        [SkillType.Vaal] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        attack = true,
        projectile = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "base_number_of_projectiles_in_spiral_nova",
        "projectile_spiral_nova_time_ms",
        "projectile_spiral_nova_angle",
        "projectile_spiral_nova_starting_angle_offset",
        "active_skill_damage_+%_final",
        "projectile_spiral_nova_both_directions",
        "base_is_projectile",
        "projectiles_not_offset",
        "cannot_cancel_skill_before_contact_point",
    },
    levels = {
        [1] = {8, 2000, 180, -15, -30, levelRequirement = 73, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["SummonAnimateWeaponsDarkExile"] = {
    name = "SummonAnimateWeaponsDarkExile",
    hidden = true,
    color = "4",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Triggerable] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        spell = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "base_skill_effect_duration",
        "active_skill_cast_speed_+%_final",
        "attack_speed_+%",
        "active_skill_damage_+%_final",
        "active_skill_minion_life_+%_final",
        "skill_repeat_count",
    },
    levels = {
        [1] = {30000, 200, 200, 50, 2000, 1, levelRequirement = 73, statInterpolation = {},  cost = { }, },
    },
}
Velocidad de movimiento aumentada un 100%
IdMonsterImplicitFastRun2
FamilyMovementVelocity
Domainsmonstruo (3)
GenerationTypeÚnico (3)
Req. level1
Stats
  • base movement velocity +% Min: 100 Max: 100 Global
  • Craft Tagsspeed
    Edit

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