灵箭之弦
人形
区域: 旱木林地
掉落的物品稀有度提高 15000%
怪物提供的经验值提高 100%
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
stance movement speed +% final [112]
Lord of the Ashen Arrow
幽魂N
地区旱木林地
标签archer_boss, bandit, 施法, fast_movement, fire_affinity, flesh_armour, has_bow, human, humanoid, medium_small_height, non_unique_map_boss, not_int, not_str, puncturing_weapon, ranged, red_blood
生命
400%
闪避值
+10%
异常状态临界值
400%
抗性
40 40 40 25
伤害
90%
命中
100%
攻击暴击率
+5%
暴击伤害
+130%
攻击距离
6 ~ 70
攻击间隔
1.995 秒
伤害分布
±20%
经验值
200%
Model Size
100%
类型
BanditBowMapBossFire
Metadata
MapBanditBowBossFire
等级
75
生命
2,033,081
护甲
49,865
闪避值
6,632
能量护盾
0
伤害
581
法术伤害
867
命中
381
攻击间隔
1.33665
经验值
129,844
异常状态临界值
1,057,202
冰缓
3,343
Shock
3,343
Brittle
18,912
Scorch
3,343
Sap
9,236
BanditBowBossFireBlastRainDaemon
法术, 法术可重复, 可触发
施放间隔: 1 秒
冷却时间: 6 秒
alternate minion [166]
minion dies when parent dies [1]
number of monsters to summon [1]
summon specific monsters radius +% [-65]
summoned monsters are minions [1]
MapBossBowFlameDash
法术, 位移, 伤害, DoT, 持续时间, 图腾技能, 可触发, 火焰, 陷阱技能, 地雷技能, 快行, 闪现, 冷却
烈焰冲刺
攻击暴击率: 5%
施放间隔: 0.3 秒
冷却时间: 6 秒
传送到指定地点,对敌人造成伤害并在路线上留下燃烧地面。和其它闪现技能共用冷却时间。
每秒造成 791.4 基础火焰伤害
基础持续时间为 12
造成 422.1 - 633.1 火焰伤害
is area damage [1]
BanditBowBossFlameWhip
法术, 伤害, 陷阱技能, 图腾技能, 地雷技能, 法术可重复, 可触发, 范围, 火焰, 可齐射, 范围法术, 持续时间
怒焰奔腾
施放间隔: 0.5 秒
用汹涌的火焰打击前方的敌人。燃烧的敌人会受到更高伤害。如击中被点燃的敌人,则会在它身下产生燃烧地面。你的伤害词缀不能作用于燃烧地面。
造成 1306 - 1959 火焰伤害
对燃烧的敌人造成的击中伤害总增 +50%
无法点燃
is area damage [1]
BanditBowBossVaalBurningArrow
攻击, 范围攻击, 投射物, 玩家投射物, 图腾技能, 陷阱技能, 地雷技能, 范围, 瓦尔, 火焰, ThresholdJewelDuration
瓦尔.燃烧箭矢
基本伤害: 922–1384
攻击暴击率: 5%
攻击间隔: 1.995 秒
冷却时间: 4 秒
射出一发带有火焰能量的箭矢, 接触到敌人时会爆炸, 并对其与周围的敌人造成额外火焰伤害, 同时有较高的几率造成点燃.
投射物贯穿所有目标
将物理伤害的 50% 转化为火焰伤害
投射物速度减慢 50%
active skill area of effect radius +% final [-50]
base projectile ground effect duration [12000]
base projectile skill dot ground fire area damage per minute [8793]
projectiles drop ground fire [1]
skill can fire arrows [1]
vaal burning arrow explode on hit [1]
BanditBowBossBurningArrow
攻击, 范围攻击, 技能可幻影射手, 投射物, 玩家投射物, 图腾技能, 陷阱技能, 地雷技能, 火焰, ThresholdJewelArea, 可触发
燃烧箭矢
基本伤害: 922–1384
攻击暴击率: 5%
攻击间隔: 1.995 秒
冷却时间: 0.5 秒
发射一枚燃烧箭矢造成火焰伤害,并有几率点燃敌人。
基础持续时间为 4
将物理伤害的 50% 转化为火焰伤害
50% 的几率点燃敌人
skill can fire arrows [1]

Object Type

version 2
extends "Metadata/Monsters/Bandits/BanditBow"

Object Type Codes

version 2
extends "Metadata/Monsters/Bandits/BanditBow"
-- src\Data\Spectres.lua
minions["Metadata/Monsters/Bandits/MapBanditBowBossFire"] = {
    name = "Lord of the Ashen Arrow",
    life = 4,
    fireResist = 40,
    coldResist = 40,
    lightningResist = 40,
    chaosResist = 25,
    damage = 0.9,
    damageSpread = 0.2,
    attackTime = 1.995,
    attackRange = 70,
    accuracy = 1,
    weaponType1 = "Bow",
    skillList = {
        "BanditBowBossBurningArrow",
        "BanditBowBossFlameWhip",
        "BanditBowBossVaalBurningArrow",
        "BanditBowBossFireBlastRainDaemon",
        "MapBossBowFlameDash",
    },
    modList = {
    },
}
-- src\Data\Skills\spectre.lua
skills["BanditBowBossBurningArrow"] = {
    name = "Burning Arrow",
    hidden = true,
    color = "2",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Fires a burning arrow that deals fire damage and has a chance to ignite.",
    skillTypes = {
        [SkillType.Attack] = true,
        [SkillType.RangedAttack] = true,
        [SkillType.MirageArcherCanUse] = true,
        [SkillType.Projectile] = true,
        [SkillType.ProjectilesFromUser] = true,
        [SkillType.Totemable] = true,
        [SkillType.Trappable] = true,
        [SkillType.Mineable] = true,
        [SkillType.Fire] = true,
        [SkillType.ThresholdJewelArea] = true,
        [SkillType.Triggerable] = true,
    },
    statDescriptionScope = "debuff_skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        attack = true,
        projectile = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "base_chance_to_ignite_%",
        "skill_physical_damage_%_to_convert_to_fire",
        "base_skill_effect_duration",
        "skill_can_fire_arrows",
    },
    levels = {
        [1] = {50, 50, 4000, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["BanditBowBossFlameWhip"] = {
    name = "Flame Surge",
    hidden = true,
    color = "3",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Strikes enemies in front of you with a surge of flame. Burning enemies are dealt more damage. If you hit an ignited enemy, will create burning ground under them. Your damage modifiers don't apply to this burning ground.",
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Damage] = true,
        [SkillType.Trappable] = true,
        [SkillType.Totemable] = true,
        [SkillType.Mineable] = true,
        [SkillType.Multicastable] = true,
        [SkillType.Triggerable] = true,
        [SkillType.Area] = true,
        [SkillType.Fire] = true,
        [SkillType.CanRapidFire] = true,
        [SkillType.AreaSpell] = true,
        [SkillType.Duration] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 0.5,
    baseFlags = {
        area = true,
        spell = true,
        duration = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_fire_damage",
        "spell_maximum_base_fire_damage",
        "flame_whip_damage_+%_final_vs_burning_enemies",
        "never_ignite",
        "is_area_damage",
    },
    levels = {
        [1] = {0.80000001192093, 1.2000000476837, 50, levelRequirement = 2, statInterpolation = {3, 3},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["BanditBowBossVaalBurningArrow"] = {
    name = "Vaal Burning Arrow",
    hidden = true,
    color = "2",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Fires an arrow that explodes, dealing fire damage to its target and other nearby enemies, with an increased chance of igniting them.",
    skillTypes = {
        [SkillType.Attack] = true,
        [SkillType.RangedAttack] = true,
        [SkillType.Projectile] = true,
        [SkillType.ProjectilesFromUser] = true,
        [SkillType.Totemable] = true,
        [SkillType.Trappable] = true,
        [SkillType.Mineable] = true,
        [SkillType.Area] = true,
        [SkillType.Vaal] = true,
        [SkillType.Fire] = true,
        [SkillType.ThresholdJewelDuration] = true,
    },
    statDescriptionScope = "debuff_skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        attack = true,
        area = true,
        projectile = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "base_projectile_skill_dot_ground_fire_area_damage_per_minute",
        "skill_physical_damage_%_to_convert_to_fire",
        "base_projectile_ground_effect_duration",
        "base_projectile_speed_+%",
        "active_skill_area_of_effect_radius_+%_final",
        "vaal_burning_arrow_explode_on_hit",
        "skill_can_fire_arrows",
        "always_pierce",
        "projectiles_drop_ground_fire",
    },
    levels = {
        [1] = {1, 50, 12000, -50, -50, levelRequirement = 1, statInterpolation = {3},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["BanditBowBossFireBlastRainDaemon"] = {
    name = "BanditBowBossFireBlastRainDaemon",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Multicastable] = true,
        [SkillType.Triggerable] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        spell = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "number_of_monsters_to_summon",
        "alternate_minion",
        "summon_specific_monsters_radius_+%",
        "summoned_monsters_are_minions",
        "minion_dies_when_parent_dies",
    },
    levels = {
        [1] = {1, 166, -65, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["MapBossBowFlameDash"] = {
    name = "Flame Dash",
    hidden = true,
    color = "3",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Teleport to a location, damaging enemies and leaving a trail of burning ground. Shares a cooldown with other Blink skills.",
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Movement] = true,
        [SkillType.Damage] = true,
        [SkillType.DamageOverTime] = true,
        [SkillType.Duration] = true,
        [SkillType.Totemable] = true,
        [SkillType.Triggerable] = true,
        [SkillType.Fire] = true,
        [SkillType.Trappable] = true,
        [SkillType.Mineable] = true,
        [SkillType.Travel] = true,
        [SkillType.Blink] = true,
        [SkillType.Cooldown] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 0.3,
    baseFlags = {
        spell = true,
        duration = true,
        area = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_fire_damage",
        "spell_maximum_base_fire_damage",
        "base_fire_damage_to_deal_per_minute",
        "base_skill_effect_duration",
        "is_area_damage",
    },
    levels = {
        [1] = {0.80000001192093, 1.2000000476837, 5.4000000953674, 12000, critChance = 5, levelRequirement = 3, statInterpolation = {3, 3, 3},  cost = { }, },
        [2] = {0.80000001192093, 1.2000000476837, 5.4000000953674, 12000, critChance = 5, levelRequirement = 5, statInterpolation = {3, 3, 3},  cost = { }, },
    },
}
掉落的物品稀有度提高 15000%
怪物提供的经验值提高 100%
IdMonsterMapBoss
FamilyMonsterMapBoss
Domains怪物 (3)
GenerationType传奇 (3)
Req. level1
Stats
  • monster slain experience +% Min: 100 Max: 100 全域
  • monster dropped item rarity +% Min: 15000 Max: 15000 全域
  • cannot be stunned for ms after stun finished [2000]
    cannot be stunned while stunned [1]
    IdStunRepeatImmunityMapBoss_
    FamilyNothing
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    Stats
  • cannot be stunned while stunned Min: 1 Max: 1 全域
  • cannot be stunned for ms after stun finished Min: 2000 Max: 2000 全域
  • IdNothing
    FamilyNothing
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    stance movement speed +% final [112]
    IdStanceBanditRun
    FamilyStance
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    Stats
  • stance movement speed +% final Min: 112 Max: 112 全域
  • Craft Tagsspeed
    灵箭之弦
    人形
    掉落的物品稀有度提高 15000%
    怪物提供的经验值提高 100%
    cannot be stunned for ms after stun finished [2000]
    cannot be stunned while stunned [1]
    stance movement speed +% final [112]
    Lord of the Ashen Arrow
    幽魂N
    标签bandit, 施法, fast_movement, fire_affinity, flesh_armour, has_bow, human, humanoid, medium_small_height, not_int, not_str, puncturing_weapon, ranged, red_blood, standalone_map_boss
    生命
    400%
    闪避值
    +10%
    异常状态临界值
    400%
    抗性
    40 40 40 25
    伤害
    90%
    命中
    100%
    攻击暴击率
    +5%
    暴击伤害
    +130%
    攻击距离
    6 ~ 70
    攻击间隔
    1.995 秒
    伤害分布
    ±20%
    经验值
    200%
    Model Size
    100%
    类型
    BanditBowMapBossFire
    Metadata
    MapBanditBowBossFireStandalone
    等级
    68
    生命
    557,385
    护甲
    28,790
    闪避值
    5,213
    能量护盾
    0
    伤害
    383
    法术伤害
    572
    命中
    290
    攻击间隔
    1.33665
    经验值
    112,805
    异常状态临界值
    351,153
    冰缓
    1,110
    Shock
    1,110
    Brittle
    6,282
    Scorch
    1,110
    Sap
    3,068
    BanditBowBossFireBlastRainDaemon
    法术, 法术可重复, 可触发
    施放间隔: 1 秒
    冷却时间: 6 秒
    alternate minion [166]
    minion dies when parent dies [1]
    number of monsters to summon [1]
    summon specific monsters radius +% [-65]
    summoned monsters are minions [1]
    MapBossBowFlameDash
    法术, 位移, 伤害, DoT, 持续时间, 图腾技能, 可触发, 火焰, 陷阱技能, 地雷技能, 快行, 闪现, 冷却
    烈焰冲刺
    攻击暴击率: 5%
    施放间隔: 0.3 秒
    冷却时间: 6 秒
    传送到指定地点,对敌人造成伤害并在路线上留下燃烧地面。和其它闪现技能共用冷却时间。
    每秒造成 583.5 基础火焰伤害
    基础持续时间为 12
    造成 311.2 - 466.8 火焰伤害
    is area damage [1]
    BanditBowBossFlameWhip
    法术, 伤害, 陷阱技能, 图腾技能, 地雷技能, 法术可重复, 可触发, 范围, 火焰, 可齐射, 范围法术, 持续时间
    怒焰奔腾
    施放间隔: 0.5 秒
    用汹涌的火焰打击前方的敌人。燃烧的敌人会受到更高伤害。如击中被点燃的敌人,则会在它身下产生燃烧地面。你的伤害词缀不能作用于燃烧地面。
    造成 1037 - 1556 火焰伤害
    对燃烧的敌人造成的击中伤害总增 +50%
    无法点燃
    is area damage [1]
    BanditBowBossVaalBurningArrow
    攻击, 范围攻击, 投射物, 玩家投射物, 图腾技能, 陷阱技能, 地雷技能, 范围, 瓦尔, 火焰, ThresholdJewelDuration
    瓦尔.燃烧箭矢
    基本伤害: 608–912
    攻击暴击率: 5%
    攻击间隔: 1.995 秒
    冷却时间: 4 秒
    射出一发带有火焰能量的箭矢, 接触到敌人时会爆炸, 并对其与周围的敌人造成额外火焰伤害, 同时有较高的几率造成点燃.
    投射物贯穿所有目标
    将物理伤害的 50% 转化为火焰伤害
    投射物速度减慢 50%
    active skill area of effect radius +% final [-50]
    base projectile ground effect duration [12000]
    base projectile skill dot ground fire area damage per minute [6483]
    projectiles drop ground fire [1]
    skill can fire arrows [1]
    vaal burning arrow explode on hit [1]
    BanditBowBossBurningArrow
    攻击, 范围攻击, 技能可幻影射手, 投射物, 玩家投射物, 图腾技能, 陷阱技能, 地雷技能, 火焰, ThresholdJewelArea, 可触发
    燃烧箭矢
    基本伤害: 608–912
    攻击暴击率: 5%
    攻击间隔: 1.995 秒
    冷却时间: 0.5 秒
    发射一枚燃烧箭矢造成火焰伤害,并有几率点燃敌人。
    基础持续时间为 4
    将物理伤害的 50% 转化为火焰伤害
    50% 的几率点燃敌人
    skill can fire arrows [1]

    Object Type

    version 2
    extends "Metadata/Monsters/Bandits/BanditBow"
    extends "Metadata/Monsters/StandaloneMapBoss"

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Bandits/BanditBow"
    extends "Metadata/Monsters/StandaloneMapBoss"
    
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Bandits/MapBanditBowBossFireStandalone"] = {
        name = "Lord of the Ashen Arrow",
        life = 4,
        fireResist = 40,
        coldResist = 40,
        lightningResist = 40,
        chaosResist = 25,
        damage = 0.9,
        damageSpread = 0.2,
        attackTime = 1.995,
        attackRange = 70,
        accuracy = 1,
        weaponType1 = "Bow",
        skillList = {
            "BanditBowBossBurningArrow",
            "BanditBowBossFlameWhip",
            "BanditBowBossVaalBurningArrow",
            "BanditBowBossFireBlastRainDaemon",
            "MapBossBowFlameDash",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["BanditBowBossBurningArrow"] = {
        name = "Burning Arrow",
        hidden = true,
        color = "2",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Fires a burning arrow that deals fire damage and has a chance to ignite.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.MirageArcherCanUse] = true,
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Totemable] = true,
            [SkillType.Trappable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Fire] = true,
            [SkillType.ThresholdJewelArea] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "debuff_skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "base_chance_to_ignite_%",
            "skill_physical_damage_%_to_convert_to_fire",
            "base_skill_effect_duration",
            "skill_can_fire_arrows",
        },
        levels = {
            [1] = {50, 50, 4000, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["BanditBowBossFlameWhip"] = {
        name = "Flame Surge",
        hidden = true,
        color = "3",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Strikes enemies in front of you with a surge of flame. Burning enemies are dealt more damage. If you hit an ignited enemy, will create burning ground under them. Your damage modifiers don't apply to this burning ground.",
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
            [SkillType.Trappable] = true,
            [SkillType.Totemable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Area] = true,
            [SkillType.Fire] = true,
            [SkillType.CanRapidFire] = true,
            [SkillType.AreaSpell] = true,
            [SkillType.Duration] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 0.5,
        baseFlags = {
            area = true,
            spell = true,
            duration = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_fire_damage",
            "spell_maximum_base_fire_damage",
            "flame_whip_damage_+%_final_vs_burning_enemies",
            "never_ignite",
            "is_area_damage",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 50, levelRequirement = 2, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["BanditBowBossVaalBurningArrow"] = {
        name = "Vaal Burning Arrow",
        hidden = true,
        color = "2",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Fires an arrow that explodes, dealing fire damage to its target and other nearby enemies, with an increased chance of igniting them.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Totemable] = true,
            [SkillType.Trappable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Area] = true,
            [SkillType.Vaal] = true,
            [SkillType.Fire] = true,
            [SkillType.ThresholdJewelDuration] = true,
        },
        statDescriptionScope = "debuff_skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            area = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "base_projectile_skill_dot_ground_fire_area_damage_per_minute",
            "skill_physical_damage_%_to_convert_to_fire",
            "base_projectile_ground_effect_duration",
            "base_projectile_speed_+%",
            "active_skill_area_of_effect_radius_+%_final",
            "vaal_burning_arrow_explode_on_hit",
            "skill_can_fire_arrows",
            "always_pierce",
            "projectiles_drop_ground_fire",
        },
        levels = {
            [1] = {1, 50, 12000, -50, -50, levelRequirement = 1, statInterpolation = {3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["BanditBowBossFireBlastRainDaemon"] = {
        name = "BanditBowBossFireBlastRainDaemon",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "number_of_monsters_to_summon",
            "alternate_minion",
            "summon_specific_monsters_radius_+%",
            "summoned_monsters_are_minions",
            "minion_dies_when_parent_dies",
        },
        levels = {
            [1] = {1, 166, -65, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MapBossBowFlameDash"] = {
        name = "Flame Dash",
        hidden = true,
        color = "3",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Teleport to a location, damaging enemies and leaving a trail of burning ground. Shares a cooldown with other Blink skills.",
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Movement] = true,
            [SkillType.Damage] = true,
            [SkillType.DamageOverTime] = true,
            [SkillType.Duration] = true,
            [SkillType.Totemable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Fire] = true,
            [SkillType.Trappable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Travel] = true,
            [SkillType.Blink] = true,
            [SkillType.Cooldown] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 0.3,
        baseFlags = {
            spell = true,
            duration = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_fire_damage",
            "spell_maximum_base_fire_damage",
            "base_fire_damage_to_deal_per_minute",
            "base_skill_effect_duration",
            "is_area_damage",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 5.4000000953674, 12000, critChance = 5, levelRequirement = 3, statInterpolation = {3, 3, 3},  cost = { }, },
            [2] = {0.80000001192093, 1.2000000476837, 5.4000000953674, 12000, critChance = 5, levelRequirement = 5, statInterpolation = {3, 3, 3},  cost = { }, },
        },
    }
    
    掉落的物品稀有度提高 15000%
    怪物提供的经验值提高 100%
    IdMonsterMapBoss
    FamilyMonsterMapBoss
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    Stats
  • monster slain experience +% Min: 100 Max: 100 全域
  • monster dropped item rarity +% Min: 15000 Max: 15000 全域
  • cannot be stunned for ms after stun finished [2000]
    cannot be stunned while stunned [1]
    IdStunRepeatImmunityMapBoss_
    FamilyNothing
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    Stats
  • cannot be stunned while stunned Min: 1 Max: 1 全域
  • cannot be stunned for ms after stun finished Min: 2000 Max: 2000 全域
  • IdNothing
    FamilyNothing
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    stance movement speed +% final [112]
    IdStanceBanditRun
    FamilyStance
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    Stats
  • stance movement speed +% final Min: 112 Max: 112 全域
  • Craft Tagsspeed
    灵箭之弦
    人形
    掉落的物品稀有度提高 15000%
    怪物提供的经验值提高 100%
    cannot be stunned for ms after stun finished [2000]
    cannot be stunned while stunned [1]
    stance movement speed +% final [112]
    Lord of the Ashen Arrow
    幽魂N
    标签bandit, elder_map_boss, fast_movement, flesh_armour, has_bow, human, humanoid, medium_small_height, non_attacking, not_int, not_str, puncturing_weapon, ranged, red_blood
    生命
    400%
    闪避值
    +10%
    异常状态临界值
    400%
    抗性
    40 40 40 25
    伤害
    90%
    命中
    100%
    攻击暴击率
    +5%
    暴击伤害
    +130%
    攻击距离
    6 ~ 70
    攻击间隔
    1.995 秒
    伤害分布
    ±20%
    经验值
    200%
    Model Size
    100%
    类型
    BanditBowMapBossFire
    Metadata
    MapBanditBowBossFireElder

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    Life
    {
    	corpse_usable = false
    }
    
    Stats
    {
    	base_cannot_be_damaged = 1
    	base_cannot_be_stunned = 1
    	cannot_be_knocked_back = 1
    	is_hidden_monster = 1
    	immune_to_curses = 1
    	immune_to_auras_from_other_entities = 1
    	set_immune_vaal_lighting_warp = 1
    }
    
    Transitionable
    {
    	
    }
    
    Preload
    {
    	preload_object = "Metadata/Monsters/ElderBosses/ElderAbsorb"
    	preload_object = "Metadata/MiscellaneousObjects/ElderPortal"
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    
    Transitionable
    {
    	on_transition = "AddEffectPack( Metadata/Effects/Spells/monsters_effects/AtlasofWorldsBosses/Elder/entrance/affecting_target.epk );"
    	create_transitioned = "AddEffectPack( Metadata/Effects/Spells/monsters_effects/AtlasofWorldsBosses/Elder/entrance/affecting_target_instant.epk );"
    }
    
    Animated
    {
    	preload_animated_object = "Metadata/Effects/Spells/monsters_effects/AtlasofWorldsBosses/Elder/entrance/entrance.ao"
    	preload_animated_object = "Metadata/Effects/Spells/monsters_effects/AtlasofWorldsBosses/Elder/absorb/absorb.ao"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Bandits/MapBanditBowBossFireElder"] = {
        name = "Lord of the Ashen Arrow",
        life = 4,
        fireResist = 40,
        coldResist = 40,
        lightningResist = 40,
        chaosResist = 25,
        damage = 0.9,
        damageSpread = 0.2,
        attackTime = 1.995,
        attackRange = 70,
        accuracy = 1,
        weaponType1 = "Bow",
        skillList = {
        },
        modList = {
        },
    }
    
    掉落的物品稀有度提高 15000%
    怪物提供的经验值提高 100%
    IdMonsterMapBoss
    FamilyMonsterMapBoss
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    Stats
  • monster slain experience +% Min: 100 Max: 100 全域
  • monster dropped item rarity +% Min: 15000 Max: 15000 全域
  • cannot be stunned for ms after stun finished [2000]
    cannot be stunned while stunned [1]
    IdStunRepeatImmunityMapBoss_
    FamilyNothing
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    Stats
  • cannot be stunned while stunned Min: 1 Max: 1 全域
  • cannot be stunned for ms after stun finished Min: 2000 Max: 2000 全域
  • IdNothing
    FamilyNothing
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    stance movement speed +% final [112]
    IdStanceBanditRun
    FamilyStance
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    Stats
  • stance movement speed +% final Min: 112 Max: 112 全域
  • Craft Tagsspeed
    Edit

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