裂痕之魂
創造物不能被傷害
Soul of Breach
| 幽魂 | N |
|---|---|
| 標籤 | 法術, construct, fast_movement, is_unarmed, liquid_armour, medium_height, no_pantheon_mod, non_attacking, puncturing_weapon, unusable_corpse, water |
生命
0%
異常狀態臨界值
0%
抗性
傷害
100%
命中
100%
暴擊率
+5%
暴擊加成
+130%
攻擊距離
6 ~ 6
攻擊間隔
1.5 秒
傷害分佈
±0%
經驗值
100%
Model Size
100%
類型
LeagueAvatarNormal
Metadata
AvatarOfBreach
下列的數值並未包含地圖加成、怪物Buff加成、祭壇加成、輿圖天賦加成。
等級
68
生命
0
護甲值
28,790
閃避值
4,739
傷害
374
法術傷害
374
命中
580
攻擊間隔
1.5
經驗值
10,255
召喚物生命
0
召喚物傷害
298
異常狀態臨界值
0
冰緩
0
感電
0
易碎
0
焦灼
0
殘喘
0
下列的數值為技能基礎數值,並未包含地圖加成、怪物Buff加成、祭壇加成、輿圖天賦加成、怪物本身傷害加成(例: 釋界 150% 加成),怪物稀有度加成(例: 傳奇 +70% 更多, 傳奇攻擊 33% 更少)。
AvatarSummonBreachFire
法術, 法術可重複, 可觸發, 陷阱技能, 圖騰技能, 地雷技能
施放時間: 1 秒
冷卻時間: 2.5 秒
alternate minion [210]
number of monsters to summon [10]
remove parent life on death permyriad [50]
summoned monsters are minions [1]
AvatarSummonBreachLightning
法術, 法術可重複, 可觸發, 陷阱技能, 圖騰技能, 地雷技能
施放時間: 1 秒
冷卻時間: 2.5 秒
alternate minion [211]
number of monsters to summon [10]
remove parent life on death permyriad [50]
summoned monsters are minions [1]
AvatarSummonBreachCold
法術, 法術可重複, 可觸發, 陷阱技能, 圖騰技能, 地雷技能
施放時間: 1 秒
冷卻時間: 2.5 秒
alternate minion [212]
number of monsters to summon [10]
remove parent life on death permyriad [50]
summoned monsters are minions [1]
AvatarSummonBreachCommander1
法術, 法術可重複, 可觸發, 陷阱技能, 圖騰技能, 地雷技能
施放時間: 1 秒
冷卻時間: 100 秒
alternate minion [213]
number of monsters to summon [1]
remove parent life on death permyriad [200]
summoned monsters are minions [1]
AvatarSummonBreachCommander2
法術, 法術可重複, 可觸發, 陷阱技能, 圖騰技能, 地雷技能
施放時間: 1 秒
冷卻時間: 100 秒
alternate minion [213]
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 = { }, },
},
}
不能被傷害
| 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.