Tinieblas de un Templario
Humanoide
totem art variation [3]
Vida de los tótems aumentada un 500%
+5 a la cantidad máxima de tótems que puedes invocar
20% de probabilidad de bloquear el daño de ataques
Recibes el 10% del daño de los golpes bloqueados
Shade of a Templar
SpectreN
TagsLanzador de hechizos, cold_affinity, exile, fire_affinity, has_wand, human, humanoid, light_armour, lightning_affinity, medium_height, medium_movement, not_dex, ranged, red_blood, rogue_exile
Vida
1650%
Energy Shield From Life
50%
Armaduras
+50%
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.245 Second
Damage Spread
±20%
Experiencia
220%
Model Size
100%
Type
DarkExileTemplar1
Metadata
DarkExileTemplar1
Nivel
68
Vida
106,150
Armaduras
43,185
Evasión
4,739
Escudo de energía
3,064
Damage
534
Daño de hechizos
534
Precisión
290
Attack Time
1.245
Experiencia
22,561
Ailment Threshold
106,150
Chill
336
Shock
336
Brittle
1,899
Scorch
336
Sap
927
DarkExileFirestorm
Spell, Damage, Area, Duration, Trappable, Totemable, Mineable, Multicastable, Triggerable, Fire, Cascadable, CanRapidFire, AreaSpell
Tormenta de fuego
Probabilidad de golpe crítico: 5%
Tiempo de lanzamiento: 0.9 seg
Tiempo de recarga: 2 seg
Una lluvia de bolas de fuego cae sobre el área objetivo. Las bolas de fuego explotan al impactar e infligen daño a los enemigos cercanos.
DarkExileLightningstorm
Spell, Damage, Area, Duration, Trappable, Totemable, Mineable, Multicastable, Triggerable, Fire, Cascadable, CanRapidFire, AreaSpell
Tormenta de fuego
Probabilidad de golpe crítico: 5%
Tiempo de lanzamiento: 0.9 seg
Tiempo de recarga: 2 seg
Una lluvia de bolas de fuego cae sobre el área objetivo. Las bolas de fuego explotan al impactar e infligen daño a los enemigos cercanos.
DarkExileIcestorm
Spell, Damage, Area, Duration, Trappable, Totemable, Mineable, Multicastable, Triggerable, Fire, Cascadable, CanRapidFire, AreaSpell
Tormenta de fuego
Probabilidad de golpe crítico: 5%
Tiempo de lanzamiento: 0.9 seg
Tiempo de recarga: 2 seg
Una lluvia de bolas de fuego cae sobre el área objetivo. Las bolas de fuego explotan al impactar e infligen daño a los enemigos cercanos.
DarkExileFlameblast
Spell, Damage, Area, Totemable, Fire, AreaSpell
Explosión de llamas
Probabilidad de golpe crítico: 5%
Efectividad del daño agregado: 50%
Tiempo de lanzamiento: 0.2 seg
Tiempo de recarga: 3 seg
Canaliza para formar una gran explosión. Cuanto más tiempo canalices, mayor será el área de efecto y el daño de la explosión. La explosión se produce después de usar otra habilidad o después de un corto período de tiempo sin lanzar habilidades.

Object Type

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


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

Object Type Codes

version 2
extends "Metadata/Monsters/Exiles/DarkExiles/DarkExile"
-- src\Data\Spectres.lua
minions["Metadata/Monsters/DarkExiles/DarkExileTemplar1"] = {
    name = "Shade of a Templar",
    life = 16.5,
    energyShield = 0.5,
    fireResist = 40,
    coldResist = 40,
    lightningResist = 40,
    chaosResist = 25,
    damage = 1.43,
    damageSpread = 0.2,
    attackTime = 1.245,
    attackRange = 6,
    accuracy = 1,
    weaponType1 = "Wand",
    weaponType2 = "Shield",
    skillList = {
        "DarkExileFirestorm",
        "DarkExileLightningstorm",
        "DarkExileIcestorm",
        "DarkExileFlameblast",
    },
    modList = {
    },
}
-- src\Data\Skills\spectre.lua
skills["DarkExileFirestorm"] = {
    name = "Firestorm",
    hidden = true,
    color = "3",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Flaming bolts rain down over the targeted area. They explode when landing, dealing damage to nearby enemies.",
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Damage] = true,
        [SkillType.Area] = true,
        [SkillType.Duration] = true,
        [SkillType.Trappable] = true,
        [SkillType.Totemable] = true,
        [SkillType.Mineable] = true,
        [SkillType.Multicastable] = true,
        [SkillType.Triggerable] = true,
        [SkillType.Fire] = true,
        [SkillType.Cascadable] = true,
        [SkillType.CanRapidFire] = true,
        [SkillType.AreaSpell] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 0.9,
    baseFlags = {
        area = true,
        spell = true,
        duration = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_fire_damage",
        "spell_maximum_base_fire_damage",
        "base_skill_effect_duration",
        "fire_storm_fireball_delay_ms",
        "firestorm_base_area_of_effect_+%",
        "base_cast_speed_+%",
        "active_skill_base_area_of_effect_radius",
        "is_area_damage",
    },
    levels = {
        [1] = {0.40000000596046, 0.60000002384186, 3000, 85, -49, 35, 10, critChance = 5, levelRequirement = 73, statInterpolation = {3, 3},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["DarkExileLightningstorm"] = {
    name = "Firestorm",
    hidden = true,
    color = "3",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Flaming bolts rain down over the targeted area. They explode when landing, dealing damage to nearby enemies.",
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Damage] = true,
        [SkillType.Area] = true,
        [SkillType.Duration] = true,
        [SkillType.Trappable] = true,
        [SkillType.Totemable] = true,
        [SkillType.Mineable] = true,
        [SkillType.Multicastable] = true,
        [SkillType.Triggerable] = true,
        [SkillType.Fire] = true,
        [SkillType.Cascadable] = true,
        [SkillType.CanRapidFire] = true,
        [SkillType.AreaSpell] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 0.9,
    baseFlags = {
        area = true,
        spell = true,
        duration = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_lightning_damage",
        "spell_maximum_base_lightning_damage",
        "base_skill_effect_duration",
        "fire_storm_fireball_delay_ms",
        "firestorm_base_area_of_effect_+%",
        "base_cast_speed_+%",
        "active_skill_base_area_of_effect_radius",
        "is_area_damage",
    },
    levels = {
        [1] = {0.5, 1.5, 3000, 150, -49, 35, 10, critChance = 5, levelRequirement = 73, statInterpolation = {3, 3},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["DarkExileIcestorm"] = {
    name = "Firestorm",
    hidden = true,
    color = "3",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Flaming bolts rain down over the targeted area. They explode when landing, dealing damage to nearby enemies.",
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Damage] = true,
        [SkillType.Area] = true,
        [SkillType.Duration] = true,
        [SkillType.Trappable] = true,
        [SkillType.Totemable] = true,
        [SkillType.Mineable] = true,
        [SkillType.Multicastable] = true,
        [SkillType.Triggerable] = true,
        [SkillType.Fire] = true,
        [SkillType.Cascadable] = true,
        [SkillType.CanRapidFire] = true,
        [SkillType.AreaSpell] = 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_skill_effect_duration",
        "fire_storm_fireball_delay_ms",
        "firestorm_base_area_of_effect_+%",
        "firestorm_drop_ground_ice_duration_ms",
        "base_cast_speed_+%",
        "active_skill_base_area_of_effect_radius",
        "is_area_damage",
    },
    levels = {
        [1] = {0.40000000596046, 0.60000002384186, 3000, 120, -49, 3000, 35, 10, critChance = 5, levelRequirement = 73, statInterpolation = {3, 3},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["DarkExileFlameblast"] = {
    name = "Flameblast",
    hidden = true,
    color = "3",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Channels to build up a large explosion. The longer you channel, the larger the area of effect and damage of the explosion. The explosion occurs after using another skill or after a short period without casting.",
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Damage] = true,
        [SkillType.Area] = true,
        [SkillType.Totemable] = true,
        [SkillType.Fire] = true,
        [SkillType.AreaSpell] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 0.2,
    baseFlags = {
        area = true,
        spell = true,
        totem = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_fire_damage",
        "spell_maximum_base_fire_damage",
        "charged_blast_spell_damage_+%_final_per_stack",
        "skill_repeat_count",
        "base_totem_duration",
        "base_totem_range",
        "base_active_skill_totem_level",
        "flameblast_ailment_damage_+%_final_per_stack",
        "is_area_damage",
        "always_ignite",
        "is_totem",
    },
    levels = {
        [1] = {0.80000001192093, 1.2000000476837, 110, 9, 20000, 80, 73, 110, critChance = 5, levelRequirement = 73, statInterpolation = {3, 3},  cost = { }, },
    },
}
totem art variation [3]
IdMonsterTotemVariationOlmec
FamilyTotemVariation
Domainsmonstruo (3)
GenerationTypeúnico (3)
Req. level1
Stats
  • totem art variation Min: 3 Max: 3 Global
  • Vida de los tótems aumentada un 500%
    IdMonsterTotemLifeBoss
    FamilyIncreasedTotemLife
    Domainsmonstruo (3)
    GenerationTypeúnico (3)
    Req. level1
    Stats
  • totem life +% Min: 500 Max: 500 Global
  • Craft Tagsresource life
    +5 a la cantidad máxima de tótems que puedes invocar
    IdMonsterAdditionalTotems
    FamilyAdditionalTotems
    Domainsmonstruo (3)
    GenerationTypeúnico (3)
    Req. level1
    Stats
  • number of additional totems allowed Min: 5 Max: 5 Global
  • 20% de probabilidad de bloquear el daño de ataques
    Recibes el 10% del daño de los golpes bloqueados
    IdMonsterAttackBlock40Bypass10_
    FamilyMonsterBlockAndBypass
    Domainsmonstruo (3)
    GenerationTypeúnico (3)
    Req. level1
    Stats
  • monster base block % Min: 20 Max: 20 Global
  • base block % damage taken Min: 10 Max: 10 Global
  • Craft Tagsblock
    Edit

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