Shade of a Templar
Humanoid
totem art variation [3]
500% increased Totem Life
+5 to maximum number of Summoned Totems
20% Chance to Block Attack Damage
You take 10% of Damage from Blocked Hits
500% increased Totem Life
+5 to maximum number of Summoned Totems
20% Chance to Block Attack Damage
You take 10% of Damage from Blocked Hits
Spectre | N |
---|---|
Tags | caster, cold_affinity, exile, fire_affinity, has_wand, human, humanoid, light_armour, lightning_affinity, medium_height, medium_movement, not_dex, ranged, red_blood, rogue_exile |
Life
1650%
Energy Shield From Life
50%
Armour
+50%
Ailment Threshold
1650%
Resistance
40 40 40 25
Damage
143%
Accuracy
100%
Critical Strike Chance
+5%
Critical Strike Multiplier
+130%
Attack Distance
6 ~ 6
Attack Time
1.245 Second
Damage Spread
±20%
Experience
220%
Model Size
100%
Type
DarkExileTemplar1
Metadata
DarkExileTemplar1
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Level
68
Life
106,150
Armour
43,185
Evasion
4,739
Energy Shield
3,064
Damage
534
Spell Damage
534
Accuracy
290
Attack Time
1.245
Experience
22,561
Ailment Threshold
106,150
Chill
336
Shock
336
Brittle
1,899
Scorch
336
Sap
927
The following values are skill base values and do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses, monster base damage(ex: The Maven 150% multiplier), monster rarity bonuses (ex: unique 70% more, unique attack 33% less).
DarkExileFirestorm
Spell, Damage, Area, Duration, Trappable, Totemable, Mineable, Multicastable, Triggerable, Fire, Cascadable, CanRapidFire, AreaSpell
Firestorm
Critical Strike Chance: 5%
Cast Time: 0.9 sec
Cooldown Time: 2 sec
Flaming bolts rain down over the targeted area. They explode when landing, dealing damage to nearby enemies.
Base duration is 3 seconds
Deals 633.5 to 950.2 Fire Damage
35% increased Cast Speed
One impact every 0.09 seconds
Base radius is 1 metre
firestorm base area of effect +% [-49]
is area damage [1]
Deals 633.5 to 950.2 Fire Damage
35% increased Cast Speed
One impact every 0.09 seconds
Base radius is 1 metre
firestorm base area of effect +% [-49]
is area damage [1]
DarkExileLightningstorm
Spell, Damage, Area, Duration, Trappable, Totemable, Mineable, Multicastable, Triggerable, Fire, Cascadable, CanRapidFire, AreaSpell
Firestorm
Critical Strike Chance: 5%
Cast Time: 0.9 sec
Cooldown Time: 2 sec
Flaming bolts rain down over the targeted area. They explode when landing, dealing damage to nearby enemies.
Deals 494.7 to 1484 Lightning Damage
Base duration is 3 seconds
35% increased Cast Speed
One impact every 0.15 seconds
Base radius is 1 metre
firestorm base area of effect +% [-49]
is area damage [1]
Base duration is 3 seconds
35% increased Cast Speed
One impact every 0.15 seconds
Base radius is 1 metre
firestorm base area of effect +% [-49]
is area damage [1]
DarkExileIcestorm
Spell, Damage, Area, Duration, Trappable, Totemable, Mineable, Multicastable, Triggerable, Fire, Cascadable, CanRapidFire, AreaSpell
Firestorm
Critical Strike Chance: 5%
Cast Time: 0.9 sec
Cooldown Time: 2 sec
Flaming bolts rain down over the targeted area. They explode when landing, dealing damage to nearby enemies.
Deals 518.3 to 777.4 Cold Damage
Base duration is 3 seconds
35% increased Cast Speed
One impact every 0.12 seconds
Base radius is 1 metre
firestorm base area of effect +% [-49]
firestorm drop ground ice duration ms [3000]
is area damage [1]
Base duration is 3 seconds
35% increased Cast Speed
One impact every 0.12 seconds
Base radius is 1 metre
firestorm base area of effect +% [-49]
firestorm drop ground ice duration ms [3000]
is area damage [1]
DarkExileFlameblast
Spell, Damage, Area, Totemable, Fire, AreaSpell
Flameblast
Critical Strike Chance: 5%
Effectiveness of Added Damage: 50%
Cast Time: 0.2 sec
Cooldown Time: 3 sec
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.
Hits always Ignite
Skills Repeat an additional 9 Times
Totem lasts 20 seconds
Deals 271.8 to 407.8 Fire Damage
Summons a Totem which uses this Skill
110% more Spell Damage for each stage
110% more Damage with Ailments for each stage
base active skill totem level [73]
base totem range [80]
is area damage [1]
Skills Repeat an additional 9 Times
Totem lasts 20 seconds
Deals 271.8 to 407.8 Fire Damage
Summons a Totem which uses this Skill
110% more Spell Damage for each stage
110% more Damage with Ailments for each stage
base active skill totem level [73]
base totem range [80]
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_% = 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]
Id | MonsterTotemVariationOlmec |
---|---|
Family | TotemVariation |
Domains | Monster (3) |
GenerationType | Unique (3) |
Req. level | 1 |
Stats |
500% increased Totem Life
Id | MonsterTotemLifeBoss |
---|---|
Family | IncreasedTotemLife |
Domains | Monster (3) |
GenerationType | Unique (3) |
Req. level | 1 |
Stats | |
Craft Tags | resource life |
+5 to maximum number of Summoned Totems
Id | MonsterAdditionalTotems |
---|---|
Family | AdditionalTotems |
Domains | Monster (3) |
GenerationType | Unique (3) |
Req. level | 1 |
Stats |
20% Chance to Block Attack Damage
You take 10% of Damage from Blocked Hits
Id | MonsterAttackBlock40Bypass10_ |
---|---|
Family | MonsterBlockAndBypass |
Domains | Monster (3) |
GenerationType | Unique (3) |
Req. level | 1 |
Stats | |
Craft Tags | block |