オリアスの警戒
人型エリア: 中庭のマップ
近接ストライクスキルは周囲の対象にスプラッシュダメージを与える
物理ダメージの25%を追加冷気ダメージとして獲得する
ドロップするアイテムのレアリティが15000%増加する
モンスターの付与する経験値が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]
物理ダメージの25%を追加冷気ダメージとして獲得する
ドロップするアイテムのレアリティが15000%増加する
モンスターの付与する経験値が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
| Spectre | N |
|---|---|
| Area | 中庭のマップ |
| Tags | 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%
Ailment Threshold
270%
耐性
Damage
235%
命中
100%
クリティカル率
+5%
クリティカルダメージ倍率
+130%
Attack Distance
6 ~ 14
Attack Time
1.245 Second
Damage Spread
±20%
経験値
200%
Model Size
105%
Type
AxisSoldierEliteMapBoss2
Metadata
AxisEliteSoldierMapBoss2
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
レベル
75
ライフ
1,372,329
アーマー
87,264
回避力
6,029
Damage
1,517
スペルダメージ
2,264
命中
762
Attack Time
0.83415
経験値
129,844
Minion Life
280,109
Minion Damage
1,241
Ailment Threshold
713,611
Chill
2,256
Shock
2,256
Brittle
12,766
Scorch
2,256
Sap
6,234
Phys Convert Ele
275%
The following values are skill base values and do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses, monster base damage(ex: The Maven 150% multiplier), monster rarity bonuses (ex: unique 70% more, unique attack 33% less).
MeleeAtAnimationSpeedUnique
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
通常攻撃
Base Damage: 2408—3613
クリティカル率: 5%
Attack Time: 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]
MonsterGroundIceCyclone
Attack, Area, Melee, Movement
サイクロン
Base Damage: 2408—3613
クリティカル率: 5%
Attack Time: 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]
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 = { }, },
},
}
近接ストライクスキルは周囲の対象にスプラッシュダメージを与える
| Family | MeleeSplash |
|---|---|
| Domains | モンスター (3) |
| GenerationType | ユニーク (3) |
| Req. level | 1 |
| Stats | |
| Craft Tags | アタック |
物理ダメージの25%を追加冷気ダメージとして獲得する
| Family | ColdDamageAsPortionOfDamage |
|---|---|
| Domains | モンスター (3) |
| GenerationType | ユニーク (3) |
| Req. level | 1 |
| Stats | |
| Craft Tags | physical_damage elemental_damage ダメージ 物理 元素 冷気 |
ドロップするアイテムのレアリティが15000%増加する
モンスターの付与する経験値が100%増加する
| Family | MonsterMapBoss |
|---|---|
| Domains | モンスター (3) |
| GenerationType | ユニーク (3) |
| Req. level | 1 |
| Stats |
monster penalty against minions damage +% final vs player minions [-25]
| Family | MonsterDamageVersusMinions |
|---|---|
| Domains | モンスター (3) |
| GenerationType | ユニーク (3) |
| Req. level | 1 |
| Stats | |
| Craft Tags | ダメージ |
アタックブロック率が20%
ブロックしたヒットからダメージの10%を受ける
| 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]
| Family | Nothing |
|---|---|
| Domains | モンスター (3) |
| GenerationType | ユニーク (3) |
| Req. level | 1 |
| Stats |
オリアスの警戒
人型近接ストライクスキルは周囲の対象にスプラッシュダメージを与える
物理ダメージの25%を追加冷気ダメージとして獲得する
ドロップするアイテムのレアリティが15000%増加する
モンスターの付与する経験値が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]
物理ダメージの25%を追加冷気ダメージとして獲得する
ドロップするアイテムのレアリティが15000%増加する
モンスターの付与する経験値が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
| Spectre | N |
|---|---|
| Tags | 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%
Ailment Threshold
270%
耐性
Damage
235%
命中
100%
クリティカル率
+5%
クリティカルダメージ倍率
+130%
Attack Distance
6 ~ 14
Attack Time
1.245 Second
Damage Spread
±20%
経験値
200%
Model Size
105%
Type
AxisSoldierEliteMapBoss2
Metadata
AxisEliteSoldierMapBoss2Standalone
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
レベル
68
ライフ
376,235
アーマー
50,383
回避力
4,739
Damage
1,000
スペルダメージ
1,492
命中
580
Attack Time
0.83415
経験値
112,805
Minion Life
81,609
Minion Damage
798
Ailment Threshold
237,028
Chill
749
Shock
749
Brittle
4,240
Scorch
749
Sap
2,071
Phys Convert Ele
240%
The following values are skill base values and do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses, monster base damage(ex: The Maven 150% multiplier), monster rarity bonuses (ex: unique 70% more, unique attack 33% less).
MeleeAtAnimationSpeedUnique
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
通常攻撃
Base Damage: 1588—2382
クリティカル率: 5%
Attack Time: 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]
MonsterGroundIceCyclone
Attack, Area, Melee, Movement
サイクロン
Base Damage: 1588—2382
クリティカル率: 5%
Attack Time: 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]
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 = { }, },
},
}
近接ストライクスキルは周囲の対象にスプラッシュダメージを与える
| Family | MeleeSplash |
|---|---|
| Domains | モンスター (3) |
| GenerationType | ユニーク (3) |
| Req. level | 1 |
| Stats | |
| Craft Tags | アタック |
物理ダメージの25%を追加冷気ダメージとして獲得する
| Family | ColdDamageAsPortionOfDamage |
|---|---|
| Domains | モンスター (3) |
| GenerationType | ユニーク (3) |
| Req. level | 1 |
| Stats | |
| Craft Tags | physical_damage elemental_damage ダメージ 物理 元素 冷気 |
ドロップするアイテムのレアリティが15000%増加する
モンスターの付与する経験値が100%増加する
| Family | MonsterMapBoss |
|---|---|
| Domains | モンスター (3) |
| GenerationType | ユニーク (3) |
| Req. level | 1 |
| Stats |
monster penalty against minions damage +% final vs player minions [-25]
| Family | MonsterDamageVersusMinions |
|---|---|
| Domains | モンスター (3) |
| GenerationType | ユニーク (3) |
| Req. level | 1 |
| Stats | |
| Craft Tags | ダメージ |
アタックブロック率が20%
ブロックしたヒットからダメージの10%を受ける
| 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]
| Family | Nothing |
|---|---|
| Domains | モンスター (3) |
| GenerationType | ユニーク (3) |
| Req. level | 1 |
| Stats |
オリアスの警戒
人型近接ストライクスキルは周囲の対象にスプラッシュダメージを与える
物理ダメージの25%を追加冷気ダメージとして獲得する
ドロップするアイテムのレアリティが15000%増加する
モンスターの付与する経験値が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]
物理ダメージの25%を追加冷気ダメージとして獲得する
ドロップするアイテムのレアリティが15000%増加する
モンスターの付与する経験値が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
| Spectre | N |
|---|---|
| Tags | 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%
Ailment Threshold
270%
耐性
Damage
235%
命中
100%
クリティカル率
+5%
クリティカルダメージ倍率
+130%
Attack Distance
6 ~ 14
Attack Time
1.245 Second
Damage Spread
±20%
経験値
200%
Model Size
105%
Type
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 = {
},
}
近接ストライクスキルは周囲の対象にスプラッシュダメージを与える
| Family | MeleeSplash |
|---|---|
| Domains | モンスター (3) |
| GenerationType | ユニーク (3) |
| Req. level | 1 |
| Stats | |
| Craft Tags | アタック |
物理ダメージの25%を追加冷気ダメージとして獲得する
| Family | ColdDamageAsPortionOfDamage |
|---|---|
| Domains | モンスター (3) |
| GenerationType | ユニーク (3) |
| Req. level | 1 |
| Stats | |
| Craft Tags | physical_damage elemental_damage ダメージ 物理 元素 冷気 |
ドロップするアイテムのレアリティが15000%増加する
モンスターの付与する経験値が100%増加する
| Family | MonsterMapBoss |
|---|---|
| Domains | モンスター (3) |
| GenerationType | ユニーク (3) |
| Req. level | 1 |
| Stats |
monster penalty against minions damage +% final vs player minions [-25]
| Family | MonsterDamageVersusMinions |
|---|---|
| Domains | モンスター (3) |
| GenerationType | ユニーク (3) |
| Req. level | 1 |
| Stats | |
| Craft Tags | ダメージ |
アタックブロック率が20%
ブロックしたヒットからダメージの10%を受ける
| 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]
| Family | Nothing |
|---|---|
| Domains | モンスター (3) |
| GenerationType | ユニーク (3) |
| Req. level | 1 |
| Stats |
Edit
Wikis Content is available under CC BY-NC-SA 3.0 unless otherwise noted.
Wikis Content is available under CC BY-NC-SA 3.0 unless otherwise noted.