GDB0-Y
生物
monster no map drops [1]
幽魂Y
幽魂 取代Metadata/Monsters/LeagueHeist/Robot/RobotForgeHoundEliteSpectre
標籤animal_claw_weapon, cold_affinity, construct, is_unarmed, medium_movement, melee, metal_armour, no_pantheon_mod, not_dex, not_int, physical_affinity
生命
675%
護甲
+100%
異常狀態臨界值
675%
抗性
75 0 0 0
傷害
165%
命中
100%
暴擊率
+5%
暴擊加成
+130%
攻擊距離
6 ~ 14
攻擊間隔
1.17 秒
傷害分佈
±20%
經驗值
150%
Model Size
116%
類型
HeistRobotForgeHoundElite
Metadata
RobotForgeHoundElite
等級
68
生命
43,425
護甲
57,580
閃避
4,739
能量護盾
0
傷害
616
法術傷害
616
命中
290
攻擊間隔
1.17
經驗值
15,383
異常狀態臨界值
43,425
冰緩
137
感電
137
易碎
777
焦灼
137
殘喘
379
Melee
攻擊, 範圍攻擊, 技能可幻影射手, 投射物, 近戰單一目標, 攻擊可重複, 近戰, 玩家投射物
普通攻擊
基本傷害: 493–740
暴擊率: 5%
攻擊間隔: 1.17 秒
用強大的攻擊擊倒敵人。
skill can fire arrows [1]
skill can fire wand projectiles [1]
DoLiterallyNothing
HeistRoboDogCharge
攻擊, 近戰, 近戰單一目標, 位移, 快行
重盾衝鋒
基本傷害: 493–740
暴擊率: 5%
攻擊間隔: 1.17 秒
冷卻時間: 8 秒
向一個目標衝鋒,使用盾牌對其猛擊的同時也用近戰武器順手補刀。此攻擊將會擊退目標並將其擊暈,在路徑上的敵人將會被推向兩旁。傷害與擊暈機率將視衝鋒距離而定。不能被多重打擊輔助。
不會暴擊
最大衝鋒距離時增加 50% 敵人暈眩時間
增加 104% 移動速度
ignores proximity shield [1]
shield charge continue past target [0]
shield charge extra distance [20]
EAAHeistRoboDogSlam
攻擊
基本傷害: 493–740
暴擊率: 5%
攻擊間隔: 1.17 秒
冷卻時間: 12 秒
+4 米近戰打擊距離
GAHeistRoboDogChargeImpact
可觸發, 攻擊
基本傷害: 493–740
暴擊率: 5%
攻擊間隔: 1.17 秒
50% 物理傷害轉化至冰冷傷害
is area damage [1]
GAHeistRoboDogSlamCircle
可觸發, 攻擊
基本傷害: 493–740
暴擊率: 5%
攻擊間隔: 1.17 秒
50% 物理傷害轉化至冰冷傷害
is area damage [1]
GAHeistRoboDogSlamRectangle
可觸發, 攻擊
基本傷害: 493–740
暴擊率: 5%
攻擊間隔: 1.17 秒
50% 物理傷害轉化至冰冷傷害
is area damage [1]
ChangeToStance1Heist
skill cannot be interrupted [1]
skill cannot be stunned [1]

Object Type

version 2
extends "Metadata/Monsters/LeagueHeist/HeistMonsterBase"
extends "Metadata/Monsters/LeagueHeist/HeistEliteBase"
extends "Metadata/Monsters/LeagueHeist/HeistFactionBaseRobot"

Object Type Codes

version 2
extends "Metadata/Monsters/LeagueHeist/HeistMonsterBase"
extends "Metadata/Monsters/LeagueHeist/HeistEliteBase"
extends "Metadata/Monsters/LeagueHeist/HeistFactionBaseRobot"

Animated
{
	on_charge_01 = "AddEffectPack( Metadata/Effects/Spells/monsters_effects/League_Heist/robot/hound/charge.epk );"
	on_event_contact_for_charge_end_01 = "RemoveEffectPack( Metadata/Effects/Spells/monsters_effects/League_Heist/robot/hound/charge.epk );"
	on_event_shake_rust_off = "PlayEffect( Metadata/Effects/Spells/monsters_effects/League_Heist/robot/activated/rig.ao );"
}

Actor
{
	on_destroy_ShieldCharge = "RemoveEffectPack( Metadata/Effects/Spells/monsters_effects/League_Heist/robot/hound/charge.epk );"
}

Preload
{
	preload_animated_object = "Metadata/Effects/Spells/monsters_effects/League_Heist/robot/activated/rig.ao"
	preload_epk = "Metadata/Effects/Spells/monsters_effects/League_Heist/robot/hound/charge.epk"
}
-- src\Data\Spectres.lua
minions["Metadata/Monsters/LeagueHeist/Robot/RobotForgeHoundElite"] = {
    name = "GDB0-Y",
    life = 6.75,
    fireResist = 75,
    coldResist = 0,
    lightningResist = 0,
    chaosResist = 0,
    damage = 1.65,
    damageSpread = 0.2,
    attackTime = 1.17,
    attackRange = 14,
    accuracy = 1,
    skillList = {
        "HeistRoboDogCharge",
        "Melee",
        "GAHeistRoboDogChargeImpact",
        "GAHeistRoboDogSlamCircle",
        "GAHeistRoboDogSlamRectangle",
        "EAAHeistRoboDogSlam",
        "DoLiterallyNothing",
        "ChangeToStance1Heist",
    },
    modList = {
    },
}
-- src\Data\Skills\spectre.lua
skills["HeistRoboDogCharge"] = {
    name = "Shield Charge",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Charges at an enemy, bashing it with the character's shield and striking it. This knocks it back and stuns it. Enemies in the way are pushed to the side. Damage and stun are proportional to distance travelled. Cannot be supported by Multistrike.",
    skillTypes = {
        [SkillType.Attack] = true,
        [SkillType.Melee] = true,
        [SkillType.MeleeSingleTarget] = true,
        [SkillType.Movement] = true,
        [SkillType.Travel] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        attack = true,
        melee = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "shield_charge_continue_past_target",
        "base_movement_velocity_+%",
        "shield_charge_stun_duration_+%_maximum",
        "shield_charge_extra_distance",
        "ignores_proximity_shield",
        "global_cannot_crit",
    },
    levels = {
        [1] = {0, 104, 50, 20, levelRequirement = 1, statInterpolation = {1},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["Melee"] = {
    name = "Default Attack",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Strike your foes down with a powerful blow.",
    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",
    },
    levels = {
        [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["GAHeistRoboDogChargeImpact"] = {
    name = "GAHeistRoboDogChargeImpact",
    hidden = true,
    color = 4,
    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 = {
        "skill_physical_damage_%_to_convert_to_cold",
        "is_area_damage",
    },
    levels = {
        [1] = {50, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["GAHeistRoboDogSlamCircle"] = {
    name = "GAHeistRoboDogSlamCircle",
    hidden = true,
    color = 4,
    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 = {
        "skill_physical_damage_%_to_convert_to_cold",
        "is_area_damage",
    },
    levels = {
        [1] = {50, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["GAHeistRoboDogSlamRectangle"] = {
    name = "GAHeistRoboDogSlamRectangle",
    hidden = true,
    color = 4,
    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 = {
        "skill_physical_damage_%_to_convert_to_cold",
        "is_area_damage",
    },
    levels = {
        [1] = {50, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["EAAHeistRoboDogSlam"] = {
    name = "EAAHeistRoboDogSlam",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Attack] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1.5,
    baseFlags = {
        attack = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "melee_range_+",
    },
    levels = {
        [1] = {40, levelRequirement = 0, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["DoLiterallyNothing"] = {
    name = "DoLiterallyNothing",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
    },
    levels = {
        [1] = {levelRequirement = 0, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["ChangeToStance1Heist"] = {
    name = "ChangeToStance1Heist",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "skill_cannot_be_interrupted",
        "skill_cannot_be_stunned",
    },
    levels = {
        [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
monster no map drops [1]
IdMonsterNoMapDrops
FamilyMonsterNoMapDrops
Domains怪物 (3)
GenerationType傳奇 (3)
Req. level1
Stats
  • monster no map drops Min: 1 Max: 1 全域
  • GDB0-Y
    生物
    幽魂Y
    標籤animal_claw_weapon, cold_affinity, construct, is_unarmed, medium_movement, melee, metal_armour, no_pantheon_mod, not_dex, not_int, physical_affinity
    Packs
  • 忠誠守衛 Mk 4, 餘燼自動巡守, 霜寒自動巡守, 火警, 機械毒蛛蠍, 灰燼守望者, 自動執法官, 繡蝕破壞者, GDB0-Y
  • 生命
    360%
    護甲
    +100%
    異常狀態臨界值
    360%
    抗性
    75 0 0 0
    傷害
    165%
    命中
    100%
    暴擊率
    +5%
    暴擊加成
    +130%
    攻擊距離
    6 ~ 14
    攻擊間隔
    1.17 秒
    傷害分佈
    ±20%
    經驗值
    150%
    Model Size
    116%
    類型
    HeistRobotForgeHoundEliteSpectre
    Metadata
    RobotForgeHoundEliteSpectre
    等級
    68
    生命
    23,160
    護甲
    57,580
    閃避
    4,739
    能量護盾
    0
    傷害
    616
    法術傷害
    616
    命中
    290
    攻擊間隔
    1.17
    經驗值
    15,383
    異常狀態臨界值
    23,160
    冰緩
    73
    感電
    73
    易碎
    414
    焦灼
    73
    殘喘
    202
    Melee
    攻擊, 範圍攻擊, 技能可幻影射手, 投射物, 近戰單一目標, 攻擊可重複, 近戰, 玩家投射物
    普通攻擊
    基本傷害: 493–740
    暴擊率: 5%
    攻擊間隔: 1.17 秒
    用強大的攻擊擊倒敵人。
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    DoLiterallyNothing
    HeistRoboDogCharge
    攻擊, 近戰, 近戰單一目標, 位移, 快行
    重盾衝鋒
    基本傷害: 493–740
    暴擊率: 5%
    攻擊間隔: 1.17 秒
    冷卻時間: 8 秒
    向一個目標衝鋒,使用盾牌對其猛擊的同時也用近戰武器順手補刀。此攻擊將會擊退目標並將其擊暈,在路徑上的敵人將會被推向兩旁。傷害與擊暈機率將視衝鋒距離而定。不能被多重打擊輔助。
    不會暴擊
    最大衝鋒距離時增加 50% 敵人暈眩時間
    增加 104% 移動速度
    ignores proximity shield [1]
    shield charge continue past target [0]
    shield charge extra distance [20]
    EAAHeistRoboDogSlam
    攻擊
    基本傷害: 493–740
    暴擊率: 5%
    攻擊間隔: 1.17 秒
    冷卻時間: 12 秒
    +4 米近戰打擊距離
    GAHeistRoboDogChargeImpact
    可觸發, 攻擊
    基本傷害: 493–740
    暴擊率: 5%
    攻擊間隔: 1.17 秒
    50% 物理傷害轉化至冰冷傷害
    is area damage [1]
    GAHeistRoboDogSlamCircle
    可觸發, 攻擊
    基本傷害: 493–740
    暴擊率: 5%
    攻擊間隔: 1.17 秒
    50% 物理傷害轉化至冰冷傷害
    is area damage [1]
    GAHeistRoboDogSlamRectangle
    可觸發, 攻擊
    基本傷害: 493–740
    暴擊率: 5%
    攻擊間隔: 1.17 秒
    50% 物理傷害轉化至冰冷傷害
    is area damage [1]
    ChangeToStance1Heist
    skill cannot be interrupted [1]
    skill cannot be stunned [1]

    Object Type

    version 2
    extends "Metadata/Monsters/LeagueHeist/HeistMonsterSpectreBase"

    Object Type Codes

    version 2
    extends "Metadata/Monsters/LeagueHeist/HeistMonsterSpectreBase"
    
    Animated
    {
    	on_charge_01 = "AddEffectPack( Metadata/Effects/Spells/monsters_effects/League_Heist/robot/hound/charge.epk );"
    	on_event_contact_for_charge_end_01 = "RemoveEffectPack( Metadata/Effects/Spells/monsters_effects/League_Heist/robot/hound/charge.epk );"
    }
    
    Actor
    {
    	on_destroy_ShieldCharge = "RemoveEffectPack( Metadata/Effects/Spells/monsters_effects/League_Heist/robot/hound/charge.epk );"
    }
    
    Preload
    {
    	preload_epk = "Metadata/Effects/Spells/monsters_effects/League_Heist/robot/hound/charge.epk"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/LeagueHeist/Robot/RobotForgeHoundEliteSpectre"] = {
        name = "GDB0-Y",
        life = 3.6,
        fireResist = 75,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        damage = 1.65,
        damageSpread = 0.2,
        attackTime = 1.17,
        attackRange = 14,
        accuracy = 1,
        skillList = {
            "HeistRoboDogCharge",
            "Melee",
            "GAHeistRoboDogChargeImpact",
            "GAHeistRoboDogSlamCircle",
            "GAHeistRoboDogSlamRectangle",
            "EAAHeistRoboDogSlam",
            "DoLiterallyNothing",
            "ChangeToStance1Heist",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["HeistRoboDogCharge"] = {
        name = "Shield Charge",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Charges at an enemy, bashing it with the character's shield and striking it. This knocks it back and stuns it. Enemies in the way are pushed to the side. Damage and stun are proportional to distance travelled. Cannot be supported by Multistrike.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.Melee] = true,
            [SkillType.MeleeSingleTarget] = true,
            [SkillType.Movement] = true,
            [SkillType.Travel] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            melee = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "shield_charge_continue_past_target",
            "base_movement_velocity_+%",
            "shield_charge_stun_duration_+%_maximum",
            "shield_charge_extra_distance",
            "ignores_proximity_shield",
            "global_cannot_crit",
        },
        levels = {
            [1] = {0, 104, 50, 20, levelRequirement = 1, statInterpolation = {1},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["Melee"] = {
        name = "Default Attack",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Strike your foes down with a powerful blow.",
        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",
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GAHeistRoboDogChargeImpact"] = {
        name = "GAHeistRoboDogChargeImpact",
        hidden = true,
        color = 4,
        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 = {
            "skill_physical_damage_%_to_convert_to_cold",
            "is_area_damage",
        },
        levels = {
            [1] = {50, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GAHeistRoboDogSlamCircle"] = {
        name = "GAHeistRoboDogSlamCircle",
        hidden = true,
        color = 4,
        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 = {
            "skill_physical_damage_%_to_convert_to_cold",
            "is_area_damage",
        },
        levels = {
            [1] = {50, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GAHeistRoboDogSlamRectangle"] = {
        name = "GAHeistRoboDogSlamRectangle",
        hidden = true,
        color = 4,
        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 = {
            "skill_physical_damage_%_to_convert_to_cold",
            "is_area_damage",
        },
        levels = {
            [1] = {50, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["EAAHeistRoboDogSlam"] = {
        name = "EAAHeistRoboDogSlam",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Attack] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1.5,
        baseFlags = {
            attack = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "melee_range_+",
        },
        levels = {
            [1] = {40, levelRequirement = 0, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["DoLiterallyNothing"] = {
        name = "DoLiterallyNothing",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
        },
        levels = {
            [1] = {levelRequirement = 0, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["ChangeToStance1Heist"] = {
        name = "ChangeToStance1Heist",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "skill_cannot_be_interrupted",
            "skill_cannot_be_stunned",
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    GDB0-Y
    生物
    幽魂Y
    標籤animal_claw_weapon, cold_affinity, construct, is_unarmed, medium_movement, melee, metal_armour, no_pantheon_mod, not_dex, not_int, physical_affinity
    生命
    390%
    護甲
    +100%
    異常狀態臨界值
    390%
    抗性
    75 0 0 0
    傷害
    165%
    命中
    100%
    暴擊率
    +5%
    暴擊加成
    +130%
    攻擊距離
    6 ~ 14
    攻擊間隔
    1.17 秒
    傷害分佈
    ±20%
    經驗值
    150%
    Model Size
    116%
    類型
    HeistRobotForgeHoundEliteAtlasUber
    Metadata
    RobotForgeHoundEliteAtlasUber___
    等級
    68
    生命
    25,090
    護甲
    57,580
    閃避
    4,739
    能量護盾
    0
    傷害
    616
    法術傷害
    616
    命中
    290
    攻擊間隔
    1.17
    經驗值
    15,383
    異常狀態臨界值
    25,090
    冰緩
    79
    感電
    79
    易碎
    449
    焦灼
    79
    殘喘
    219
    Melee
    攻擊, 範圍攻擊, 技能可幻影射手, 投射物, 近戰單一目標, 攻擊可重複, 近戰, 玩家投射物
    普通攻擊
    基本傷害: 493–740
    暴擊率: 5%
    攻擊間隔: 1.17 秒
    用強大的攻擊擊倒敵人。
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    DoLiterallyNothing
    HeistRoboDogCharge
    攻擊, 近戰, 近戰單一目標, 位移, 快行
    重盾衝鋒
    基本傷害: 493–740
    暴擊率: 5%
    攻擊間隔: 1.17 秒
    冷卻時間: 8 秒
    向一個目標衝鋒,使用盾牌對其猛擊的同時也用近戰武器順手補刀。此攻擊將會擊退目標並將其擊暈,在路徑上的敵人將會被推向兩旁。傷害與擊暈機率將視衝鋒距離而定。不能被多重打擊輔助。
    不會暴擊
    最大衝鋒距離時增加 50% 敵人暈眩時間
    增加 104% 移動速度
    ignores proximity shield [1]
    shield charge continue past target [0]
    shield charge extra distance [20]
    EAAHeistRoboDogSlam
    攻擊
    基本傷害: 493–740
    暴擊率: 5%
    攻擊間隔: 1.17 秒
    冷卻時間: 12 秒
    +4 米近戰打擊距離
    GAHeistRoboDogChargeImpact
    可觸發, 攻擊
    基本傷害: 493–740
    暴擊率: 5%
    攻擊間隔: 1.17 秒
    50% 物理傷害轉化至冰冷傷害
    is area damage [1]
    GAHeistRoboDogSlamCircle
    可觸發, 攻擊
    基本傷害: 493–740
    暴擊率: 5%
    攻擊間隔: 1.17 秒
    50% 物理傷害轉化至冰冷傷害
    is area damage [1]
    GAHeistRoboDogSlamRectangle
    可觸發, 攻擊
    基本傷害: 493–740
    暴擊率: 5%
    攻擊間隔: 1.17 秒
    50% 物理傷害轉化至冰冷傷害
    is area damage [1]
    ChangeToStance1Heist
    skill cannot be interrupted [1]
    skill cannot be stunned [1]

    Object Type

    version 2
    extends "Metadata/Monsters/LeagueHeist/Robot/AtlasUberRobotBase"

    Object Type Codes

    version 2
    extends "Metadata/Monsters/LeagueHeist/Robot/AtlasUberRobotBase"
    
    Animated
    {
    	on_charge_01 = "AddEffectPack( Metadata/Effects/Spells/monsters_effects/League_Heist/robot/hound/charge.epk );"
    	on_event_contact_for_charge_end_01 = "RemoveEffectPack( Metadata/Effects/Spells/monsters_effects/League_Heist/robot/hound/charge.epk );"
    	on_event_shake_rust_off = "PlayEffect( Metadata/Effects/Spells/monsters_effects/League_Heist/robot/activated/rig.ao );"
    }
    
    Actor
    {
    	on_destroy_ShieldCharge = "RemoveEffectPack( Metadata/Effects/Spells/monsters_effects/League_Heist/robot/hound/charge.epk );"
    }
    
    Preload
    {
    	preload_animated_object = "Metadata/Effects/Spells/monsters_effects/League_Heist/robot/activated/rig.ao"
    	preload_epk = "Metadata/Effects/Spells/monsters_effects/League_Heist/robot/hound/charge.epk"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/LeagueHeist/Robot/RobotForgeHoundEliteAtlasUber___"] = {
        name = "GDB0-Y",
        life = 3.9,
        fireResist = 75,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        damage = 1.65,
        damageSpread = 0.2,
        attackTime = 1.17,
        attackRange = 14,
        accuracy = 1,
        skillList = {
            "HeistRoboDogCharge",
            "Melee",
            "GAHeistRoboDogChargeImpact",
            "GAHeistRoboDogSlamCircle",
            "GAHeistRoboDogSlamRectangle",
            "EAAHeistRoboDogSlam",
            "DoLiterallyNothing",
            "ChangeToStance1Heist",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["HeistRoboDogCharge"] = {
        name = "Shield Charge",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Charges at an enemy, bashing it with the character's shield and striking it. This knocks it back and stuns it. Enemies in the way are pushed to the side. Damage and stun are proportional to distance travelled. Cannot be supported by Multistrike.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.Melee] = true,
            [SkillType.MeleeSingleTarget] = true,
            [SkillType.Movement] = true,
            [SkillType.Travel] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            melee = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "shield_charge_continue_past_target",
            "base_movement_velocity_+%",
            "shield_charge_stun_duration_+%_maximum",
            "shield_charge_extra_distance",
            "ignores_proximity_shield",
            "global_cannot_crit",
        },
        levels = {
            [1] = {0, 104, 50, 20, levelRequirement = 1, statInterpolation = {1},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["Melee"] = {
        name = "Default Attack",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Strike your foes down with a powerful blow.",
        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",
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GAHeistRoboDogChargeImpact"] = {
        name = "GAHeistRoboDogChargeImpact",
        hidden = true,
        color = 4,
        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 = {
            "skill_physical_damage_%_to_convert_to_cold",
            "is_area_damage",
        },
        levels = {
            [1] = {50, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GAHeistRoboDogSlamCircle"] = {
        name = "GAHeistRoboDogSlamCircle",
        hidden = true,
        color = 4,
        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 = {
            "skill_physical_damage_%_to_convert_to_cold",
            "is_area_damage",
        },
        levels = {
            [1] = {50, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GAHeistRoboDogSlamRectangle"] = {
        name = "GAHeistRoboDogSlamRectangle",
        hidden = true,
        color = 4,
        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 = {
            "skill_physical_damage_%_to_convert_to_cold",
            "is_area_damage",
        },
        levels = {
            [1] = {50, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["EAAHeistRoboDogSlam"] = {
        name = "EAAHeistRoboDogSlam",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Attack] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1.5,
        baseFlags = {
            attack = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "melee_range_+",
        },
        levels = {
            [1] = {40, levelRequirement = 0, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["DoLiterallyNothing"] = {
        name = "DoLiterallyNothing",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
        },
        levels = {
            [1] = {levelRequirement = 0, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["ChangeToStance1Heist"] = {
        name = "ChangeToStance1Heist",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "skill_cannot_be_interrupted",
            "skill_cannot_be_stunned",
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    Edit

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