Vaal Axeman
stance movement speed +% final [-71]
SpectreY
Areaแอ็กโกแรท, แอ็กโกแรท
Tags2HSharpMetal_onhit_audio, allows_additional_projectiles, fast_movement, human, humanoid, melee, not_int, not_str, physical_affinity, ranged, red_blood
Packs
  • แอ็กโกแรท, แอ็กโกแรท: Vaal Goliath, Vaal Axeman
  • พลังชีวิต
    120%
    การหลบหลีก
    +50%
    Ailment Threshold
    %
    ค่าต้านทาน
    0 0 0 0
    Damage
    120%
    ความแม่นยำ
    100%
    โอกาสคริติคอล
    +5%
    ตัวคูณคริติคอล
    +130%
    Attack Distance
    4 ~ 10
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    ค่าประสบการณ์
    120%
    Model Size
    110%
    Type
    VaalAxeThrower
    Metadata
    VaalAxeThrower_
    เลเวล
    63
    พลังชีวิต
    7,088
    เกราะ
    2,569
    การหลบหลีก
    626
    Energy Shield
    0
    Damage
    239
    ความเสียหายเวท
    239
    ความแม่นยำ
    923
    Attack Time
    1.5
    ค่าประสบการณ์
    23,790
    MeleeAtAnimationSpeed
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    โจมตีพื้นฐาน
    Base Damage: 191–287
    โอกาส[Critical|ปะทะคริติคอล]: 5%
    Attack Time: 1.5 {วิ}
    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
    โอกาส[Critical|ปะทะคริติคอล]: 5%
    Attack Time: 1.5 {วิ}
    คูลดาวน์: 8 {วิ}
    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)
    GenerationTypeยูนิค (3)
    Req. level1
    stance movement speed +% final [-71]
    IdStanceMovementSpeedNegative71_
    FamilyStance
    DomainsMonster (3)
    GenerationTypeยูนิค (3)
    Req. level1
    Stats
  • stance movement speed +% final Min: -71 Max: -71 Global
  • Vaal Axeman
    stance movement speed +% final [-71]
    SpectreY
    Areaที่หลบภัยซิกกุรัต, แอ็กโกแรท, แอ็กโกแรท
    Tags2HSharpMetal_onhit_audio, allows_additional_projectiles, fast_movement, human, humanoid, melee, not_int, not_str, physical_affinity, ranged, red_blood
    Packs
  • แอ็กโกแรท, แอ็กโกแรท: Vaal Goliath, Vaal Axeman
  • ที่หลบภัยซิกกุรัต: Vaal Goliath, Vaal Axeman
  • พลังชีวิต
    120%
    การหลบหลีก
    +50%
    Ailment Threshold
    %
    ค่าต้านทาน
    0 0 0 0
    Damage
    120%
    ความแม่นยำ
    100%
    โอกาสคริติคอล
    +5%
    ตัวคูณคริติคอล
    +130%
    Attack Distance
    4 ~ 10
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    ค่าประสบการณ์
    120%
    Model Size
    110%
    Type
    VaalAxeThrower
    Metadata
    VaalAxeThrowerBloodied
    เลเวล
    70
    พลังชีวิต
    10,459
    เกราะ
    3,877
    การหลบหลีก
    753
    Energy Shield
    0
    Damage
    297
    ความเสียหายเวท
    297
    ความแม่นยำ
    1,164
    Attack Time
    1.5
    ค่าประสบการณ์
    41,567
    MeleeAtAnimationSpeed
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    โจมตีพื้นฐาน
    Base Damage: 238–357
    โอกาส[Critical|ปะทะคริติคอล]: 5%
    Attack Time: 1.5 {วิ}
    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
    โอกาส[Critical|ปะทะคริติคอล]: 5%
    Attack Time: 1.5 {วิ}
    คูลดาวน์: 8 {วิ}
    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)
    GenerationTypeยูนิค (3)
    Req. level1
    stance movement speed +% final [-71]
    IdStanceMovementSpeedNegative71_
    FamilyStance
    DomainsMonster (3)
    GenerationTypeยูนิค (3)
    Req. level1
    Stats
  • stance movement speed +% final Min: -71 Max: -71 Global