MirageVillageShippingSanctumArchnemesisExpeditionDetonatorUltimatumAltarRitualRuneHeistSumgglersCacheHarvestPortalAfflictionInitiatorBlightCoreLegionInitiatorBetrayalSymbolCatarinaDelveMineralVeinIncursionCraftingBenchBestiaryRareMonsterAbyssBreachEssenceStrongboxShrine
奥瑞亚的堡垒
人形
IconEnemyResistanceFire IconEnemyResistanceCold IconEnemyResistanceLightning IconEnemyResistanceChaos
区域: 奇术之庭
近战打击技能对周围目标造成溅射伤害
获得额外冰霜伤害, 其数值等同于物理伤害的 25%
monster dropped item rarity +% [15000]
monster slain experience +% [100]
monster penalty against minions damage +% final vs player minions [-25]
20% 攻击伤害格挡率
被格挡的击中对你造成 10% 伤害
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
Oriath's Vigil
幽魂
地区奇术之庭
标签has_one_hand_sword, has_one_handed_melee, human, humanoid, medium_height, medium_movement, melee, military, non_unique_map_boss, not_dex, not_int, physical_affinity, plate_armour, red_blood, slashing_weapon
Packs
  • WorldAreas#837: 奥瑞亚的美德, 奥瑞亚的复仇, 奥瑞亚的堡垒
  • WorldAreas#931: 奥瑞亚的美德, 奥瑞亚的复仇, 奥瑞亚的堡垒
  • 生命
    270%
    护甲
    +75%
    异常状态临界值
    270%
    抗性
    IconEnemyResistanceFire40% IconEnemyResistanceCold40% IconEnemyResistanceLightning40% IconEnemyResistanceChaos25%
    伤害
    235%
    命中
    100%
    暴击几率
    +5%
    暴击伤害
    +130%
    攻击距离
    6 ~ 14
    攻击间隔
    1.245 秒
    伤害分布
    ±20%
    经验值
    200%
    Model Size
    105%
    类型
    AxisSoldierEliteMapBoss2
    Metadata
    AxisEliteSoldierMapBoss2
    等级
    75
    生命
    1,372,329
    护甲
    87,264
    闪避值
    6,029
    伤害
    1,517
    法术伤害
    2,264
    命中
    762
    攻击间隔
    0.83415
    经验值
    129,844
    召唤物生命
    280,109
    召唤物伤害
    1,241
    异常状态临界值
    713,611
    冰缓
    2,256
    Shock
    2,256
    Brittle
    12,766
    Scorch
    2,256
    Sap
    6,234
    Phys Convert Ele
    275%
    MeleeAtAnimationSpeedUnique
    攻击, 范围攻击, 技能可幻影射手, 投射物, 近战单一目标, 攻击可重复, 近战, 玩家投射物
    普通攻击
    基本伤害: 24083613
    暴击几率: 5%
    攻击间隔: 1.245 秒
    对你的敌人无情痛击。
    action attack or cast time uses animation length [1]
    projectile uses contact position [1]
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    use scaled contact offset [1]
    iconbasicattack
    MonsterGroundIceCyclone
    攻击, 范围, 近战, 位移
    旋风斩
    基本伤害: 24083613
    暴击几率: 5%
    攻击间隔: 1.245 秒
    冷却时间: 1.2 秒
    对周围敌人造成伤害, 接而进行一连串的旋转攻击, 边向目标地点前进边攻击路径上的敌人, 无法被多重打击和无情辅助.
    伤害总降 60%
    基础持续时间为 5
    物理伤害提高 35%
    攻击速度加快 60%
    移动速度总降 30%
    cyclone extra distance [30]
    cyclone ice path radius [12]
    cyclone places ground ice [1]
    is area damage [1]
    cyclone

    Object Type

    version 2
    extends "Metadata/Monsters/Axis/Axis"
    
    Transitionable
    {
    	
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Axis/AxisEliteSoldierMapBoss2"] = {
        fireResist = 40,
        coldResist = 40,
        lightningResist = 40,
        chaosResist = 25,
        name = "Oriath's Vigil",
        life = 2.7,
        damage = 2.35,
        damageSpread = 0.2,
        attackTime = 1.245,
        attackRange = 14,
        accuracy = 1,
        weaponType1 = "One Hand Sword",
        weaponType2 = "Shield",
        skillList = {
            "MeleeAtAnimationSpeedUnique",
            "MonsterGroundIceCyclone",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MeleeAtAnimationSpeedUnique"] = {
        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",
            "action_attack_or_cast_time_uses_animation_length",
            "projectile_uses_contact_position",
            "use_scaled_contact_offset",
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MonsterGroundIceCyclone"] = {
        name = "Cyclone",
        hidden = true,
        color = "2",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Damage enemies around you, then perform a spinning series of attacks as you travel to a target location. Cannot be supported by Ruthless or Multistrike.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.Area] = true,
            [SkillType.Melee] = true,
            [SkillType.Movement] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            area = true,
            melee = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "physical_damage_+%",
            "attack_speed_+%",
            "cyclone_movement_speed_+%_final",
            "cyclone_extra_distance",
            "active_skill_damage_+%_final",
            "base_skill_effect_duration",
            "cyclone_ice_path_radius",
            "is_area_damage",
            "cyclone_places_ground_ice",
        },
        levels = {
            [1] = {35, 60, -30, 30, -60, 5000, 12, levelRequirement = 1, statInterpolation = {},  cost = { }, },
            [2] = {35, 60, -30, 30, -60, 5000, 12, levelRequirement = 78, statInterpolation = {},  cost = { }, },
        },
    }
    
    近战打击技能对周围目标造成溅射伤害
    FamilyMeleeSplash
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    Stats
  • melee splash 1 1 全域 — 数值不可调整
  • Craft Tags攻击
    获得额外冰霜伤害, 其数值等同于物理伤害的 25%
    FamilyColdDamageAsPortionOfDamage
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    Stats
  • physical damage % to add as cold 25 25 全域
  • Craft Tagsphysical_damage elemental_damage 伤害 物理 元素 冰霜
    monster dropped item rarity +% [15000]
    monster slain experience +% [100]
    FamilyMonsterMapBoss
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    Stats
  • monster slain experience +% 100 100 全域
  • monster dropped item rarity +% 15000 15000 全域
  • monster penalty against minions damage +% final vs player minions [-25]
    FamilyMonsterDamageVersusMinions
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    Stats
  • monster penalty against minions damage +% final vs player minions -25 -25 全域
  • Craft Tags伤害
    20% 攻击伤害格挡率
    被格挡的击中对你造成 10% 伤害
    FamilyMonsterBlockAndBypass
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    Stats
  • monster base block % 20 20 全域
  • base block % damage taken 10 10 全域
  • Craft Tagsblock
    cannot be stunned for ms after stun finished [2000]
    cannot be stunned while stunned [1]
    FamilyNothing
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    Stats
  • cannot be stunned while stunned 1 1 全域 — 数值不可调整
  • cannot be stunned for ms after stun finished 2000 2000 全域
  • 奥瑞亚的堡垒
    人形
    IconEnemyResistanceFire IconEnemyResistanceCold IconEnemyResistanceLightning IconEnemyResistanceChaos
    近战打击技能对周围目标造成溅射伤害
    获得额外冰霜伤害, 其数值等同于物理伤害的 25%
    monster dropped item rarity +% [15000]
    monster slain experience +% [100]
    monster penalty against minions damage +% final vs player minions [-25]
    20% 攻击伤害格挡率
    被格挡的击中对你造成 10% 伤害
    cannot be stunned for ms after stun finished [2000]
    cannot be stunned while stunned [1]
    Oriath's Vigil
    幽魂
    标签has_one_hand_sword, has_one_handed_melee, human, humanoid, medium_height, medium_movement, melee, military, not_dex, not_int, physical_affinity, plate_armour, red_blood, slashing_weapon, standalone_map_boss
    生命
    270%
    护甲
    +75%
    异常状态临界值
    270%
    抗性
    IconEnemyResistanceFire40% IconEnemyResistanceCold40% IconEnemyResistanceLightning40% IconEnemyResistanceChaos25%
    伤害
    235%
    命中
    100%
    暴击几率
    +5%
    暴击伤害
    +130%
    攻击距离
    6 ~ 14
    攻击间隔
    1.245 秒
    伤害分布
    ±20%
    经验值
    200%
    Model Size
    105%
    类型
    AxisSoldierEliteMapBoss2
    Metadata
    AxisEliteSoldierMapBoss2Standalone
    等级
    68
    生命
    376,235
    护甲
    50,383
    闪避值
    4,739
    伤害
    1,000
    法术伤害
    1,492
    命中
    580
    攻击间隔
    0.83415
    经验值
    112,805
    召唤物生命
    81,609
    召唤物伤害
    798
    异常状态临界值
    237,028
    冰缓
    749
    Shock
    749
    Brittle
    4,240
    Scorch
    749
    Sap
    2,071
    Phys Convert Ele
    240%
    MeleeAtAnimationSpeedUnique
    攻击, 范围攻击, 技能可幻影射手, 投射物, 近战单一目标, 攻击可重复, 近战, 玩家投射物
    普通攻击
    基本伤害: 15882382
    暴击几率: 5%
    攻击间隔: 1.245 秒
    对你的敌人无情痛击。
    action attack or cast time uses animation length [1]
    projectile uses contact position [1]
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    use scaled contact offset [1]
    iconbasicattack
    MonsterGroundIceCyclone
    攻击, 范围, 近战, 位移
    旋风斩
    基本伤害: 15882382
    暴击几率: 5%
    攻击间隔: 1.245 秒
    冷却时间: 1.2 秒
    对周围敌人造成伤害, 接而进行一连串的旋转攻击, 边向目标地点前进边攻击路径上的敌人, 无法被多重打击和无情辅助.
    伤害总降 60%
    基础持续时间为 5
    物理伤害提高 35%
    攻击速度加快 60%
    移动速度总降 30%
    cyclone extra distance [30]
    cyclone ice path radius [12]
    cyclone places ground ice [1]
    is area damage [1]
    cyclone

    Object Type

    version 2
    extends "Metadata/Monsters/Axis/Axis"
    extends "Metadata/Monsters/StandaloneMapBoss"
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Axis/AxisEliteSoldierMapBoss2Standalone"] = {
        fireResist = 40,
        coldResist = 40,
        lightningResist = 40,
        chaosResist = 25,
        name = "Oriath's Vigil",
        life = 2.7,
        damage = 2.35,
        damageSpread = 0.2,
        attackTime = 1.245,
        attackRange = 14,
        accuracy = 1,
        weaponType1 = "One Hand Sword",
        weaponType2 = "Shield",
        skillList = {
            "MeleeAtAnimationSpeedUnique",
            "MonsterGroundIceCyclone",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MeleeAtAnimationSpeedUnique"] = {
        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",
            "action_attack_or_cast_time_uses_animation_length",
            "projectile_uses_contact_position",
            "use_scaled_contact_offset",
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MonsterGroundIceCyclone"] = {
        name = "Cyclone",
        hidden = true,
        color = "2",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Damage enemies around you, then perform a spinning series of attacks as you travel to a target location. Cannot be supported by Ruthless or Multistrike.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.Area] = true,
            [SkillType.Melee] = true,
            [SkillType.Movement] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            area = true,
            melee = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "physical_damage_+%",
            "attack_speed_+%",
            "cyclone_movement_speed_+%_final",
            "cyclone_extra_distance",
            "active_skill_damage_+%_final",
            "base_skill_effect_duration",
            "cyclone_ice_path_radius",
            "is_area_damage",
            "cyclone_places_ground_ice",
        },
        levels = {
            [1] = {35, 60, -30, 30, -60, 5000, 12, levelRequirement = 1, statInterpolation = {},  cost = { }, },
            [2] = {35, 60, -30, 30, -60, 5000, 12, levelRequirement = 78, statInterpolation = {},  cost = { }, },
        },
    }
    
    近战打击技能对周围目标造成溅射伤害
    FamilyMeleeSplash
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    Stats
  • melee splash 1 1 全域 — 数值不可调整
  • Craft Tags攻击
    获得额外冰霜伤害, 其数值等同于物理伤害的 25%
    FamilyColdDamageAsPortionOfDamage
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    Stats
  • physical damage % to add as cold 25 25 全域
  • Craft Tagsphysical_damage elemental_damage 伤害 物理 元素 冰霜
    monster dropped item rarity +% [15000]
    monster slain experience +% [100]
    FamilyMonsterMapBoss
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    Stats
  • monster slain experience +% 100 100 全域
  • monster dropped item rarity +% 15000 15000 全域
  • monster penalty against minions damage +% final vs player minions [-25]
    FamilyMonsterDamageVersusMinions
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    Stats
  • monster penalty against minions damage +% final vs player minions -25 -25 全域
  • Craft Tags伤害
    20% 攻击伤害格挡率
    被格挡的击中对你造成 10% 伤害
    FamilyMonsterBlockAndBypass
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    Stats
  • monster base block % 20 20 全域
  • base block % damage taken 10 10 全域
  • Craft Tagsblock
    cannot be stunned for ms after stun finished [2000]
    cannot be stunned while stunned [1]
    FamilyNothing
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    Stats
  • cannot be stunned while stunned 1 1 全域 — 数值不可调整
  • cannot be stunned for ms after stun finished 2000 2000 全域
  • 奥瑞亚的堡垒
    人形
    IconEnemyResistanceFire IconEnemyResistanceCold IconEnemyResistanceLightning IconEnemyResistanceChaos
    近战打击技能对周围目标造成溅射伤害
    获得额外冰霜伤害, 其数值等同于物理伤害的 25%
    monster dropped item rarity +% [15000]
    monster slain experience +% [100]
    monster penalty against minions damage +% final vs player minions [-25]
    20% 攻击伤害格挡率
    被格挡的击中对你造成 10% 伤害
    cannot be stunned for ms after stun finished [2000]
    cannot be stunned while stunned [1]
    Oriath's Vigil
    幽魂
    标签elder_map_boss, has_one_hand_sword, has_one_handed_melee, human, humanoid, medium_height, medium_movement, military, non_attacking, not_dex, not_int, plate_armour, red_blood, slashing_weapon
    生命
    270%
    护甲
    +75%
    异常状态临界值
    270%
    抗性
    IconEnemyResistanceFire40% IconEnemyResistanceCold40% IconEnemyResistanceLightning40% IconEnemyResistanceChaos25%
    伤害
    235%
    命中
    100%
    暴击几率
    +5%
    暴击伤害
    +130%
    攻击距离
    6 ~ 14
    攻击间隔
    1.245 秒
    伤害分布
    ±20%
    经验值
    200%
    Model Size
    105%
    类型
    AxisSoldierEliteMapBoss2
    Metadata
    AxisEliteSoldierMapBoss2Elder

    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
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Axis/AxisEliteSoldierMapBoss2Elder"] = {
        fireResist = 40,
        coldResist = 40,
        lightningResist = 40,
        chaosResist = 25,
        name = "Oriath's Vigil",
        life = 2.7,
        damage = 2.35,
        damageSpread = 0.2,
        attackTime = 1.245,
        attackRange = 14,
        accuracy = 1,
        weaponType1 = "One Hand Sword",
        weaponType2 = "Shield",
        skillList = {
        },
        modList = {
        },
    }
    
    近战打击技能对周围目标造成溅射伤害
    FamilyMeleeSplash
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    Stats
  • melee splash 1 1 全域 — 数值不可调整
  • Craft Tags攻击
    获得额外冰霜伤害, 其数值等同于物理伤害的 25%
    FamilyColdDamageAsPortionOfDamage
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    Stats
  • physical damage % to add as cold 25 25 全域
  • Craft Tagsphysical_damage elemental_damage 伤害 物理 元素 冰霜
    monster dropped item rarity +% [15000]
    monster slain experience +% [100]
    FamilyMonsterMapBoss
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    Stats
  • monster slain experience +% 100 100 全域
  • monster dropped item rarity +% 15000 15000 全域
  • monster penalty against minions damage +% final vs player minions [-25]
    FamilyMonsterDamageVersusMinions
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    Stats
  • monster penalty against minions damage +% final vs player minions -25 -25 全域
  • Craft Tags伤害
    20% 攻击伤害格挡率
    被格挡的击中对你造成 10% 伤害
    FamilyMonsterBlockAndBypass
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    Stats
  • monster base block % 20 20 全域
  • base block % damage taken 10 10 全域
  • Craft Tagsblock
    cannot be stunned for ms after stun finished [2000]
    cannot be stunned while stunned [1]
    FamilyNothing
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    Stats
  • cannot be stunned while stunned 1 1 全域 — 数值不可调整
  • cannot be stunned for ms after stun finished 2000 2000 全域
  • Edit

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