Воплощение Разлома
Механизм
Не может получить урон
Soul of Breach
Spectre | N |
---|---|
Tags | Чародейский, construct, fast_movement, is_unarmed, liquid_armour, medium_height, no_pantheon_mod, non_attacking, puncturing_weapon, unusable_corpse, water |
Здоровье
0%
Ailment Threshold
0%
Сопротивление
0 0 0 0
Damage
100%
Точность
100%
Шанс критического удара
+5%
Множитель критического удара
+130%
Attack Distance
6 ~ 6
Attack Time
1.5 Second
Damage Spread
±0%
Опыт
100%
Model Size
100%
Type
LeagueAvatarNormal
Metadata
AvatarOfBreach
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Уровень
68
Здоровье
0
Броня
28,790
Уклонение
4,739
Энергетический щит
0
Damage
374
Урон от чар
374
Точность
290
Attack Time
1.5
Опыт
10,255
Ailment Threshold
0
Chill
0
Shock
0
Brittle
0
Scorch
0
Sap
0
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).
AvatarSummonBreachFire
Spell, Multicastable, Triggerable, Trappable, Totemable, Mineable
Время применения: 1 сек.
Перезарядка: 2.5 сек.
alternate minion [210]
number of monsters to summon [10]
remove parent life on death permyriad [50]
summoned monsters are minions [1]
number of monsters to summon [10]
remove parent life on death permyriad [50]
summoned monsters are minions [1]
AvatarSummonBreachLightning
Spell, Multicastable, Triggerable, Trappable, Totemable, Mineable
Время применения: 1 сек.
Перезарядка: 2.5 сек.
alternate minion [211]
number of monsters to summon [10]
remove parent life on death permyriad [50]
summoned monsters are minions [1]
number of monsters to summon [10]
remove parent life on death permyriad [50]
summoned monsters are minions [1]
AvatarSummonBreachCold
Spell, Multicastable, Triggerable, Trappable, Totemable, Mineable
Время применения: 1 сек.
Перезарядка: 2.5 сек.
alternate minion [212]
number of monsters to summon [10]
remove parent life on death permyriad [50]
summoned monsters are minions [1]
number of monsters to summon [10]
remove parent life on death permyriad [50]
summoned monsters are minions [1]
AvatarSummonBreachCommander1
Spell, Multicastable, Triggerable, Trappable, Totemable, Mineable
Время применения: 1 сек.
Перезарядка: 100 сек.
alternate minion [213]
number of monsters to summon [1]
remove parent life on death permyriad [200]
summoned monsters are minions [1]
number of monsters to summon [1]
remove parent life on death permyriad [200]
summoned monsters are minions [1]
AvatarSummonBreachCommander2
Spell, Multicastable, Triggerable, Trappable, Totemable, Mineable
Время применения: 1 сек.
Перезарядка: 100 сек.
alternate minion [213]
number of monsters to summon [1]
remove parent life on death permyriad [200]
summoned monsters are minions [1]
number of monsters to summon [1]
remove parent life on death permyriad [200]
summoned monsters are minions [1]
Object Type
version 2 extends "Metadata/Monsters/LeagueAvatars/LeagueAvatar" Stats { harbinger_minion_rare_chance_% = 10 harbinger_minion_magic_chance_% = 10 }
Object Type Codes
version 2 extends "Metadata/Monsters/LeagueAvatars/LeagueAvatar"
-- src\Data\Spectres.lua minions["Metadata/Monsters/Avatar/AvatarOfBreach"] = { name = "Soul of Breach", life = 0, fireResist = 0, coldResist = 0, lightningResist = 0, chaosResist = 0, damage = 1, damageSpread = 0, attackTime = 1.5, attackRange = 6, accuracy = 1, skillList = { "AvatarSummonBreachFire", "AvatarSummonBreachLightning", "AvatarSummonBreachCold", "AvatarSummonBreachCommander1", "AvatarSummonBreachCommander2", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["AvatarSummonBreachFire"] = { name = "AvatarSummonBreachFire", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Multicastable] = true, [SkillType.Triggerable] = true, [SkillType.Trappable] = true, [SkillType.Totemable] = true, [SkillType.Mineable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { spell = true, }, baseMods = { }, qualityStats = { }, stats = { "number_of_monsters_to_summon", "alternate_minion", "remove_parent_life_on_death_permyriad", "summoned_monsters_are_minions", }, levels = { [1] = {10, 210, 50, levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["AvatarSummonBreachLightning"] = { name = "AvatarSummonBreachLightning", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Multicastable] = true, [SkillType.Triggerable] = true, [SkillType.Trappable] = true, [SkillType.Totemable] = true, [SkillType.Mineable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { spell = true, }, baseMods = { }, qualityStats = { }, stats = { "number_of_monsters_to_summon", "alternate_minion", "remove_parent_life_on_death_permyriad", "summoned_monsters_are_minions", }, levels = { [1] = {10, 211, 50, levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["AvatarSummonBreachCold"] = { name = "AvatarSummonBreachCold", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Multicastable] = true, [SkillType.Triggerable] = true, [SkillType.Trappable] = true, [SkillType.Totemable] = true, [SkillType.Mineable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { spell = true, }, baseMods = { }, qualityStats = { }, stats = { "number_of_monsters_to_summon", "alternate_minion", "remove_parent_life_on_death_permyriad", "summoned_monsters_are_minions", }, levels = { [1] = {10, 212, 50, levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["AvatarSummonBreachCommander1"] = { name = "AvatarSummonBreachCommander1", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Multicastable] = true, [SkillType.Triggerable] = true, [SkillType.Trappable] = true, [SkillType.Totemable] = true, [SkillType.Mineable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { spell = true, }, baseMods = { }, qualityStats = { }, stats = { "number_of_monsters_to_summon", "alternate_minion", "remove_parent_life_on_death_permyriad", "summoned_monsters_are_minions", }, levels = { [1] = {1, 213, 200, levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["AvatarSummonBreachCommander2"] = { name = "AvatarSummonBreachCommander2", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Multicastable] = true, [SkillType.Triggerable] = true, [SkillType.Trappable] = true, [SkillType.Totemable] = true, [SkillType.Mineable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { spell = true, }, baseMods = { }, qualityStats = { }, stats = { "number_of_monsters_to_summon", "alternate_minion", "remove_parent_life_on_death_permyriad", "summoned_monsters_are_minions", }, levels = { [1] = {1, 213, 200, levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, }
Не может получить урон
Id | MonsterCannotBeDamaged |
---|---|
Family | CannotBeDamaged |
Domains | монстр (3) |
GenerationType | Уникальный (3) |
Req. level | 1 |
Stats |
Иммунен к урону
Иммунен к урону
Не может получить урон
Cannot Be Damaged
Edit
Wikis Content is available under CC BY-NC-SA 3.0 unless otherwise noted.
Wikis Content is available under CC BY-NC-SA 3.0 unless otherwise noted.