Perfect Shadow Construct
Corpse
Monster Category: Construct
Fires Lightning Beams
Fires Chilling Blasts
Rain of Boulders
Slams
Slam deals 500% more Damage with Ignite
Lightning Beam has 20% Maximum Effect of Shock
Right click this item to create this corpse.
Perfect Shadow Construct VaalOversoulHigh /7
NameShow Full Descriptions
DropLevel 81
BaseType Perfect Shadow Construct
Class Corpses
FlagsAlwaysAllocate
TypeMetadata/Items/ItemisedCorpses/VaalOversoulHigh
IconArt/2DItems/Currency/Azmeri/IncaShadowBossCorpse
ReferenceCommunity Wiki
Perfect Shadow Construct
Construct
SpectreY
Tagscaster, cold_affinity, construct, extra_extra_large_height, fire_affinity, hard_armour, is_unarmed, large_model, lightning_affinity, not_dex, not_int, physical_affinity, ranged, red_blood, slashing_weapon, slow_movement
Life
458%
Armour
+200%
Ailment Threshold
458%
Resistance
20 20 20 0
Damage
225%
Accuracy
100%
Critical Strike Chance
+5%
Critical Strike Multiplier
+130%
Attack Distance
6 ~ 7
Attack Time
4.005 Second
Damage Spread
±20%
Experience
150%
Model Size
100%
Type
AzmeriVaalOversoul
Metadata
VaalOversoulHigh
Level
68
Life
29,465
Armour
86,370
Evasion
4,739
Energy Shield
0
Damage
840
Spell Damage
840
Accuracy
290
Attack Time
4.005
Experience
15,383
Ailment Threshold
29,465
Chill
93
Shock
93
Brittle
527
Scorch
93
Sap
257
AzmeriOversoulRocks
Spell, Damage
Cast Time: 4 sec
Cooldown Time: 25 sec
Deals 684.4 to 1027 Physical Damage
Skills Repeat an additional Time
Base duration is 5 seconds
One impact every 0.2 seconds
action attack or cast time uses animation length [1]
is area damage [1]
monster penalty against minions damage +% final vs player minions [-25]
spell maximum action distance +% [-50]
AzmeriOversoulSpray
Spell, Damage
Critical Strike Chance: 5%
Cast Time: 3.6 sec
Projectiles Pierce all Targets
Base duration is 8 seconds
100% increased Cast Speed
action attack or cast time uses animation length [1]
base is projectile [1]
projectile uses contact direction [1]
projectile uses contact position [1]
spell maximum action distance +% [-50]
AzmeriOversoulExplosionIgnite
Spell, Damage, Area, AreaSpell
Effectiveness of Added Damage: 200%
Cast Time: 2.25 sec
Never deal Critical Strikes
Deals 100% more Attack Damage
50% of Physical Damage Converted to Fire Damage
50% chance to Ignite enemies
100% increased Ignite Duration on enemies
500% more Damage with Ignite
action attack or cast time uses animation length [1]
is area damage [1]
monster penalty against minions damage +% final vs player minions [-25]
spell maximum action distance +% [-80]
AzmeriOversoulLaserMaxShock
Spell, Damage, Triggerable
Critical Strike Chance: 5%
Cast Time: 1.45 sec
Deals 3646 to 5303 Lightning Damage
Skills Repeat an additional 2 Times
15% more Cast Speed
50% increased Cast Speed
100% chance to Shock enemies
+20% to Maximum Effect of Shock
action attack or cast time uses animation length [1]
active skill shock duration +% final [100]
spell maximum action distance +% [-40]
AzmeriOversoulRocksTriggered
Spell, Damage, Area, Duration, Trappable, Totemable, Mineable, Multicastable, Triggerable, Fire, Cascadable, CanRapidFire, AreaSpell
Firestorm
Cast Time: 1 sec
Flaming bolts rain down over the targeted area. They explode when landing, dealing damage to nearby enemies.
Deals 349.1 to 523.7 Physical Damage
Base duration is 0.9 seconds
One impact every 0.3 seconds
Base radius is 1 metre
firestorm base area of effect +% [-50]
is area damage [1]
monster penalty against minions damage +% final vs player minions [-25]
AzmeriOversoulColdSnapTriggered
Spell, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable, Cold, Cascadable, Duration, ChillingArea, AreaSpell, Cooldown
Cold Snap
Cast Time: 1 sec
Creates a sudden burst of cold in a targeted area, damaging enemies. Also creates an expanding area which is filled with chilled ground, and deals cold damage over time to enemies. Enemies that die while in the area have a chance to grant Frenzy Charges. The cooldown can be bypassed by expending a Frenzy Charge.
Deals to Cold Damage
Base duration is 7 seconds
Deals 1045.6 Base Cold Damage per second
200% more Effect of Chill
Base radius is 1.5 metres
Base secondary radius is 1.5 metres
Base tertiary radius is 3 metres
active skill area of effect radius +% final [-50]
is area damage [1]

Object Type

version 2
extends "Metadata/Monsters/Monster"

Actor
{
	basic_action = "Emerge"
	basic_action = "ChangeToStance1"
	basic_action = "ChangeToStance2"
	basic_action = "ChangeToStance3"
}

Object Type Codes

version 2
extends "Metadata/Monsters/Monster"

Animated
{
	on_event_contact_for_spray_meat = "AddEffectPack( Metadata/Effects/Spells/monsters_effects/act2/inca_boss/meatslam_impact.epk );"
	on_end_spray_meat = "RemoveEffectPack( Metadata/Effects/Spells/monsters_effects/act2/inca_boss/meatslam_impact.epk );"
}
-- src\Data\Spectres.lua
minions["Metadata/Monsters/LeagueAzmeri/SpecialCorpses/VaalOversoulHigh"] = {
    name = "Perfect Shadow Construct",
    life = 4.58,
    fireResist = 20,
    coldResist = 20,
    lightningResist = 20,
    chaosResist = 0,
    damage = 2.25,
    damageSpread = 0.2,
    attackTime = 4.005,
    attackRange = 7,
    accuracy = 1,
    skillList = {
        "AzmeriOversoulExplosionIgnite",
        "AzmeriOversoulLaserMaxShock",
        "AzmeriOversoulSpray",
        "AzmeriOversoulColdSnapTriggered",
        "AzmeriOversoulRocks",
        "AzmeriOversoulRocksTriggered",
    },
    modList = {
    },
}
-- src\Data\Skills\spectre.lua
skills["AzmeriOversoulExplosionIgnite"] = {
    name = "AzmeriOversoulExplosionIgnite",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Damage] = true,
        [SkillType.Area] = true,
        [SkillType.AreaSpell] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 2.25,
    baseFlags = {
        area = true,
        spell = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "skill_physical_damage_%_to_convert_to_fire",
        "monster_penalty_against_minions_damage_+%_final_vs_player_minions",
        "spell_maximum_action_distance_+%",
        "active_skill_ignite_damage_+%_final",
        "base_chance_to_ignite_%",
        "ignite_duration_+%",
        "is_area_damage",
        "global_cannot_crit",
        "action_attack_or_cast_time_uses_animation_length",
    },
    levels = {
        [1] = {50, -25, -80, 500, 50, 100, baseMultiplier = 2, levelRequirement = 23, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["AzmeriOversoulLaserMaxShock"] = {
    name = "AzmeriOversoulLaserMaxShock",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Damage] = true,
        [SkillType.Triggerable] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1.45,
    baseFlags = {
        spell = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_lightning_damage",
        "spell_maximum_base_lightning_damage",
        "active_skill_cast_speed_+%_final",
        "skill_repeat_count",
        "base_chance_to_shock_%",
        "active_skill_shock_duration_+%_final",
        "spell_maximum_action_distance_+%",
        "base_cast_speed_+%",
        "shock_maximum_magnitude_+",
        "action_attack_or_cast_time_uses_animation_length",
    },
    levels = {
        [1] = {1.1000000238419, 1.6000000238419, 15, 2, 100, 100, -40, 50, 20, critChance = 5, levelRequirement = 23, statInterpolation = {3, 3, 1},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["AzmeriOversoulSpray"] = {
    name = "AzmeriOversoulSpray",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Damage] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 3.6,
    baseFlags = {
        spell = true,
        projectile = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "base_skill_effect_duration",
        "spell_maximum_action_distance_+%",
        "base_cast_speed_+%",
        "projectile_uses_contact_position",
        "projectile_uses_contact_direction",
        "always_pierce",
        "base_is_projectile",
        "action_attack_or_cast_time_uses_animation_length",
    },
    levels = {
        [1] = {8000, -50, 100, critChance = 5, levelRequirement = 23, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["AzmeriOversoulColdSnapTriggered"] = {
    name = "Cold Snap",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Creates a sudden burst of cold in a targeted area, damaging enemies. Also creates an expanding area which is filled with chilled ground, and deals cold damage over time to enemies. Enemies that die while in the area have a chance to grant Frenzy Charges. The cooldown can be bypassed by expending a Frenzy Charge.",
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Damage] = true,
        [SkillType.Area] = true,
        [SkillType.Trappable] = true,
        [SkillType.Totemable] = true,
        [SkillType.Mineable] = true,
        [SkillType.Multicastable] = true,
        [SkillType.Triggerable] = true,
        [SkillType.Cold] = true,
        [SkillType.Cascadable] = true,
        [SkillType.Duration] = true,
        [SkillType.ChillingArea] = true,
        [SkillType.AreaSpell] = true,
        [SkillType.Cooldown] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        area = true,
        spell = true,
        duration = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_cold_damage",
        "spell_maximum_base_cold_damage",
        "base_cold_damage_to_deal_per_minute",
        "active_skill_chill_effect_+%_final",
        "base_chance_to_freeze_%",
        "active_skill_base_area_of_effect_radius",
        "active_skill_base_secondary_area_of_effect_radius",
        "active_skill_base_tertiary_area_of_effect_radius",
        "base_skill_effect_duration",
        "active_skill_area_of_effect_radius_+%_final",
        "is_area_damage",
    },
    levels = {
        [1] = {0, 0, 2.4000000953674, 200, 0, 15, 15, 30, 7000, -50, levelRequirement = 23, statInterpolation = {3, 3, 3, 2, 2},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["AzmeriOversoulRocks"] = {
    name = "AzmeriOversoulRocks",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Damage] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 4,
    baseFlags = {
        spell = true,
        area = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_physical_damage",
        "spell_maximum_base_physical_damage",
        "base_skill_effect_duration",
        "skill_repeat_count",
        "fire_storm_fireball_delay_ms",
        "monster_penalty_against_minions_damage_+%_final_vs_player_minions",
        "spell_maximum_action_distance_+%",
        "is_area_damage",
        "action_attack_or_cast_time_uses_animation_length",
    },
    levels = {
        [1] = {0.80000001192093, 1.2000000476837, 5000, 1, 200, -25, -50, levelRequirement = 23, statInterpolation = {3, 3, 1, 1},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["AzmeriOversoulRocksTriggered"] = {
    name = "Firestorm",
    hidden = true,
    color = 4,
    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 = 1,
    baseFlags = {
        area = true,
        spell = true,
        duration = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_physical_damage",
        "spell_maximum_base_physical_damage",
        "fire_storm_fireball_delay_ms",
        "monster_penalty_against_minions_damage_+%_final_vs_player_minions",
        "firestorm_base_area_of_effect_+%",
        "base_skill_effect_duration",
        "active_skill_base_area_of_effect_radius",
        "is_area_damage",
    },
    levels = {
        [1] = {0.40000000596046, 0.60000002384186, 300, -25, -50, 900, 10, levelRequirement = 23, statInterpolation = {3, 3},  cost = { }, },
    },
}
Edit

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