漫行巨人
Walking Goliath
SpectreY
Area巨人之谷, The Ziggurat Refuge, Valley of the Titans
Tagsallows_inc_aoe, bones, melee, physical_affinity, skeleton, Unarmed_onhit_audio, undead, very_slow_movement
Packs
  • 巨人之谷, Valley of the Titans: 干瘪的巫妖, 漫行巨人, 漫行巨人
  • The Ziggurat Refuge: 干瘪的巫妖, 漫行巨人
  • 生命
    215%
    抗性
    0 0 0 0
    伤害
    237%
    命中
    100%
    Critical Hits Chance
    5%
    Critical Damage Bonus
    +30%
    Attack Distance
    6 ~ 20
    攻击间隔
    1.5 Second
    Damage Spread
    ±20%
    经验值
    215%
    Model Size
    200%
    Type
    TitanWalker
    Metadata
    TitanWalker
    等级
    65
    生命
    14,003
    [护甲]
    2,023
    闪避值
    440
    伤害
    503
    法术伤害
    503
    命中
    1,974
    攻击间隔
    1.5
    经验值
    46,240
    Minion Life
    13,506
    Minion Damage
    1,965
    Minion Armour
    2,023
    MASExtraAttackDistance20
    攻击, 范围攻击, 技能可幻影射手, 投射物, 近战单一目标, 近战, 玩家投射物
    普通攻击
    Base Damage: 403–604
    暴击几率: 5%
    攻击间隔: 1.5 秒
    action attack or cast time uses animation length [1]
    attack maximum action distance + [20]
    projectile uses contact position [1]
    skill can fire wand projectiles [1]
    use scaled contact offset [1]
    MeleeAtAnimationSpeed2
    攻击, 范围攻击, 技能可幻影射手, 投射物, 近战单一目标, 近战, 玩家投射物
    普通攻击
    Base Damage: 403–604
    暴击几率: 5%
    攻击间隔: 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]
    GATitanWalkerStomp
    可触发, 攻击
    Base Damage: 403–604
    暴击几率: 5%
    攻击伤害: 150%
    攻击间隔: 1.5 秒
    攻击伤害总增 50%
    action attack or cast time uses animation length [1]
    attack maximum action distance + [-8]
    is area damage [1]
    GATitanWalkerSlam
    可触发, 攻击
    Base Damage: 403–604
    暴击几率: 5%
    攻击伤害: 140%
    攻击间隔: 1.5 秒
    攻击伤害总增 40%
    action attack or cast time uses animation length [1]
    attack maximum action distance + [20]
    is area damage [1]
    voll slam damage +% final at centre [20]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    Stats
    {
    	set_base_heavy_stun_duration_ms = 3600
    }
    
    Actor
    {
    	basic_action = "Revive"
    	basic_action = "Emerge"
    }
    
    Transitionable
    
    {
    
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    
    Transitionable
    
    {
    
    on_transition =
    
    "
    
    PlayEffect( 'Metadata/Monsters/TitanWalker/aTitanWalkerBaseAggroAudio.ao' );
    
    "
    
    }
    
    Animated
    
    {
    
    preload_animated_object = "Metadata/Monsters/TitanWalker/aTitanWalkerBaseAggroAudio.ao"
    
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/TitanWalker/TitanWalker"] = {
        name = "Walking Goliath",
        life = 2.15,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        damage = 2.37,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 20,
        accuracy = 1,
        skillList = {
            "MeleeAtAnimationSpeed2",
            "MASExtraAttackDistance20",
            "GATitanWalkerStomp",
            "GATitanWalkerSlam",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MeleeAtAnimationSpeed2"] = {
        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["MASExtraAttackDistance20"] = {
        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] = {20, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GATitanWalkerStomp"] = {
        name = "GATitanWalkerStomp",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
            [SkillType.Attack] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "attack_maximum_action_distance_+",
            "is_area_damage",
            "action_attack_or_cast_time_uses_animation_length",
        },
        levels = {
            [1] = {-8, baseMultiplier = 1.5, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GATitanWalkerSlam"] = {
        name = "GATitanWalkerSlam",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
            [SkillType.Attack] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "attack_maximum_action_distance_+",
            "voll_slam_damage_+%_final_at_centre",
            "is_area_damage",
            "action_attack_or_cast_time_uses_animation_length",
        },
        levels = {
            [1] = {20, 20, baseMultiplier = 1.4, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    Walking Goliath
    Undead
    SpectreN
    Tagsallows_inc_aoe, bones, melee, physical_affinity, skeleton, Unarmed_onhit_audio, undead, very_slow_movement
    Packs
  • Desiccated Lich, Walking Goliath, Walking Goliath
  • 生命
    215%
    抗性
    0 0 0 0
    伤害
    237%
    命中
    100%
    Critical Hits Chance
    5%
    Critical Damage Bonus
    +30%
    Attack Distance
    6 ~ 20
    攻击间隔
    1.5 Second
    Damage Spread
    ±20%
    经验值
    215%
    Model Size
    200%
    Type
    TitanWalker
    Metadata
    TitanWalkerStrongbox
    等级
    68
    生命
    16,678
    [护甲]
    2,413
    闪避值
    477
    伤害
    552
    法术伤害
    552
    命中
    2,180
    攻击间隔
    1.5
    经验值
    61,563
    Minion Life
    14,900
    Minion Damage
    2,296
    Minion Armour
    2,413
    MASExtraAttackDistance20
    攻击, 范围攻击, 技能可幻影射手, 投射物, 近战单一目标, 近战, 玩家投射物
    普通攻击
    Base Damage: 442–663
    暴击几率: 5%
    攻击间隔: 1.5 秒
    action attack or cast time uses animation length [1]
    attack maximum action distance + [20]
    projectile uses contact position [1]
    skill can fire wand projectiles [1]
    use scaled contact offset [1]
    MeleeAtAnimationSpeed2
    攻击, 范围攻击, 技能可幻影射手, 投射物, 近战单一目标, 近战, 玩家投射物
    普通攻击
    Base Damage: 442–663
    暴击几率: 5%
    攻击间隔: 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]
    GATitanWalkerStomp
    可触发, 攻击
    Base Damage: 442–663
    暴击几率: 5%
    攻击伤害: 150%
    攻击间隔: 1.5 秒
    攻击伤害总增 50%
    action attack or cast time uses animation length [1]
    attack maximum action distance + [-8]
    is area damage [1]
    GATitanWalkerSlam
    可触发, 攻击
    Base Damage: 442–663
    暴击几率: 5%
    攻击伤害: 140%
    攻击间隔: 1.5 秒
    攻击伤害总增 40%
    action attack or cast time uses animation length [1]
    attack maximum action distance + [20]
    is area damage [1]
    voll slam damage +% final at centre [20]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    Stats
    {
    	set_base_heavy_stun_duration_ms = 3600
    }
    
    Actor
    {
    	basic_action = "Revive"
    	basic_action = "Emerge"
    }
    
    Transitionable
    
    {
    
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    
    Transitionable
    
    {
    
    on_transition =
    
    "
    
    PlayEffect( 'Metadata/Monsters/TitanWalker/aTitanWalkerBaseAggroAudio.ao' );
    
    "
    
    }
    
    Animated
    
    {
    
    preload_animated_object = "Metadata/Monsters/TitanWalker/aTitanWalkerBaseAggroAudio.ao"
    
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/TitanWalker/TitanWalkerStrongbox"] = {
        name = "Walking Goliath",
        life = 2.15,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        damage = 2.37,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 20,
        accuracy = 1,
        skillList = {
            "MeleeAtAnimationSpeed2",
            "MASExtraAttackDistance20",
            "GATitanWalkerStomp",
            "GATitanWalkerSlam",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MeleeAtAnimationSpeed2"] = {
        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["MASExtraAttackDistance20"] = {
        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] = {20, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GATitanWalkerStomp"] = {
        name = "GATitanWalkerStomp",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
            [SkillType.Attack] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "attack_maximum_action_distance_+",
            "is_area_damage",
            "action_attack_or_cast_time_uses_animation_length",
        },
        levels = {
            [1] = {-8, baseMultiplier = 1.5, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GATitanWalkerSlam"] = {
        name = "GATitanWalkerSlam",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
            [SkillType.Attack] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "attack_maximum_action_distance_+",
            "voll_slam_damage_+%_final_at_centre",
            "is_area_damage",
            "action_attack_or_cast_time_uses_animation_length",
        },
        levels = {
            [1] = {20, 20, baseMultiplier = 1.4, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    Walking Goliath
    Undead
    SpectreY
    AreaTrial of the Sekhemas, Trial of the Sekhemas
    Tagsallows_inc_aoe, bones, melee, physical_affinity, sanctum_monster, skeleton, Unarmed_onhit_audio, undead, very_slow_movement
    Packs
  • Trial of the Sekhemas: Desiccated Lich, Walking Goliath
  • Trial of the Sekhemas: Desiccated Lich, Walking Goliath
  • 生命
    215%
    抗性
    0 0 0 0
    伤害
    237%
    命中
    100%
    Critical Hits Chance
    5%
    Critical Damage Bonus
    +30%
    Attack Distance
    6 ~ 20
    攻击间隔
    1.5 Second
    Damage Spread
    ±20%
    经验值
    215%
    Model Size
    200%
    Type
    TitanWalkerSanctumTrial
    Metadata
    TitanWalkerSanctumTrial
    等级
    22
    生命
    656
    [护甲]
    106
    闪避值
    96
    伤害
    98
    法术伤害
    98
    命中
    372
    攻击间隔
    1.5
    经验值
    1,711
    Minion Life
    2,165
    Minion Damage
    141
    Minion Armour
    106
    MASExtraAttackDistance20
    攻击, 范围攻击, 技能可幻影射手, 投射物, 近战单一目标, 近战, 玩家投射物
    普通攻击
    Base Damage: 78–117
    暴击几率: 5%
    攻击间隔: 1.5 秒
    action attack or cast time uses animation length [1]
    attack maximum action distance + [20]
    projectile uses contact position [1]
    skill can fire wand projectiles [1]
    use scaled contact offset [1]
    MeleeAtAnimationSpeed2
    攻击, 范围攻击, 技能可幻影射手, 投射物, 近战单一目标, 近战, 玩家投射物
    普通攻击
    Base Damage: 78–117
    暴击几率: 5%
    攻击间隔: 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]
    GATitanWalkerStomp
    可触发, 攻击
    Base Damage: 78–117
    暴击几率: 5%
    攻击伤害: 150%
    攻击间隔: 1.5 秒
    攻击伤害总增 50%
    action attack or cast time uses animation length [1]
    attack maximum action distance + [-8]
    is area damage [1]
    GATitanWalkerSlam
    可触发, 攻击
    Base Damage: 78–117
    暴击几率: 5%
    攻击伤害: 140%
    攻击间隔: 1.5 秒
    攻击伤害总增 40%
    action attack or cast time uses animation length [1]
    attack maximum action distance + [20]
    is area damage [1]
    voll slam damage +% final at centre [20]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    Stats
    {
    	set_base_heavy_stun_duration_ms = 3600
    }
    
    Actor
    {
    	basic_action = "Revive"
    	basic_action = "Emerge"
    }
    
    Transitionable
    
    {
    
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    
    Transitionable
    
    {
    
    on_transition =
    
    "
    
    PlayEffect( 'Metadata/Monsters/TitanWalker/aTitanWalkerBaseAggroAudio.ao' );
    
    "
    
    }
    
    Animated
    
    {
    
    preload_animated_object = "Metadata/Monsters/TitanWalker/aTitanWalkerBaseAggroAudio.ao"
    
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/TitanWalker/TitanWalkerSanctumTrial"] = {
        name = "Walking Goliath",
        life = 2.15,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        damage = 2.37,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 20,
        accuracy = 1,
        skillList = {
            "MeleeAtAnimationSpeed2",
            "MASExtraAttackDistance20",
            "GATitanWalkerStomp",
            "GATitanWalkerSlam",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MeleeAtAnimationSpeed2"] = {
        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["MASExtraAttackDistance20"] = {
        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] = {20, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GATitanWalkerStomp"] = {
        name = "GATitanWalkerStomp",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
            [SkillType.Attack] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "attack_maximum_action_distance_+",
            "is_area_damage",
            "action_attack_or_cast_time_uses_animation_length",
        },
        levels = {
            [1] = {-8, baseMultiplier = 1.5, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GATitanWalkerSlam"] = {
        name = "GATitanWalkerSlam",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
            [SkillType.Attack] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "attack_maximum_action_distance_+",
            "voll_slam_damage_+%_final_at_centre",
            "is_area_damage",
            "action_attack_or_cast_time_uses_animation_length",
        },
        levels = {
            [1] = {20, 20, baseMultiplier = 1.4, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    漫行巨人
    Walking Goliath
    SpectreY
    Area巨人之谷, Valley of the Titans
    Tagsallows_inc_aoe, bones, melee, physical_affinity, skeleton, Unarmed_onhit_audio, undead, very_slow_movement
    Packs
  • 巨人之谷, Valley of the Titans: 干瘪的巫妖, 漫行巨人, 漫行巨人
  • 生命
    215%
    抗性
    0 0 0 0
    伤害
    237%
    命中
    100%
    Critical Hits Chance
    5%
    Critical Damage Bonus
    +30%
    Attack Distance
    6 ~ 20
    攻击间隔
    1.5 Second
    Damage Spread
    ±20%
    经验值
    215%
    Model Size
    200%
    Type
    TitanWalker
    Metadata
    TitanWalkerCorpse
    等级
    53
    生命
    6,669
    [护甲]
    976
    闪避值
    314
    伤害
    340
    法术伤害
    340
    命中
    1,306
    攻击间隔
    1.5
    经验值
    22,145
    Minion Life
    8,910
    Minion Damage
    1,030
    Minion Armour
    976
    MASExtraAttackDistance20
    攻击, 范围攻击, 技能可幻影射手, 投射物, 近战单一目标, 近战, 玩家投射物
    普通攻击
    Base Damage: 272–409
    暴击几率: 5%
    攻击间隔: 1.5 秒
    action attack or cast time uses animation length [1]
    attack maximum action distance + [20]
    projectile uses contact position [1]
    skill can fire wand projectiles [1]
    use scaled contact offset [1]
    MeleeAtAnimationSpeed2
    攻击, 范围攻击, 技能可幻影射手, 投射物, 近战单一目标, 近战, 玩家投射物
    普通攻击
    Base Damage: 272–409
    暴击几率: 5%
    攻击间隔: 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]
    GATitanWalkerStomp
    可触发, 攻击
    Base Damage: 272–409
    暴击几率: 5%
    攻击伤害: 150%
    攻击间隔: 1.5 秒
    攻击伤害总增 50%
    action attack or cast time uses animation length [1]
    attack maximum action distance + [-8]
    is area damage [1]
    GATitanWalkerSlam
    可触发, 攻击
    Base Damage: 272–409
    暴击几率: 5%
    攻击伤害: 140%
    攻击间隔: 1.5 秒
    攻击伤害总增 40%
    action attack or cast time uses animation length [1]
    attack maximum action distance + [20]
    is area damage [1]
    voll slam damage +% final at centre [20]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    Stats
    {
    	set_base_heavy_stun_duration_ms = 3600
    }
    
    Actor
    {
    	basic_action = "Revive"
    	basic_action = "Emerge"
    }
    
    Transitionable
    
    {
    
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    
    Transitionable
    
    {
    
    on_transition =
    
    "
    
    PlayEffect( 'Metadata/Monsters/TitanWalker/aTitanWalkerBaseAggroAudio.ao' );
    
    "
    
    }
    
    Animated
    
    {
    
    preload_animated_object = "Metadata/Monsters/TitanWalker/aTitanWalkerBaseAggroAudio.ao"
    
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/TitanWalker/TitanWalkerCorpse"] = {
        name = "Walking Goliath",
        life = 2.15,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        damage = 2.37,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 20,
        accuracy = 1,
        skillList = {
            "MeleeAtAnimationSpeed2",
            "MASExtraAttackDistance20",
            "GATitanWalkerStomp",
            "GATitanWalkerSlam",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MeleeAtAnimationSpeed2"] = {
        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["MASExtraAttackDistance20"] = {
        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] = {20, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GATitanWalkerStomp"] = {
        name = "GATitanWalkerStomp",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
            [SkillType.Attack] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "attack_maximum_action_distance_+",
            "is_area_damage",
            "action_attack_or_cast_time_uses_animation_length",
        },
        levels = {
            [1] = {-8, baseMultiplier = 1.5, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GATitanWalkerSlam"] = {
        name = "GATitanWalkerSlam",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
            [SkillType.Attack] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "attack_maximum_action_distance_+",
            "voll_slam_damage_+%_final_at_centre",
            "is_area_damage",
            "action_attack_or_cast_time_uses_animation_length",
        },
        levels = {
            [1] = {20, 20, baseMultiplier = 1.4, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    Walking Goliath
    Undead
    SpectreN
    Tagsallows_inc_aoe, bones, melee, physical_affinity, skeleton, Unarmed_onhit_audio, undead, very_slow_movement
    Packs
  • Desiccated Lich, Walking Goliath, Walking Goliath
  • 生命
    215%
    抗性
    0 0 0 0
    伤害
    237%
    命中
    100%
    Critical Hits Chance
    5%
    Critical Damage Bonus
    +30%
    Attack Distance
    6 ~ 20
    攻击间隔
    1.5 Second
    Damage Spread
    ±20%
    经验值
    215%
    Model Size
    200%
    Type
    TitanWalker
    Metadata
    TitanWalkerCorpseStrongbox
    等级
    68
    生命
    16,678
    [护甲]
    2,413
    闪避值
    477
    伤害
    552
    法术伤害
    552
    命中
    2,180
    攻击间隔
    1.5
    经验值
    61,563
    Minion Life
    14,900
    Minion Damage
    2,296
    Minion Armour
    2,413
    MASExtraAttackDistance20
    攻击, 范围攻击, 技能可幻影射手, 投射物, 近战单一目标, 近战, 玩家投射物
    普通攻击
    Base Damage: 442–663
    暴击几率: 5%
    攻击间隔: 1.5 秒
    action attack or cast time uses animation length [1]
    attack maximum action distance + [20]
    projectile uses contact position [1]
    skill can fire wand projectiles [1]
    use scaled contact offset [1]
    MeleeAtAnimationSpeed2
    攻击, 范围攻击, 技能可幻影射手, 投射物, 近战单一目标, 近战, 玩家投射物
    普通攻击
    Base Damage: 442–663
    暴击几率: 5%
    攻击间隔: 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]
    GATitanWalkerStomp
    可触发, 攻击
    Base Damage: 442–663
    暴击几率: 5%
    攻击伤害: 150%
    攻击间隔: 1.5 秒
    攻击伤害总增 50%
    action attack or cast time uses animation length [1]
    attack maximum action distance + [-8]
    is area damage [1]
    GATitanWalkerSlam
    可触发, 攻击
    Base Damage: 442–663
    暴击几率: 5%
    攻击伤害: 140%
    攻击间隔: 1.5 秒
    攻击伤害总增 40%
    action attack or cast time uses animation length [1]
    attack maximum action distance + [20]
    is area damage [1]
    voll slam damage +% final at centre [20]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    Stats
    {
    	set_base_heavy_stun_duration_ms = 3600
    }
    
    Actor
    {
    	basic_action = "Revive"
    	basic_action = "Emerge"
    }
    
    Transitionable
    
    {
    
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    
    Transitionable
    
    {
    
    on_transition =
    
    "
    
    PlayEffect( 'Metadata/Monsters/TitanWalker/aTitanWalkerBaseAggroAudio.ao' );
    
    "
    
    }
    
    Animated
    
    {
    
    preload_animated_object = "Metadata/Monsters/TitanWalker/aTitanWalkerBaseAggroAudio.ao"
    
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/TitanWalker/TitanWalkerCorpseStrongbox"] = {
        name = "Walking Goliath",
        life = 2.15,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        damage = 2.37,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 20,
        accuracy = 1,
        skillList = {
            "MeleeAtAnimationSpeed2",
            "MASExtraAttackDistance20",
            "GATitanWalkerStomp",
            "GATitanWalkerSlam",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MeleeAtAnimationSpeed2"] = {
        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["MASExtraAttackDistance20"] = {
        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] = {20, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GATitanWalkerStomp"] = {
        name = "GATitanWalkerStomp",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
            [SkillType.Attack] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "attack_maximum_action_distance_+",
            "is_area_damage",
            "action_attack_or_cast_time_uses_animation_length",
        },
        levels = {
            [1] = {-8, baseMultiplier = 1.5, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GATitanWalkerSlam"] = {
        name = "GATitanWalkerSlam",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
            [SkillType.Attack] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "attack_maximum_action_distance_+",
            "voll_slam_damage_+%_final_at_centre",
            "is_area_damage",
            "action_attack_or_cast_time_uses_animation_length",
        },
        levels = {
            [1] = {20, 20, baseMultiplier = 1.4, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    Edit

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