托爾.歐柯索
人形
monster base type attack cast speed +% and damage -% final [33]
Torr Olgosso
幽魂 | N |
---|---|
標籤 | aura_bearer, has_two_hand_sword, has_two_handed_melee, human, humanoid, light_armour, medium_height, medium_movement, melee, not_int, physical_affinity, red_blood, rogue_exile, slashing_weapon |
Packs |
生命
119%
護甲
+60%
閃避
+40%
異常狀態臨界值
119%
抗性
30 30 30 20
傷害
143%
命中
100%
暴擊率
+5%
暴擊加成
+130%
攻擊距離
6 ~ 10
攻擊間隔
1.56 秒
傷害分佈
±20%
經驗值
220%
Model Size
100%
類型
ExileDuelist1
Metadata
ExileDuelist1
下列的數值並未包含地圖加成、怪物Buff加成、祭壇加成、輿圖天賦加成。
等級
68
生命
7,656
護甲
46,064
閃避
6,635
能量護盾
0
傷害
534
法術傷害
534
命中
290
攻擊間隔
1.56
經驗值
22,561
異常狀態臨界值
7,656
冰緩
24
感電
24
易碎
137
焦灼
24
殘喘
67
下列的數值為技能基礎數值,並未包含地圖加成、怪物Buff加成、祭壇加成、輿圖天賦加成、怪物本身傷害加成(例: 釋界 150% 加成),怪物稀有度加成(例: 傳奇 +70% 更多, 傳奇攻擊 33% 更少)。
Melee
攻擊, 範圍攻擊, 技能可幻影射手, 投射物, 近戰單一目標, 攻擊可重複, 近戰, 玩家投射物
普通攻擊
基本傷害: 427–641
暴擊率: 5%
攻擊間隔: 1.56 秒
用強大的攻擊擊倒敵人。
skill can fire arrows [1]
skill can fire wand projectiles [1]
skill can fire wand projectiles [1]
ExileArcticArmour
法術, 增益, 圖騰技能, 持續時間, 消耗保留, 圖騰施放單獨, 冰冷, 造成元素狀態, 立即, NonHitChill, 冰緩區域, 範圍法術, InstantNoRepeatWhenHeld, InstantShiftAttackForLeftMouse, 冷卻
極地裝甲
施放時間: 0.5 秒
召喚刺骨的冰霜之盾,做用期間對於擊中你的敵人造成冰緩。移動時造成冰結地面,並且靜止受到較少火焰及物理傷害。
+3 秒基礎持續時間
站立時,增益效果承受 10% 更少來自擊中的物理傷害
站立時,增益效果承受 10% 更少來自擊中的火焰傷害
站立時,增益效果承受 10% 更少來自擊中的物理傷害
站立時,增益效果承受 10% 更少來自擊中的火焰傷害
MonsterDoubleStrike
攻擊, 近戰單一目標, 攻擊可重複, 近戰, 物理
雙重打擊
基本傷害: 427–641
暴擊率: 5%
攻擊間隔: 1.56 秒
使用近戰武器對著目標進行兩次快速的攻擊。
base skill number of additional hits [1]
ExileHaste
法術, 範圍, 增益, 消耗保留, 圖騰施放單獨, 圖騰技能, 光環, 立即, 可觸發, 範圍法術
施放時間: 1.2 秒
冷卻時間: 0.5 秒
增加 15% 施放速度
增加 15% 攻擊速度
增加 8% 移動速度
active skill area of effect radius +% final [40]
增加 15% 攻擊速度
增加 8% 移動速度
active skill area of effect radius +% final [40]
ExileLeapSlam
攻擊, 範圍, 近戰, 位移, 快行, Slam, 圖騰技能
躍擊
基本傷害: 427–641
暴擊率: 5%
攻擊間隔: 1.56 秒
朝著目標區域躍起,並在落地時以你的武器重擊並擊退範圍內的敵人。被踩到的敵人將會被推出去。限定斧、錘、權杖、劍或是長杖。
造成 25% 更多傷害
基礎範圍為 1.5 米
cast time overrides attack duration [1]
is area damage [1]
基礎範圍為 1.5 米
cast time overrides attack duration [1]
is area damage [1]
Object Type
version 2 extends "Metadata/Monsters/Exiles/Exile" Stats { }
Object Type Codes
version 2 extends "Metadata/Monsters/Exiles/Exile"
-- src\Data\Spectres.lua minions["Metadata/Monsters/Exiles/ExileDuelist1"] = { name = "Torr Olgosso", life = 1.19, fireResist = 30, coldResist = 30, lightningResist = 30, chaosResist = 20, damage = 1.43, damageSpread = 0.2, attackTime = 1.56, attackRange = 10, accuracy = 1, weaponType1 = "Two Hand Sword", skillList = { "MonsterDoubleStrike", "Melee", "ExileLeapSlam", "ExileHaste", "ExileArcticArmour", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["MonsterDoubleStrike"] = { name = "Double Strike", hidden = true, color = "2", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Performs two fast strikes with a melee weapon.", skillTypes = { [SkillType.Attack] = true, [SkillType.MeleeSingleTarget] = true, [SkillType.Multistrikeable] = true, [SkillType.Melee] = true, [SkillType.Physical] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, melee = true, }, baseMods = { }, qualityStats = { }, stats = { "base_skill_number_of_additional_hits", }, levels = { [1] = {1, levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["Melee"] = { 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", }, levels = { [1] = {levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["ExileLeapSlam"] = { name = "Leap Slam", hidden = true, color = "4", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Jump through the air, damaging and knocking back enemies with your weapon where you land. Enemies you would land on are pushed out of the way. Requires an Axe, Mace, Sceptre, Sword or Staff.", skillTypes = { [SkillType.Attack] = true, [SkillType.Area] = true, [SkillType.Melee] = true, [SkillType.Movement] = true, [SkillType.Travel] = true, [SkillType.Slam] = true, [SkillType.Totemable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1.4, baseFlags = { attack = true, area = true, melee = true, }, baseMods = { }, qualityStats = { }, stats = { "active_skill_damage_+%_final", "active_skill_base_area_of_effect_radius", "is_area_damage", "cast_time_overrides_attack_duration", }, levels = { [1] = {25, 15, levelRequirement = 2, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["ExileHaste"] = { name = "ExileHaste", hidden = true, color = "2", baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Area] = true, [SkillType.Buff] = true, [SkillType.HasReservation] = true, [SkillType.TotemCastsAlone] = true, [SkillType.Totemable] = true, [SkillType.Aura] = true, [SkillType.Instant] = true, [SkillType.Triggerable] = true, [SkillType.AreaSpell] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1.2, baseFlags = { area = true, spell = true, aura = true, }, baseMods = { }, qualityStats = { }, stats = { "attack_speed_+%_granted_from_skill", "cast_speed_+%_granted_from_skill", "base_movement_velocity_+%", "active_skill_area_of_effect_radius_+%_final", }, levels = { [1] = {15, 15, 8, 40, levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["ExileArcticArmour"] = { name = "Arctic Armour", hidden = true, color = "2", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Conjures an icy barrier that chills enemies when they hit you. You drop chilled ground while moving, and take less Fire and Physical damage while stationary.", skillTypes = { [SkillType.Spell] = true, [SkillType.Buff] = true, [SkillType.Totemable] = true, [SkillType.Duration] = true, [SkillType.HasReservation] = true, [SkillType.TotemCastsAlone] = true, [SkillType.Cold] = true, [SkillType.ElementalStatus] = true, [SkillType.Instant] = true, [SkillType.NonHitChill] = true, [SkillType.ChillingArea] = true, [SkillType.AreaSpell] = true, [SkillType.InstantNoRepeatWhenHeld] = true, [SkillType.InstantShiftAttackForLeftMouse] = true, [SkillType.Cooldown] = true, }, statDescriptionScope = "buff_skill_stat_descriptions", castTime = 0.5, baseFlags = { spell = true, duration = true, }, baseMods = { }, qualityStats = { }, stats = { "chill_enemy_when_hit_duration_ms", "new_arctic_armour_physical_damage_taken_when_hit_+%_final", "new_arctic_armour_fire_damage_taken_when_hit_+%_final", "base_skill_effect_duration", }, levels = { [1] = {500, -10, -10, 3000, levelRequirement = 4, statInterpolation = {}, cost = { }, }, }, }
monster base type attack cast speed +% and damage -% final [33]
Id | MonsterSpeedAndDamageFixupComplete |
---|---|
Family | MonsterSpeedAndDamageFixup |
Domains | 怪物 (3) |
GenerationType | 傳奇 (3) |
Req. level | 1 |
Stats | |
Craft Tags | caster_damage damage attack caster speed |
托爾.歐柯索
人形
monster base type attack cast speed +% and damage -% final [33]
增加 100% 最大生命
增加 100% 範圍效果
增加 80% 角色體型
增加 100% 最大生命
增加 100% 範圍效果
增加 80% 角色體型
Torr Olgosso
幽魂 | N |
---|---|
標籤 | aura_bearer, has_two_hand_sword, has_two_handed_melee, human, humanoid, light_armour, medium_height, medium_movement, melee, not_int, physical_affinity, red_blood, rogue_exile, slashing_weapon |
生命
119%
護甲
+60%
閃避
+40%
異常狀態臨界值
119%
抗性
30 30 30 20
傷害
143%
命中
100%
暴擊率
+5%
暴擊加成
+130%
攻擊距離
6 ~ 10
攻擊間隔
1.56 秒
傷害分佈
±20%
經驗值
220%
Model Size
100%
類型
ExileDuelist1
Metadata
ExileDuelist1Supporter
下列的數值並未包含地圖加成、怪物Buff加成、祭壇加成、輿圖天賦加成。
等級
68
生命
7,656
護甲
46,064
閃避
6,635
能量護盾
0
傷害
534
法術傷害
534
命中
290
攻擊間隔
1.56
經驗值
22,561
異常狀態臨界值
7,656
冰緩
24
感電
24
易碎
137
焦灼
24
殘喘
67
下列的數值為技能基礎數值,並未包含地圖加成、怪物Buff加成、祭壇加成、輿圖天賦加成、怪物本身傷害加成(例: 釋界 150% 加成),怪物稀有度加成(例: 傳奇 +70% 更多, 傳奇攻擊 33% 更少)。
Melee
攻擊, 範圍攻擊, 技能可幻影射手, 投射物, 近戰單一目標, 攻擊可重複, 近戰, 玩家投射物
普通攻擊
基本傷害: 427–641
暴擊率: 5%
攻擊間隔: 1.56 秒
用強大的攻擊擊倒敵人。
skill can fire arrows [1]
skill can fire wand projectiles [1]
skill can fire wand projectiles [1]
ExileArcticArmour
法術, 增益, 圖騰技能, 持續時間, 消耗保留, 圖騰施放單獨, 冰冷, 造成元素狀態, 立即, NonHitChill, 冰緩區域, 範圍法術, InstantNoRepeatWhenHeld, InstantShiftAttackForLeftMouse, 冷卻
極地裝甲
施放時間: 0.5 秒
召喚刺骨的冰霜之盾,做用期間對於擊中你的敵人造成冰緩。移動時造成冰結地面,並且靜止受到較少火焰及物理傷害。
+3 秒基礎持續時間
站立時,增益效果承受 10% 更少來自擊中的物理傷害
站立時,增益效果承受 10% 更少來自擊中的火焰傷害
站立時,增益效果承受 10% 更少來自擊中的物理傷害
站立時,增益效果承受 10% 更少來自擊中的火焰傷害
MonsterDoubleStrike
攻擊, 近戰單一目標, 攻擊可重複, 近戰, 物理
雙重打擊
基本傷害: 427–641
暴擊率: 5%
攻擊間隔: 1.56 秒
使用近戰武器對著目標進行兩次快速的攻擊。
base skill number of additional hits [1]
ExileHaste
法術, 範圍, 增益, 消耗保留, 圖騰施放單獨, 圖騰技能, 光環, 立即, 可觸發, 範圍法術
施放時間: 1.2 秒
冷卻時間: 0.5 秒
增加 15% 施放速度
增加 15% 攻擊速度
增加 8% 移動速度
active skill area of effect radius +% final [40]
增加 15% 攻擊速度
增加 8% 移動速度
active skill area of effect radius +% final [40]
ExileLeapSlam
攻擊, 範圍, 近戰, 位移, 快行, Slam, 圖騰技能
躍擊
基本傷害: 427–641
暴擊率: 5%
攻擊間隔: 1.56 秒
朝著目標區域躍起,並在落地時以你的武器重擊並擊退範圍內的敵人。被踩到的敵人將會被推出去。限定斧、錘、權杖、劍或是長杖。
造成 25% 更多傷害
基礎範圍為 1.5 米
cast time overrides attack duration [1]
is area damage [1]
基礎範圍為 1.5 米
cast time overrides attack duration [1]
is area damage [1]
Object Type
version 2 extends "Metadata/Monsters/Exiles/Exile" Stats { }
Object Type Codes
version 2 extends "Metadata/Monsters/Exiles/Exile"
-- src\Data\Spectres.lua minions["Metadata/Monsters/Exiles/ExileDuelist1Supporter"] = { name = "Torr Olgosso", life = 1.19, fireResist = 30, coldResist = 30, lightningResist = 30, chaosResist = 20, damage = 1.43, damageSpread = 0.2, attackTime = 1.56, attackRange = 10, accuracy = 1, weaponType1 = "Two Hand Sword", skillList = { "MonsterDoubleStrike", "Melee", "ExileLeapSlam", "ExileHaste", "ExileArcticArmour", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["MonsterDoubleStrike"] = { name = "Double Strike", hidden = true, color = "2", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Performs two fast strikes with a melee weapon.", skillTypes = { [SkillType.Attack] = true, [SkillType.MeleeSingleTarget] = true, [SkillType.Multistrikeable] = true, [SkillType.Melee] = true, [SkillType.Physical] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, melee = true, }, baseMods = { }, qualityStats = { }, stats = { "base_skill_number_of_additional_hits", }, levels = { [1] = {1, levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["Melee"] = { 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", }, levels = { [1] = {levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["ExileLeapSlam"] = { name = "Leap Slam", hidden = true, color = "4", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Jump through the air, damaging and knocking back enemies with your weapon where you land. Enemies you would land on are pushed out of the way. Requires an Axe, Mace, Sceptre, Sword or Staff.", skillTypes = { [SkillType.Attack] = true, [SkillType.Area] = true, [SkillType.Melee] = true, [SkillType.Movement] = true, [SkillType.Travel] = true, [SkillType.Slam] = true, [SkillType.Totemable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1.4, baseFlags = { attack = true, area = true, melee = true, }, baseMods = { }, qualityStats = { }, stats = { "active_skill_damage_+%_final", "active_skill_base_area_of_effect_radius", "is_area_damage", "cast_time_overrides_attack_duration", }, levels = { [1] = {25, 15, levelRequirement = 2, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["ExileHaste"] = { name = "ExileHaste", hidden = true, color = "2", baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Area] = true, [SkillType.Buff] = true, [SkillType.HasReservation] = true, [SkillType.TotemCastsAlone] = true, [SkillType.Totemable] = true, [SkillType.Aura] = true, [SkillType.Instant] = true, [SkillType.Triggerable] = true, [SkillType.AreaSpell] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1.2, baseFlags = { area = true, spell = true, aura = true, }, baseMods = { }, qualityStats = { }, stats = { "attack_speed_+%_granted_from_skill", "cast_speed_+%_granted_from_skill", "base_movement_velocity_+%", "active_skill_area_of_effect_radius_+%_final", }, levels = { [1] = {15, 15, 8, 40, levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["ExileArcticArmour"] = { name = "Arctic Armour", hidden = true, color = "2", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Conjures an icy barrier that chills enemies when they hit you. You drop chilled ground while moving, and take less Fire and Physical damage while stationary.", skillTypes = { [SkillType.Spell] = true, [SkillType.Buff] = true, [SkillType.Totemable] = true, [SkillType.Duration] = true, [SkillType.HasReservation] = true, [SkillType.TotemCastsAlone] = true, [SkillType.Cold] = true, [SkillType.ElementalStatus] = true, [SkillType.Instant] = true, [SkillType.NonHitChill] = true, [SkillType.ChillingArea] = true, [SkillType.AreaSpell] = true, [SkillType.InstantNoRepeatWhenHeld] = true, [SkillType.InstantShiftAttackForLeftMouse] = true, [SkillType.Cooldown] = true, }, statDescriptionScope = "buff_skill_stat_descriptions", castTime = 0.5, baseFlags = { spell = true, duration = true, }, baseMods = { }, qualityStats = { }, stats = { "chill_enemy_when_hit_duration_ms", "new_arctic_armour_physical_damage_taken_when_hit_+%_final", "new_arctic_armour_fire_damage_taken_when_hit_+%_final", "base_skill_effect_duration", }, levels = { [1] = {500, -10, -10, 3000, levelRequirement = 4, statInterpolation = {}, cost = { }, }, }, }
monster base type attack cast speed +% and damage -% final [33]
Id | MonsterSpeedAndDamageFixupComplete |
---|---|
Family | MonsterSpeedAndDamageFixup |
Domains | 怪物 (3) |
GenerationType | 傳奇 (3) |
Req. level | 1 |
Stats | |
Craft Tags | caster_damage damage attack caster speed |
增加 100% 最大生命
增加 100% 範圍效果
增加 80% 角色體型
Id | MonsterSupporterGigantism1 |
---|---|
Family | MonsterSupporterGigantism |
Domains | 怪物 (3) |
GenerationType | 傳奇 (3) |
Req. level | 1 |
Stats |
托爾.歐柯索
人形
地區: 苦行之域
怪物增加 100% 經驗值
增加 15000% 物品掉落稀有度
monster base type attack cast speed +% and damage -% final [33]
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
增加 15000% 物品掉落稀有度
monster base type attack cast speed +% and damage -% final [33]
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
Torr Olgosso
幽魂 | N |
---|---|
地區 | 苦行之域 |
標籤 | aura_bearer, has_two_hand_sword, has_two_handed_melee, human, humanoid, light_armour, medium_height, medium_movement, melee, non_unique_map_boss, not_int, physical_affinity, red_blood, rogue_exile, slashing_weapon |
生命
238%
護甲
+60%
閃避
+40%
異常狀態臨界值
238%
抗性
40 40 40 25
傷害
144%
命中
100%
暴擊率
+5%
暴擊加成
+130%
攻擊距離
6 ~ 10
攻擊間隔
1.56 秒
傷害分佈
±20%
經驗值
200%
Model Size
100%
類型
ExileDuelist1MapBoss
Metadata
ExileDuelist1MapBoss
下列的數值並未包含地圖加成、怪物Buff加成、祭壇加成、輿圖天賦加成。
等級
77
生命
1,526,541
護甲
93,192
閃避
9,027
能量護盾
0
傷害
1,045
法術傷害
1,559
命中
412
攻擊間隔
1.0452
經驗值
134,112
異常狀態臨界值
763,270
冰緩
2,413
感電
2,413
易碎
13,654
焦灼
2,413
殘喘
6,668
下列的數值為技能基礎數值,並未包含地圖加成、怪物Buff加成、祭壇加成、輿圖天賦加成、怪物本身傷害加成(例: 釋界 150% 加成),怪物稀有度加成(例: 傳奇 +70% 更多, 傳奇攻擊 33% 更少)。
Melee
攻擊, 範圍攻擊, 技能可幻影射手, 投射物, 近戰單一目標, 攻擊可重複, 近戰, 玩家投射物
普通攻擊
基本傷害: 1659–2489
暴擊率: 5%
攻擊間隔: 1.56 秒
用強大的攻擊擊倒敵人。
skill can fire arrows [1]
skill can fire wand projectiles [1]
skill can fire wand projectiles [1]
ExileArcticArmour
法術, 增益, 圖騰技能, 持續時間, 消耗保留, 圖騰施放單獨, 冰冷, 造成元素狀態, 立即, NonHitChill, 冰緩區域, 範圍法術, InstantNoRepeatWhenHeld, InstantShiftAttackForLeftMouse, 冷卻
極地裝甲
施放時間: 0.5 秒
召喚刺骨的冰霜之盾,做用期間對於擊中你的敵人造成冰緩。移動時造成冰結地面,並且靜止受到較少火焰及物理傷害。
+3 秒基礎持續時間
站立時,增益效果承受 10% 更少來自擊中的物理傷害
站立時,增益效果承受 10% 更少來自擊中的火焰傷害
站立時,增益效果承受 10% 更少來自擊中的物理傷害
站立時,增益效果承受 10% 更少來自擊中的火焰傷害
MonsterDoubleStrike
攻擊, 近戰單一目標, 攻擊可重複, 近戰, 物理
雙重打擊
基本傷害: 1659–2489
暴擊率: 5%
攻擊間隔: 1.56 秒
使用近戰武器對著目標進行兩次快速的攻擊。
base skill number of additional hits [1]
ExileHaste
法術, 範圍, 增益, 消耗保留, 圖騰施放單獨, 圖騰技能, 光環, 立即, 可觸發, 範圍法術
施放時間: 1.2 秒
冷卻時間: 0.5 秒
增加 15% 施放速度
增加 15% 攻擊速度
增加 8% 移動速度
active skill area of effect radius +% final [40]
增加 15% 攻擊速度
增加 8% 移動速度
active skill area of effect radius +% final [40]
ExileLeapSlam
攻擊, 範圍, 近戰, 位移, 快行, Slam, 圖騰技能
躍擊
基本傷害: 1659–2489
暴擊率: 5%
攻擊間隔: 1.56 秒
朝著目標區域躍起,並在落地時以你的武器重擊並擊退範圍內的敵人。被踩到的敵人將會被推出去。限定斧、錘、權杖、劍或是長杖。
造成 25% 更多傷害
基礎範圍為 1.5 米
cast time overrides attack duration [1]
is area damage [1]
基礎範圍為 1.5 米
cast time overrides attack duration [1]
is area damage [1]
Object Type
version 2 extends "Metadata/Monsters/Exiles/ExileMapBoss" Stats { }
Object Type Codes
version 2 extends "Metadata/Monsters/Exiles/ExileMapBoss"
-- src\Data\Spectres.lua minions["Metadata/Monsters/Exiles/ExileDuelist1MapBoss"] = { name = "Torr Olgosso", life = 2.38, fireResist = 40, coldResist = 40, lightningResist = 40, chaosResist = 25, damage = 1.44, damageSpread = 0.2, attackTime = 1.56, attackRange = 10, accuracy = 1, weaponType1 = "Two Hand Sword", skillList = { "MonsterDoubleStrike", "Melee", "ExileLeapSlam", "ExileHaste", "ExileArcticArmour", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["MonsterDoubleStrike"] = { name = "Double Strike", hidden = true, color = "2", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Performs two fast strikes with a melee weapon.", skillTypes = { [SkillType.Attack] = true, [SkillType.MeleeSingleTarget] = true, [SkillType.Multistrikeable] = true, [SkillType.Melee] = true, [SkillType.Physical] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, melee = true, }, baseMods = { }, qualityStats = { }, stats = { "base_skill_number_of_additional_hits", }, levels = { [1] = {1, levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["Melee"] = { 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", }, levels = { [1] = {levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["ExileLeapSlam"] = { name = "Leap Slam", hidden = true, color = "4", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Jump through the air, damaging and knocking back enemies with your weapon where you land. Enemies you would land on are pushed out of the way. Requires an Axe, Mace, Sceptre, Sword or Staff.", skillTypes = { [SkillType.Attack] = true, [SkillType.Area] = true, [SkillType.Melee] = true, [SkillType.Movement] = true, [SkillType.Travel] = true, [SkillType.Slam] = true, [SkillType.Totemable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1.4, baseFlags = { attack = true, area = true, melee = true, }, baseMods = { }, qualityStats = { }, stats = { "active_skill_damage_+%_final", "active_skill_base_area_of_effect_radius", "is_area_damage", "cast_time_overrides_attack_duration", }, levels = { [1] = {25, 15, levelRequirement = 2, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["ExileHaste"] = { name = "ExileHaste", hidden = true, color = "2", baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Area] = true, [SkillType.Buff] = true, [SkillType.HasReservation] = true, [SkillType.TotemCastsAlone] = true, [SkillType.Totemable] = true, [SkillType.Aura] = true, [SkillType.Instant] = true, [SkillType.Triggerable] = true, [SkillType.AreaSpell] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1.2, baseFlags = { area = true, spell = true, aura = true, }, baseMods = { }, qualityStats = { }, stats = { "attack_speed_+%_granted_from_skill", "cast_speed_+%_granted_from_skill", "base_movement_velocity_+%", "active_skill_area_of_effect_radius_+%_final", }, levels = { [1] = {15, 15, 8, 40, levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["ExileArcticArmour"] = { name = "Arctic Armour", hidden = true, color = "2", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Conjures an icy barrier that chills enemies when they hit you. You drop chilled ground while moving, and take less Fire and Physical damage while stationary.", skillTypes = { [SkillType.Spell] = true, [SkillType.Buff] = true, [SkillType.Totemable] = true, [SkillType.Duration] = true, [SkillType.HasReservation] = true, [SkillType.TotemCastsAlone] = true, [SkillType.Cold] = true, [SkillType.ElementalStatus] = true, [SkillType.Instant] = true, [SkillType.NonHitChill] = true, [SkillType.ChillingArea] = true, [SkillType.AreaSpell] = true, [SkillType.InstantNoRepeatWhenHeld] = true, [SkillType.InstantShiftAttackForLeftMouse] = true, [SkillType.Cooldown] = true, }, statDescriptionScope = "buff_skill_stat_descriptions", castTime = 0.5, baseFlags = { spell = true, duration = true, }, baseMods = { }, qualityStats = { }, stats = { "chill_enemy_when_hit_duration_ms", "new_arctic_armour_physical_damage_taken_when_hit_+%_final", "new_arctic_armour_fire_damage_taken_when_hit_+%_final", "base_skill_effect_duration", }, levels = { [1] = {500, -10, -10, 3000, levelRequirement = 4, statInterpolation = {}, cost = { }, }, }, }
怪物增加 100% 經驗值
增加 15000% 物品掉落稀有度
Id | MonsterMapBoss |
---|---|
Family | MonsterMapBoss |
Domains | 怪物 (3) |
GenerationType | 傳奇 (3) |
Req. level | 1 |
Stats |
monster base type attack cast speed +% and damage -% final [33]
Id | MonsterSpeedAndDamageFixupComplete |
---|---|
Family | MonsterSpeedAndDamageFixup |
Domains | 怪物 (3) |
GenerationType | 傳奇 (3) |
Req. level | 1 |
Stats | |
Craft Tags | caster_damage damage attack caster speed |
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 |
托爾.歐柯索
人形
怪物增加 100% 經驗值
增加 15000% 物品掉落稀有度
monster base type attack cast speed +% and damage -% final [33]
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
增加 15000% 物品掉落稀有度
monster base type attack cast speed +% and damage -% final [33]
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
Torr Olgosso
幽魂 | N |
---|---|
標籤 | aura_bearer, has_two_hand_sword, has_two_handed_melee, human, humanoid, light_armour, medium_height, medium_movement, melee, not_int, physical_affinity, red_blood, slashing_weapon, standalone_map_boss |
生命
238%
護甲
+60%
閃避
+40%
異常狀態臨界值
238%
抗性
40 40 40 25
傷害
144%
命中
100%
暴擊率
+5%
暴擊加成
+130%
攻擊距離
6 ~ 10
攻擊間隔
1.56 秒
傷害分佈
±20%
經驗值
200%
Model Size
100%
類型
ExileDuelist1MapBoss
Metadata
ExileDuelist1MapBossStandalone
下列的數值並未包含地圖加成、怪物Buff加成、祭壇加成、輿圖天賦加成。
等級
68
生命
331,644
護甲
46,064
閃避
6,635
能量護盾
0
傷害
613
法術傷害
914
命中
290
攻擊間隔
1.0452
經驗值
112,805
異常狀態臨界值
208,936
冰緩
661
感電
661
易碎
3,738
焦灼
661
殘喘
1,825
下列的數值為技能基礎數值,並未包含地圖加成、怪物Buff加成、祭壇加成、輿圖天賦加成、怪物本身傷害加成(例: 釋界 150% 加成),怪物稀有度加成(例: 傳奇 +70% 更多, 傳奇攻擊 33% 更少)。
Melee
攻擊, 範圍攻擊, 技能可幻影射手, 投射物, 近戰單一目標, 攻擊可重複, 近戰, 玩家投射物
普通攻擊
基本傷害: 973–1459
暴擊率: 5%
攻擊間隔: 1.56 秒
用強大的攻擊擊倒敵人。
skill can fire arrows [1]
skill can fire wand projectiles [1]
skill can fire wand projectiles [1]
ExileArcticArmour
法術, 增益, 圖騰技能, 持續時間, 消耗保留, 圖騰施放單獨, 冰冷, 造成元素狀態, 立即, NonHitChill, 冰緩區域, 範圍法術, InstantNoRepeatWhenHeld, InstantShiftAttackForLeftMouse, 冷卻
極地裝甲
施放時間: 0.5 秒
召喚刺骨的冰霜之盾,做用期間對於擊中你的敵人造成冰緩。移動時造成冰結地面,並且靜止受到較少火焰及物理傷害。
+3 秒基礎持續時間
站立時,增益效果承受 10% 更少來自擊中的物理傷害
站立時,增益效果承受 10% 更少來自擊中的火焰傷害
站立時,增益效果承受 10% 更少來自擊中的物理傷害
站立時,增益效果承受 10% 更少來自擊中的火焰傷害
MonsterDoubleStrike
攻擊, 近戰單一目標, 攻擊可重複, 近戰, 物理
雙重打擊
基本傷害: 973–1459
暴擊率: 5%
攻擊間隔: 1.56 秒
使用近戰武器對著目標進行兩次快速的攻擊。
base skill number of additional hits [1]
ExileHaste
法術, 範圍, 增益, 消耗保留, 圖騰施放單獨, 圖騰技能, 光環, 立即, 可觸發, 範圍法術
施放時間: 1.2 秒
冷卻時間: 0.5 秒
增加 15% 施放速度
增加 15% 攻擊速度
增加 8% 移動速度
active skill area of effect radius +% final [40]
增加 15% 攻擊速度
增加 8% 移動速度
active skill area of effect radius +% final [40]
ExileLeapSlam
攻擊, 範圍, 近戰, 位移, 快行, Slam, 圖騰技能
躍擊
基本傷害: 973–1459
暴擊率: 5%
攻擊間隔: 1.56 秒
朝著目標區域躍起,並在落地時以你的武器重擊並擊退範圍內的敵人。被踩到的敵人將會被推出去。限定斧、錘、權杖、劍或是長杖。
造成 25% 更多傷害
基礎範圍為 1.5 米
cast time overrides attack duration [1]
is area damage [1]
基礎範圍為 1.5 米
cast time overrides attack duration [1]
is area damage [1]
Object Type
version 2 extends "Metadata/Monsters/Exiles/ExileMapBoss" extends "Metadata/Monsters/StandaloneMapBoss"
Object Type Codes
version 2 extends "Metadata/Monsters/Exiles/ExileMapBoss" extends "Metadata/Monsters/StandaloneMapBoss"
-- src\Data\Spectres.lua minions["Metadata/Monsters/Exiles/ExileDuelist1MapBossStandalone"] = { name = "Torr Olgosso", life = 2.38, fireResist = 40, coldResist = 40, lightningResist = 40, chaosResist = 25, damage = 1.44, damageSpread = 0.2, attackTime = 1.56, attackRange = 10, accuracy = 1, weaponType1 = "Two Hand Sword", skillList = { "MonsterDoubleStrike", "Melee", "ExileLeapSlam", "ExileHaste", "ExileArcticArmour", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["MonsterDoubleStrike"] = { name = "Double Strike", hidden = true, color = "2", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Performs two fast strikes with a melee weapon.", skillTypes = { [SkillType.Attack] = true, [SkillType.MeleeSingleTarget] = true, [SkillType.Multistrikeable] = true, [SkillType.Melee] = true, [SkillType.Physical] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, melee = true, }, baseMods = { }, qualityStats = { }, stats = { "base_skill_number_of_additional_hits", }, levels = { [1] = {1, levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["Melee"] = { 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", }, levels = { [1] = {levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["ExileLeapSlam"] = { name = "Leap Slam", hidden = true, color = "4", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Jump through the air, damaging and knocking back enemies with your weapon where you land. Enemies you would land on are pushed out of the way. Requires an Axe, Mace, Sceptre, Sword or Staff.", skillTypes = { [SkillType.Attack] = true, [SkillType.Area] = true, [SkillType.Melee] = true, [SkillType.Movement] = true, [SkillType.Travel] = true, [SkillType.Slam] = true, [SkillType.Totemable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1.4, baseFlags = { attack = true, area = true, melee = true, }, baseMods = { }, qualityStats = { }, stats = { "active_skill_damage_+%_final", "active_skill_base_area_of_effect_radius", "is_area_damage", "cast_time_overrides_attack_duration", }, levels = { [1] = {25, 15, levelRequirement = 2, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["ExileHaste"] = { name = "ExileHaste", hidden = true, color = "2", baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Area] = true, [SkillType.Buff] = true, [SkillType.HasReservation] = true, [SkillType.TotemCastsAlone] = true, [SkillType.Totemable] = true, [SkillType.Aura] = true, [SkillType.Instant] = true, [SkillType.Triggerable] = true, [SkillType.AreaSpell] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1.2, baseFlags = { area = true, spell = true, aura = true, }, baseMods = { }, qualityStats = { }, stats = { "attack_speed_+%_granted_from_skill", "cast_speed_+%_granted_from_skill", "base_movement_velocity_+%", "active_skill_area_of_effect_radius_+%_final", }, levels = { [1] = {15, 15, 8, 40, levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["ExileArcticArmour"] = { name = "Arctic Armour", hidden = true, color = "2", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Conjures an icy barrier that chills enemies when they hit you. You drop chilled ground while moving, and take less Fire and Physical damage while stationary.", skillTypes = { [SkillType.Spell] = true, [SkillType.Buff] = true, [SkillType.Totemable] = true, [SkillType.Duration] = true, [SkillType.HasReservation] = true, [SkillType.TotemCastsAlone] = true, [SkillType.Cold] = true, [SkillType.ElementalStatus] = true, [SkillType.Instant] = true, [SkillType.NonHitChill] = true, [SkillType.ChillingArea] = true, [SkillType.AreaSpell] = true, [SkillType.InstantNoRepeatWhenHeld] = true, [SkillType.InstantShiftAttackForLeftMouse] = true, [SkillType.Cooldown] = true, }, statDescriptionScope = "buff_skill_stat_descriptions", castTime = 0.5, baseFlags = { spell = true, duration = true, }, baseMods = { }, qualityStats = { }, stats = { "chill_enemy_when_hit_duration_ms", "new_arctic_armour_physical_damage_taken_when_hit_+%_final", "new_arctic_armour_fire_damage_taken_when_hit_+%_final", "base_skill_effect_duration", }, levels = { [1] = {500, -10, -10, 3000, levelRequirement = 4, statInterpolation = {}, cost = { }, }, }, }
怪物增加 100% 經驗值
增加 15000% 物品掉落稀有度
Id | MonsterMapBoss |
---|---|
Family | MonsterMapBoss |
Domains | 怪物 (3) |
GenerationType | 傳奇 (3) |
Req. level | 1 |
Stats |
monster base type attack cast speed +% and damage -% final [33]
Id | MonsterSpeedAndDamageFixupComplete |
---|---|
Family | MonsterSpeedAndDamageFixup |
Domains | 怪物 (3) |
GenerationType | 傳奇 (3) |
Req. level | 1 |
Stats | |
Craft Tags | caster_damage damage attack caster speed |
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 |
托爾.歐柯索
人形
怪物增加 100% 經驗值
增加 15000% 物品掉落稀有度
monster base type attack cast speed +% and damage -% final [33]
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
增加 15000% 物品掉落稀有度
monster base type attack cast speed +% and damage -% final [33]
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
Torr Olgosso
幽魂 | N |
---|---|
標籤 | elder_map_boss, has_two_hand_sword, has_two_handed_melee, human, humanoid, light_armour, medium_height, medium_movement, non_attacking, not_int, red_blood, slashing_weapon |
生命
238%
護甲
+60%
閃避
+40%
異常狀態臨界值
238%
抗性
40 40 40 25
傷害
144%
命中
100%
暴擊率
+5%
暴擊加成
+130%
攻擊距離
6 ~ 10
攻擊間隔
1.56 秒
傷害分佈
±20%
經驗值
200%
Model Size
100%
類型
ExileDuelist1MapBoss
Metadata
ExileDuelist1MapBossElder
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/Exiles/ExileDuelist1MapBossElder"] = { name = "Torr Olgosso", life = 2.38, fireResist = 40, coldResist = 40, lightningResist = 40, chaosResist = 25, damage = 1.44, damageSpread = 0.2, attackTime = 1.56, attackRange = 10, accuracy = 1, weaponType1 = "Two Hand Sword", skillList = { }, modList = { }, }
怪物增加 100% 經驗值
增加 15000% 物品掉落稀有度
Id | MonsterMapBoss |
---|---|
Family | MonsterMapBoss |
Domains | 怪物 (3) |
GenerationType | 傳奇 (3) |
Req. level | 1 |
Stats |
monster base type attack cast speed +% and damage -% final [33]
Id | MonsterSpeedAndDamageFixupComplete |
---|---|
Family | MonsterSpeedAndDamageFixup |
Domains | 怪物 (3) |
GenerationType | 傳奇 (3) |
Req. level | 1 |
Stats | |
Craft Tags | caster_damage damage attack caster speed |
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 |
托爾.歐柯索
人形
monster base type attack cast speed +% and damage -% final [33]
Torr Olgosso
幽魂 | N |
---|---|
標籤 | aura_bearer, delve_monster, exile, has_two_hand_sword, has_two_handed_melee, human, humanoid, light_armour, medium_height, medium_movement, melee, no_pantheon_mod, not_int, physical_affinity, red_blood, slashing_weapon |
生命
119%
護甲
+60%
閃避
+40%
異常狀態臨界值
119%
抗性
30 30 30 20
傷害
143%
命中
100%
暴擊率
+5%
暴擊加成
+130%
攻擊距離
6 ~ 10
攻擊間隔
1.56 秒
傷害分佈
±20%
經驗值
220%
Model Size
100%
類型
ExileDuelistDelve1
Metadata
DelveExileDuelist1
下列的數值並未包含地圖加成、怪物Buff加成、祭壇加成、輿圖天賦加成。
等級
68
生命
7,656
護甲
46,064
閃避
6,635
能量護盾
0
傷害
534
法術傷害
534
命中
290
攻擊間隔
1.56
經驗值
22,561
異常狀態臨界值
7,656
冰緩
24
感電
24
易碎
137
焦灼
24
殘喘
67
下列的數值為技能基礎數值,並未包含地圖加成、怪物Buff加成、祭壇加成、輿圖天賦加成、怪物本身傷害加成(例: 釋界 150% 加成),怪物稀有度加成(例: 傳奇 +70% 更多, 傳奇攻擊 33% 更少)。
Melee
攻擊, 範圍攻擊, 技能可幻影射手, 投射物, 近戰單一目標, 攻擊可重複, 近戰, 玩家投射物
普通攻擊
基本傷害: 427–641
暴擊率: 5%
攻擊間隔: 1.56 秒
用強大的攻擊擊倒敵人。
skill can fire arrows [1]
skill can fire wand projectiles [1]
skill can fire wand projectiles [1]
ExileArcticArmour
法術, 增益, 圖騰技能, 持續時間, 消耗保留, 圖騰施放單獨, 冰冷, 造成元素狀態, 立即, NonHitChill, 冰緩區域, 範圍法術, InstantNoRepeatWhenHeld, InstantShiftAttackForLeftMouse, 冷卻
極地裝甲
施放時間: 0.5 秒
召喚刺骨的冰霜之盾,做用期間對於擊中你的敵人造成冰緩。移動時造成冰結地面,並且靜止受到較少火焰及物理傷害。
+3 秒基礎持續時間
站立時,增益效果承受 10% 更少來自擊中的物理傷害
站立時,增益效果承受 10% 更少來自擊中的火焰傷害
站立時,增益效果承受 10% 更少來自擊中的物理傷害
站立時,增益效果承受 10% 更少來自擊中的火焰傷害
MonsterDoubleStrike
攻擊, 近戰單一目標, 攻擊可重複, 近戰, 物理
雙重打擊
基本傷害: 427–641
暴擊率: 5%
攻擊間隔: 1.56 秒
使用近戰武器對著目標進行兩次快速的攻擊。
base skill number of additional hits [1]
ExileHaste
法術, 範圍, 增益, 消耗保留, 圖騰施放單獨, 圖騰技能, 光環, 立即, 可觸發, 範圍法術
施放時間: 1.2 秒
冷卻時間: 0.5 秒
增加 15% 施放速度
增加 15% 攻擊速度
增加 8% 移動速度
active skill area of effect radius +% final [40]
增加 15% 攻擊速度
增加 8% 移動速度
active skill area of effect radius +% final [40]
ExileLeapSlam
攻擊, 範圍, 近戰, 位移, 快行, Slam, 圖騰技能
躍擊
基本傷害: 427–641
暴擊率: 5%
攻擊間隔: 1.56 秒
朝著目標區域躍起,並在落地時以你的武器重擊並擊退範圍內的敵人。被踩到的敵人將會被推出去。限定斧、錘、權杖、劍或是長杖。
造成 25% 更多傷害
基礎範圍為 1.5 米
cast time overrides attack duration [1]
is area damage [1]
基礎範圍為 1.5 米
cast time overrides attack duration [1]
is area damage [1]
WalkEmergeExile
walk emerge distance [200]
Object Type
version 2 extends "Metadata/Monsters/Exiles/Exile" Stats { }
Object Type Codes
version 2 extends "Metadata/Monsters/Exiles/Exile"
-- src\Data\Spectres.lua minions["Metadata/Monsters/Exiles/DelveExileDuelist1"] = { name = "Torr Olgosso", life = 1.19, fireResist = 30, coldResist = 30, lightningResist = 30, chaosResist = 20, damage = 1.43, damageSpread = 0.2, attackTime = 1.56, attackRange = 10, accuracy = 1, weaponType1 = "Two Hand Sword", skillList = { "MonsterDoubleStrike", "Melee", "ExileLeapSlam", "ExileHaste", "ExileArcticArmour", "WalkEmergeExile", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["MonsterDoubleStrike"] = { name = "Double Strike", hidden = true, color = "2", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Performs two fast strikes with a melee weapon.", skillTypes = { [SkillType.Attack] = true, [SkillType.MeleeSingleTarget] = true, [SkillType.Multistrikeable] = true, [SkillType.Melee] = true, [SkillType.Physical] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, melee = true, }, baseMods = { }, qualityStats = { }, stats = { "base_skill_number_of_additional_hits", }, levels = { [1] = {1, levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["Melee"] = { 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", }, levels = { [1] = {levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["ExileLeapSlam"] = { name = "Leap Slam", hidden = true, color = "4", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Jump through the air, damaging and knocking back enemies with your weapon where you land. Enemies you would land on are pushed out of the way. Requires an Axe, Mace, Sceptre, Sword or Staff.", skillTypes = { [SkillType.Attack] = true, [SkillType.Area] = true, [SkillType.Melee] = true, [SkillType.Movement] = true, [SkillType.Travel] = true, [SkillType.Slam] = true, [SkillType.Totemable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1.4, baseFlags = { attack = true, area = true, melee = true, }, baseMods = { }, qualityStats = { }, stats = { "active_skill_damage_+%_final", "active_skill_base_area_of_effect_radius", "is_area_damage", "cast_time_overrides_attack_duration", }, levels = { [1] = {25, 15, levelRequirement = 2, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["ExileHaste"] = { name = "ExileHaste", hidden = true, color = "2", baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Area] = true, [SkillType.Buff] = true, [SkillType.HasReservation] = true, [SkillType.TotemCastsAlone] = true, [SkillType.Totemable] = true, [SkillType.Aura] = true, [SkillType.Instant] = true, [SkillType.Triggerable] = true, [SkillType.AreaSpell] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1.2, baseFlags = { area = true, spell = true, aura = true, }, baseMods = { }, qualityStats = { }, stats = { "attack_speed_+%_granted_from_skill", "cast_speed_+%_granted_from_skill", "base_movement_velocity_+%", "active_skill_area_of_effect_radius_+%_final", }, levels = { [1] = {15, 15, 8, 40, levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["ExileArcticArmour"] = { name = "Arctic Armour", hidden = true, color = "2", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Conjures an icy barrier that chills enemies when they hit you. You drop chilled ground while moving, and take less Fire and Physical damage while stationary.", skillTypes = { [SkillType.Spell] = true, [SkillType.Buff] = true, [SkillType.Totemable] = true, [SkillType.Duration] = true, [SkillType.HasReservation] = true, [SkillType.TotemCastsAlone] = true, [SkillType.Cold] = true, [SkillType.ElementalStatus] = true, [SkillType.Instant] = true, [SkillType.NonHitChill] = true, [SkillType.ChillingArea] = true, [SkillType.AreaSpell] = true, [SkillType.InstantNoRepeatWhenHeld] = true, [SkillType.InstantShiftAttackForLeftMouse] = true, [SkillType.Cooldown] = true, }, statDescriptionScope = "buff_skill_stat_descriptions", castTime = 0.5, baseFlags = { spell = true, duration = true, }, baseMods = { }, qualityStats = { }, stats = { "chill_enemy_when_hit_duration_ms", "new_arctic_armour_physical_damage_taken_when_hit_+%_final", "new_arctic_armour_fire_damage_taken_when_hit_+%_final", "base_skill_effect_duration", }, levels = { [1] = {500, -10, -10, 3000, levelRequirement = 4, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["WalkEmergeExile"] = { name = "WalkEmergeExile", hidden = true, color = "4", baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { }, baseMods = { }, qualityStats = { }, stats = { "walk_emerge_distance", }, levels = { [1] = {200, levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, }
monster base type attack cast speed +% and damage -% final [33]
Id | MonsterSpeedAndDamageFixupComplete |
---|---|
Family | MonsterSpeedAndDamageFixup |
Domains | 怪物 (3) |
GenerationType | 傳奇 (3) |
Req. level | 1 |
Stats | |
Craft Tags | caster_damage damage attack caster speed |