不朽守望者
人形
monster ignores delve darkness mechanic [1]
monster beyond portal chance +% final [-66]
monster hellscape charge +% [-66]
monster no map drops [1]
Imperial Watchman
幽魂Y
幽魂 取代Metadata/Monsters/LegionLeague/LegionEternalEmpireArcherSpectre
標籤has_bow, humanoid, legion_monster, mail_armour, medium_height, medium_movement, no_pantheon_mod, not_int, physical_affinity, puncturing_weapon, ranged, red_blood
生命
225%
護甲
+50%
閃避
+50%
異常狀態臨界值
225%
抗性
20 20 20 0
傷害
110%
命中
100%
暴擊率
+5%
暴擊加成
+130%
攻擊距離
6 ~ 50
攻擊間隔
1.335 秒
傷害分佈
±20%
經驗值
100%
Model Size
100%
類型
LegionEternalEmpireArcher
Metadata
LegionEternalEmpireArcher
等級
68
生命
14,475
護甲
43,185
閃避
7,109
能量護盾
0
傷害
411
法術傷害
411
命中
290
攻擊間隔
1.335
經驗值
10,255
異常狀態臨界值
14,475
冰緩
46
感電
46
易碎
259
焦灼
46
殘喘
126
MeleeEternalArcher
攻擊, 範圍攻擊, 技能可幻影射手, 投射物, 近戰單一目標, 攻擊可重複, 近戰, 玩家投射物
普通攻擊
基本傷害: 329–493
暴擊率: 5%
攻擊間隔: 1.335 秒
用強大的攻擊擊倒敵人。
arrow projectile variation [22]
skill can fire arrows [1]
LegionEternalEmpireArcherRainOfArrows
攻擊, 範圍攻擊, 技能可幻影射手, 範圍, 投射物速度, ProjectileNumber, 圖騰技能, 陷阱技能, 地雷技能, 可觸發, 雨
箭雨
基本傷害: 329–493
暴擊率: 5%
攻擊傷害: 65%
攻擊間隔: 1.335 秒
冷卻時間: 8 秒
對空射出無數箭矢,並在一段時間後接連落下,最先降落於目標區域並擴散至外圍地區。每支箭矢都會對附近造成傷害。一半的箭矢會直接攻擊於範圍內的目標。
造成 35% 更少攻擊傷害
發射 10 個額外箭矢
33% 更少攻擊速度
active skill area of effect radius +% final [-25]
base is projectile [1]
cannot pierce [1]
is area damage [1]
skill can fire arrows [1]

Object Type

version 2
extends "Metadata/Monsters/LegionLeague/LegionMonsterBaseSink"

Actor
{
	main_hand_unarmed_type = "Bow"
}

Object Type Codes

version 2
extends "Metadata/Monsters/LegionLeague/LegionMonsterBaseSink"
-- src\Data\Spectres.lua
minions["Metadata/Monsters/LegionLeague/LegionEternalEmpireArcher"] = {
    name = "Imperial Watchman",
    life = 2.25,
    fireResist = 20,
    coldResist = 20,
    lightningResist = 20,
    chaosResist = 0,
    damage = 1.1,
    damageSpread = 0.2,
    attackTime = 1.335,
    attackRange = 50,
    accuracy = 1,
    weaponType1 = "Bow",
    skillList = {
        "MeleeEternalArcher",
        "LegionEternalEmpireArcherRainOfArrows",
    },
    modList = {
    },
}
-- src\Data\Skills\spectre.lua
skills["MeleeEternalArcher"] = {
    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 = {
        "arrow_projectile_variation",
        "skill_can_fire_arrows",
    },
    levels = {
        [1] = {22, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["LegionEternalEmpireArcherRainOfArrows"] = {
    name = "Rain of Arrows",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Fires multiple arrows into the air, to land in sequence after a delay, starting at the targeted location and spreading outwards in all directions. Each arrow deals damage in an area around it. Half of the arrows will land directly on targets if there are targets in their range.",
    skillTypes = {
        [SkillType.Attack] = true,
        [SkillType.RangedAttack] = true,
        [SkillType.MirageArcherCanUse] = true,
        [SkillType.Area] = true,
        [SkillType.ProjectileSpeed] = true,
        [SkillType.ProjectileNumber] = true,
        [SkillType.Totemable] = true,
        [SkillType.Trappable] = true,
        [SkillType.Mineable] = true,
        [SkillType.Triggerable] = true,
        [SkillType.Rain] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        attack = true,
        area = true,
        projectile = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "active_skill_attack_speed_+%_final",
        "number_of_additional_arrows",
        "active_skill_area_of_effect_radius_+%_final",
        "base_is_projectile",
        "is_area_damage",
        "skill_can_fire_arrows",
        "cannot_pierce",
    },
    levels = {
        [1] = {-33, 10, -25, baseMultiplier = 0.65, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
monster ignores delve darkness mechanic [1]
IdMonsterIgnoresDelveDarkness
FamilyMonsterIgnoresDelveDarkness
Domains怪物 (3)
GenerationType傳奇 (3)
Req. level1
Stats
  • monster ignores delve darkness mechanic Min: 1 Max: 1 全域
  • monster beyond portal chance +% final [-66]
    monster hellscape charge +% [-66]
    IdBreachReducedBeyondPortalChance
    FamilyBeyondPortalChance
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • monster hellscape charge +% Min: -66 Max: -66 全域
  • monster beyond portal chance +% final Min: -66 Max: -66 全域
  • monster no map drops [1]
    IdMonsterNoMapDrops
    FamilyMonsterNoMapDrops
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • monster no map drops Min: 1 Max: 1 全域
  • 不朽守望者
    人形
    monster ignores delve darkness mechanic [1]
    monster beyond portal chance +% final [-66]
    monster hellscape charge +% [-66]
    Imperial Watchman
    幽魂Y
    標籤has_bow, humanoid, legion_monster, mail_armour, medium_movement, no_pantheon_mod, not_int, physical_affinity, puncturing_weapon, ranged, red_blood
    生命
    225%
    護甲
    +50%
    閃避
    +50%
    異常狀態臨界值
    225%
    抗性
    20 20 20 0
    傷害
    110%
    命中
    100%
    暴擊率
    +5%
    暴擊加成
    +130%
    攻擊距離
    6 ~ 50
    攻擊間隔
    1.335 秒
    傷害分佈
    ±20%
    經驗值
    100%
    Model Size
    100%
    類型
    LegionEternalEmpireArcher
    Metadata
    LegionEternalEmpireArcherSpectre
    等級
    68
    生命
    14,475
    護甲
    43,185
    閃避
    7,109
    能量護盾
    0
    傷害
    411
    法術傷害
    411
    命中
    290
    攻擊間隔
    1.335
    經驗值
    10,255
    異常狀態臨界值
    14,475
    冰緩
    46
    感電
    46
    易碎
    259
    焦灼
    46
    殘喘
    126
    MeleeEternalArcher
    攻擊, 範圍攻擊, 技能可幻影射手, 投射物, 近戰單一目標, 攻擊可重複, 近戰, 玩家投射物
    普通攻擊
    基本傷害: 329–493
    暴擊率: 5%
    攻擊間隔: 1.335 秒
    用強大的攻擊擊倒敵人。
    arrow projectile variation [22]
    skill can fire arrows [1]
    LegionEternalEmpireArcherRainOfArrows
    攻擊, 範圍攻擊, 技能可幻影射手, 範圍, 投射物速度, ProjectileNumber, 圖騰技能, 陷阱技能, 地雷技能, 可觸發, 雨
    箭雨
    基本傷害: 329–493
    暴擊率: 5%
    攻擊傷害: 65%
    攻擊間隔: 1.335 秒
    冷卻時間: 8 秒
    對空射出無數箭矢,並在一段時間後接連落下,最先降落於目標區域並擴散至外圍地區。每支箭矢都會對附近造成傷害。一半的箭矢會直接攻擊於範圍內的目標。
    造成 35% 更少攻擊傷害
    發射 10 個額外箭矢
    33% 更少攻擊速度
    active skill area of effect radius +% final [-25]
    base is projectile [1]
    cannot pierce [1]
    is area damage [1]
    skill can fire arrows [1]

    Object Type

    version 2
    extends "Metadata/Monsters/LegionLeague/LegionMonsterBaseSinkSpectre"
    
    Actor
    {
    	main_hand_unarmed_type = "Bow"
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/LegionLeague/LegionMonsterBaseSinkSpectre"
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/LegionLeague/LegionEternalEmpireArcherSpectre"] = {
        name = "Imperial Watchman",
        life = 2.25,
        fireResist = 20,
        coldResist = 20,
        lightningResist = 20,
        chaosResist = 0,
        damage = 1.1,
        damageSpread = 0.2,
        attackTime = 1.335,
        attackRange = 50,
        accuracy = 1,
        weaponType1 = "Bow",
        skillList = {
            "MeleeEternalArcher",
            "LegionEternalEmpireArcherRainOfArrows",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MeleeEternalArcher"] = {
        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 = {
            "arrow_projectile_variation",
            "skill_can_fire_arrows",
        },
        levels = {
            [1] = {22, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["LegionEternalEmpireArcherRainOfArrows"] = {
        name = "Rain of Arrows",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Fires multiple arrows into the air, to land in sequence after a delay, starting at the targeted location and spreading outwards in all directions. Each arrow deals damage in an area around it. Half of the arrows will land directly on targets if there are targets in their range.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.MirageArcherCanUse] = true,
            [SkillType.Area] = true,
            [SkillType.ProjectileSpeed] = true,
            [SkillType.ProjectileNumber] = true,
            [SkillType.Totemable] = true,
            [SkillType.Trappable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Rain] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            area = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "active_skill_attack_speed_+%_final",
            "number_of_additional_arrows",
            "active_skill_area_of_effect_radius_+%_final",
            "base_is_projectile",
            "is_area_damage",
            "skill_can_fire_arrows",
            "cannot_pierce",
        },
        levels = {
            [1] = {-33, 10, -25, baseMultiplier = 0.65, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    monster ignores delve darkness mechanic [1]
    IdMonsterIgnoresDelveDarkness
    FamilyMonsterIgnoresDelveDarkness
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • monster ignores delve darkness mechanic Min: 1 Max: 1 全域
  • monster beyond portal chance +% final [-66]
    monster hellscape charge +% [-66]
    IdBreachReducedBeyondPortalChance
    FamilyBeyondPortalChance
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • monster hellscape charge +% Min: -66 Max: -66 全域
  • monster beyond portal chance +% final Min: -66 Max: -66 全域
  • 不朽守望者
    人形
    Imperial Watchman
    幽魂Y
    幽魂 取代Metadata/Monsters/LegionLeague/LegionEternalEmpireArcherSpectre
    標籤has_bow, humanoid, legion_monster, mail_armour, medium_height, medium_movement, no_pantheon_mod, not_int, physical_affinity, puncturing_weapon, ranged, red_blood
    Packs
  • 雄獅守衛, 不朽守望者
  • 生命
    225%
    護甲
    +50%
    閃避
    +50%
    異常狀態臨界值
    225%
    抗性
    20 20 20 0
    傷害
    110%
    命中
    100%
    暴擊率
    +5%
    暴擊加成
    +130%
    攻擊距離
    6 ~ 50
    攻擊間隔
    1.335 秒
    傷害分佈
    ±20%
    經驗值
    100%
    Model Size
    100%
    類型
    LegionEternalEmpireArcher
    Metadata
    LegionEternalEmpireArcherStandalone
    等級
    68
    生命
    14,475
    護甲
    43,185
    閃避
    7,109
    能量護盾
    0
    傷害
    411
    法術傷害
    411
    命中
    290
    攻擊間隔
    1.335
    經驗值
    10,255
    異常狀態臨界值
    14,475
    冰緩
    46
    感電
    46
    易碎
    259
    焦灼
    46
    殘喘
    126
    MeleeEternalArcher
    攻擊, 範圍攻擊, 技能可幻影射手, 投射物, 近戰單一目標, 攻擊可重複, 近戰, 玩家投射物
    普通攻擊
    基本傷害: 329–493
    暴擊率: 5%
    攻擊間隔: 1.335 秒
    用強大的攻擊擊倒敵人。
    arrow projectile variation [22]
    skill can fire arrows [1]
    LegionEternalEmpireArcherRainOfArrows
    攻擊, 範圍攻擊, 技能可幻影射手, 範圍, 投射物速度, ProjectileNumber, 圖騰技能, 陷阱技能, 地雷技能, 可觸發, 雨
    箭雨
    基本傷害: 329–493
    暴擊率: 5%
    攻擊傷害: 65%
    攻擊間隔: 1.335 秒
    冷卻時間: 8 秒
    對空射出無數箭矢,並在一段時間後接連落下,最先降落於目標區域並擴散至外圍地區。每支箭矢都會對附近造成傷害。一半的箭矢會直接攻擊於範圍內的目標。
    造成 35% 更少攻擊傷害
    發射 10 個額外箭矢
    33% 更少攻擊速度
    active skill area of effect radius +% final [-25]
    base is projectile [1]
    cannot pierce [1]
    is area damage [1]
    skill can fire arrows [1]

    Object Type

    version 2
    extends "Metadata/Monsters/LegionLeague/LegionMonsterBaseStandalone"
    
    Actor
    {
    	main_hand_unarmed_type = "Bow"
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/LegionLeague/LegionMonsterBaseStandalone"
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/LegionLeague/LegionEternalEmpireArcherStandalone"] = {
        name = "Imperial Watchman",
        life = 2.25,
        fireResist = 20,
        coldResist = 20,
        lightningResist = 20,
        chaosResist = 0,
        damage = 1.1,
        damageSpread = 0.2,
        attackTime = 1.335,
        attackRange = 50,
        accuracy = 1,
        weaponType1 = "Bow",
        skillList = {
            "MeleeEternalArcher",
            "LegionEternalEmpireArcherRainOfArrows",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MeleeEternalArcher"] = {
        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 = {
            "arrow_projectile_variation",
            "skill_can_fire_arrows",
        },
        levels = {
            [1] = {22, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["LegionEternalEmpireArcherRainOfArrows"] = {
        name = "Rain of Arrows",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Fires multiple arrows into the air, to land in sequence after a delay, starting at the targeted location and spreading outwards in all directions. Each arrow deals damage in an area around it. Half of the arrows will land directly on targets if there are targets in their range.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.MirageArcherCanUse] = true,
            [SkillType.Area] = true,
            [SkillType.ProjectileSpeed] = true,
            [SkillType.ProjectileNumber] = true,
            [SkillType.Totemable] = true,
            [SkillType.Trappable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Rain] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            area = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "active_skill_attack_speed_+%_final",
            "number_of_additional_arrows",
            "active_skill_area_of_effect_radius_+%_final",
            "base_is_projectile",
            "is_area_damage",
            "skill_can_fire_arrows",
            "cannot_pierce",
        },
        levels = {
            [1] = {-33, 10, -25, baseMultiplier = 0.65, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    不朽守望者
    人形
    monster ignores delve darkness mechanic [1]
    monster beyond portal chance +% final [-66]
    monster hellscape charge +% [-66]
    不能獲得充能
    monster no map drops [1]
    Imperial Watchman
    幽魂Y
    幽魂 取代Metadata/Monsters/LegionLeague/LegionEternalEmpireArcherSpectre
    標籤has_bow, humanoid, legion_monster, mail_armour, medium_height, medium_movement, no_pantheon_mod, not_int, physical_affinity, puncturing_weapon, ranged, red_blood
    生命
    225%
    護甲
    +50%
    閃避
    +50%
    異常狀態臨界值
    225%
    抗性
    20 20 20 0
    傷害
    110%
    命中
    100%
    暴擊率
    +5%
    暴擊加成
    +130%
    攻擊距離
    6 ~ 50
    攻擊間隔
    1.335 秒
    傷害分佈
    ±20%
    經驗值
    100%
    Model Size
    100%
    類型
    LegionEternalEmpireArcher
    Metadata
    LegionEternalEmpireArcherEndless
    等級
    68
    生命
    14,475
    護甲
    43,185
    閃避
    7,109
    能量護盾
    0
    傷害
    411
    法術傷害
    411
    命中
    290
    攻擊間隔
    1.335
    經驗值
    10,255
    異常狀態臨界值
    14,475
    冰緩
    46
    感電
    46
    易碎
    259
    焦灼
    46
    殘喘
    126
    MeleeEternalArcher
    攻擊, 範圍攻擊, 技能可幻影射手, 投射物, 近戰單一目標, 攻擊可重複, 近戰, 玩家投射物
    普通攻擊
    基本傷害: 329–493
    暴擊率: 5%
    攻擊間隔: 1.335 秒
    用強大的攻擊擊倒敵人。
    arrow projectile variation [22]
    skill can fire arrows [1]
    LegionEternalEmpireArcherRainOfArrows
    攻擊, 範圍攻擊, 技能可幻影射手, 範圍, 投射物速度, ProjectileNumber, 圖騰技能, 陷阱技能, 地雷技能, 可觸發, 雨
    箭雨
    基本傷害: 329–493
    暴擊率: 5%
    攻擊傷害: 65%
    攻擊間隔: 1.335 秒
    冷卻時間: 8 秒
    對空射出無數箭矢,並在一段時間後接連落下,最先降落於目標區域並擴散至外圍地區。每支箭矢都會對附近造成傷害。一半的箭矢會直接攻擊於範圍內的目標。
    造成 35% 更少攻擊傷害
    發射 10 個額外箭矢
    33% 更少攻擊速度
    active skill area of effect radius +% final [-25]
    base is projectile [1]
    cannot pierce [1]
    is area damage [1]
    skill can fire arrows [1]

    Object Type

    version 2
    extends "Metadata/Monsters/LegionLeague/LegionMonsterBaseSink"
    
    Actor
    {
    	main_hand_unarmed_type = "Bow"
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/LegionLeague/LegionMonsterBaseSink"
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/LegionLeague/LegionEternalEmpireArcherEndless"] = {
        name = "Imperial Watchman",
        life = 2.25,
        fireResist = 20,
        coldResist = 20,
        lightningResist = 20,
        chaosResist = 0,
        damage = 1.1,
        damageSpread = 0.2,
        attackTime = 1.335,
        attackRange = 50,
        accuracy = 1,
        weaponType1 = "Bow",
        skillList = {
            "MeleeEternalArcher",
            "LegionEternalEmpireArcherRainOfArrows",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MeleeEternalArcher"] = {
        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 = {
            "arrow_projectile_variation",
            "skill_can_fire_arrows",
        },
        levels = {
            [1] = {22, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["LegionEternalEmpireArcherRainOfArrows"] = {
        name = "Rain of Arrows",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Fires multiple arrows into the air, to land in sequence after a delay, starting at the targeted location and spreading outwards in all directions. Each arrow deals damage in an area around it. Half of the arrows will land directly on targets if there are targets in their range.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.MirageArcherCanUse] = true,
            [SkillType.Area] = true,
            [SkillType.ProjectileSpeed] = true,
            [SkillType.ProjectileNumber] = true,
            [SkillType.Totemable] = true,
            [SkillType.Trappable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Rain] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            area = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "active_skill_attack_speed_+%_final",
            "number_of_additional_arrows",
            "active_skill_area_of_effect_radius_+%_final",
            "base_is_projectile",
            "is_area_damage",
            "skill_can_fire_arrows",
            "cannot_pierce",
        },
        levels = {
            [1] = {-33, 10, -25, baseMultiplier = 0.65, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    monster ignores delve darkness mechanic [1]
    IdMonsterIgnoresDelveDarkness
    FamilyMonsterIgnoresDelveDarkness
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • monster ignores delve darkness mechanic Min: 1 Max: 1 全域
  • monster beyond portal chance +% final [-66]
    monster hellscape charge +% [-66]
    IdBreachReducedBeyondPortalChance
    FamilyBeyondPortalChance
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • monster hellscape charge +% Min: -66 Max: -66 全域
  • monster beyond portal chance +% final Min: -66 Max: -66 全域
  • 不能獲得充能
    IdCannotGainCharges_
    FamilyCannotGainCharges
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • cannot gain charges Min: 1 Max: 1 全域
  • Craft Tagsendurance_charge frenzy_charge power_charge
    monster no map drops [1]
    IdMonsterNoMapDrops
    FamilyMonsterNoMapDrops
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • monster no map drops Min: 1 Max: 1 全域
  • 不朽守望者
    人形
    monster ignores delve darkness mechanic [1]
    monster beyond portal chance +% final [-66]
    monster hellscape charge +% [-66]
    monster no map drops [1]
    Imperial Watchman
    幽魂N
    標籤has_bow, humanoid, legion_monster, mail_armour, medium_movement, no_pantheon_mod, not_int, physical_affinity, puncturing_weapon, ranged, red_blood
    生命
    225%
    護甲
    +50%
    閃避
    +50%
    異常狀態臨界值
    225%
    抗性
    20 20 20 0
    傷害
    110%
    命中
    100%
    暴擊率
    +5%
    暴擊加成
    +130%
    攻擊距離
    6 ~ 50
    攻擊間隔
    1.335 秒
    傷害分佈
    ±20%
    經驗值
    100%
    Model Size
    100%
    類型
    LegionEternalEmpireArcher
    Metadata
    ExpeditionEternalEmpireArcher
    等級
    68
    生命
    14,475
    護甲
    43,185
    閃避
    7,109
    能量護盾
    0
    傷害
    411
    法術傷害
    411
    命中
    290
    攻擊間隔
    1.335
    經驗值
    10,255
    異常狀態臨界值
    14,475
    冰緩
    46
    感電
    46
    易碎
    259
    焦灼
    46
    殘喘
    126
    MeleeEternalArcher
    攻擊, 範圍攻擊, 技能可幻影射手, 投射物, 近戰單一目標, 攻擊可重複, 近戰, 玩家投射物
    普通攻擊
    基本傷害: 329–493
    暴擊率: 5%
    攻擊間隔: 1.335 秒
    用強大的攻擊擊倒敵人。
    arrow projectile variation [22]
    skill can fire arrows [1]
    LegionEternalEmpireArcherRainOfArrows
    攻擊, 範圍攻擊, 技能可幻影射手, 範圍, 投射物速度, ProjectileNumber, 圖騰技能, 陷阱技能, 地雷技能, 可觸發, 雨
    箭雨
    基本傷害: 329–493
    暴擊率: 5%
    攻擊傷害: 65%
    攻擊間隔: 1.335 秒
    冷卻時間: 8 秒
    對空射出無數箭矢,並在一段時間後接連落下,最先降落於目標區域並擴散至外圍地區。每支箭矢都會對附近造成傷害。一半的箭矢會直接攻擊於範圍內的目標。
    造成 35% 更少攻擊傷害
    發射 10 個額外箭矢
    33% 更少攻擊速度
    active skill area of effect radius +% final [-25]
    base is projectile [1]
    cannot pierce [1]
    is area damage [1]
    skill can fire arrows [1]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    Actor
    {
    	basic_action = "Emerge"
    	main_hand_unarmed_type = "Bow"
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    
    Actor
    {
    	on_start_Emerge = "AddEffectPack( Metadata/Effects/Utility/EPKs/fade_In.epk );"
    	on_end_Emerge = "RemoveEffectPack( Metadata/Effects/Utility/EPKs/fade_In.epk );"
    }
    
    Life
    {
    	on_death = "PlayEffect( Metadata/Effects/Spells/monsters_effects/act5/Avarius_Casticus/p2_golden_templar/minion_death/miniondeath.ao );"
    }
    
    Preload
    {
    	preload_epk = "Metadata/Effects/Utility/EPKs/fade_In.epk"
    	preload_animated_object = "Metadata/Effects/Spells/monsters_effects/act5/Avarius_Casticus/p2_golden_templar/minion_death/miniondeath.ao"
    	preload_buff_visual = "eternal_empire_banner"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/LeagueExpedition/EternalEmpireWraith/ExpeditionEternalEmpireArcher"] = {
        name = "Imperial Watchman",
        life = 2.25,
        fireResist = 20,
        coldResist = 20,
        lightningResist = 20,
        chaosResist = 0,
        damage = 1.1,
        damageSpread = 0.2,
        attackTime = 1.335,
        attackRange = 50,
        accuracy = 1,
        weaponType1 = "Bow",
        skillList = {
            "MeleeEternalArcher",
            "LegionEternalEmpireArcherRainOfArrows",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MeleeEternalArcher"] = {
        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 = {
            "arrow_projectile_variation",
            "skill_can_fire_arrows",
        },
        levels = {
            [1] = {22, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["LegionEternalEmpireArcherRainOfArrows"] = {
        name = "Rain of Arrows",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Fires multiple arrows into the air, to land in sequence after a delay, starting at the targeted location and spreading outwards in all directions. Each arrow deals damage in an area around it. Half of the arrows will land directly on targets if there are targets in their range.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.MirageArcherCanUse] = true,
            [SkillType.Area] = true,
            [SkillType.ProjectileSpeed] = true,
            [SkillType.ProjectileNumber] = true,
            [SkillType.Totemable] = true,
            [SkillType.Trappable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Rain] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            area = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "active_skill_attack_speed_+%_final",
            "number_of_additional_arrows",
            "active_skill_area_of_effect_radius_+%_final",
            "base_is_projectile",
            "is_area_damage",
            "skill_can_fire_arrows",
            "cannot_pierce",
        },
        levels = {
            [1] = {-33, 10, -25, baseMultiplier = 0.65, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    monster ignores delve darkness mechanic [1]
    IdMonsterIgnoresDelveDarkness
    FamilyMonsterIgnoresDelveDarkness
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • monster ignores delve darkness mechanic Min: 1 Max: 1 全域
  • monster beyond portal chance +% final [-66]
    monster hellscape charge +% [-66]
    IdBreachReducedBeyondPortalChance
    FamilyBeyondPortalChance
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • monster hellscape charge +% Min: -66 Max: -66 全域
  • monster beyond portal chance +% final Min: -66 Max: -66 全域
  • monster no map drops [1]
    IdMonsterNoMapDrops
    FamilyMonsterNoMapDrops
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • monster no map drops Min: 1 Max: 1 全域
  • Edit

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