Сторонник Ксофа
Демон
monster beyond portal chance +% final [-66]
monster hellscape charge +% [-66]
monster hellscape charge +% [-66]
Xoph's Loyal
Spectre | Y |
---|---|
Spectre Override | Metadata/Monsters/Hellion/HellionBreachSpectre |
End Game | Дарует 45% от физического урона в виде дополнительного урона от огня |
Tags | animal_claw_weapon, beast, breach_commander, breach_monster_fire, canine_beast, Чародейский, demon, fire_affinity, has_one_hand_sword, has_one_handed_melee, hidden_monster, large_model, light_armour, medium_height, medium_movement, melee, no_bloodlines, no_pantheon_mod, not_int, not_str, physical_affinity, red_blood |
Packs |
Здоровье
90%
Уклонение
+10%
Ailment Threshold
90%
Сопротивление
30 30 30 20
Damage
120%
Точность
100%
Шанс критического удара
+5%
Множитель критического удара
+130%
Attack Distance
6 ~ 14
Attack Time
1.5 Second
Damage Spread
±20%
Опыт
150%
Model Size
130%
Type
BreachHellionCommanderNormal
Metadata
HellionCommanderBreachNormal
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Уровень
68
Здоровье
5,790
Броня
28,790
Уклонение
5,213
Энергетический щит
0
Damage
448
Урон от чар
448
Точность
290
Attack Time
1.5
Опыт
15,383
Ailment Threshold
5,790
Chill
18
Shock
18
Brittle
104
Scorch
18
Sap
51
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).
HotdogUpheaval
Spell, Damage, Fire, Duration, Area, Triggerable, AreaSpell
Время применения: 1 сек.
Перезарядка: 10 сек.
Ваши удары не могут оглушать врагов
Базовая длительность - 7 секунд(-ы)
Наносит от 803.6 до 1205 урона от огня
active skill area of effect radius +% final [20]
is area damage [1]
Базовая длительность - 7 секунд(-ы)
Наносит от 803.6 до 1205 урона от огня
active skill area of effect radius +% final [20]
is area damage [1]
CoverInAsh
Spell, Duration, Area, Buff, AreaSpell
Время применения: 1.8 сек.
Перезарядка: 10 сек.
Базовая длительность - 5 секунд(-ы)
active skill area of effect radius +% final [70]
active skill area of effect radius +% final [70]
Flamebreath
Spell, Damage, Fire, Projectile, Area, AreaSpell
Дыхание пламени
Время применения: 2.97 сек.
Перезарядка: 10 сек.
Наносит 912.6 базового урона от огня в секунду
Базовая длительность - 5 секунд(-ы)
Наносит от 328.5 до 492.8 урона от огня
40% повышение скорости снаряда
ground fire art variation [2]
is area damage [1]
projectile spread radius [10]
projectile uses contact position [1]
Базовая длительность - 5 секунд(-ы)
Наносит от 328.5 до 492.8 урона от огня
40% повышение скорости снаряда
ground fire art variation [2]
is area damage [1]
projectile spread radius [10]
projectile uses contact position [1]
BreachCleave
Attack, Area, Multistrikeable, Melee, ThresholdJewelArea
Рассечение
Base Damage: 359–538
Шанс критического удара: 5%
Attack Time: 1.5 сек.
Герой взмахивает своим оружием (или двумя, если носит два одноручных оружия), описывая дугу и нанося урон врагам в области перед собой. Умение требует топоры и/или мечи.
Если экипировано парное оружие, наносит 60% урона от каждого
29% увеличение физического урона
50% физического урона становится уроном от огня
+0.4 м к дальности ударов ближнего боя
action attack or cast time uses animation length [1]
is area damage [1]
monster penalty against minions damage +% final vs player minions [-20]
skill double hits when dual wielding [1]
29% увеличение физического урона
50% физического урона становится уроном от огня
+0.4 м к дальности ударов ближнего боя
action attack or cast time uses animation length [1]
is area damage [1]
monster penalty against minions damage +% final vs player minions [-20]
skill double hits when dual wielding [1]
Melee
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Атака
Base Damage: 359–538
Шанс критического удара: 5%
Attack Time: 1.5 сек.
Герой наносит обычный удар.
skill can fire arrows [1]
skill can fire wand projectiles [1]
skill can fire wand projectiles [1]
Object Type
version 2 extends "Metadata/Monsters/BreachBosses/BreachMonster" Actor { main_hand_unarmed_type = "Dagger" }
Object Type Codes
version 2 extends "Metadata/Monsters/BreachBosses/BreachMonster" Transitionable { on_transition = "SpawnEffect( Metadata/Effects/Spells/monsters_effects/Breach/commander_spawn/fire/fire_teleport.ao );" } Render { //turn_duration = 0.35 } SoundParameterBreach { parameter = "BreachEdgeDist" distance_start = 0.0 distance_end = 10.0 value_start = 0.0 value_end = 10.0 } Preload { preload_animated_object = "Metadata/Effects/Spells/monsters_effects/Breach/commander_spawn/fire/fire_teleport.ao" }
-- src\Data\Spectres.lua minions["Metadata/Monsters/Hellion/HellionCommanderBreachNormal"] = { name = "Xoph's Loyal", life = 0.9, fireResist = 30, coldResist = 30, lightningResist = 30, chaosResist = 20, damage = 1.2, damageSpread = 0.2, attackTime = 1.5, attackRange = 14, accuracy = 1, weaponType1 = "One Hand Sword", skillList = { "Melee", "HotdogUpheaval", "CoverInAsh", "Flamebreath", "BreachCleave", }, modList = { }, } -- 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["HotdogUpheaval"] = { name = "HotdogUpheaval", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Damage] = true, [SkillType.Fire] = true, [SkillType.Duration] = true, [SkillType.Area] = true, [SkillType.Triggerable] = true, [SkillType.AreaSpell] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { area = true, spell = true, duration = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_fire_damage", "spell_maximum_base_fire_damage", "base_skill_effect_duration", "active_skill_area_of_effect_radius_+%_final", "is_area_damage", "cannot_stun", }, levels = { [1] = {0.80000001192093, 1.2000000476837, 7000, 20, levelRequirement = 1, statInterpolation = {3, 3}, cost = { }, }, [2] = {0.95999997854233, 1.4400000572205, 7000, 20, levelRequirement = 68, statInterpolation = {3, 3}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["CoverInAsh"] = { name = "CoverInAsh", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Duration] = true, [SkillType.Area] = true, [SkillType.Buff] = true, [SkillType.AreaSpell] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1.8, baseFlags = { area = true, spell = true, duration = true, }, baseMods = { }, qualityStats = { }, stats = { "base_skill_effect_duration", "active_skill_area_of_effect_radius_+%_final", }, levels = { [1] = {5000, 70, levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["Flamebreath"] = { name = "Flame Breath", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Damage] = true, [SkillType.Fire] = true, [SkillType.Projectile] = true, [SkillType.Area] = true, [SkillType.AreaSpell] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 2.97, baseFlags = { area = true, spell = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_fire_damage", "spell_maximum_base_fire_damage", "base_fire_damage_to_deal_per_minute", "projectile_spread_radius", "base_projectile_speed_+%", "base_skill_effect_duration", "ground_fire_art_variation", "projectile_uses_contact_position", "is_area_damage", }, levels = { [1] = {0.80000001192093, 1.2000000476837, 8, 10, 40, 5000, 2, levelRequirement = 1, statInterpolation = {3, 3, 3}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["BreachCleave"] = { name = "Cleave", hidden = true, color = "1", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "The character swings their weapon (or both weapons if dual wielding) in an arc, damaging monsters in an area in front of them. Only works with Axes and Swords.", skillTypes = { [SkillType.Attack] = true, [SkillType.Area] = true, [SkillType.Multistrikeable] = true, [SkillType.Melee] = true, [SkillType.ThresholdJewelArea] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, area = true, melee = true, }, baseMods = { }, qualityStats = { }, stats = { "active_skill_merged_damage_+%_final_while_dual_wielding", "physical_damage_+%", "monster_penalty_against_minions_damage_+%_final_vs_player_minions", "skill_physical_damage_%_to_convert_to_fire", "melee_range_+", "is_area_damage", "skill_double_hits_when_dual_wielding", "action_attack_or_cast_time_uses_animation_length", }, levels = { [1] = {-40, 29, -20, 50, 4, levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, }
monster beyond portal chance +% final [-66]
monster hellscape charge +% [-66]
Id | BreachReducedBeyondPortalChance |
---|---|
Family | BeyondPortalChance |
Domains | монстр (3) |
GenerationType | Уникальный (3) |
Req. level | 1 |
Stats |
Сторонник Ксофа
Демон
monster beyond portal chance +% final [-66]
monster hellscape charge +% [-66]
monster hellscape charge +% [-66]
Xoph's Loyal
Spectre | Y |
---|---|
Spectre Override | Metadata/Monsters/Hellion/HellionBreachSpectre |
End Game | Дарует 45% от физического урона в виде дополнительного урона от огня |
Tags | animal_claw_weapon, beast, breach_commander, breach_monster_fire, canine_beast, Чародейский, demon, fire_affinity, has_one_hand_sword, has_one_handed_melee, hidden_monster, large_model, light_armour, medium_height, medium_movement, melee, no_bloodlines, no_pantheon_mod, not_int, not_str, physical_affinity, red_blood |
Packs |
Здоровье
300%
Уклонение
+10%
Ailment Threshold
300%
Сопротивление
30 30 30 20
Damage
120%
Точность
100%
Шанс критического удара
+5%
Множитель критического удара
+130%
Attack Distance
6 ~ 14
Attack Time
1.5 Second
Damage Spread
±20%
Опыт
150%
Model Size
130%
Type
BreachHellionCommander
Metadata
HellionCommanderBreach
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Уровень
68
Здоровье
19,300
Броня
28,790
Уклонение
5,213
Энергетический щит
0
Damage
448
Урон от чар
448
Точность
290
Attack Time
1.5
Опыт
15,383
Ailment Threshold
19,300
Chill
61
Shock
61
Brittle
345
Scorch
61
Sap
169
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).
HotdogUpheaval
Spell, Damage, Fire, Duration, Area, Triggerable, AreaSpell
Время применения: 1 сек.
Перезарядка: 10 сек.
Ваши удары не могут оглушать врагов
Базовая длительность - 7 секунд(-ы)
Наносит от 803.6 до 1205 урона от огня
active skill area of effect radius +% final [20]
is area damage [1]
Базовая длительность - 7 секунд(-ы)
Наносит от 803.6 до 1205 урона от огня
active skill area of effect radius +% final [20]
is area damage [1]
CoverInAsh
Spell, Duration, Area, Buff, AreaSpell
Время применения: 1.8 сек.
Перезарядка: 10 сек.
Базовая длительность - 5 секунд(-ы)
active skill area of effect radius +% final [70]
active skill area of effect radius +% final [70]
Flamebreath
Spell, Damage, Fire, Projectile, Area, AreaSpell
Дыхание пламени
Время применения: 2.97 сек.
Перезарядка: 10 сек.
Наносит 912.6 базового урона от огня в секунду
Базовая длительность - 5 секунд(-ы)
Наносит от 328.5 до 492.8 урона от огня
40% повышение скорости снаряда
ground fire art variation [2]
is area damage [1]
projectile spread radius [10]
projectile uses contact position [1]
Базовая длительность - 5 секунд(-ы)
Наносит от 328.5 до 492.8 урона от огня
40% повышение скорости снаряда
ground fire art variation [2]
is area damage [1]
projectile spread radius [10]
projectile uses contact position [1]
BreachCleave
Attack, Area, Multistrikeable, Melee, ThresholdJewelArea
Рассечение
Base Damage: 359–538
Шанс критического удара: 5%
Attack Time: 1.5 сек.
Герой взмахивает своим оружием (или двумя, если носит два одноручных оружия), описывая дугу и нанося урон врагам в области перед собой. Умение требует топоры и/или мечи.
Если экипировано парное оружие, наносит 60% урона от каждого
29% увеличение физического урона
50% физического урона становится уроном от огня
+0.4 м к дальности ударов ближнего боя
action attack or cast time uses animation length [1]
is area damage [1]
monster penalty against minions damage +% final vs player minions [-20]
skill double hits when dual wielding [1]
29% увеличение физического урона
50% физического урона становится уроном от огня
+0.4 м к дальности ударов ближнего боя
action attack or cast time uses animation length [1]
is area damage [1]
monster penalty against minions damage +% final vs player minions [-20]
skill double hits when dual wielding [1]
Melee
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Атака
Base Damage: 359–538
Шанс критического удара: 5%
Attack Time: 1.5 сек.
Герой наносит обычный удар.
skill can fire arrows [1]
skill can fire wand projectiles [1]
skill can fire wand projectiles [1]
Object Type
version 2 extends "Metadata/Monsters/BreachBosses/BreachMonster" Actor { main_hand_unarmed_type = "Dagger" }
Object Type Codes
version 2 extends "Metadata/Monsters/BreachBosses/BreachMonster" Transitionable { on_transition = "SpawnEffect( Metadata/Effects/Spells/monsters_effects/Breach/commander_spawn/fire/fire_teleport.ao );" } Render { //turn_duration = 0.35 } SoundParameterBreach { parameter = "BreachEdgeDist" distance_start = 0.0 distance_end = 10.0 value_start = 0.0 value_end = 10.0 } Preload { preload_animated_object = "Metadata/Effects/Spells/monsters_effects/Breach/commander_spawn/fire/fire_teleport.ao" }
-- src\Data\Spectres.lua minions["Metadata/Monsters/Hellion/HellionCommanderBreach"] = { name = "Xoph's Loyal", life = 3, fireResist = 30, coldResist = 30, lightningResist = 30, chaosResist = 20, damage = 1.2, damageSpread = 0.2, attackTime = 1.5, attackRange = 14, accuracy = 1, weaponType1 = "One Hand Sword", skillList = { "Melee", "HotdogUpheaval", "CoverInAsh", "Flamebreath", "BreachCleave", }, modList = { }, } -- 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["HotdogUpheaval"] = { name = "HotdogUpheaval", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Damage] = true, [SkillType.Fire] = true, [SkillType.Duration] = true, [SkillType.Area] = true, [SkillType.Triggerable] = true, [SkillType.AreaSpell] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { area = true, spell = true, duration = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_fire_damage", "spell_maximum_base_fire_damage", "base_skill_effect_duration", "active_skill_area_of_effect_radius_+%_final", "is_area_damage", "cannot_stun", }, levels = { [1] = {0.80000001192093, 1.2000000476837, 7000, 20, levelRequirement = 1, statInterpolation = {3, 3}, cost = { }, }, [2] = {0.95999997854233, 1.4400000572205, 7000, 20, levelRequirement = 68, statInterpolation = {3, 3}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["CoverInAsh"] = { name = "CoverInAsh", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Duration] = true, [SkillType.Area] = true, [SkillType.Buff] = true, [SkillType.AreaSpell] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1.8, baseFlags = { area = true, spell = true, duration = true, }, baseMods = { }, qualityStats = { }, stats = { "base_skill_effect_duration", "active_skill_area_of_effect_radius_+%_final", }, levels = { [1] = {5000, 70, levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["Flamebreath"] = { name = "Flame Breath", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Damage] = true, [SkillType.Fire] = true, [SkillType.Projectile] = true, [SkillType.Area] = true, [SkillType.AreaSpell] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 2.97, baseFlags = { area = true, spell = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_fire_damage", "spell_maximum_base_fire_damage", "base_fire_damage_to_deal_per_minute", "projectile_spread_radius", "base_projectile_speed_+%", "base_skill_effect_duration", "ground_fire_art_variation", "projectile_uses_contact_position", "is_area_damage", }, levels = { [1] = {0.80000001192093, 1.2000000476837, 8, 10, 40, 5000, 2, levelRequirement = 1, statInterpolation = {3, 3, 3}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["BreachCleave"] = { name = "Cleave", hidden = true, color = "1", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "The character swings their weapon (or both weapons if dual wielding) in an arc, damaging monsters in an area in front of them. Only works with Axes and Swords.", skillTypes = { [SkillType.Attack] = true, [SkillType.Area] = true, [SkillType.Multistrikeable] = true, [SkillType.Melee] = true, [SkillType.ThresholdJewelArea] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, area = true, melee = true, }, baseMods = { }, qualityStats = { }, stats = { "active_skill_merged_damage_+%_final_while_dual_wielding", "physical_damage_+%", "monster_penalty_against_minions_damage_+%_final_vs_player_minions", "skill_physical_damage_%_to_convert_to_fire", "melee_range_+", "is_area_damage", "skill_double_hits_when_dual_wielding", "action_attack_or_cast_time_uses_animation_length", }, levels = { [1] = {-40, 29, -20, 50, 4, levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, }
monster beyond portal chance +% final [-66]
monster hellscape charge +% [-66]
Id | BreachReducedBeyondPortalChance |
---|---|
Family | BeyondPortalChance |
Domains | монстр (3) |
GenerationType | Уникальный (3) |
Req. level | 1 |
Stats |
Сторонник Ксофа
Демон
Область: Владения Ксофа
monster beyond portal chance +% final [-66]
monster hellscape charge +% [-66]
monster hellscape charge +% [-66]
Xoph's Loyal
Spectre | Y |
---|---|
Spectre Override | Metadata/Monsters/Hellion/HellionBreachSpectre |
Area | Владения Ксофа, Владения Ксофа, Владения Ксофа, Владения Ксофа |
End Game | Дарует 45% от физического урона в виде дополнительного урона от огня |
Tags | animal_claw_weapon, beast, breach_commander, canine_beast, Чародейский, demon, fire_affinity, has_one_hand_sword, has_one_handed_melee, hidden_monster, large_model, light_armour, medium_height, medium_movement, melee, no_bloodlines, no_pantheon_mod, not_int, not_str, physical_affinity, red_blood |
Packs |
Здоровье
300%
Уклонение
+10%
Ailment Threshold
300%
Сопротивление
30 30 30 20
Damage
120%
Точность
100%
Шанс критического удара
+5%
Множитель критического удара
+130%
Attack Distance
6 ~ 14
Attack Time
1.5 Second
Damage Spread
±20%
Опыт
150%
Model Size
130%
Type
BreachHellionCommander
Metadata
HellionCommanderBreachMap
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Уровень
81
Здоровье
76,195
Броня
79,317
Уклонение
8,098
Энергетический щит
0
Damage
963
Урон от чар
963
Точность
480
Attack Time
1.5
Опыт
19,295
Ailment Threshold
76,195
Chill
241
Shock
241
Brittle
1,363
Scorch
241
Sap
666
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).
HotdogUpheaval
Spell, Damage, Fire, Duration, Area, Triggerable, AreaSpell
Время применения: 1 сек.
Перезарядка: 10 сек.
Ваши удары не могут оглушать врагов
Базовая длительность - 7 секунд(-ы)
Наносит от 1469 до 2203 урона от огня
active skill area of effect radius +% final [20]
is area damage [1]
Базовая длительность - 7 секунд(-ы)
Наносит от 1469 до 2203 урона от огня
active skill area of effect radius +% final [20]
is area damage [1]
CoverInAsh
Spell, Duration, Area, Buff, AreaSpell
Время применения: 1.8 сек.
Перезарядка: 10 сек.
Базовая длительность - 5 секунд(-ы)
active skill area of effect radius +% final [70]
active skill area of effect radius +% final [70]
Flamebreath
Spell, Damage, Fire, Projectile, Area, AreaSpell
Дыхание пламени
Время применения: 2.97 сек.
Перезарядка: 10 сек.
Наносит 1830.5 базового урона от огня в секунду
Базовая длительность - 5 секунд(-ы)
Наносит от 659 до 988.5 урона от огня
40% повышение скорости снаряда
ground fire art variation [2]
is area damage [1]
projectile spread radius [10]
projectile uses contact position [1]
Базовая длительность - 5 секунд(-ы)
Наносит от 659 до 988.5 урона от огня
40% повышение скорости снаряда
ground fire art variation [2]
is area damage [1]
projectile spread radius [10]
projectile uses contact position [1]
BreachCleave
Attack, Area, Multistrikeable, Melee, ThresholdJewelArea
Рассечение
Base Damage: 771–1156
Шанс критического удара: 5%
Attack Time: 1.5 сек.
Герой взмахивает своим оружием (или двумя, если носит два одноручных оружия), описывая дугу и нанося урон врагам в области перед собой. Умение требует топоры и/или мечи.
Если экипировано парное оружие, наносит 60% урона от каждого
29% увеличение физического урона
50% физического урона становится уроном от огня
+0.4 м к дальности ударов ближнего боя
action attack or cast time uses animation length [1]
is area damage [1]
monster penalty against minions damage +% final vs player minions [-20]
skill double hits when dual wielding [1]
29% увеличение физического урона
50% физического урона становится уроном от огня
+0.4 м к дальности ударов ближнего боя
action attack or cast time uses animation length [1]
is area damage [1]
monster penalty against minions damage +% final vs player minions [-20]
skill double hits when dual wielding [1]
Melee
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Атака
Base Damage: 771–1156
Шанс критического удара: 5%
Attack Time: 1.5 сек.
Герой наносит обычный удар.
skill can fire arrows [1]
skill can fire wand projectiles [1]
skill can fire wand projectiles [1]
Object Type
version 2 extends "Metadata/Monsters/BreachBosses/BreachMonster" Actor { main_hand_unarmed_type = "Dagger" }
Object Type Codes
version 2 extends "Metadata/Monsters/BreachBosses/BreachMonster" Transitionable { on_transition = "SpawnEffect( Metadata/Effects/Spells/monsters_effects/Breach/commander_spawn/fire/fire_teleport.ao );" } Render { //turn_duration = 0.35 } SoundParameterBreach { parameter = "BreachEdgeDist" distance_start = 0.0 distance_end = 10.0 value_start = 0.0 value_end = 10.0 } Preload { preload_animated_object = "Metadata/Effects/Spells/monsters_effects/Breach/commander_spawn/fire/fire_teleport.ao" }
-- src\Data\Spectres.lua minions["Metadata/Monsters/Hellion/HellionCommanderBreachMap"] = { name = "Xoph's Loyal", life = 3, fireResist = 30, coldResist = 30, lightningResist = 30, chaosResist = 20, damage = 1.2, damageSpread = 0.2, attackTime = 1.5, attackRange = 14, accuracy = 1, weaponType1 = "One Hand Sword", skillList = { "Melee", "HotdogUpheaval", "CoverInAsh", "Flamebreath", "BreachCleave", }, modList = { }, } -- 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["HotdogUpheaval"] = { name = "HotdogUpheaval", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Damage] = true, [SkillType.Fire] = true, [SkillType.Duration] = true, [SkillType.Area] = true, [SkillType.Triggerable] = true, [SkillType.AreaSpell] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { area = true, spell = true, duration = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_fire_damage", "spell_maximum_base_fire_damage", "base_skill_effect_duration", "active_skill_area_of_effect_radius_+%_final", "is_area_damage", "cannot_stun", }, levels = { [1] = {0.80000001192093, 1.2000000476837, 7000, 20, levelRequirement = 1, statInterpolation = {3, 3}, cost = { }, }, [2] = {0.95999997854233, 1.4400000572205, 7000, 20, levelRequirement = 68, statInterpolation = {3, 3}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["CoverInAsh"] = { name = "CoverInAsh", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Duration] = true, [SkillType.Area] = true, [SkillType.Buff] = true, [SkillType.AreaSpell] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1.8, baseFlags = { area = true, spell = true, duration = true, }, baseMods = { }, qualityStats = { }, stats = { "base_skill_effect_duration", "active_skill_area_of_effect_radius_+%_final", }, levels = { [1] = {5000, 70, levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["Flamebreath"] = { name = "Flame Breath", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Damage] = true, [SkillType.Fire] = true, [SkillType.Projectile] = true, [SkillType.Area] = true, [SkillType.AreaSpell] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 2.97, baseFlags = { area = true, spell = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_fire_damage", "spell_maximum_base_fire_damage", "base_fire_damage_to_deal_per_minute", "projectile_spread_radius", "base_projectile_speed_+%", "base_skill_effect_duration", "ground_fire_art_variation", "projectile_uses_contact_position", "is_area_damage", }, levels = { [1] = {0.80000001192093, 1.2000000476837, 8, 10, 40, 5000, 2, levelRequirement = 1, statInterpolation = {3, 3, 3}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["BreachCleave"] = { name = "Cleave", hidden = true, color = "1", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "The character swings their weapon (or both weapons if dual wielding) in an arc, damaging monsters in an area in front of them. Only works with Axes and Swords.", skillTypes = { [SkillType.Attack] = true, [SkillType.Area] = true, [SkillType.Multistrikeable] = true, [SkillType.Melee] = true, [SkillType.ThresholdJewelArea] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, area = true, melee = true, }, baseMods = { }, qualityStats = { }, stats = { "active_skill_merged_damage_+%_final_while_dual_wielding", "physical_damage_+%", "monster_penalty_against_minions_damage_+%_final_vs_player_minions", "skill_physical_damage_%_to_convert_to_fire", "melee_range_+", "is_area_damage", "skill_double_hits_when_dual_wielding", "action_attack_or_cast_time_uses_animation_length", }, levels = { [1] = {-40, 29, -20, 50, 4, levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, }
monster beyond portal chance +% final [-66]
monster hellscape charge +% [-66]
Id | BreachReducedBeyondPortalChance |
---|---|
Family | BeyondPortalChance |
Domains | монстр (3) |
GenerationType | Уникальный (3) |
Req. level | 1 |
Stats |
Сторонник Ксофа
Демон
Область: Владения Ксофа
monster beyond portal chance +% final [-66]
monster hellscape charge +% [-66]
monster hellscape charge +% [-66]
Xoph's Loyal
Spectre | Y |
---|---|
Spectre Override | Metadata/Monsters/Hellion/HellionBreachSpectre |
Area | Владения Ксофа |
End Game | Дарует 45% от физического урона в виде дополнительного урона от огня |
Tags | animal_claw_weapon, beast, breach_commander, canine_beast, Чародейский, demon, fire_affinity, has_one_hand_sword, has_one_handed_melee, hidden_monster, large_model, light_armour, medium_movement, melee, no_bloodlines, no_pantheon_mod, not_int, not_str, physical_affinity, red_blood |
Packs |
Здоровье
675%
Уклонение
+10%
Ailment Threshold
675%
Сопротивление
30 30 30 20
Damage
120%
Точность
100%
Шанс критического удара
+5%
Множитель критического удара
+130%
Attack Distance
6 ~ 14
Attack Time
1.5 Second
Damage Spread
±20%
Опыт
150%
Model Size
130%
Type
BreachHellionCommanderUber
Metadata
HellionCommanderBreachMapUber
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Уровень
84
Здоровье
238,242
Броня
99,834
Уклонение
8,932
Энергетический щит
0
Damage
1,144
Урон от чар
1,144
Точность
538
Attack Time
1.5
Опыт
19,875
Ailment Threshold
238,242
Chill
753
Shock
753
Brittle
4,262
Scorch
753
Sap
2,081
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).
HotdogUpheaval
Spell, Damage, Fire, Duration, Area, Triggerable, AreaSpell
Время применения: 1 сек.
Перезарядка: 10 сек.
Ваши удары не могут оглушать врагов
Базовая длительность - 7 секунд(-ы)
Наносит от 1688 до 2533 урона от огня
active skill area of effect radius +% final [20]
is area damage [1]
Базовая длительность - 7 секунд(-ы)
Наносит от 1688 до 2533 урона от огня
active skill area of effect radius +% final [20]
is area damage [1]
CoverInAsh
Spell, Duration, Area, Buff, AreaSpell
Время применения: 1.8 сек.
Перезарядка: 10 сек.
Базовая длительность - 5 секунд(-ы)
active skill area of effect radius +% final [70]
active skill area of effect radius +% final [70]
Flamebreath
Spell, Damage, Fire, Projectile, Area, AreaSpell
Дыхание пламени
Время применения: 2.97 сек.
Перезарядка: 10 сек.
Наносит 2149.5 базового урона от огня в секунду
Базовая длительность - 5 секунд(-ы)
Наносит от 773.8 до 1161 урона от огня
40% повышение скорости снаряда
ground fire art variation [2]
is area damage [1]
projectile spread radius [10]
projectile uses contact position [1]
Базовая длительность - 5 секунд(-ы)
Наносит от 773.8 до 1161 урона от огня
40% повышение скорости снаряда
ground fire art variation [2]
is area damage [1]
projectile spread radius [10]
projectile uses contact position [1]
BreachCleave
Attack, Area, Multistrikeable, Melee, ThresholdJewelArea
Рассечение
Base Damage: 915–1373
Шанс критического удара: 5%
Attack Time: 1.5 сек.
Герой взмахивает своим оружием (или двумя, если носит два одноручных оружия), описывая дугу и нанося урон врагам в области перед собой. Умение требует топоры и/или мечи.
Если экипировано парное оружие, наносит 60% урона от каждого
29% увеличение физического урона
50% физического урона становится уроном от огня
+0.4 м к дальности ударов ближнего боя
action attack or cast time uses animation length [1]
is area damage [1]
monster penalty against minions damage +% final vs player minions [-20]
skill double hits when dual wielding [1]
29% увеличение физического урона
50% физического урона становится уроном от огня
+0.4 м к дальности ударов ближнего боя
action attack or cast time uses animation length [1]
is area damage [1]
monster penalty against minions damage +% final vs player minions [-20]
skill double hits when dual wielding [1]
Melee
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Атака
Base Damage: 915–1373
Шанс критического удара: 5%
Attack Time: 1.5 сек.
Герой наносит обычный удар.
skill can fire arrows [1]
skill can fire wand projectiles [1]
skill can fire wand projectiles [1]
Object Type
version 2 extends "Metadata/Monsters/BreachBosses/BreachMonster" Actor { main_hand_unarmed_type = "Dagger" }
Object Type Codes
version 2 extends "Metadata/Monsters/BreachBosses/BreachMonster" Transitionable { on_transition = "SpawnEffect( Metadata/Effects/Spells/monsters_effects/Breach/commander_spawn/fire/fire_teleport.ao );" } Render { //turn_duration = 0.35 } SoundParameterBreach { parameter = "BreachEdgeDist" distance_start = 0.0 distance_end = 10.0 value_start = 0.0 value_end = 10.0 } Preload { preload_animated_object = "Metadata/Effects/Spells/monsters_effects/Breach/commander_spawn/fire/fire_teleport.ao" }
-- src\Data\Spectres.lua minions["Metadata/Monsters/Hellion/HellionCommanderBreachMapUber"] = { name = "Xoph's Loyal", life = 6.75, fireResist = 30, coldResist = 30, lightningResist = 30, chaosResist = 20, damage = 1.2, damageSpread = 0.2, attackTime = 1.5, attackRange = 14, accuracy = 1, weaponType1 = "One Hand Sword", skillList = { "Melee", "HotdogUpheaval", "CoverInAsh", "Flamebreath", "BreachCleave", }, modList = { }, } -- 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["HotdogUpheaval"] = { name = "HotdogUpheaval", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Damage] = true, [SkillType.Fire] = true, [SkillType.Duration] = true, [SkillType.Area] = true, [SkillType.Triggerable] = true, [SkillType.AreaSpell] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { area = true, spell = true, duration = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_fire_damage", "spell_maximum_base_fire_damage", "base_skill_effect_duration", "active_skill_area_of_effect_radius_+%_final", "is_area_damage", "cannot_stun", }, levels = { [1] = {0.80000001192093, 1.2000000476837, 7000, 20, levelRequirement = 1, statInterpolation = {3, 3}, cost = { }, }, [2] = {0.95999997854233, 1.4400000572205, 7000, 20, levelRequirement = 68, statInterpolation = {3, 3}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["CoverInAsh"] = { name = "CoverInAsh", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Duration] = true, [SkillType.Area] = true, [SkillType.Buff] = true, [SkillType.AreaSpell] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1.8, baseFlags = { area = true, spell = true, duration = true, }, baseMods = { }, qualityStats = { }, stats = { "base_skill_effect_duration", "active_skill_area_of_effect_radius_+%_final", }, levels = { [1] = {5000, 70, levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["Flamebreath"] = { name = "Flame Breath", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Damage] = true, [SkillType.Fire] = true, [SkillType.Projectile] = true, [SkillType.Area] = true, [SkillType.AreaSpell] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 2.97, baseFlags = { area = true, spell = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_fire_damage", "spell_maximum_base_fire_damage", "base_fire_damage_to_deal_per_minute", "projectile_spread_radius", "base_projectile_speed_+%", "base_skill_effect_duration", "ground_fire_art_variation", "projectile_uses_contact_position", "is_area_damage", }, levels = { [1] = {0.80000001192093, 1.2000000476837, 8, 10, 40, 5000, 2, levelRequirement = 1, statInterpolation = {3, 3, 3}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["BreachCleave"] = { name = "Cleave", hidden = true, color = "1", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "The character swings their weapon (or both weapons if dual wielding) in an arc, damaging monsters in an area in front of them. Only works with Axes and Swords.", skillTypes = { [SkillType.Attack] = true, [SkillType.Area] = true, [SkillType.Multistrikeable] = true, [SkillType.Melee] = true, [SkillType.ThresholdJewelArea] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, area = true, melee = true, }, baseMods = { }, qualityStats = { }, stats = { "active_skill_merged_damage_+%_final_while_dual_wielding", "physical_damage_+%", "monster_penalty_against_minions_damage_+%_final_vs_player_minions", "skill_physical_damage_%_to_convert_to_fire", "melee_range_+", "is_area_damage", "skill_double_hits_when_dual_wielding", "action_attack_or_cast_time_uses_animation_length", }, levels = { [1] = {-40, 29, -20, 50, 4, levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, }
monster beyond portal chance +% final [-66]
monster hellscape charge +% [-66]
Id | BreachReducedBeyondPortalChance |
---|---|
Family | BeyondPortalChance |
Domains | монстр (3) |
GenerationType | Уникальный (3) |
Req. level | 1 |
Stats |
Сторонник Ксофа
Демон
Xoph's Loyal
Spectre | Y |
---|---|
Spectre Override | Metadata/Monsters/Hellion/HellionBreachSpectre |
End Game | Дарует 45% от физического урона в виде дополнительного урона от огня |
Tags | animal_claw_weapon, beast, breach_commander, canine_beast, Чародейский, demon, fire_affinity, has_one_hand_sword, has_one_handed_melee, hidden_monster, large_model, light_armour, medium_height, medium_movement, melee, no_bloodlines, no_pantheon_mod, not_int, not_str, physical_affinity, red_blood |
Packs |
Здоровье
300%
Уклонение
+10%
Ailment Threshold
300%
Сопротивление
30 30 30 20
Damage
120%
Точность
100%
Шанс критического удара
+5%
Множитель критического удара
+130%
Attack Distance
6 ~ 14
Attack Time
1.5 Second
Damage Spread
±20%
Опыт
150%
Model Size
130%
Type
BreachHellionCommander
Metadata
HellionCommanderBreachMapStandalone
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Уровень
68
Здоровье
19,300
Броня
28,790
Уклонение
5,213
Энергетический щит
0
Damage
448
Урон от чар
448
Точность
290
Attack Time
1.5
Опыт
15,383
Ailment Threshold
19,300
Chill
61
Shock
61
Brittle
345
Scorch
61
Sap
169
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).
HotdogUpheaval
Spell, Damage, Fire, Duration, Area, Triggerable, AreaSpell
Время применения: 1 сек.
Перезарядка: 10 сек.
Ваши удары не могут оглушать врагов
Базовая длительность - 7 секунд(-ы)
Наносит от 803.6 до 1205 урона от огня
active skill area of effect radius +% final [20]
is area damage [1]
Базовая длительность - 7 секунд(-ы)
Наносит от 803.6 до 1205 урона от огня
active skill area of effect radius +% final [20]
is area damage [1]
CoverInAsh
Spell, Duration, Area, Buff, AreaSpell
Время применения: 1.8 сек.
Перезарядка: 10 сек.
Базовая длительность - 5 секунд(-ы)
active skill area of effect radius +% final [70]
active skill area of effect radius +% final [70]
Flamebreath
Spell, Damage, Fire, Projectile, Area, AreaSpell
Дыхание пламени
Время применения: 2.97 сек.
Перезарядка: 10 сек.
Наносит 912.6 базового урона от огня в секунду
Базовая длительность - 5 секунд(-ы)
Наносит от 328.5 до 492.8 урона от огня
40% повышение скорости снаряда
ground fire art variation [2]
is area damage [1]
projectile spread radius [10]
projectile uses contact position [1]
Базовая длительность - 5 секунд(-ы)
Наносит от 328.5 до 492.8 урона от огня
40% повышение скорости снаряда
ground fire art variation [2]
is area damage [1]
projectile spread radius [10]
projectile uses contact position [1]
BreachCleave
Attack, Area, Multistrikeable, Melee, ThresholdJewelArea
Рассечение
Base Damage: 359–538
Шанс критического удара: 5%
Attack Time: 1.5 сек.
Герой взмахивает своим оружием (или двумя, если носит два одноручных оружия), описывая дугу и нанося урон врагам в области перед собой. Умение требует топоры и/или мечи.
Если экипировано парное оружие, наносит 60% урона от каждого
29% увеличение физического урона
50% физического урона становится уроном от огня
+0.4 м к дальности ударов ближнего боя
action attack or cast time uses animation length [1]
is area damage [1]
monster penalty against minions damage +% final vs player minions [-20]
skill double hits when dual wielding [1]
29% увеличение физического урона
50% физического урона становится уроном от огня
+0.4 м к дальности ударов ближнего боя
action attack or cast time uses animation length [1]
is area damage [1]
monster penalty against minions damage +% final vs player minions [-20]
skill double hits when dual wielding [1]
Melee
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Атака
Base Damage: 359–538
Шанс критического удара: 5%
Attack Time: 1.5 сек.
Герой наносит обычный удар.
skill can fire arrows [1]
skill can fire wand projectiles [1]
skill can fire wand projectiles [1]
Object Type
version 2 extends "Metadata/Monsters/BreachBosses/BreachMonsterStandalone" Actor { main_hand_unarmed_type = "Dagger" }
Object Type Codes
version 2 extends "Metadata/Monsters/BreachBosses/BreachMonsterStandalone" Render { //turn_duration = 0.35 }
-- src\Data\Spectres.lua minions["Metadata/Monsters/Hellion/HellionCommanderBreachMapStandalone"] = { name = "Xoph's Loyal", life = 3, fireResist = 30, coldResist = 30, lightningResist = 30, chaosResist = 20, damage = 1.2, damageSpread = 0.2, attackTime = 1.5, attackRange = 14, accuracy = 1, weaponType1 = "One Hand Sword", skillList = { "Melee", "HotdogUpheaval", "CoverInAsh", "Flamebreath", "BreachCleave", }, modList = { }, } -- 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["HotdogUpheaval"] = { name = "HotdogUpheaval", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Damage] = true, [SkillType.Fire] = true, [SkillType.Duration] = true, [SkillType.Area] = true, [SkillType.Triggerable] = true, [SkillType.AreaSpell] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { area = true, spell = true, duration = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_fire_damage", "spell_maximum_base_fire_damage", "base_skill_effect_duration", "active_skill_area_of_effect_radius_+%_final", "is_area_damage", "cannot_stun", }, levels = { [1] = {0.80000001192093, 1.2000000476837, 7000, 20, levelRequirement = 1, statInterpolation = {3, 3}, cost = { }, }, [2] = {0.95999997854233, 1.4400000572205, 7000, 20, levelRequirement = 68, statInterpolation = {3, 3}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["CoverInAsh"] = { name = "CoverInAsh", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Duration] = true, [SkillType.Area] = true, [SkillType.Buff] = true, [SkillType.AreaSpell] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1.8, baseFlags = { area = true, spell = true, duration = true, }, baseMods = { }, qualityStats = { }, stats = { "base_skill_effect_duration", "active_skill_area_of_effect_radius_+%_final", }, levels = { [1] = {5000, 70, levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["Flamebreath"] = { name = "Flame Breath", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Damage] = true, [SkillType.Fire] = true, [SkillType.Projectile] = true, [SkillType.Area] = true, [SkillType.AreaSpell] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 2.97, baseFlags = { area = true, spell = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_fire_damage", "spell_maximum_base_fire_damage", "base_fire_damage_to_deal_per_minute", "projectile_spread_radius", "base_projectile_speed_+%", "base_skill_effect_duration", "ground_fire_art_variation", "projectile_uses_contact_position", "is_area_damage", }, levels = { [1] = {0.80000001192093, 1.2000000476837, 8, 10, 40, 5000, 2, levelRequirement = 1, statInterpolation = {3, 3, 3}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["BreachCleave"] = { name = "Cleave", hidden = true, color = "1", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "The character swings their weapon (or both weapons if dual wielding) in an arc, damaging monsters in an area in front of them. Only works with Axes and Swords.", skillTypes = { [SkillType.Attack] = true, [SkillType.Area] = true, [SkillType.Multistrikeable] = true, [SkillType.Melee] = true, [SkillType.ThresholdJewelArea] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, area = true, melee = true, }, baseMods = { }, qualityStats = { }, stats = { "active_skill_merged_damage_+%_final_while_dual_wielding", "physical_damage_+%", "monster_penalty_against_minions_damage_+%_final_vs_player_minions", "skill_physical_damage_%_to_convert_to_fire", "melee_range_+", "is_area_damage", "skill_double_hits_when_dual_wielding", "action_attack_or_cast_time_uses_animation_length", }, levels = { [1] = {-40, 29, -20, 50, 4, levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, }
Сторонник Ксофа
Демон
monster beyond portal chance +% final [-66]
monster hellscape charge +% [-66]
monster hellscape charge +% [-66]
Xoph's Loyal
Spectre | Y |
---|---|
Spectre Override | Metadata/Monsters/Hellion/HellionBreachSpectre |
End Game | Дарует 45% от физического урона в виде дополнительного урона от огня |
Tags | animal_claw_weapon, beast, breach_monster_fire, canine_beast, demon, fire_affinity, has_one_hand_sword, has_one_handed_melee, hidden_monster, large_model, light_armour, medium_movement, melee, no_bloodlines, no_pantheon_mod, not_int, physical_affinity, red_blood, small_height |
Packs |
Здоровье
118%
Броня
+10%
Уклонение
+10%
Ailment Threshold
118%
Сопротивление
40 0 0 0
Damage
75%
Точность
100%
Шанс критического удара
+5%
Множитель критического удара
+130%
Attack Distance
6 ~ 7
Attack Time
1.5 Second
Damage Spread
±20%
Опыт
100%
Model Size
100%
Type
BreachHellionNormal
Metadata
HellionBreachNormal
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Уровень
68
Здоровье
7,591
Броня
31,669
Уклонение
5,213
Энергетический щит
0
Damage
280
Урон от чар
280
Точность
290
Attack Time
1.5
Опыт
10,255
Ailment Threshold
7,591
Chill
24
Shock
24
Brittle
136
Scorch
24
Sap
66
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: 224–336
Шанс критического удара: 5%
Attack Time: 1.5 сек.
Герой наносит обычный удар.
skill can fire arrows [1]
skill can fire wand projectiles [1]
skill can fire wand projectiles [1]
BreachCleave
Attack, Area, Multistrikeable, Melee, ThresholdJewelArea
Рассечение
Base Damage: 224–336
Шанс критического удара: 5%
Attack Time: 1.5 сек.
Герой взмахивает своим оружием (или двумя, если носит два одноручных оружия), описывая дугу и нанося урон врагам в области перед собой. Умение требует топоры и/или мечи.
Если экипировано парное оружие, наносит 60% урона от каждого
29% увеличение физического урона
50% физического урона становится уроном от огня
+0.4 м к дальности ударов ближнего боя
action attack or cast time uses animation length [1]
is area damage [1]
monster penalty against minions damage +% final vs player minions [-20]
skill double hits when dual wielding [1]
29% увеличение физического урона
50% физического урона становится уроном от огня
+0.4 м к дальности ударов ближнего боя
action attack or cast time uses animation length [1]
is area damage [1]
monster penalty against minions damage +% final vs player minions [-20]
skill double hits when dual wielding [1]
Object Type
version 2 extends "Metadata/Monsters/BreachBosses/BreachMonster" Actor { main_hand_unarmed_type = "Dagger" }
Object Type Codes
version 2 extends "Metadata/Monsters/BreachBosses/BreachMonster" Render { //turn_duration = 0.35 } SoundParameterBreach { parameter = "BreachEdgeDist" distance_start = 0.0 distance_end = 10.0 value_start = 0.0 value_end = 10.0 }
-- src\Data\Spectres.lua minions["Metadata/Monsters/Hellion/HellionBreachNormal"] = { name = "Xoph's Loyal", life = 1.18, fireResist = 40, coldResist = 0, lightningResist = 0, chaosResist = 0, damage = 0.75, damageSpread = 0.2, attackTime = 1.5, attackRange = 7, accuracy = 1, weaponType1 = "One Hand Sword", skillList = { "Melee", "BreachCleave", }, modList = { }, } -- 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["BreachCleave"] = { name = "Cleave", hidden = true, color = "1", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "The character swings their weapon (or both weapons if dual wielding) in an arc, damaging monsters in an area in front of them. Only works with Axes and Swords.", skillTypes = { [SkillType.Attack] = true, [SkillType.Area] = true, [SkillType.Multistrikeable] = true, [SkillType.Melee] = true, [SkillType.ThresholdJewelArea] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, area = true, melee = true, }, baseMods = { }, qualityStats = { }, stats = { "active_skill_merged_damage_+%_final_while_dual_wielding", "physical_damage_+%", "monster_penalty_against_minions_damage_+%_final_vs_player_minions", "skill_physical_damage_%_to_convert_to_fire", "melee_range_+", "is_area_damage", "skill_double_hits_when_dual_wielding", "action_attack_or_cast_time_uses_animation_length", }, levels = { [1] = {-40, 29, -20, 50, 4, levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, }
monster beyond portal chance +% final [-66]
monster hellscape charge +% [-66]
Id | BreachReducedBeyondPortalChance |
---|---|
Family | BeyondPortalChance |
Domains | монстр (3) |
GenerationType | Уникальный (3) |
Req. level | 1 |
Stats |
Сторонник Ксофа
Демон
monster beyond portal chance +% final [-66]
monster hellscape charge +% [-66]
monster no map drops [1]
monster hellscape charge +% [-66]
monster no map drops [1]
Xoph's Loyal
Spectre | Y |
---|---|
Spectre Override | Metadata/Monsters/Hellion/HellionBreachSpectre |
End Game | Дарует 45% от физического урона в виде дополнительного урона от огня |
Tags | animal_claw_weapon, beast, breach_monster_fire, canine_beast, demon, fire_affinity, has_one_hand_sword, has_one_handed_melee, hidden_monster, large_model, light_armour, medium_movement, melee, no_bloodlines, no_pantheon_mod, not_int, physical_affinity, red_blood, small_height |
Packs |
Здоровье
170%
Броня
+10%
Уклонение
+10%
Ailment Threshold
170%
Сопротивление
40 0 0 0
Damage
100%
Точность
100%
Шанс критического удара
+5%
Множитель критического удара
+130%
Attack Distance
6 ~ 7
Attack Time
1.5 Second
Damage Spread
±20%
Опыт
100%
Model Size
100%
Type
BreachHellion
Metadata
HellionBreach
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Уровень
68
Здоровье
10,937
Броня
31,669
Уклонение
5,213
Энергетический щит
0
Damage
374
Урон от чар
374
Точность
290
Attack Time
1.5
Опыт
10,255
Ailment Threshold
10,937
Chill
35
Shock
35
Brittle
196
Scorch
35
Sap
96
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: 299–448
Шанс критического удара: 5%
Attack Time: 1.5 сек.
Герой наносит обычный удар.
skill can fire arrows [1]
skill can fire wand projectiles [1]
skill can fire wand projectiles [1]
BreachCleave
Attack, Area, Multistrikeable, Melee, ThresholdJewelArea
Рассечение
Base Damage: 299–448
Шанс критического удара: 5%
Attack Time: 1.5 сек.
Герой взмахивает своим оружием (или двумя, если носит два одноручных оружия), описывая дугу и нанося урон врагам в области перед собой. Умение требует топоры и/или мечи.
Если экипировано парное оружие, наносит 60% урона от каждого
29% увеличение физического урона
50% физического урона становится уроном от огня
+0.4 м к дальности ударов ближнего боя
action attack or cast time uses animation length [1]
is area damage [1]
monster penalty against minions damage +% final vs player minions [-20]
skill double hits when dual wielding [1]
29% увеличение физического урона
50% физического урона становится уроном от огня
+0.4 м к дальности ударов ближнего боя
action attack or cast time uses animation length [1]
is area damage [1]
monster penalty against minions damage +% final vs player minions [-20]
skill double hits when dual wielding [1]
Object Type
version 2 extends "Metadata/Monsters/BreachBosses/BreachMonster" Actor { main_hand_unarmed_type = "Dagger" }
Object Type Codes
version 2 extends "Metadata/Monsters/BreachBosses/BreachMonster" Render { //turn_duration = 0.35 } SoundParameterBreach { parameter = "BreachEdgeDist" distance_start = 0.0 distance_end = 10.0 value_start = 0.0 value_end = 10.0 }
-- src\Data\Spectres.lua minions["Metadata/Monsters/Hellion/HellionBreach"] = { name = "Xoph's Loyal", life = 1.7, fireResist = 40, coldResist = 0, lightningResist = 0, chaosResist = 0, damage = 1, damageSpread = 0.2, attackTime = 1.5, attackRange = 7, accuracy = 1, weaponType1 = "One Hand Sword", skillList = { "Melee", "BreachCleave", }, modList = { }, } -- 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["BreachCleave"] = { name = "Cleave", hidden = true, color = "1", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "The character swings their weapon (or both weapons if dual wielding) in an arc, damaging monsters in an area in front of them. Only works with Axes and Swords.", skillTypes = { [SkillType.Attack] = true, [SkillType.Area] = true, [SkillType.Multistrikeable] = true, [SkillType.Melee] = true, [SkillType.ThresholdJewelArea] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, area = true, melee = true, }, baseMods = { }, qualityStats = { }, stats = { "active_skill_merged_damage_+%_final_while_dual_wielding", "physical_damage_+%", "monster_penalty_against_minions_damage_+%_final_vs_player_minions", "skill_physical_damage_%_to_convert_to_fire", "melee_range_+", "is_area_damage", "skill_double_hits_when_dual_wielding", "action_attack_or_cast_time_uses_animation_length", }, levels = { [1] = {-40, 29, -20, 50, 4, levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, }
monster beyond portal chance +% final [-66]
monster hellscape charge +% [-66]
Id | BreachReducedBeyondPortalChance |
---|---|
Family | BeyondPortalChance |
Domains | монстр (3) |
GenerationType | Уникальный (3) |
Req. level | 1 |
Stats |
monster no map drops [1]
Id | MonsterNoMapDrops |
---|---|
Family | MonsterNoMapDrops |
Domains | монстр (3) |
GenerationType | Уникальный (3) |
Req. level | 1 |
Stats |
Сторонник Ксофа
Демон
Область: Владения Ксофа
monster beyond portal chance +% final [-66]
monster hellscape charge +% [-66]
monster hellscape charge +% [-66]
Xoph's Loyal
Spectre | Y |
---|---|
Spectre Override | Metadata/Monsters/Hellion/HellionBreachSpectre |
Area | Владения Ксофа, Владения Ксофа, Владения Ксофа, Владения Ксофа, Владения Ксофа |
End Game | Дарует 45% от физического урона в виде дополнительного урона от огня |
Tags | animal_claw_weapon, beast, canine_beast, demon, fire_affinity, has_one_hand_sword, has_one_handed_melee, hidden_monster, large_model, light_armour, medium_movement, melee, no_bloodlines, no_pantheon_mod, not_int, physical_affinity, red_blood, small_height |
Packs |
Здоровье
468%
Броня
+10%
Уклонение
+10%
Ailment Threshold
468%
Сопротивление
40 0 0 0
Damage
100%
Точность
100%
Шанс критического удара
+5%
Множитель критического удара
+130%
Attack Distance
6 ~ 7
Attack Time
1.5 Second
Damage Spread
±20%
Опыт
100%
Model Size
100%
Type
BreachHellionMap
Metadata
HellionBreachMap_
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Уровень
84
Здоровье
165,181
Броня
109,817
Уклонение
8,932
Энергетический щит
0
Damage
953
Урон от чар
953
Точность
538
Attack Time
1.5
Опыт
13,250
Ailment Threshold
165,181
Chill
522
Shock
522
Brittle
2,955
Scorch
522
Sap
1,443
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: 763–1144
Шанс критического удара: 5%
Attack Time: 1.5 сек.
Герой наносит обычный удар.
skill can fire arrows [1]
skill can fire wand projectiles [1]
skill can fire wand projectiles [1]
BreachCleave
Attack, Area, Multistrikeable, Melee, ThresholdJewelArea
Рассечение
Base Damage: 763–1144
Шанс критического удара: 5%
Attack Time: 1.5 сек.
Герой взмахивает своим оружием (или двумя, если носит два одноручных оружия), описывая дугу и нанося урон врагам в области перед собой. Умение требует топоры и/или мечи.
Если экипировано парное оружие, наносит 60% урона от каждого
29% увеличение физического урона
50% физического урона становится уроном от огня
+0.4 м к дальности ударов ближнего боя
action attack or cast time uses animation length [1]
is area damage [1]
monster penalty against minions damage +% final vs player minions [-20]
skill double hits when dual wielding [1]
29% увеличение физического урона
50% физического урона становится уроном от огня
+0.4 м к дальности ударов ближнего боя
action attack or cast time uses animation length [1]
is area damage [1]
monster penalty against minions damage +% final vs player minions [-20]
skill double hits when dual wielding [1]
Object Type
version 2 extends "Metadata/Monsters/BreachBosses/BreachMonster" Actor { main_hand_unarmed_type = "Dagger" }
Object Type Codes
version 2 extends "Metadata/Monsters/BreachBosses/BreachMonster" Render { //turn_duration = 0.35 } SoundParameterBreach { parameter = "BreachEdgeDist" distance_start = 0.0 distance_end = 10.0 value_start = 0.0 value_end = 10.0 }
-- src\Data\Spectres.lua minions["Metadata/Monsters/Hellion/HellionBreachMap_"] = { name = "Xoph's Loyal", life = 4.68, fireResist = 40, coldResist = 0, lightningResist = 0, chaosResist = 0, damage = 1, damageSpread = 0.2, attackTime = 1.5, attackRange = 7, accuracy = 1, weaponType1 = "One Hand Sword", skillList = { "Melee", "BreachCleave", }, modList = { }, } -- 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["BreachCleave"] = { name = "Cleave", hidden = true, color = "1", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "The character swings their weapon (or both weapons if dual wielding) in an arc, damaging monsters in an area in front of them. Only works with Axes and Swords.", skillTypes = { [SkillType.Attack] = true, [SkillType.Area] = true, [SkillType.Multistrikeable] = true, [SkillType.Melee] = true, [SkillType.ThresholdJewelArea] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, area = true, melee = true, }, baseMods = { }, qualityStats = { }, stats = { "active_skill_merged_damage_+%_final_while_dual_wielding", "physical_damage_+%", "monster_penalty_against_minions_damage_+%_final_vs_player_minions", "skill_physical_damage_%_to_convert_to_fire", "melee_range_+", "is_area_damage", "skill_double_hits_when_dual_wielding", "action_attack_or_cast_time_uses_animation_length", }, levels = { [1] = {-40, 29, -20, 50, 4, levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, }
monster beyond portal chance +% final [-66]
monster hellscape charge +% [-66]
Id | BreachReducedBeyondPortalChance |
---|---|
Family | BeyondPortalChance |
Domains | монстр (3) |
GenerationType | Уникальный (3) |
Req. level | 1 |
Stats |
Сторонник Ксофа
Демон
Xoph's Loyal
Spectre | Y |
---|---|
Spectre Override | Metadata/Monsters/Hellion/HellionBreachSpectre |
End Game | Дарует 45% от физического урона в виде дополнительного урона от огня |
Tags | animal_claw_weapon, beast, canine_beast, demon, fire_affinity, has_one_hand_sword, has_one_handed_melee, hidden_monster, large_model, light_armour, medium_movement, melee, no_bloodlines, no_pantheon_mod, not_int, physical_affinity, red_blood, small_height |
Packs |
Здоровье
468%
Броня
+10%
Уклонение
+10%
Ailment Threshold
468%
Сопротивление
40 0 0 0
Damage
100%
Точность
100%
Шанс критического удара
+5%
Множитель критического удара
+130%
Attack Distance
6 ~ 7
Attack Time
1.5 Second
Damage Spread
±20%
Опыт
100%
Model Size
100%
Type
BreachHellionMap
Metadata
HellionBreachMapStandalone
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Уровень
68
Здоровье
30,108
Броня
31,669
Уклонение
5,213
Энергетический щит
0
Damage
374
Урон от чар
374
Точность
290
Attack Time
1.5
Опыт
10,255
Ailment Threshold
30,108
Chill
95
Shock
95
Brittle
539
Scorch
95
Sap
263
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: 299–448
Шанс критического удара: 5%
Attack Time: 1.5 сек.
Герой наносит обычный удар.
skill can fire arrows [1]
skill can fire wand projectiles [1]
skill can fire wand projectiles [1]
BreachCleave
Attack, Area, Multistrikeable, Melee, ThresholdJewelArea
Рассечение
Base Damage: 299–448
Шанс критического удара: 5%
Attack Time: 1.5 сек.
Герой взмахивает своим оружием (или двумя, если носит два одноручных оружия), описывая дугу и нанося урон врагам в области перед собой. Умение требует топоры и/или мечи.
Если экипировано парное оружие, наносит 60% урона от каждого
29% увеличение физического урона
50% физического урона становится уроном от огня
+0.4 м к дальности ударов ближнего боя
action attack or cast time uses animation length [1]
is area damage [1]
monster penalty against minions damage +% final vs player minions [-20]
skill double hits when dual wielding [1]
29% увеличение физического урона
50% физического урона становится уроном от огня
+0.4 м к дальности ударов ближнего боя
action attack or cast time uses animation length [1]
is area damage [1]
monster penalty against minions damage +% final vs player minions [-20]
skill double hits when dual wielding [1]
Object Type
version 2 extends "Metadata/Monsters/BreachBosses/BreachMonsterStandalone" Actor { main_hand_unarmed_type = "Dagger" }
Object Type Codes
version 2 extends "Metadata/Monsters/BreachBosses/BreachMonsterStandalone"
-- src\Data\Spectres.lua minions["Metadata/Monsters/Hellion/HellionBreachMapStandalone"] = { name = "Xoph's Loyal", life = 4.68, fireResist = 40, coldResist = 0, lightningResist = 0, chaosResist = 0, damage = 1, damageSpread = 0.2, attackTime = 1.5, attackRange = 7, accuracy = 1, weaponType1 = "One Hand Sword", skillList = { "Melee", "BreachCleave", }, modList = { }, } -- 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["BreachCleave"] = { name = "Cleave", hidden = true, color = "1", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "The character swings their weapon (or both weapons if dual wielding) in an arc, damaging monsters in an area in front of them. Only works with Axes and Swords.", skillTypes = { [SkillType.Attack] = true, [SkillType.Area] = true, [SkillType.Multistrikeable] = true, [SkillType.Melee] = true, [SkillType.ThresholdJewelArea] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, area = true, melee = true, }, baseMods = { }, qualityStats = { }, stats = { "active_skill_merged_damage_+%_final_while_dual_wielding", "physical_damage_+%", "monster_penalty_against_minions_damage_+%_final_vs_player_minions", "skill_physical_damage_%_to_convert_to_fire", "melee_range_+", "is_area_damage", "skill_double_hits_when_dual_wielding", "action_attack_or_cast_time_uses_animation_length", }, levels = { [1] = {-40, 29, -20, 50, 4, levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, }
Сторонник Ксофа
Демон
monster beyond portal chance +% final [-66]
monster hellscape charge +% [-66]
monster hellscape charge +% [-66]
Xoph's Loyal
Spectre | Y |
---|---|
End Game | Дарует 45% от физического урона в виде дополнительного урона от огня |
Tags | animal_claw_weapon, beast, breach_commander, canine_beast, Чародейский, demon, fire_affinity, has_one_hand_sword, has_one_handed_melee, large_model, light_armour, medium_movement, melee, no_bloodlines, no_pantheon_mod, not_int, not_str, physical_affinity, red_blood |
Здоровье
300%
Уклонение
+10%
Ailment Threshold
300%
Сопротивление
30 30 30 20
Damage
120%
Точность
100%
Шанс критического удара
+5%
Множитель критического удара
+130%
Attack Distance
6 ~ 14
Attack Time
1.5 Second
Damage Spread
±20%
Опыт
150%
Model Size
130%
Type
BreachHellionCommander
Metadata
HellionBreachSpectre
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Уровень
68
Здоровье
19,300
Броня
28,790
Уклонение
5,213
Энергетический щит
0
Damage
448
Урон от чар
448
Точность
290
Attack Time
1.5
Опыт
15,383
Ailment Threshold
19,300
Chill
61
Shock
61
Brittle
345
Scorch
61
Sap
169
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).
HotdogUpheaval
Spell, Damage, Fire, Duration, Area, Triggerable, AreaSpell
Время применения: 1 сек.
Перезарядка: 10 сек.
Ваши удары не могут оглушать врагов
Базовая длительность - 7 секунд(-ы)
Наносит от 803.6 до 1205 урона от огня
active skill area of effect radius +% final [20]
is area damage [1]
Базовая длительность - 7 секунд(-ы)
Наносит от 803.6 до 1205 урона от огня
active skill area of effect radius +% final [20]
is area damage [1]
CoverInAsh
Spell, Duration, Area, Buff, AreaSpell
Время применения: 1.8 сек.
Перезарядка: 10 сек.
Базовая длительность - 5 секунд(-ы)
active skill area of effect radius +% final [70]
active skill area of effect radius +% final [70]
Flamebreath
Spell, Damage, Fire, Projectile, Area, AreaSpell
Дыхание пламени
Время применения: 2.97 сек.
Перезарядка: 10 сек.
Наносит 912.6 базового урона от огня в секунду
Базовая длительность - 5 секунд(-ы)
Наносит от 328.5 до 492.8 урона от огня
40% повышение скорости снаряда
ground fire art variation [2]
is area damage [1]
projectile spread radius [10]
projectile uses contact position [1]
Базовая длительность - 5 секунд(-ы)
Наносит от 328.5 до 492.8 урона от огня
40% повышение скорости снаряда
ground fire art variation [2]
is area damage [1]
projectile spread radius [10]
projectile uses contact position [1]
BreachCleave
Attack, Area, Multistrikeable, Melee, ThresholdJewelArea
Рассечение
Base Damage: 359–538
Шанс критического удара: 5%
Attack Time: 1.5 сек.
Герой взмахивает своим оружием (или двумя, если носит два одноручных оружия), описывая дугу и нанося урон врагам в области перед собой. Умение требует топоры и/или мечи.
Если экипировано парное оружие, наносит 60% урона от каждого
29% увеличение физического урона
50% физического урона становится уроном от огня
+0.4 м к дальности ударов ближнего боя
action attack or cast time uses animation length [1]
is area damage [1]
monster penalty against minions damage +% final vs player minions [-20]
skill double hits when dual wielding [1]
29% увеличение физического урона
50% физического урона становится уроном от огня
+0.4 м к дальности ударов ближнего боя
action attack or cast time uses animation length [1]
is area damage [1]
monster penalty against minions damage +% final vs player minions [-20]
skill double hits when dual wielding [1]
Melee
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Атака
Base Damage: 359–538
Шанс критического удара: 5%
Attack Time: 1.5 сек.
Герой наносит обычный удар.
skill can fire arrows [1]
skill can fire wand projectiles [1]
skill can fire wand projectiles [1]
Object Type
version 2 extends "Metadata/Monsters/BreachBosses/BreachMonsterSpectre" Actor { main_hand_unarmed_type = "Dagger" }
Object Type Codes
version 2 extends "Metadata/Monsters/BreachBosses/BreachMonsterSpectre" Render { //turn_duration = 0.35 }
-- src\Data\Spectres.lua minions["Metadata/Monsters/Hellion/HellionBreachSpectre"] = { name = "Xoph's Loyal", life = 3, fireResist = 30, coldResist = 30, lightningResist = 30, chaosResist = 20, damage = 1.2, damageSpread = 0.2, attackTime = 1.5, attackRange = 14, accuracy = 1, weaponType1 = "One Hand Sword", skillList = { "Melee", "HotdogUpheaval", "CoverInAsh", "Flamebreath", "BreachCleave", }, modList = { }, } -- 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["HotdogUpheaval"] = { name = "HotdogUpheaval", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Damage] = true, [SkillType.Fire] = true, [SkillType.Duration] = true, [SkillType.Area] = true, [SkillType.Triggerable] = true, [SkillType.AreaSpell] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { area = true, spell = true, duration = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_fire_damage", "spell_maximum_base_fire_damage", "base_skill_effect_duration", "active_skill_area_of_effect_radius_+%_final", "is_area_damage", "cannot_stun", }, levels = { [1] = {0.80000001192093, 1.2000000476837, 7000, 20, levelRequirement = 1, statInterpolation = {3, 3}, cost = { }, }, [2] = {0.95999997854233, 1.4400000572205, 7000, 20, levelRequirement = 68, statInterpolation = {3, 3}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["CoverInAsh"] = { name = "CoverInAsh", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Duration] = true, [SkillType.Area] = true, [SkillType.Buff] = true, [SkillType.AreaSpell] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1.8, baseFlags = { area = true, spell = true, duration = true, }, baseMods = { }, qualityStats = { }, stats = { "base_skill_effect_duration", "active_skill_area_of_effect_radius_+%_final", }, levels = { [1] = {5000, 70, levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["Flamebreath"] = { name = "Flame Breath", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Damage] = true, [SkillType.Fire] = true, [SkillType.Projectile] = true, [SkillType.Area] = true, [SkillType.AreaSpell] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 2.97, baseFlags = { area = true, spell = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_fire_damage", "spell_maximum_base_fire_damage", "base_fire_damage_to_deal_per_minute", "projectile_spread_radius", "base_projectile_speed_+%", "base_skill_effect_duration", "ground_fire_art_variation", "projectile_uses_contact_position", "is_area_damage", }, levels = { [1] = {0.80000001192093, 1.2000000476837, 8, 10, 40, 5000, 2, levelRequirement = 1, statInterpolation = {3, 3, 3}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["BreachCleave"] = { name = "Cleave", hidden = true, color = "1", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "The character swings their weapon (or both weapons if dual wielding) in an arc, damaging monsters in an area in front of them. Only works with Axes and Swords.", skillTypes = { [SkillType.Attack] = true, [SkillType.Area] = true, [SkillType.Multistrikeable] = true, [SkillType.Melee] = true, [SkillType.ThresholdJewelArea] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, area = true, melee = true, }, baseMods = { }, qualityStats = { }, stats = { "active_skill_merged_damage_+%_final_while_dual_wielding", "physical_damage_+%", "monster_penalty_against_minions_damage_+%_final_vs_player_minions", "skill_physical_damage_%_to_convert_to_fire", "melee_range_+", "is_area_damage", "skill_double_hits_when_dual_wielding", "action_attack_or_cast_time_uses_animation_length", }, levels = { [1] = {-40, 29, -20, 50, 4, levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, }
monster beyond portal chance +% final [-66]
monster hellscape charge +% [-66]
Id | BreachReducedBeyondPortalChance |
---|---|
Family | BeyondPortalChance |
Domains | монстр (3) |
GenerationType | Уникальный (3) |
Req. level | 1 |
Stats |
Сторонник Ксофа
Демон
cannot be used as minion [1]
monster beyond portal chance +% final [-66]
monster hellscape charge +% [-66]
monster beyond portal chance +% final [-66]
monster hellscape charge +% [-66]
Xoph's Loyal
Spectre | N |
---|---|
End Game | Дарует 45% от физического урона в виде дополнительного урона от огня |
Tags | animal_claw_weapon, beast, breach_commander, canine_beast, Чародейский, demon, fire_affinity, has_one_hand_sword, has_one_handed_melee, hidden_monster, large_model, light_armour, medium_height, medium_movement, melee, no_bloodlines, no_pantheon_mod, not_int, not_str, physical_affinity, red_blood, unusable_corpse |
Здоровье
300%
Уклонение
+10%
Ailment Threshold
300%
Сопротивление
30 30 30 20
Damage
120%
Точность
100%
Шанс критического удара
+5%
Множитель критического удара
+130%
Attack Distance
6 ~ 14
Attack Time
1.5 Second
Damage Spread
±20%
Опыт
150%
Model Size
130%
Type
BreachHellionCommanderAvatar
Metadata
HellionCommanderBreachAvatar
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Уровень
68
Здоровье
19,300
Броня
28,790
Уклонение
5,213
Энергетический щит
0
Damage
448
Урон от чар
448
Точность
290
Attack Time
1.5
Опыт
15,383
Ailment Threshold
19,300
Chill
61
Shock
61
Brittle
345
Scorch
61
Sap
169
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).
HotdogUpheaval
Spell, Damage, Fire, Duration, Area, Triggerable, AreaSpell
Время применения: 1 сек.
Перезарядка: 10 сек.
Ваши удары не могут оглушать врагов
Базовая длительность - 7 секунд(-ы)
Наносит от 803.6 до 1205 урона от огня
active skill area of effect radius +% final [20]
is area damage [1]
Базовая длительность - 7 секунд(-ы)
Наносит от 803.6 до 1205 урона от огня
active skill area of effect radius +% final [20]
is area damage [1]
CoverInAsh
Spell, Duration, Area, Buff, AreaSpell
Время применения: 1.8 сек.
Перезарядка: 10 сек.
Базовая длительность - 5 секунд(-ы)
active skill area of effect radius +% final [70]
active skill area of effect radius +% final [70]
Flamebreath
Spell, Damage, Fire, Projectile, Area, AreaSpell
Дыхание пламени
Время применения: 2.97 сек.
Перезарядка: 10 сек.
Наносит 912.6 базового урона от огня в секунду
Базовая длительность - 5 секунд(-ы)
Наносит от 328.5 до 492.8 урона от огня
40% повышение скорости снаряда
ground fire art variation [2]
is area damage [1]
projectile spread radius [10]
projectile uses contact position [1]
Базовая длительность - 5 секунд(-ы)
Наносит от 328.5 до 492.8 урона от огня
40% повышение скорости снаряда
ground fire art variation [2]
is area damage [1]
projectile spread radius [10]
projectile uses contact position [1]
BreachCleave
Attack, Area, Multistrikeable, Melee, ThresholdJewelArea
Рассечение
Base Damage: 359–538
Шанс критического удара: 5%
Attack Time: 1.5 сек.
Герой взмахивает своим оружием (или двумя, если носит два одноручных оружия), описывая дугу и нанося урон врагам в области перед собой. Умение требует топоры и/или мечи.
Если экипировано парное оружие, наносит 60% урона от каждого
29% увеличение физического урона
50% физического урона становится уроном от огня
+0.4 м к дальности ударов ближнего боя
action attack or cast time uses animation length [1]
is area damage [1]
monster penalty against minions damage +% final vs player minions [-20]
skill double hits when dual wielding [1]
29% увеличение физического урона
50% физического урона становится уроном от огня
+0.4 м к дальности ударов ближнего боя
action attack or cast time uses animation length [1]
is area damage [1]
monster penalty against minions damage +% final vs player minions [-20]
skill double hits when dual wielding [1]
Melee
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Атака
Base Damage: 359–538
Шанс критического удара: 5%
Attack Time: 1.5 сек.
Герой наносит обычный удар.
skill can fire arrows [1]
skill can fire wand projectiles [1]
skill can fire wand projectiles [1]
Object Type
version 2 extends "Metadata/Monsters/LeagueAvatars/Breach/BreachMonster" Actor { main_hand_unarmed_type = "Dagger" }
Object Type Codes
version 2 extends "Metadata/Monsters/LeagueAvatars/Breach/BreachMonster" Render { //turn_duration = 0.35 }
-- src\Data\Spectres.lua minions["Metadata/Monsters/Hellion/HellionCommanderBreachAvatar"] = { name = "Xoph's Loyal", life = 3, fireResist = 30, coldResist = 30, lightningResist = 30, chaosResist = 20, damage = 1.2, damageSpread = 0.2, attackTime = 1.5, attackRange = 14, accuracy = 1, weaponType1 = "One Hand Sword", skillList = { "Melee", "HotdogUpheaval", "CoverInAsh", "Flamebreath", "BreachCleave", }, modList = { }, } -- 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["HotdogUpheaval"] = { name = "HotdogUpheaval", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Damage] = true, [SkillType.Fire] = true, [SkillType.Duration] = true, [SkillType.Area] = true, [SkillType.Triggerable] = true, [SkillType.AreaSpell] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { area = true, spell = true, duration = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_fire_damage", "spell_maximum_base_fire_damage", "base_skill_effect_duration", "active_skill_area_of_effect_radius_+%_final", "is_area_damage", "cannot_stun", }, levels = { [1] = {0.80000001192093, 1.2000000476837, 7000, 20, levelRequirement = 1, statInterpolation = {3, 3}, cost = { }, }, [2] = {0.95999997854233, 1.4400000572205, 7000, 20, levelRequirement = 68, statInterpolation = {3, 3}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["CoverInAsh"] = { name = "CoverInAsh", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Duration] = true, [SkillType.Area] = true, [SkillType.Buff] = true, [SkillType.AreaSpell] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1.8, baseFlags = { area = true, spell = true, duration = true, }, baseMods = { }, qualityStats = { }, stats = { "base_skill_effect_duration", "active_skill_area_of_effect_radius_+%_final", }, levels = { [1] = {5000, 70, levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["Flamebreath"] = { name = "Flame Breath", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Damage] = true, [SkillType.Fire] = true, [SkillType.Projectile] = true, [SkillType.Area] = true, [SkillType.AreaSpell] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 2.97, baseFlags = { area = true, spell = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_fire_damage", "spell_maximum_base_fire_damage", "base_fire_damage_to_deal_per_minute", "projectile_spread_radius", "base_projectile_speed_+%", "base_skill_effect_duration", "ground_fire_art_variation", "projectile_uses_contact_position", "is_area_damage", }, levels = { [1] = {0.80000001192093, 1.2000000476837, 8, 10, 40, 5000, 2, levelRequirement = 1, statInterpolation = {3, 3, 3}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["BreachCleave"] = { name = "Cleave", hidden = true, color = "1", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "The character swings their weapon (or both weapons if dual wielding) in an arc, damaging monsters in an area in front of them. Only works with Axes and Swords.", skillTypes = { [SkillType.Attack] = true, [SkillType.Area] = true, [SkillType.Multistrikeable] = true, [SkillType.Melee] = true, [SkillType.ThresholdJewelArea] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, area = true, melee = true, }, baseMods = { }, qualityStats = { }, stats = { "active_skill_merged_damage_+%_final_while_dual_wielding", "physical_damage_+%", "monster_penalty_against_minions_damage_+%_final_vs_player_minions", "skill_physical_damage_%_to_convert_to_fire", "melee_range_+", "is_area_damage", "skill_double_hits_when_dual_wielding", "action_attack_or_cast_time_uses_animation_length", }, levels = { [1] = {-40, 29, -20, 50, 4, levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, }
cannot be used as minion [1]
Id | CannotBeUsedAsMinion |
---|---|
Family | CannotBeUsedAsMinion |
Domains | монстр (3) |
GenerationType | Уникальный (3) |
Req. level | 1 |
Stats |
monster beyond portal chance +% final [-66]
monster hellscape charge +% [-66]
Id | BreachReducedBeyondPortalChance |
---|---|
Family | BeyondPortalChance |
Domains | монстр (3) |
GenerationType | Уникальный (3) |
Req. level | 1 |
Stats |
Сторонник Ксофа
Демон
cannot be used as minion [1]
monster beyond portal chance +% final [-66]
monster hellscape charge +% [-66]
monster beyond portal chance +% final [-66]
monster hellscape charge +% [-66]
Xoph's Loyal
Spectre | N |
---|---|
End Game | Дарует 45% от физического урона в виде дополнительного урона от огня |
Tags | animal_claw_weapon, beast, canine_beast, demon, fire_affinity, has_one_hand_sword, has_one_handed_melee, hidden_monster, large_model, light_armour, medium_movement, melee, no_bloodlines, no_pantheon_mod, not_int, not_str, physical_affinity, red_blood, small_height, unusable_corpse |
Здоровье
170%
Уклонение
+10%
Ailment Threshold
170%
Сопротивление
40 0 0 0
Damage
100%
Точность
100%
Шанс критического удара
+5%
Множитель критического удара
+130%
Attack Distance
6 ~ 7
Attack Time
1.5 Second
Damage Spread
±20%
Опыт
100%
Model Size
100%
Type
BreachHellionAvatar
Metadata
HellionBreachAvatar_
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Уровень
68
Здоровье
10,937
Броня
28,790
Уклонение
5,213
Энергетический щит
0
Damage
374
Урон от чар
374
Точность
290
Attack Time
1.5
Опыт
10,255
Ailment Threshold
10,937
Chill
35
Shock
35
Brittle
196
Scorch
35
Sap
96
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: 299–448
Шанс критического удара: 5%
Attack Time: 1.5 сек.
Герой наносит обычный удар.
skill can fire arrows [1]
skill can fire wand projectiles [1]
skill can fire wand projectiles [1]
BreachCleave
Attack, Area, Multistrikeable, Melee, ThresholdJewelArea
Рассечение
Base Damage: 299–448
Шанс критического удара: 5%
Attack Time: 1.5 сек.
Герой взмахивает своим оружием (или двумя, если носит два одноручных оружия), описывая дугу и нанося урон врагам в области перед собой. Умение требует топоры и/или мечи.
Если экипировано парное оружие, наносит 60% урона от каждого
29% увеличение физического урона
50% физического урона становится уроном от огня
+0.4 м к дальности ударов ближнего боя
action attack or cast time uses animation length [1]
is area damage [1]
monster penalty against minions damage +% final vs player minions [-20]
skill double hits when dual wielding [1]
29% увеличение физического урона
50% физического урона становится уроном от огня
+0.4 м к дальности ударов ближнего боя
action attack or cast time uses animation length [1]
is area damage [1]
monster penalty against minions damage +% final vs player minions [-20]
skill double hits when dual wielding [1]
Object Type
version 2 extends "Metadata/Monsters/LeagueAvatars/Breach/BreachMonster" Actor { main_hand_unarmed_type = "Dagger" }
Object Type Codes
version 2 extends "Metadata/Monsters/LeagueAvatars/Breach/BreachMonster" Render { //turn_duration = 0.35 }
-- src\Data\Spectres.lua minions["Metadata/Monsters/Hellion/HellionBreachAvatar_"] = { name = "Xoph's Loyal", life = 1.7, fireResist = 40, coldResist = 0, lightningResist = 0, chaosResist = 0, damage = 1, damageSpread = 0.2, attackTime = 1.5, attackRange = 7, accuracy = 1, weaponType1 = "One Hand Sword", skillList = { "Melee", "BreachCleave", }, modList = { }, } -- 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["BreachCleave"] = { name = "Cleave", hidden = true, color = "1", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "The character swings their weapon (or both weapons if dual wielding) in an arc, damaging monsters in an area in front of them. Only works with Axes and Swords.", skillTypes = { [SkillType.Attack] = true, [SkillType.Area] = true, [SkillType.Multistrikeable] = true, [SkillType.Melee] = true, [SkillType.ThresholdJewelArea] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, area = true, melee = true, }, baseMods = { }, qualityStats = { }, stats = { "active_skill_merged_damage_+%_final_while_dual_wielding", "physical_damage_+%", "monster_penalty_against_minions_damage_+%_final_vs_player_minions", "skill_physical_damage_%_to_convert_to_fire", "melee_range_+", "is_area_damage", "skill_double_hits_when_dual_wielding", "action_attack_or_cast_time_uses_animation_length", }, levels = { [1] = {-40, 29, -20, 50, 4, levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, }
cannot be used as minion [1]
Id | CannotBeUsedAsMinion |
---|---|
Family | CannotBeUsedAsMinion |
Domains | монстр (3) |
GenerationType | Уникальный (3) |
Req. level | 1 |
Stats |
monster beyond portal chance +% final [-66]
monster hellscape charge +% [-66]
Id | BreachReducedBeyondPortalChance |
---|---|
Family | BeyondPortalChance |
Domains | монстр (3) |
GenerationType | Уникальный (3) |
Req. level | 1 |
Stats |