火蜂
构造体
monster no map drops [1]
stance movement speed +% final [-71]
Firebuzz
幽魂Y
幽魂 取代Metadata/Monsters/LeagueHeist/Robot/RobotDroneSpectre
标签施法, construct, fast_movement, fire_affinity, is_unarmed, metal_armour, no_pantheon_mod, not_int, not_str, physical_affinity, ranged
Packs
  • 火蜂
  • 生命
    180%
    闪避值
    +100%
    异常状态临界值
    180%
    抗性
    40 0 0 0
    伤害
    117%
    命中
    100%
    攻击暴击率
    +5%
    暴击伤害
    +130%
    攻击距离
    6 ~ 40
    攻击间隔
    1.005 秒
    伤害分布
    ±20%
    经验值
    90%
    Model Size
    100%
    类型
    HeistRobotDrone
    Metadata
    RobotDrone
    等级
    68
    生命
    11,580
    护甲
    28,790
    闪避值
    9,478
    能量护盾
    0
    伤害
    437
    法术伤害
    437
    命中
    290
    攻击间隔
    1.005
    经验值
    9,230
    异常状态临界值
    11,580
    冰缓
    37
    Shock
    37
    Brittle
    207
    Scorch
    37
    Sap
    101
    Melee
    攻击, 范围攻击, 技能可幻影射手, 投射物, 近战单一目标, 攻击可重复, 近战, 玩家投射物
    普通攻击
    基本伤害: 350–524
    攻击暴击率: 5%
    攻击间隔: 1.005 秒
    对你的敌人无情痛击。
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    DoLiterallyNothing
    MPSHeistRobotProjectile
    法术, 投射物, 玩家投射物, 可触发
    施放间隔: 1.2 秒
    造成 882.4 - 1324 火焰伤害
    base is projectile [1]
    maintain projectile direction when using contact position [1]
    monster projectile variation [168]
    projectile uses contact position [1]
    spell maximum action distance +% [-50]
    use scaled contact offset [1]
    DTTHeistRobotDroneBreath
    法术, 位移
    施放间隔: 2 秒
    冷却时间: 8 秒
    免疫晕眩
    skill cannot be interrupted [1]
    walk emerge extra distance [15]
    EASHeistRobotDroneDashBack
    法术
    施放间隔: 0.5 秒
    冷却时间: 4 秒
    skill cannot be knocked back [1]
    skill cannot be stunned [1]
    EASHeistRobotDroneDashLeft
    法术
    施放间隔: 0.5 秒
    冷却时间: 4 秒
    skill cannot be knocked back [1]
    skill cannot be stunned [1]
    EASHeistRobotDroneDashRight
    法术
    施放间隔: 0.5 秒
    冷却时间: 4 秒
    skill cannot be knocked back [1]
    skill cannot be stunned [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/HeistFactionBaseRobot"
    
    Actor
    {
    	basic_action = "Emerge"
    	basic_action = "Emerge2"
    	basic_action = "Emerge3"
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/LeagueHeist/HeistMonsterBase"
    extends "Metadata/Monsters/LeagueHeist/HeistFactionBaseRobot"
    
    Preload
    {
    	preload_animated_object = "Metadata/Effects/Spells/monsters_effects/League_Heist/robot/drone/beam_aoe.ao"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/LeagueHeist/Robot/RobotDrone"] = {
        name = "Firebuzz",
        life = 1.8,
        fireResist = 40,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        damage = 1.17,
        damageSpread = 0.2,
        attackTime = 1.005,
        attackRange = 40,
        accuracy = 1,
        skillList = {
            "Melee",
            "MPSHeistRobotProjectile",
            "EASHeistRobotDroneDashBack",
            "EASHeistRobotDroneDashLeft",
            "EASHeistRobotDroneDashRight",
            "DTTHeistRobotDroneBreath",
            "DoLiterallyNothing",
            "ChangeToStance1Heist",
        },
        modList = {
        },
    }
    -- 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["MPSHeistRobotProjectile"] = {
        name = "MPSHeistRobotProjectile",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1.2,
        baseFlags = {
            spell = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_fire_damage",
            "spell_maximum_base_fire_damage",
            "monster_projectile_variation",
            "spell_maximum_action_distance_+%",
            "base_is_projectile",
            "use_scaled_contact_offset",
            "projectile_uses_contact_position",
            "maintain_projectile_direction_when_using_contact_position",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 168, -50, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["EASHeistRobotDroneDashBack"] = {
        name = "EASHeistRobotDroneDashBack",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 0.5,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "skill_cannot_be_stunned",
            "skill_cannot_be_knocked_back",
        },
        levels = {
            [1] = {levelRequirement = 0, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["EASHeistRobotDroneDashLeft"] = {
        name = "EASHeistRobotDroneDashLeft",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 0.5,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "skill_cannot_be_stunned",
            "skill_cannot_be_knocked_back",
        },
        levels = {
            [1] = {levelRequirement = 0, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["EASHeistRobotDroneDashRight"] = {
        name = "EASHeistRobotDroneDashRight",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 0.5,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "skill_cannot_be_stunned",
            "skill_cannot_be_knocked_back",
        },
        levels = {
            [1] = {levelRequirement = 0, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["DTTHeistRobotDroneBreath"] = {
        name = "DTTHeistRobotDroneBreath",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Movement] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 2,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "walk_emerge_extra_distance",
            "base_cannot_be_stunned",
            "skill_cannot_be_interrupted",
        },
        levels = {
            [1] = {15, 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 全域
  • IdNothing
    FamilyNothing
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    stance movement speed +% final [-71]
    IdStanceHeistRobotDroneWalk_
    FamilyStance
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    Stats
  • stance movement speed +% final Min: -71 Max: -71 全域
  • Craft Tagsspeed
    IdNothing
    FamilyNothing
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    火蜂
    构造体
    stance movement speed +% final [-71]
    Firebuzz
    幽魂Y
    标签施法, construct, fast_movement, fire_affinity, is_unarmed, metal_armour, no_pantheon_mod, not_int, not_str, physical_affinity, ranged
    Packs
  • 忠诚守卫 MK 4, 灰烬斥候, 冰霜斥候, 火蜂, 机械爬行者, 灰祝守卫, 自动执行者, 生锈的碾压者, Y 型保镖
  • 生命
    180%
    闪避值
    +100%
    异常状态临界值
    180%
    抗性
    40 0 0 0
    伤害
    117%
    命中
    100%
    攻击暴击率
    +5%
    暴击伤害
    +130%
    攻击距离
    6 ~ 40
    攻击间隔
    1.005 秒
    伤害分布
    ±20%
    经验值
    90%
    Model Size
    100%
    类型
    HeistRobotDrone
    Metadata
    RobotDroneSpectre
    等级
    68
    生命
    11,580
    护甲
    28,790
    闪避值
    9,478
    能量护盾
    0
    伤害
    437
    法术伤害
    437
    命中
    290
    攻击间隔
    1.005
    经验值
    9,230
    异常状态临界值
    11,580
    冰缓
    37
    Shock
    37
    Brittle
    207
    Scorch
    37
    Sap
    101
    Melee
    攻击, 范围攻击, 技能可幻影射手, 投射物, 近战单一目标, 攻击可重复, 近战, 玩家投射物
    普通攻击
    基本伤害: 350–524
    攻击暴击率: 5%
    攻击间隔: 1.005 秒
    对你的敌人无情痛击。
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    DoLiterallyNothing
    MPSHeistRobotProjectile
    法术, 投射物, 玩家投射物, 可触发
    施放间隔: 1.2 秒
    造成 882.4 - 1324 火焰伤害
    base is projectile [1]
    maintain projectile direction when using contact position [1]
    monster projectile variation [168]
    projectile uses contact position [1]
    spell maximum action distance +% [-50]
    use scaled contact offset [1]
    DTTHeistRobotDroneBreath
    法术, 位移
    施放间隔: 2 秒
    冷却时间: 8 秒
    免疫晕眩
    skill cannot be interrupted [1]
    walk emerge extra distance [15]
    EASHeistRobotDroneDashBack
    法术
    施放间隔: 0.5 秒
    冷却时间: 4 秒
    skill cannot be knocked back [1]
    skill cannot be stunned [1]
    EASHeistRobotDroneDashLeft
    法术
    施放间隔: 0.5 秒
    冷却时间: 4 秒
    skill cannot be knocked back [1]
    skill cannot be stunned [1]
    EASHeistRobotDroneDashRight
    法术
    施放间隔: 0.5 秒
    冷却时间: 4 秒
    skill cannot be knocked back [1]
    skill cannot be stunned [1]
    ChangeToStance1Heist
    skill cannot be interrupted [1]
    skill cannot be stunned [1]

    Object Type

    version 2
    extends "Metadata/Monsters/LeagueHeist/HeistMonsterSpectreBase"
    
    Actor
    {
    	basic_action = "Emerge"
    	basic_action = "Emerge2"
    	basic_action = "Emerge3"
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/LeagueHeist/HeistMonsterSpectreBase"
    
    Preload
    {
    	preload_animated_object = "Metadata/Effects/Spells/monsters_effects/League_Heist/robot/drone/beam_aoe.ao"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/LeagueHeist/Robot/RobotDroneSpectre"] = {
        name = "Firebuzz",
        life = 1.8,
        fireResist = 40,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        damage = 1.17,
        damageSpread = 0.2,
        attackTime = 1.005,
        attackRange = 40,
        accuracy = 1,
        skillList = {
            "Melee",
            "MPSHeistRobotProjectile",
            "EASHeistRobotDroneDashBack",
            "EASHeistRobotDroneDashLeft",
            "EASHeistRobotDroneDashRight",
            "DTTHeistRobotDroneBreath",
            "DoLiterallyNothing",
            "ChangeToStance1Heist",
        },
        modList = {
        },
    }
    -- 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["MPSHeistRobotProjectile"] = {
        name = "MPSHeistRobotProjectile",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1.2,
        baseFlags = {
            spell = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_fire_damage",
            "spell_maximum_base_fire_damage",
            "monster_projectile_variation",
            "spell_maximum_action_distance_+%",
            "base_is_projectile",
            "use_scaled_contact_offset",
            "projectile_uses_contact_position",
            "maintain_projectile_direction_when_using_contact_position",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 168, -50, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["EASHeistRobotDroneDashBack"] = {
        name = "EASHeistRobotDroneDashBack",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 0.5,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "skill_cannot_be_stunned",
            "skill_cannot_be_knocked_back",
        },
        levels = {
            [1] = {levelRequirement = 0, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["EASHeistRobotDroneDashLeft"] = {
        name = "EASHeistRobotDroneDashLeft",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 0.5,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "skill_cannot_be_stunned",
            "skill_cannot_be_knocked_back",
        },
        levels = {
            [1] = {levelRequirement = 0, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["EASHeistRobotDroneDashRight"] = {
        name = "EASHeistRobotDroneDashRight",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 0.5,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "skill_cannot_be_stunned",
            "skill_cannot_be_knocked_back",
        },
        levels = {
            [1] = {levelRequirement = 0, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["DTTHeistRobotDroneBreath"] = {
        name = "DTTHeistRobotDroneBreath",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Movement] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 2,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "walk_emerge_extra_distance",
            "base_cannot_be_stunned",
            "skill_cannot_be_interrupted",
        },
        levels = {
            [1] = {15, 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 = { }, },
        },
    }
    
    IdNothing
    FamilyNothing
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    stance movement speed +% final [-71]
    IdStanceHeistRobotDroneWalk_
    FamilyStance
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    Stats
  • stance movement speed +% final Min: -71 Max: -71 全域
  • Craft Tagsspeed
    IdNothing
    FamilyNothing
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    Edit

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