Vaal Axeman
Zone : L'Aggorat
stance movement speed +% final [-71]
SpectreY
AreaL'Aggorat, L'Aggorat
Tags2HSharpMetal_onhit_audio, allows_additional_projectiles, fast_movement, human, humanoid, melee, not_int, not_str, physical_affinity, ranged, red_blood
Packs
  • L'Aggorat, L'Aggorat: Goliath vaal, Vaal Axeman
  • Vie
    120%
    Évasion
    +50%
    Ailment Threshold
    %
    Résistance
    0 0 0 0
    Damage
    120%
    Précision
    100%
    Chances de coup critique
    +5%
    Multiplicateur de coups critiques
    +130%
    Attack Distance
    4 ~ 10
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    Expérience
    120%
    Model Size
    110%
    Type
    VaalAxeThrower
    Metadata
    VaalAxeThrower_
    Niveau
    63
    Vie
    7,088
    Armure
    2,569
    Évasion
    417
    Bouclier d'énergie
    0
    Damage
    239
    Dégâts des sorts
    239
    Précision
    0
    Attack Time
    1.5
    Expérience
    23,790
    MeleeAtAnimationSpeed
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Attaque de base
    Base Damage: 191–287
    Chances de [Critical|Touche critique]: 5%
    Attack Time: 1.5 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]
    MPAVaalAxeThrowerAxe
    Attack, RangedAttack, MirageArcherCanUse, Projectile, ProjectilesFromUser, Damage, Triggerable
    Base Damage: 191–287
    Chances de [Critical|Touche critique]: 5%
    Attack Time: 1.5 sec.
    Temps de recharge: 8 sec.
    action attack or cast time uses animation length [1]
    active skill projectile speed +% variation final [0]
    base is projectile [1]
    maintain projectile direction when using contact position [1]
    monster projectile variation [1135]
    projectile ballistic angle from target distance [1]
    projectile ballistic gravity override [1981]
    projectile uses contact position [1]
    spell maximum action distance +% [-15]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    Stats
    {
    	set_base_heavy_stun_duration_ms = 2450
    }
    
    Animated
    {
    	always_interpolate_bearing = true
    }
    
    Transitionable {}
    
    Actor
    {
    	basic_action = "ChangeToStance1"
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    
    Transitionable
    {
    	on_transition =
    	"
    		Roll( 1, 2,
    		{
    			PlayEffect( 'Metadata/Monsters/VaalMonsters/Living/VaalAxeThrowerAggroAudio.ao' );
    		} );
    	"
    }
    
    Animated
    {
    	preload_animated_object = "Metadata/Monsters/VaalMonsters/Living/VaalAxeThrowerAggroAudio.ao"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/VaalMonsters/Living/VaalAxeThrower_"] = {
        name = "Vaal Axeman",
        life = 1.2,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        damage = 1.2,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 10,
        accuracy = 1,
        weaponType1 = "One Hand Axe",
        weaponType2 = "One Hand Axe",
        skillList = {
            "MeleeAtAnimationSpeed",
            "MPAVaalAxeThrowerAxe",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MeleeAtAnimationSpeed"] = {
        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.Multistrikeable] = 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["MPAVaalAxeThrowerAxe"] = {
        name = "MPAVaalAxeThrowerAxe",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.MirageArcherCanUse] = true,
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Damage] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "monster_projectile_variation",
            "projectile_ballistic_gravity_override",
            "active_skill_projectile_speed_+%_variation_final",
            "spell_maximum_action_distance_+%",
            "base_is_projectile",
            "projectile_uses_contact_position",
            "maintain_projectile_direction_when_using_contact_position",
            "action_attack_or_cast_time_uses_animation_length",
            "projectile_ballistic_angle_from_target_distance",
        },
        levels = {
            [1] = {1135, 1981, 0, -15, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    IdNothing
    FamilyNothing
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    stance movement speed +% final [-71]
    IdStanceMovementSpeedNegative71_
    FamilyStance
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • stance movement speed +% final Min: -71 Max: -71 Global
  • Vaal Axeman
    stance movement speed +% final [-71]
    SpectreY
    AreaLe Refuge de la Ziggourat, L'Aggorat, L'Aggorat
    Tags2HSharpMetal_onhit_audio, allows_additional_projectiles, fast_movement, human, humanoid, melee, not_int, not_str, physical_affinity, ranged, red_blood
    Packs
  • L'Aggorat, L'Aggorat: Goliath vaal, Vaal Axeman
  • Le Refuge de la Ziggourat: Goliath vaal, Vaal Axeman
  • Vie
    120%
    Évasion
    +50%
    Ailment Threshold
    %
    Résistance
    0 0 0 0
    Damage
    120%
    Précision
    100%
    Chances de coup critique
    +5%
    Multiplicateur de coups critiques
    +130%
    Attack Distance
    4 ~ 10
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    Expérience
    120%
    Model Size
    110%
    Type
    VaalAxeThrower
    Metadata
    VaalAxeThrowerBloodied
    Niveau
    70
    Vie
    10,459
    Armure
    3,877
    Évasion
    502
    Bouclier d'énergie
    0
    Damage
    297
    Dégâts des sorts
    297
    Précision
    0
    Attack Time
    1.5
    Expérience
    41,567
    MeleeAtAnimationSpeed
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Attaque de base
    Base Damage: 238–357
    Chances de [Critical|Touche critique]: 5%
    Attack Time: 1.5 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]
    MPAVaalAxeThrowerAxe
    Attack, RangedAttack, MirageArcherCanUse, Projectile, ProjectilesFromUser, Damage, Triggerable
    Base Damage: 238–357
    Chances de [Critical|Touche critique]: 5%
    Attack Time: 1.5 sec.
    Temps de recharge: 8 sec.
    action attack or cast time uses animation length [1]
    active skill projectile speed +% variation final [0]
    base is projectile [1]
    maintain projectile direction when using contact position [1]
    monster projectile variation [1135]
    projectile ballistic angle from target distance [1]
    projectile ballistic gravity override [1981]
    projectile uses contact position [1]
    spell maximum action distance +% [-15]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    Stats
    {
    	set_base_heavy_stun_duration_ms = 2450
    }
    
    Animated
    {
    	always_interpolate_bearing = true
    }
    
    Transitionable {}
    
    Actor
    {
    	basic_action = "ChangeToStance1"
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    
    Transitionable
    {
    	on_transition =
    	"
    		Roll( 1, 2,
    		{
    			PlayEffect( 'Metadata/Monsters/VaalMonsters/Living/VaalAxeThrowerAggroAudio.ao' );
    		} );
    	"
    }
    
    Animated
    {
    	preload_animated_object = "Metadata/Monsters/VaalMonsters/Living/VaalAxeThrowerAggroAudio.ao"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/VaalMonsters/Living/VaalAxeThrowerBloodied"] = {
        name = "Vaal Axeman",
        life = 1.2,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        damage = 1.2,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 10,
        accuracy = 1,
        weaponType1 = "One Hand Axe",
        weaponType2 = "One Hand Axe",
        skillList = {
            "MeleeAtAnimationSpeed",
            "MPAVaalAxeThrowerAxe",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MeleeAtAnimationSpeed"] = {
        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.Multistrikeable] = 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["MPAVaalAxeThrowerAxe"] = {
        name = "MPAVaalAxeThrowerAxe",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.MirageArcherCanUse] = true,
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Damage] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "monster_projectile_variation",
            "projectile_ballistic_gravity_override",
            "active_skill_projectile_speed_+%_variation_final",
            "spell_maximum_action_distance_+%",
            "base_is_projectile",
            "projectile_uses_contact_position",
            "maintain_projectile_direction_when_using_contact_position",
            "action_attack_or_cast_time_uses_animation_length",
            "projectile_ballistic_angle_from_target_distance",
        },
        levels = {
            [1] = {1135, 1981, 0, -15, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    IdNothing
    FamilyNothing
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    stance movement speed +% final [-71]
    IdStanceMovementSpeedNegative71_
    FamilyStance
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • stance movement speed +% final Min: -71 Max: -71 Global