Izioc, the Abyss
Construct
Monsters grant 100% increased Experience
15000% increased Rarity of Items Dropped
monster penalty against minions damage +% final vs player minions [-20]
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
15000% increased Rarity of Items Dropped
monster penalty against minions damage +% final vs player minions [-20]
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
Spectre | N |
---|---|
Tags | caster, chaos_affinity, construct, has_bow, immobile, large_height, large_model, mud_blood, not_dex, not_int, puncturing_weapon, ranged, stone_armour |
Life
1200%
Armour
+100%
Ailment Threshold
1200%
Resistance
40 40 40 25
Damage
138%
Accuracy
100%
Critical Strike Chance
+5%
Critical Strike Multiplier
+130%
Attack Distance
6 ~ 120
Attack Time
1.5 Second
Damage Spread
±0%
Experience
300%
Model Size
160%
Type
MonsterTotemMapMidBossLegends
Metadata
MapTotemBossLegends4
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Level
68
Life
1,672,156
Armour
57,580
Evasion
4,739
Energy Shield
0
Damage
587
Spell Damage
876
Accuracy
290
Attack Time
1.005
Experience
169,208
Ailment Threshold
1,053,458
Chill
3,331
Shock
3,331
Brittle
18,845
Scorch
3,331
Sap
9,203
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).
MonsterCausticArrowLegends
Attack, RangedAttack, MirageArcherCanUse, Projectile, ProjectilesFromUser, Area, Duration, Trappable, Mineable, Totemable, DamageOverTime, Chaos, Triggerable
Caustic Arrow
Base Damage: 1166
Critical Strike Chance: 5%
Attack Time: 1.5 sec
Fires an arrow which deals chaos damage in an area on impact, and spreads caustic ground. Enemies standing on the caustic ground take chaos damage over time.
Deals 84.3 Base Chaos Damage per second
Base duration is 5 seconds
Modifiers to Projectile Damage apply to this Skill's Damage Over Time effect
Gain 20% of your Physical Damage as Extra Chaos Damage
ground caustic art variation [2]
monster penalty against minions damage +% final vs player minions [-25]
skill can fire arrows [1]
visual hit effect chaos is green [1]
Base duration is 5 seconds
Modifiers to Projectile Damage apply to this Skill's Damage Over Time effect
Gain 20% of your Physical Damage as Extra Chaos Damage
ground caustic art variation [2]
monster penalty against minions damage +% final vs player minions [-25]
skill can fire arrows [1]
visual hit effect chaos is green [1]
MonsterEtherealKnivesLegends
Spell, Damage, Projectile, ProjectilesFromUser, Totemable, Trappable, Mineable, Multicastable, Triggerable, CanRapidFire, Physical
Ethereal Knives
Critical Strike Chance: 5%
Cast Time: 0.6 sec
Fires an arc of knives outwards in front of the caster which deal physical damage.
Deals 341.4 to 512 Physical Damage
20% less Cast Speed
Fires 6 additional Projectiles
50% of Physical Damage Converted to Chaos Damage
175% increased Projectile Speed
base is projectile [1]
20% less Cast Speed
Fires 6 additional Projectiles
50% of Physical Damage Converted to Chaos Damage
175% increased Projectile Speed
base is projectile [1]
Object Type
version 2 extends "Metadata/Monsters/Totems/MonsterTotem" Actor { main_hand_unarmed_type = "Bow" } Stats { set_immune_to_curses = 0 }
Object Type Codes
version 2 extends "Metadata/Monsters/Totems/MonsterTotem" Render { has_light = true }
-- src\Data\Spectres.lua minions["Metadata/Monsters/Totems/olmec_totem/MapTotemBossLegends4"] = { name = "Izioc, the Abyss", life = 12, fireResist = 40, coldResist = 40, lightningResist = 40, chaosResist = 25, damage = 1.38, damageSpread = 0, attackTime = 1.5, attackRange = 120, accuracy = 1, weaponType1 = "Bow", skillList = { "MonsterCausticArrowLegends", "MonsterEtherealKnivesLegends", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["MonsterCausticArrowLegends"] = { name = "Caustic Arrow", hidden = true, color = "2", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Fires an arrow which deals chaos damage in an area on impact, and spreads caustic ground. Enemies standing on the caustic ground take chaos damage over time.", skillTypes = { [SkillType.Attack] = true, [SkillType.RangedAttack] = true, [SkillType.MirageArcherCanUse] = true, [SkillType.Projectile] = true, [SkillType.ProjectilesFromUser] = true, [SkillType.Area] = true, [SkillType.Duration] = true, [SkillType.Trappable] = true, [SkillType.Mineable] = true, [SkillType.Totemable] = true, [SkillType.DamageOverTime] = true, [SkillType.Chaos] = true, [SkillType.Triggerable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, area = true, projectile = true, duration = true, }, baseMods = { }, qualityStats = { }, stats = { "base_chaos_damage_to_deal_per_minute", "base_skill_effect_duration", "physical_damage_%_to_add_as_chaos", "monster_penalty_against_minions_damage_+%_final_vs_player_minions", "ground_caustic_art_variation", "projectile_damage_modifiers_apply_to_skill_dot", "visual_hit_effect_chaos_is_green", "skill_can_fire_arrows", }, levels = { [1] = {1, 5000, 20, -25, 2, levelRequirement = 74, statInterpolation = {3}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["MonsterEtherealKnivesLegends"] = { name = "Ethereal Knives", hidden = true, color = "2", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Fires an arc of knives outwards in front of the caster which deal physical damage.", skillTypes = { [SkillType.Spell] = true, [SkillType.Damage] = true, [SkillType.Projectile] = true, [SkillType.ProjectilesFromUser] = true, [SkillType.Totemable] = true, [SkillType.Trappable] = true, [SkillType.Mineable] = true, [SkillType.Multicastable] = true, [SkillType.Triggerable] = true, [SkillType.CanRapidFire] = true, [SkillType.Physical] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 0.6, baseFlags = { spell = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_physical_damage", "spell_maximum_base_physical_damage", "number_of_additional_projectiles", "base_projectile_speed_+%", "skill_physical_damage_%_to_convert_to_chaos", "active_skill_cast_speed_+%_final", "base_is_projectile", }, levels = { [1] = {0.80000001192093, 1.2000000476837, 6, 175, 50, -20, critChance = 5, levelRequirement = 74, statInterpolation = {3, 3}, cost = { }, }, }, }
Monsters grant 100% increased Experience
15000% increased Rarity of Items Dropped
Id | MonsterMapBoss |
---|---|
Family | MonsterMapBoss |
Domains | Monster (3) |
GenerationType | Unique (3) |
Req. level | 1 |
Stats |
monster penalty against minions damage +% final vs player minions [-20]
Id | MonsterDamageVersusPlayerMinions20 |
---|---|
Family | MonsterDamageVersusMinions |
Domains | Monster (3) |
GenerationType | Unique (3) |
Req. level | 1 |
Stats | |
Craft Tags | damage |
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
Id | StunRepeatImmunityMapBoss_ |
---|---|
Family | Nothing |
Domains | Monster (3) |
GenerationType | Unique (3) |
Req. level | 1 |
Stats |
Izioc, the Abyss
Construct
Monsters grant 100% increased Experience
15000% increased Rarity of Items Dropped
monster penalty against minions damage +% final vs player minions [-20]
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
40% reduced Cast Speed
40% reduced Attack Speed
15000% increased Rarity of Items Dropped
monster penalty against minions damage +% final vs player minions [-20]
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
40% reduced Cast Speed
40% reduced Attack Speed
Spectre | N |
---|---|
Tags | chaos_affinity, construct, has_bow, immobile, large_model, medium_height, mud_blood, not_dex, not_int, puncturing_weapon, ranged, stone_armour |
Life
320%
Armour
+100%
Ailment Threshold
250%
Resistance
40 40 40 25
Damage
100%
Accuracy
100%
Critical Strike Chance
+5%
Critical Strike Multiplier
+130%
Attack Distance
6 ~ 120
Attack Time
1.5 Second
Damage Spread
±0%
Experience
100%
Model Size
125%
Type
MonsterTotemMapSubBossLegends
Metadata
MapTotemBossLegends4summoned
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Level
68
Life
445,908
Armour
57,580
Evasion
4,739
Energy Shield
0
Damage
425
Spell Damage
635
Accuracy
290
Attack Time
1.005
Experience
56,403
Ailment Threshold
219,471
Chill
694
Shock
694
Brittle
3,926
Scorch
694
Sap
1,917
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).
MonsterCausticArrowLegends
Attack, RangedAttack, MirageArcherCanUse, Projectile, ProjectilesFromUser, Area, Duration, Trappable, Mineable, Totemable, DamageOverTime, Chaos, Triggerable
Caustic Arrow
Base Damage: 845
Critical Strike Chance: 5%
Attack Time: 1.5 sec
Fires an arrow which deals chaos damage in an area on impact, and spreads caustic ground. Enemies standing on the caustic ground take chaos damage over time.
Deals 84.3 Base Chaos Damage per second
Base duration is 5 seconds
Modifiers to Projectile Damage apply to this Skill's Damage Over Time effect
Gain 20% of your Physical Damage as Extra Chaos Damage
ground caustic art variation [2]
monster penalty against minions damage +% final vs player minions [-25]
skill can fire arrows [1]
visual hit effect chaos is green [1]
Base duration is 5 seconds
Modifiers to Projectile Damage apply to this Skill's Damage Over Time effect
Gain 20% of your Physical Damage as Extra Chaos Damage
ground caustic art variation [2]
monster penalty against minions damage +% final vs player minions [-25]
skill can fire arrows [1]
visual hit effect chaos is green [1]
Object Type
version 2 extends "Metadata/Monsters/Totems/MonsterTotem" Stats { set_item_drop_slots = 0 set_monster_no_drops_or_experience = 1 set_immune_to_curses = 0 } Actor { main_hand_unarmed_type = "Bow" } Transitionable { }
Object Type Codes
version 2 extends "Metadata/Monsters/Totems/MonsterTotem"
-- src\Data\Spectres.lua minions["Metadata/Monsters/Totems/olmec_totem/MapTotemBossLegends4summoned"] = { name = "Izioc, the Abyss", life = 3.2, fireResist = 40, coldResist = 40, lightningResist = 40, chaosResist = 25, damage = 1, damageSpread = 0, attackTime = 1.5, attackRange = 120, accuracy = 1, weaponType1 = "Bow", skillList = { "MonsterCausticArrowLegends", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["MonsterCausticArrowLegends"] = { name = "Caustic Arrow", hidden = true, color = "2", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Fires an arrow which deals chaos damage in an area on impact, and spreads caustic ground. Enemies standing on the caustic ground take chaos damage over time.", skillTypes = { [SkillType.Attack] = true, [SkillType.RangedAttack] = true, [SkillType.MirageArcherCanUse] = true, [SkillType.Projectile] = true, [SkillType.ProjectilesFromUser] = true, [SkillType.Area] = true, [SkillType.Duration] = true, [SkillType.Trappable] = true, [SkillType.Mineable] = true, [SkillType.Totemable] = true, [SkillType.DamageOverTime] = true, [SkillType.Chaos] = true, [SkillType.Triggerable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, area = true, projectile = true, duration = true, }, baseMods = { }, qualityStats = { }, stats = { "base_chaos_damage_to_deal_per_minute", "base_skill_effect_duration", "physical_damage_%_to_add_as_chaos", "monster_penalty_against_minions_damage_+%_final_vs_player_minions", "ground_caustic_art_variation", "projectile_damage_modifiers_apply_to_skill_dot", "visual_hit_effect_chaos_is_green", "skill_can_fire_arrows", }, levels = { [1] = {1, 5000, 20, -25, 2, levelRequirement = 74, statInterpolation = {3}, cost = { }, }, }, }
Monsters grant 100% increased Experience
15000% increased Rarity of Items Dropped
Id | MonsterMapBoss |
---|---|
Family | MonsterMapBoss |
Domains | Monster (3) |
GenerationType | Unique (3) |
Req. level | 1 |
Stats |
monster penalty against minions damage +% final vs player minions [-20]
Id | MonsterDamageVersusPlayerMinions20 |
---|---|
Family | MonsterDamageVersusMinions |
Domains | Monster (3) |
GenerationType | Unique (3) |
Req. level | 1 |
Stats | |
Craft Tags | damage |
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
Id | StunRepeatImmunityMapBoss_ |
---|---|
Family | Nothing |
Domains | Monster (3) |
GenerationType | Unique (3) |
Req. level | 1 |
Stats |
40% reduced Cast Speed
Id | MonsterCastSpeedLegends1 |
---|---|
Family | IncreasedCastSpeed |
Domains | Monster (3) |
GenerationType | Unique (3) |
Req. level | 1 |
Stats | |
Adds Tags | has_caster_mod |
Craft Tags | caster speed |
40% reduced Attack Speed
Id | MonsterSlowerAttackLegends1 |
---|---|
Family | IncreasedAttackSpeed |
Domains | Monster (3) |
GenerationType | Unique (3) |
Req. level | 1 |
Stats | |
Craft Tags | attack speed |