Vaal Overseer
Humanoid
stance movement speed +% final [188]
SpectreY
AreaThe Ziggurat Refuge, Utzaal, Library of Kamasa, Utzaal, Library of Kamasa
Tags1HSword_onhit_audio, allows_inc_aoe, fast_movement, human, humanoid, melee, not_int, physical_affinity, red_blood
Packs
  • Library of Kamasa, Library of Kamasa: Vaal Overseer, Vaal Guard, Vaal Guard, Vaal Guard
  • Library of Kamasa, Library of Kamasa: Vaal Overseer, Vaal Guard, Vaal Guard
  • Vaal Overseer, Vaal Guard, Vaal Guard, Vaal Guard
  • Vaal Goliath, Vaal Overseer
  • Utzaal, Utzaal: Vaal Overseer, Vaal Goliath, Chaotic Zealot, Chaotic Zealot
  • Utzaal, Utzaal: Vaal Overseer, Vaal Goliath, Chaotic Zealot, Chaotic Zealot
  • Utzaal, Utzaal: Vaal Overseer, Vaal Goliath, Gelid Zealot, Gelid Zealot
  • Utzaal, Utzaal: Vaal Overseer, Vaal Goliath, Gelid Zealot, Gelid Zealot
  • The Ziggurat Refuge: Vaal Overseer, Vaal Guard, Vaal Guard
  • The Ziggurat Refuge: Vaal Overseer, Vaal Goliath, Chaotic Zealot, Chaotic Zealot
  • The Ziggurat Refuge: Vaal Overseer, Vaal Goliath, Chaotic Zealot, Chaotic Zealot
  • Life
    180%
    Armour
    +60%
    Evasion
    +40%
    Resistance
    0 0 0 0
    Damage
    180%
    Accuracy
    100%
    Critical Hits Chance
    5%
    Critical Damage Bonus
    +30%
    Attack Distance
    4 ~ 14
    Attack Time
    2.25 Second
    Damage Spread
    ±20%
    Experience
    180%
    Model Size
    100%
    Type
    VaalLivingOverseer
    Metadata
    VaalOverseerLiving_
    Level
    65
    Life
    11,723
    Armour
    3,237
    Evasion Rating
    616
    Damage
    382
    Spell Damage
    382
    Accuracy
    1,974
    Attack Time
    2.25
    Experience
    38,713
    Minion Life
    11,308
    Minion Damage
    1,492
    Minion Armour
    5,664
    MeleeAtAnimationSpeedComboTEMP
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Melee, ProjectilesFromUser
    Basic Attack
    Base Damage: 306–459
    Critical Hit Chance: 5%
    Attack Time: 2.25 sec
    action attack or cast time uses animation length [1]
    projectile uses contact position [1]
    skill can fire wand projectiles [1]
    use scaled contact offset [1]
    MAASVaalOverseerCleave
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Melee, ProjectilesFromUser
    Basic Attack
    Base Damage: 306–459
    Critical Hit Chance: 5%
    Attack Damage: 95%
    Attack Time: 2.25 sec
    Cooldown Time: 6 sec
    Deals 5% less Attack Damage
    action attack or cast time uses animation length [1]
    attack maximum action distance + [12]
    projectile uses contact position [1]
    skill can fire wand projectiles [1]
    use scaled contact offset [1]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    Transitionable
    {
    	
    }
    
    Stats
    {
    	set_base_heavy_stun_duration_ms = 2450
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    
    Transitionable
    {
    	on_transition =
    	"
    		Roll( 1, 2, { PlayEffect( 'Metadata/Monsters/VaalMonsters/VaalOverseer/VaalOverseer2HAggroAudio.ao' ); } );
    	"
    }
    
    Animated
    {
    	preload_animated_object = "Metadata/Monsters/VaalMonsters/VaalOverseer/VaalOverseer2HAggroAudio.ao"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/VaalMonsters/Living/VaalOverseerLiving_"] = {
        name = "Vaal Overseer",
        life = 1.8,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        damage = 1.8,
        damageSpread = 0.2,
        attackTime = 2.25,
        attackRange = 14,
        accuracy = 1,
        weaponType1 = "Two Hand Sword",
        skillList = {
            "MeleeAtAnimationSpeedComboTEMP",
            "MAASVaalOverseerCleave",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MeleeAtAnimationSpeedComboTEMP"] = {
        name = "Basic Attack",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.MirageArcherCanUse] = true,
            [SkillType.Projectile] = true,
            [SkillType.MeleeSingleTarget] = true,
            [SkillType.Melee] = true,
            [SkillType.ProjectilesFromUser] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            melee = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "skill_can_fire_arrows",
            "skill_can_fire_wand_projectiles",
            "action_attack_or_cast_time_uses_animation_length",
            "projectile_uses_contact_position",
            "use_scaled_contact_offset",
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MAASVaalOverseerCleave"] = {
        name = "Basic Attack",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.MirageArcherCanUse] = true,
            [SkillType.Projectile] = true,
            [SkillType.MeleeSingleTarget] = true,
            [SkillType.Melee] = true,
            [SkillType.ProjectilesFromUser] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            melee = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "attack_maximum_action_distance_+",
            "skill_can_fire_arrows",
            "skill_can_fire_wand_projectiles",
            "action_attack_or_cast_time_uses_animation_length",
            "projectile_uses_contact_position",
            "use_scaled_contact_offset",
        },
        levels = {
            [1] = {12, baseMultiplier = 0.95, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    stance movement speed +% final [188]
    IdStanceVaalGuardRunOverseer
    FamilyStance
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • stance movement speed +% final Min: 188 Max: 188 Global
  • Craft Tagsspeed
    IdNothing
    FamilyNothing
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    Vaal Overseer
    Humanoid
    stance movement speed +% final [188]
    SpectreY
    Spectre OverrideMetadata/Monsters/VaalMonsters/Living/VaalOverseerLiving_
    Tags1HSword_onhit_audio, allows_inc_aoe, fast_movement, human, humanoid, melee, not_int, physical_affinity, red_blood
    Life
    180%
    Armour
    +60%
    Evasion
    +40%
    Resistance
    0 0 0 0
    Damage
    180%
    Accuracy
    100%
    Critical Hits Chance
    5%
    Critical Damage Bonus
    +30%
    Attack Distance
    4 ~ 14
    Attack Time
    2.25 Second
    Damage Spread
    ±20%
    Experience
    180%
    Model Size
    100%
    Type
    VaalLivingOverseer
    Metadata
    VaalOverseerLivingSacrificeGuard
    Level
    68
    Life
    13,963
    Armour
    3,861
    Evasion Rating
    668
    Damage
    420
    Spell Damage
    420
    Accuracy
    2,180
    Attack Time
    2.25
    Experience
    51,541
    Minion Life
    12,474
    Minion Damage
    1,744
    Minion Armour
    6,756
    MeleeAtAnimationSpeedComboTEMP
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Melee, ProjectilesFromUser
    Basic Attack
    Base Damage: 336–504
    Critical Hit Chance: 5%
    Attack Time: 2.25 sec
    action attack or cast time uses animation length [1]
    projectile uses contact position [1]
    skill can fire wand projectiles [1]
    use scaled contact offset [1]
    MAASVaalOverseerCleave
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Melee, ProjectilesFromUser
    Basic Attack
    Base Damage: 336–504
    Critical Hit Chance: 5%
    Attack Damage: 95%
    Attack Time: 2.25 sec
    Cooldown Time: 6 sec
    Deals 5% less Attack Damage
    action attack or cast time uses animation length [1]
    attack maximum action distance + [12]
    projectile uses contact position [1]
    skill can fire wand projectiles [1]
    use scaled contact offset [1]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    Transitionable
    {
    	
    }
    
    Stats
    {
    	set_base_heavy_stun_duration_ms = 2450
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    
    Transitionable
    {
    	on_transition =
    	"
    		Roll( 1, 2, { PlayEffect( 'Metadata/Monsters/VaalMonsters/VaalOverseer/VaalOverseer2HAggroAudio.ao' ); } );
    	"
    }
    
    Animated
    {
    	preload_animated_object = "Metadata/Monsters/VaalMonsters/VaalOverseer/VaalOverseer2HAggroAudio.ao"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/VaalMonsters/Living/VaalOverseerLivingSacrificeGuard"] = {
        name = "Vaal Overseer",
        life = 1.8,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        damage = 1.8,
        damageSpread = 0.2,
        attackTime = 2.25,
        attackRange = 14,
        accuracy = 1,
        weaponType1 = "Two Hand Sword",
        skillList = {
            "MeleeAtAnimationSpeedComboTEMP",
            "MAASVaalOverseerCleave",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MeleeAtAnimationSpeedComboTEMP"] = {
        name = "Basic Attack",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.MirageArcherCanUse] = true,
            [SkillType.Projectile] = true,
            [SkillType.MeleeSingleTarget] = true,
            [SkillType.Melee] = true,
            [SkillType.ProjectilesFromUser] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            melee = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "skill_can_fire_arrows",
            "skill_can_fire_wand_projectiles",
            "action_attack_or_cast_time_uses_animation_length",
            "projectile_uses_contact_position",
            "use_scaled_contact_offset",
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MAASVaalOverseerCleave"] = {
        name = "Basic Attack",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.MirageArcherCanUse] = true,
            [SkillType.Projectile] = true,
            [SkillType.MeleeSingleTarget] = true,
            [SkillType.Melee] = true,
            [SkillType.ProjectilesFromUser] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            melee = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "attack_maximum_action_distance_+",
            "skill_can_fire_arrows",
            "skill_can_fire_wand_projectiles",
            "action_attack_or_cast_time_uses_animation_length",
            "projectile_uses_contact_position",
            "use_scaled_contact_offset",
        },
        levels = {
            [1] = {12, baseMultiplier = 0.95, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    stance movement speed +% final [188]
    IdStanceVaalGuardRunOverseer
    FamilyStance
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • stance movement speed +% final Min: 188 Max: 188 Global
  • Craft Tagsspeed
    IdNothing
    FamilyNothing
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    Edit

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