토르 오글로소
인간형
monster base type attack cast speed +% and damage -% final [33]
Torr Olgosso
Spectre | N |
---|---|
Tags | 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%
Ailment Threshold
119%
저항
30 30 30 20
Damage
143%
정확도
100%
치명타 확률
+5%
치명타 피해 배율
+130%
Attack Distance
6 ~ 10
Attack Time
1.56 Second
Damage Spread
±20%
경험치
220%
Model Size
100%
Type
ExileDuelist1
Metadata
ExileDuelist1
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
레벨
68
생명력
7,656
방어도
46,064
회피
6,635
에너지 보호막
0
Damage
534
주문 피해
534
정확도
290
Attack Time
1.56
경험치
22,561
Ailment Threshold
7,656
Chill
24
Shock
24
Brittle
137
Scorch
24
Sap
67
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).
Melee
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
기본 공격
Base Damage: 427–641
치명타 확률: 5%
Attack Time: 1.56 초
강력한 일격으로 적들을 쓰러트립니다.
skill can fire arrows [1]
skill can fire wand projectiles [1]
skill can fire wand projectiles [1]
ExileArcticArmour
Spell, Buff, Totemable, Duration, HasReservation, TotemCastsAlone, Cold, ElementalStatus, Instant, NonHitChill, ChillingArea, AreaSpell, InstantNoRepeatWhenHeld, InstantShiftAttackForLeftMouse, Cooldown
한기의 방어구
시전 속도: 0.5 초
피격 시 해당 적을 냉각시키는 얼음 방어막을 만듭니다. 이동 상태에서는 지면을 얼어붙게 만들고, 정지 상태에서는 화염 피해와 물리 피해가 감폭합니다.
기본 지속시간 3초
버프 시 정지 상태일 때 피격으로 받는 물리 피해 10% 감폭
버프 시 정지 상태일 때 피격으로 받는 화염 피해 10% 감폭
버프 시 정지 상태일 때 피격으로 받는 물리 피해 10% 감폭
버프 시 정지 상태일 때 피격으로 받는 화염 피해 10% 감폭
MonsterDoubleStrike
Attack, MeleeSingleTarget, Multistrikeable, Melee, Physical
이중 타격
Base Damage: 427–641
치명타 확률: 5%
Attack Time: 1.56 초
근접 무기를 빠르게 두 번 휘둘러 공격합니다.
base skill number of additional hits [1]
ExileHaste
Spell, Area, Buff, HasReservation, TotemCastsAlone, Totemable, Aura, Instant, Triggerable, AreaSpell
시전 속도: 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
Attack, Area, Melee, Movement, Travel, Slam, Totemable
도약 강타
Base Damage: 427–641
치명타 확률: 5%
Attack Time: 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
Spectre | N |
---|---|
Tags | 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%
Ailment Threshold
119%
저항
30 30 30 20
Damage
143%
정확도
100%
치명타 확률
+5%
치명타 피해 배율
+130%
Attack Distance
6 ~ 10
Attack Time
1.56 Second
Damage Spread
±20%
경험치
220%
Model Size
100%
Type
ExileDuelist1
Metadata
ExileDuelist1Supporter
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
레벨
68
생명력
7,656
방어도
46,064
회피
6,635
에너지 보호막
0
Damage
534
주문 피해
534
정확도
290
Attack Time
1.56
경험치
22,561
Ailment Threshold
7,656
Chill
24
Shock
24
Brittle
137
Scorch
24
Sap
67
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).
Melee
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
기본 공격
Base Damage: 427–641
치명타 확률: 5%
Attack Time: 1.56 초
강력한 일격으로 적들을 쓰러트립니다.
skill can fire arrows [1]
skill can fire wand projectiles [1]
skill can fire wand projectiles [1]
ExileArcticArmour
Spell, Buff, Totemable, Duration, HasReservation, TotemCastsAlone, Cold, ElementalStatus, Instant, NonHitChill, ChillingArea, AreaSpell, InstantNoRepeatWhenHeld, InstantShiftAttackForLeftMouse, Cooldown
한기의 방어구
시전 속도: 0.5 초
피격 시 해당 적을 냉각시키는 얼음 방어막을 만듭니다. 이동 상태에서는 지면을 얼어붙게 만들고, 정지 상태에서는 화염 피해와 물리 피해가 감폭합니다.
기본 지속시간 3초
버프 시 정지 상태일 때 피격으로 받는 물리 피해 10% 감폭
버프 시 정지 상태일 때 피격으로 받는 화염 피해 10% 감폭
버프 시 정지 상태일 때 피격으로 받는 물리 피해 10% 감폭
버프 시 정지 상태일 때 피격으로 받는 화염 피해 10% 감폭
MonsterDoubleStrike
Attack, MeleeSingleTarget, Multistrikeable, Melee, Physical
이중 타격
Base Damage: 427–641
치명타 확률: 5%
Attack Time: 1.56 초
근접 무기를 빠르게 두 번 휘둘러 공격합니다.
base skill number of additional hits [1]
ExileHaste
Spell, Area, Buff, HasReservation, TotemCastsAlone, Totemable, Aura, Instant, Triggerable, AreaSpell
시전 속도: 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
Attack, Area, Melee, Movement, Travel, Slam, Totemable
도약 강타
Base Damage: 427–641
치명타 확률: 5%
Attack Time: 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
Spectre | N |
---|---|
Area | 구획 지도 |
Tags | 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%
Ailment Threshold
238%
저항
40 40 40 25
Damage
144%
정확도
100%
치명타 확률
+5%
치명타 피해 배율
+130%
Attack Distance
6 ~ 10
Attack Time
1.56 Second
Damage Spread
±20%
경험치
200%
Model Size
100%
Type
ExileDuelist1MapBoss
Metadata
ExileDuelist1MapBoss
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
레벨
77
생명력
1,526,541
방어도
93,192
회피
9,027
에너지 보호막
0
Damage
1,045
주문 피해
1,559
정확도
412
Attack Time
1.0452
경험치
134,112
Ailment Threshold
763,270
Chill
2,413
Shock
2,413
Brittle
13,654
Scorch
2,413
Sap
6,668
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).
Melee
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
기본 공격
Base Damage: 1659–2489
치명타 확률: 5%
Attack Time: 1.56 초
강력한 일격으로 적들을 쓰러트립니다.
skill can fire arrows [1]
skill can fire wand projectiles [1]
skill can fire wand projectiles [1]
ExileArcticArmour
Spell, Buff, Totemable, Duration, HasReservation, TotemCastsAlone, Cold, ElementalStatus, Instant, NonHitChill, ChillingArea, AreaSpell, InstantNoRepeatWhenHeld, InstantShiftAttackForLeftMouse, Cooldown
한기의 방어구
시전 속도: 0.5 초
피격 시 해당 적을 냉각시키는 얼음 방어막을 만듭니다. 이동 상태에서는 지면을 얼어붙게 만들고, 정지 상태에서는 화염 피해와 물리 피해가 감폭합니다.
기본 지속시간 3초
버프 시 정지 상태일 때 피격으로 받는 물리 피해 10% 감폭
버프 시 정지 상태일 때 피격으로 받는 화염 피해 10% 감폭
버프 시 정지 상태일 때 피격으로 받는 물리 피해 10% 감폭
버프 시 정지 상태일 때 피격으로 받는 화염 피해 10% 감폭
MonsterDoubleStrike
Attack, MeleeSingleTarget, Multistrikeable, Melee, Physical
이중 타격
Base Damage: 1659–2489
치명타 확률: 5%
Attack Time: 1.56 초
근접 무기를 빠르게 두 번 휘둘러 공격합니다.
base skill number of additional hits [1]
ExileHaste
Spell, Area, Buff, HasReservation, TotemCastsAlone, Totemable, Aura, Instant, Triggerable, AreaSpell
시전 속도: 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
Attack, Area, Melee, Movement, Travel, Slam, Totemable
도약 강타
Base Damage: 1659–2489
치명타 확률: 5%
Attack Time: 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
Spectre | N |
---|---|
Tags | 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%
Ailment Threshold
238%
저항
40 40 40 25
Damage
144%
정확도
100%
치명타 확률
+5%
치명타 피해 배율
+130%
Attack Distance
6 ~ 10
Attack Time
1.56 Second
Damage Spread
±20%
경험치
200%
Model Size
100%
Type
ExileDuelist1MapBoss
Metadata
ExileDuelist1MapBossStandalone
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
레벨
68
생명력
331,644
방어도
46,064
회피
6,635
에너지 보호막
0
Damage
613
주문 피해
914
정확도
290
Attack Time
1.0452
경험치
112,805
Ailment Threshold
208,936
Chill
661
Shock
661
Brittle
3,738
Scorch
661
Sap
1,825
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).
Melee
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
기본 공격
Base Damage: 973–1459
치명타 확률: 5%
Attack Time: 1.56 초
강력한 일격으로 적들을 쓰러트립니다.
skill can fire arrows [1]
skill can fire wand projectiles [1]
skill can fire wand projectiles [1]
ExileArcticArmour
Spell, Buff, Totemable, Duration, HasReservation, TotemCastsAlone, Cold, ElementalStatus, Instant, NonHitChill, ChillingArea, AreaSpell, InstantNoRepeatWhenHeld, InstantShiftAttackForLeftMouse, Cooldown
한기의 방어구
시전 속도: 0.5 초
피격 시 해당 적을 냉각시키는 얼음 방어막을 만듭니다. 이동 상태에서는 지면을 얼어붙게 만들고, 정지 상태에서는 화염 피해와 물리 피해가 감폭합니다.
기본 지속시간 3초
버프 시 정지 상태일 때 피격으로 받는 물리 피해 10% 감폭
버프 시 정지 상태일 때 피격으로 받는 화염 피해 10% 감폭
버프 시 정지 상태일 때 피격으로 받는 물리 피해 10% 감폭
버프 시 정지 상태일 때 피격으로 받는 화염 피해 10% 감폭
MonsterDoubleStrike
Attack, MeleeSingleTarget, Multistrikeable, Melee, Physical
이중 타격
Base Damage: 973–1459
치명타 확률: 5%
Attack Time: 1.56 초
근접 무기를 빠르게 두 번 휘둘러 공격합니다.
base skill number of additional hits [1]
ExileHaste
Spell, Area, Buff, HasReservation, TotemCastsAlone, Totemable, Aura, Instant, Triggerable, AreaSpell
시전 속도: 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
Attack, Area, Melee, Movement, Travel, Slam, Totemable
도약 강타
Base Damage: 973–1459
치명타 확률: 5%
Attack Time: 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
Spectre | N |
---|---|
Tags | 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%
Ailment Threshold
238%
저항
40 40 40 25
Damage
144%
정확도
100%
치명타 확률
+5%
치명타 피해 배율
+130%
Attack Distance
6 ~ 10
Attack Time
1.56 Second
Damage Spread
±20%
경험치
200%
Model Size
100%
Type
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
Spectre | N |
---|---|
Tags | 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%
Ailment Threshold
119%
저항
30 30 30 20
Damage
143%
정확도
100%
치명타 확률
+5%
치명타 피해 배율
+130%
Attack Distance
6 ~ 10
Attack Time
1.56 Second
Damage Spread
±20%
경험치
220%
Model Size
100%
Type
ExileDuelistDelve1
Metadata
DelveExileDuelist1
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
레벨
68
생명력
7,656
방어도
46,064
회피
6,635
에너지 보호막
0
Damage
534
주문 피해
534
정확도
290
Attack Time
1.56
경험치
22,561
Ailment Threshold
7,656
Chill
24
Shock
24
Brittle
137
Scorch
24
Sap
67
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).
Melee
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
기본 공격
Base Damage: 427–641
치명타 확률: 5%
Attack Time: 1.56 초
강력한 일격으로 적들을 쓰러트립니다.
skill can fire arrows [1]
skill can fire wand projectiles [1]
skill can fire wand projectiles [1]
ExileArcticArmour
Spell, Buff, Totemable, Duration, HasReservation, TotemCastsAlone, Cold, ElementalStatus, Instant, NonHitChill, ChillingArea, AreaSpell, InstantNoRepeatWhenHeld, InstantShiftAttackForLeftMouse, Cooldown
한기의 방어구
시전 속도: 0.5 초
피격 시 해당 적을 냉각시키는 얼음 방어막을 만듭니다. 이동 상태에서는 지면을 얼어붙게 만들고, 정지 상태에서는 화염 피해와 물리 피해가 감폭합니다.
기본 지속시간 3초
버프 시 정지 상태일 때 피격으로 받는 물리 피해 10% 감폭
버프 시 정지 상태일 때 피격으로 받는 화염 피해 10% 감폭
버프 시 정지 상태일 때 피격으로 받는 물리 피해 10% 감폭
버프 시 정지 상태일 때 피격으로 받는 화염 피해 10% 감폭
MonsterDoubleStrike
Attack, MeleeSingleTarget, Multistrikeable, Melee, Physical
이중 타격
Base Damage: 427–641
치명타 확률: 5%
Attack Time: 1.56 초
근접 무기를 빠르게 두 번 휘둘러 공격합니다.
base skill number of additional hits [1]
ExileHaste
Spell, Area, Buff, HasReservation, TotemCastsAlone, Totemable, Aura, Instant, Triggerable, AreaSpell
시전 속도: 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
Attack, Area, Melee, Movement, Travel, Slam, Totemable
도약 강타
Base Damage: 427–641
치명타 확률: 5%
Attack Time: 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 |