奧瑞亞的堡壘
人形
地區: 奇術之庭
近戰打擊技能對目標附近造成擴散傷害
獲得 25% 物理傷害的冰冷傷害
怪物增加 100% 經驗值
增加 15000% 物品掉落稀有度
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]
獲得 25% 物理傷害的冰冷傷害
怪物增加 100% 經驗值
增加 15000% 物品掉落稀有度
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
幽魂 | N |
---|---|
地區 | 奇術之庭 |
標籤 | 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 |
生命
270%
護甲
+75%
異常狀態臨界值
270%
抗性
40 40 40 25
傷害
235%
命中
100%
暴擊率
+5%
暴擊加成
+130%
攻擊距離
6 ~ 14
攻擊間隔
1.245 秒
傷害分佈
±20%
經驗值
200%
Model Size
105%
類型
AxisSoldierEliteMapBoss2
Metadata
AxisEliteSoldierMapBoss2
下列的數值並未包含地圖加成、怪物Buff加成、祭壇加成、輿圖天賦加成。
等級
72
生命
629,186
護甲
69,036
閃避
5,444
能量護盾
0
傷害
1,270
法術傷害
1,896
命中
339
攻擊間隔
0.83415
經驗值
122,870
異常狀態臨界值
352,344
冰緩
1,114
感電
1,114
易碎
6,303
焦灼
1,114
殘喘
3,078
下列的數值為技能基礎數值,並未包含地圖加成、怪物Buff加成、祭壇加成、輿圖天賦加成、怪物本身傷害加成(例: 釋界 150% 加成),怪物稀有度加成(例: 傳奇 +70% 更多, 傳奇攻擊 33% 更少)。
MeleeAtAnimationSpeedUnique
攻擊, 範圍攻擊, 技能可幻影射手, 投射物, 近戰單一目標, 攻擊可重複, 近戰, 玩家投射物
普通攻擊
基本傷害: 2017–3026
暴擊率: 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]
projectile uses contact position [1]
skill can fire arrows [1]
skill can fire wand projectiles [1]
use scaled contact offset [1]
MonsterGroundIceCyclone
攻擊, 範圍, 近戰, 位移
旋風斬
基本傷害: 2017–3026
暴擊率: 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]
+5 秒基礎持續時間
增加 35% 物理傷害
增加 60% 攻擊速度
30% 更少移動速度
cyclone extra distance [30]
cyclone ice path radius [12]
cyclone places ground ice [1]
is area damage [1]
Object Type
version 2 extends "Metadata/Monsters/Axis/Axis" Transitionable { }
Object Type Codes
version 2 extends "Metadata/Monsters/Axis/Axis" Life { on_spawned_alive = "AddEffectPackToVisualSlotAttachedObject( Metadata/Effects/Microtransactions/Weapon_effects/Weapon_effects/blue/artic/1h_sword/1h_sword.epk, MainHand );" on_death = "RemoveEffectPackFromVisualSlotAttachedObject( Metadata/Effects/Microtransactions/Weapon_effects/Weapon_effects/blue/artic/1h_sword/1h_sword.epk, MainHand );" } Preload { preload_epk = "Metadata/Effects/Microtransactions/Weapon_effects/Weapon_effects/blue/artic/1h_sword/1h_sword.epk" }
-- src\Data\Spectres.lua minions["Metadata/Monsters/Axis/AxisEliteSoldierMapBoss2"] = { name = "Oriath's Vigil", life = 2.7, fireResist = 40, coldResist = 40, lightningResist = 40, chaosResist = 25, 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 = { }, }, }, }
近戰打擊技能對目標附近造成擴散傷害
Id | MonsterMeleeSplash1 |
---|---|
Family | MeleeSplash |
Domains | 怪物 (3) |
GenerationType | 傳奇 (3) |
Req. level | 1 |
Stats | |
Craft Tags | attack |
獲得 25% 物理傷害的冰冷傷害
Id | MonsterImplicitCold1 |
---|---|
Family | ColdDamageAsPortionOfDamage |
Domains | 怪物 (3) |
GenerationType | 傳奇 (3) |
Req. level | 1 |
Stats | |
Craft Tags | physical_damage elemental_damage damage physical elemental cold |
怪物增加 100% 經驗值
增加 15000% 物品掉落稀有度
Id | MonsterMapBoss |
---|---|
Family | MonsterMapBoss |
Domains | 怪物 (3) |
GenerationType | 傳奇 (3) |
Req. level | 1 |
Stats |
monster penalty against minions damage +% final vs player minions [-25]
Id | MonsterDamageVersusPlayerMinions25 |
---|---|
Family | MonsterDamageVersusMinions |
Domains | 怪物 (3) |
GenerationType | 傳奇 (3) |
Req. level | 1 |
Stats | |
Craft Tags | damage |
20% 攻擊傷害格擋率
你承受 10% 來自格擋擊中的傷害
Id | MonsterAttackBlock40Bypass10_ |
---|---|
Family | MonsterBlockAndBypass |
Domains | 怪物 (3) |
GenerationType | 傳奇 (3) |
Req. level | 1 |
Stats | |
Craft Tags | block |
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
Id | StunRepeatImmunityMapBoss_ |
---|---|
Family | Nothing |
Domains | 怪物 (3) |
GenerationType | 傳奇 (3) |
Req. level | 1 |
Stats |
奧瑞亞的堡壘
人形
近戰打擊技能對目標附近造成擴散傷害
獲得 25% 物理傷害的冰冷傷害
怪物增加 100% 經驗值
增加 15000% 物品掉落稀有度
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]
獲得 25% 物理傷害的冰冷傷害
怪物增加 100% 經驗值
增加 15000% 物品掉落稀有度
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
幽魂 | N |
---|---|
標籤 | 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%
抗性
40 40 40 25
傷害
235%
命中
100%
暴擊率
+5%
暴擊加成
+130%
攻擊距離
6 ~ 14
攻擊間隔
1.245 秒
傷害分佈
±20%
經驗值
200%
Model Size
105%
類型
AxisSoldierEliteMapBoss2
Metadata
AxisEliteSoldierMapBoss2Standalone
下列的數值並未包含地圖加成、怪物Buff加成、祭壇加成、輿圖天賦加成。
等級
68
生命
376,235
護甲
50,383
閃避
4,739
能量護盾
0
傷害
1,000
法術傷害
1,492
命中
290
攻擊間隔
0.83415
經驗值
112,805
異常狀態臨界值
237,028
冰緩
749
感電
749
易碎
4,240
焦灼
749
殘喘
2,071
下列的數值為技能基礎數值,並未包含地圖加成、怪物Buff加成、祭壇加成、輿圖天賦加成、怪物本身傷害加成(例: 釋界 150% 加成),怪物稀有度加成(例: 傳奇 +70% 更多, 傳奇攻擊 33% 更少)。
MeleeAtAnimationSpeedUnique
攻擊, 範圍攻擊, 技能可幻影射手, 投射物, 近戰單一目標, 攻擊可重複, 近戰, 玩家投射物
普通攻擊
基本傷害: 1588–2382
暴擊率: 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]
projectile uses contact position [1]
skill can fire arrows [1]
skill can fire wand projectiles [1]
use scaled contact offset [1]
MonsterGroundIceCyclone
攻擊, 範圍, 近戰, 位移
旋風斬
基本傷害: 1588–2382
暴擊率: 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]
+5 秒基礎持續時間
增加 35% 物理傷害
增加 60% 攻擊速度
30% 更少移動速度
cyclone extra distance [30]
cyclone ice path radius [12]
cyclone places ground ice [1]
is area damage [1]
Object Type
version 2 extends "Metadata/Monsters/Axis/Axis" extends "Metadata/Monsters/StandaloneMapBoss"
Object Type Codes
version 2 extends "Metadata/Monsters/Axis/Axis" extends "Metadata/Monsters/StandaloneMapBoss" Life { on_spawned_alive = "AddEffectPackToVisualSlotAttachedObject( Metadata/Effects/Microtransactions/Weapon_effects/Weapon_effects/blue/artic/1h_sword/1h_sword.epk, MainHand );" on_death = "RemoveEffectPackFromVisualSlotAttachedObject( Metadata/Effects/Microtransactions/Weapon_effects/Weapon_effects/blue/artic/1h_sword/1h_sword.epk, MainHand );" } Preload { preload_epk = "Metadata/Effects/Microtransactions/Weapon_effects/Weapon_effects/blue/artic/1h_sword/1h_sword.epk" }
-- src\Data\Spectres.lua minions["Metadata/Monsters/Axis/AxisEliteSoldierMapBoss2Standalone"] = { name = "Oriath's Vigil", life = 2.7, fireResist = 40, coldResist = 40, lightningResist = 40, chaosResist = 25, 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 = { }, }, }, }
近戰打擊技能對目標附近造成擴散傷害
Id | MonsterMeleeSplash1 |
---|---|
Family | MeleeSplash |
Domains | 怪物 (3) |
GenerationType | 傳奇 (3) |
Req. level | 1 |
Stats | |
Craft Tags | attack |
獲得 25% 物理傷害的冰冷傷害
Id | MonsterImplicitCold1 |
---|---|
Family | ColdDamageAsPortionOfDamage |
Domains | 怪物 (3) |
GenerationType | 傳奇 (3) |
Req. level | 1 |
Stats | |
Craft Tags | physical_damage elemental_damage damage physical elemental cold |
怪物增加 100% 經驗值
增加 15000% 物品掉落稀有度
Id | MonsterMapBoss |
---|---|
Family | MonsterMapBoss |
Domains | 怪物 (3) |
GenerationType | 傳奇 (3) |
Req. level | 1 |
Stats |
monster penalty against minions damage +% final vs player minions [-25]
Id | MonsterDamageVersusPlayerMinions25 |
---|---|
Family | MonsterDamageVersusMinions |
Domains | 怪物 (3) |
GenerationType | 傳奇 (3) |
Req. level | 1 |
Stats | |
Craft Tags | damage |
20% 攻擊傷害格擋率
你承受 10% 來自格擋擊中的傷害
Id | MonsterAttackBlock40Bypass10_ |
---|---|
Family | MonsterBlockAndBypass |
Domains | 怪物 (3) |
GenerationType | 傳奇 (3) |
Req. level | 1 |
Stats | |
Craft Tags | block |
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
Id | StunRepeatImmunityMapBoss_ |
---|---|
Family | Nothing |
Domains | 怪物 (3) |
GenerationType | 傳奇 (3) |
Req. level | 1 |
Stats |
奧瑞亞的堡壘
人形
近戰打擊技能對目標附近造成擴散傷害
獲得 25% 物理傷害的冰冷傷害
怪物增加 100% 經驗值
增加 15000% 物品掉落稀有度
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]
獲得 25% 物理傷害的冰冷傷害
怪物增加 100% 經驗值
增加 15000% 物品掉落稀有度
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
幽魂 | N |
---|---|
標籤 | 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%
抗性
40 40 40 25
傷害
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 }
Object Type Codes
version 2 extends "Metadata/Monsters/Monster" BaseEvents { on_construction_complete = "AddEffectPack( Metadata/Effects/Spells/monsters_effects/AtlasofWorldsBosses/Elder/entrance/affecting_target_instant.epk );" }
-- src\Data\Spectres.lua minions["Metadata/Monsters/Axis/AxisEliteSoldierMapBoss2Elder"] = { name = "Oriath's Vigil", life = 2.7, fireResist = 40, coldResist = 40, lightningResist = 40, chaosResist = 25, damage = 2.35, damageSpread = 0.2, attackTime = 1.245, attackRange = 14, accuracy = 1, weaponType1 = "One Hand Sword", weaponType2 = "Shield", skillList = { }, modList = { }, }
近戰打擊技能對目標附近造成擴散傷害
Id | MonsterMeleeSplash1 |
---|---|
Family | MeleeSplash |
Domains | 怪物 (3) |
GenerationType | 傳奇 (3) |
Req. level | 1 |
Stats | |
Craft Tags | attack |
獲得 25% 物理傷害的冰冷傷害
Id | MonsterImplicitCold1 |
---|---|
Family | ColdDamageAsPortionOfDamage |
Domains | 怪物 (3) |
GenerationType | 傳奇 (3) |
Req. level | 1 |
Stats | |
Craft Tags | physical_damage elemental_damage damage physical elemental cold |
怪物增加 100% 經驗值
增加 15000% 物品掉落稀有度
Id | MonsterMapBoss |
---|---|
Family | MonsterMapBoss |
Domains | 怪物 (3) |
GenerationType | 傳奇 (3) |
Req. level | 1 |
Stats |
monster penalty against minions damage +% final vs player minions [-25]
Id | MonsterDamageVersusPlayerMinions25 |
---|---|
Family | MonsterDamageVersusMinions |
Domains | 怪物 (3) |
GenerationType | 傳奇 (3) |
Req. level | 1 |
Stats | |
Craft Tags | damage |
20% 攻擊傷害格擋率
你承受 10% 來自格擋擊中的傷害
Id | MonsterAttackBlock40Bypass10_ |
---|---|
Family | MonsterBlockAndBypass |
Domains | 怪物 (3) |
GenerationType | 傳奇 (3) |
Req. level | 1 |
Stats | |
Craft Tags | block |
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
Id | StunRepeatImmunityMapBoss_ |
---|---|
Family | Nothing |
Domains | 怪物 (3) |
GenerationType | 傳奇 (3) |
Req. level | 1 |
Stats |