圣杯教士
亡灵
monster beyond portal chance +% final [-35]
monster hellscape charge +% [-35]
移除所有能量护盾
monster gain base ward equal to total maximum life % [20]
Priest of the Chalice
幽魂 | Y |
---|---|
幽魂 取代 | Metadata/Monsters/LeagueExpedition/Golemancer/ExpeditionGolemancerSpectre |
标签 | bone_armour, bones, 施法, cold_affinity, is_runic_monster, is_unarmed, not_int, not_str, skeleton, slashing_weapon, slow_movement, undead, ward_armour |
Packs |
生命
260%
生命转为保护
20%
闪避值
+25%
异常状态临界值
185%
抗性
37 37 37 0
伤害
130%
命中
100%
暴击几率
+5%
暴击伤害
+130%
攻击距离
8 ~ 15
攻击间隔
1.5 秒
伤害分布
±20%
经验值
130%
Model Size
100%
类型
ExpeditionGolemancer
Metadata
ExpeditionGolemancer
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
等级
68
生命
16,727
护甲
28,790
闪避值
5,924
能量护盾
0
伤害
486
法术伤害
486
命中
290
攻击间隔
1.5
经验值
13,332
异常状态临界值
11,902
冰缓
38
Shock
38
Brittle
213
Scorch
38
Sap
104
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).
EDSGolemancerReapLeft
法术, 可触发
暴击几率: 5%
施放间隔: 1.5 秒
造成 497.9 - 746.9 物理伤害
物理伤害的 15% 转化为冰霜伤害
is area damage [1]
spell maximum action distance +% [-63]
物理伤害的 15% 转化为冰霜伤害
is area damage [1]
spell maximum action distance +% [-63]
EDSGolemancerReapRight
法术, 可触发
暴击几率: 5%
施放间隔: 1.5 秒
造成 497.9 - 746.9 物理伤害
物理伤害的 15% 转化为冰霜伤害
is area damage [1]
spell maximum action distance +% [-63]
物理伤害的 15% 转化为冰霜伤害
is area damage [1]
spell maximum action distance +% [-63]
SSMExpeditionVolatileZombie
法术, 法术可重复, 可触发
施放间隔: 3 秒
冷却时间: 10 秒
alternate minion [564]
number of monsters to summon [1]
spell maximum action distance +% [-55]
summon specific monsters radius +% [-99]
summoned monsters are minions [1]
summoned monsters no drops or experience [1]
number of monsters to summon [1]
spell maximum action distance +% [-55]
summon specific monsters radius +% [-99]
summoned monsters are minions [1]
summoned monsters no drops or experience [1]
Object Type
version 2 extends "Metadata/Monsters/LeagueExpedition/ExpeditionMonsterEliteBase"
Object Type Codes
version 2 extends "Metadata/Monsters/LeagueExpedition/ExpeditionMonsterEliteBase" Actor { on_start_SummonSpecificMonsters = "SetStateTo( glowboost, 1 );" on_end_or_destroy_SummonSpecificMonsters = "SetStateTo( glowboost, 0 );" } Life { on_spawned_alive = "AddAttached( Metadata/Effects/Spells/monsters_effects/League_Expedition/general/golemancer/idle_fx.ao,);" on_death = "DetachAllOfType( Metadata/Effects/Spells/monsters_effects/League_Expedition/general/golemancer/idle_fx.ao );" }
-- src\Data\Spectres.lua minions["Metadata/Monsters/LeagueExpedition/Golemancer/ExpeditionGolemancer"] = { name = "Priest of the Chalice", life = 2.6, fireResist = 37, coldResist = 37, lightningResist = 37, chaosResist = 0, damage = 1.3, damageSpread = 0.2, attackTime = 1.5, attackRange = 15, accuracy = 1, skillList = { "EDSGolemancerReapLeft", "EDSGolemancerReapRight", "SSMExpeditionVolatileZombie", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["EDSGolemancerReapLeft"] = { name = "EDSGolemancerReapLeft", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Triggerable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1.5, baseFlags = { spell = true, area = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_physical_damage", "spell_maximum_base_physical_damage", "skill_physical_damage_%_to_convert_to_cold", "spell_maximum_action_distance_+%", "is_area_damage", }, levels = { [1] = {0.80000001192093, 1.2000000476837, 15, -63, critChance = 5, levelRequirement = 0, statInterpolation = {3, 3}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["EDSGolemancerReapRight"] = { name = "EDSGolemancerReapRight", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Triggerable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1.5, baseFlags = { spell = true, area = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_physical_damage", "spell_maximum_base_physical_damage", "skill_physical_damage_%_to_convert_to_cold", "spell_maximum_action_distance_+%", "is_area_damage", }, levels = { [1] = {0.80000001192093, 1.2000000476837, 15, -63, critChance = 5, levelRequirement = 0, statInterpolation = {3, 3}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["SSMExpeditionVolatileZombie"] = { name = "SSMExpeditionVolatileZombie", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Multicastable] = true, [SkillType.Triggerable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 3, baseFlags = { spell = true, }, baseMods = { }, qualityStats = { }, stats = { "number_of_monsters_to_summon", "alternate_minion", "summon_specific_monsters_radius_+%", "spell_maximum_action_distance_+%", "summoned_monsters_are_minions", "summoned_monsters_no_drops_or_experience", }, levels = { [1] = {1, 564, -99, -55, levelRequirement = 0, statInterpolation = {}, cost = { }, }, }, }
Id | MonsterTagExpedition |
---|---|
Family | MonsterTag |
Domains | 怪物 (3) |
GenerationType | 传奇 (3) |
Req. level | 1 |
Adds Tags | expedition_monster |
monster beyond portal chance +% final [-35]
monster hellscape charge +% [-35]
Id | ExpeditionReducedBeyondPortalChance |
---|---|
Family | BeyondPortalChance |
Domains | 怪物 (3) |
GenerationType | 传奇 (3) |
Req. level | 1 |
Stats |
移除所有能量护盾
monster gain base ward equal to total maximum life % [20]
Id | MonsterGainLifeAsWardElite |
---|---|
Family | MonsterGainLifeAsWard |
Domains | 怪物 (3) |
GenerationType | 传奇 (3) |
Req. level | 1 |
Stats |
圣杯教士
Priest of the Chalice
幽魂 | Y |
---|---|
幽魂 取代 | Metadata/Monsters/LeagueExpedition/Golemancer/ExpeditionGolemancerSpectre |
地区 | 幽闭城塞 |
标签 | bone_armour, bones, 施法, cold_affinity, is_runic_monster, is_unarmed, not_int, not_str, skeleton, slashing_weapon, slow_movement, undead, ward_armour |
Packs |
生命
260%
生命转为保护
20%
闪避值
+25%
异常状态临界值
185%
抗性
37 37 37 0
伤害
130%
命中
100%
暴击几率
+5%
暴击伤害
+130%
攻击距离
8 ~ 15
攻击间隔
1.5 秒
伤害分布
±20%
经验值
130%
Model Size
100%
类型
ExpeditionGolemancer
Metadata
ExpeditionGolemancerStandalone
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
等级
84
生命
91,767
护甲
99,834
闪避值
10,150
能量护盾
0
伤害
1,239
法术伤害
1,239
命中
538
攻击间隔
1.5
经验值
17,225
异常状态临界值
65,296
冰缓
206
Shock
206
Brittle
1,168
Scorch
206
Sap
570
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).
EDSGolemancerReapLeft
法术, 可触发
暴击几率: 5%
施放间隔: 1.5 秒
造成 880.9 - 1321 物理伤害
物理伤害的 15% 转化为冰霜伤害
is area damage [1]
spell maximum action distance +% [-63]
物理伤害的 15% 转化为冰霜伤害
is area damage [1]
spell maximum action distance +% [-63]
EDSGolemancerReapRight
法术, 可触发
暴击几率: 5%
施放间隔: 1.5 秒
造成 880.9 - 1321 物理伤害
物理伤害的 15% 转化为冰霜伤害
is area damage [1]
spell maximum action distance +% [-63]
物理伤害的 15% 转化为冰霜伤害
is area damage [1]
spell maximum action distance +% [-63]
SSMExpeditionVolatileZombie
法术, 法术可重复, 可触发
施放间隔: 3 秒
冷却时间: 10 秒
alternate minion [564]
number of monsters to summon [1]
spell maximum action distance +% [-55]
summon specific monsters radius +% [-99]
summoned monsters are minions [1]
summoned monsters no drops or experience [1]
number of monsters to summon [1]
spell maximum action distance +% [-55]
summon specific monsters radius +% [-99]
summoned monsters are minions [1]
summoned monsters no drops or experience [1]
Object Type
Object Type Codes
-- src\Data\Spectres.lua minions["Metadata/Monsters/LeagueExpedition/Golemancer/ExpeditionGolemancerStandalone"] = { name = "Priest of the Chalice", life = 2.6, fireResist = 37, coldResist = 37, lightningResist = 37, chaosResist = 0, damage = 1.3, damageSpread = 0.2, attackTime = 1.5, attackRange = 15, accuracy = 1, skillList = { "EDSGolemancerReapLeft", "EDSGolemancerReapRight", "SSMExpeditionVolatileZombie", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["EDSGolemancerReapLeft"] = { name = "EDSGolemancerReapLeft", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Triggerable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1.5, baseFlags = { spell = true, area = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_physical_damage", "spell_maximum_base_physical_damage", "skill_physical_damage_%_to_convert_to_cold", "spell_maximum_action_distance_+%", "is_area_damage", }, levels = { [1] = {0.80000001192093, 1.2000000476837, 15, -63, critChance = 5, levelRequirement = 0, statInterpolation = {3, 3}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["EDSGolemancerReapRight"] = { name = "EDSGolemancerReapRight", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Triggerable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1.5, baseFlags = { spell = true, area = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_physical_damage", "spell_maximum_base_physical_damage", "skill_physical_damage_%_to_convert_to_cold", "spell_maximum_action_distance_+%", "is_area_damage", }, levels = { [1] = {0.80000001192093, 1.2000000476837, 15, -63, critChance = 5, levelRequirement = 0, statInterpolation = {3, 3}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["SSMExpeditionVolatileZombie"] = { name = "SSMExpeditionVolatileZombie", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Multicastable] = true, [SkillType.Triggerable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 3, baseFlags = { spell = true, }, baseMods = { }, qualityStats = { }, stats = { "number_of_monsters_to_summon", "alternate_minion", "summon_specific_monsters_radius_+%", "spell_maximum_action_distance_+%", "summoned_monsters_are_minions", "summoned_monsters_no_drops_or_experience", }, levels = { [1] = {1, 564, -99, -55, levelRequirement = 0, statInterpolation = {}, cost = { }, }, }, }
Id | MonsterTagExpedition |
---|---|
Family | MonsterTag |
Domains | 怪物 (3) |
GenerationType | 传奇 (3) |
Req. level | 1 |
Adds Tags | expedition_monster |
移除所有能量护盾
monster gain base ward equal to total maximum life % [20]
Id | MonsterGainLifeAsWardElite |
---|---|
Family | MonsterGainLifeAsWard |
Domains | 怪物 (3) |
GenerationType | 传奇 (3) |
Req. level | 1 |
Stats |
圣杯教士
亡灵
monster beyond portal chance +% final [-35]
monster hellscape charge +% [-35]
移除所有能量护盾
monster gain base ward equal to total maximum life % [20]
monster hellscape charge +% [-35]
移除所有能量护盾
monster gain base ward equal to total maximum life % [20]
Priest of the Chalice
幽魂 | Y |
---|---|
标签 | bone_armour, bones, 施法, cold_affinity, is_runic_monster, is_unarmed, not_int, not_str, skeleton, slashing_weapon, slow_movement, undead, ward_armour |
生命
260%
生命转为保护
20%
闪避值
+25%
异常状态临界值
185%
抗性
37 37 37 0
伤害
130%
命中
100%
暴击几率
+5%
暴击伤害
+130%
攻击距离
8 ~ 15
攻击间隔
1.5 秒
伤害分布
±20%
经验值
130%
Model Size
100%
类型
ExpeditionGolemancer
Metadata
ExpeditionGolemancerSpectre
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
等级
68
生命
16,727
护甲
28,790
闪避值
5,924
能量护盾
0
伤害
486
法术伤害
486
命中
290
攻击间隔
1.5
经验值
13,332
异常状态临界值
11,902
冰缓
38
Shock
38
Brittle
213
Scorch
38
Sap
104
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).
EDSGolemancerReapLeft
法术, 可触发
暴击几率: 5%
施放间隔: 1.5 秒
造成 497.9 - 746.9 物理伤害
物理伤害的 15% 转化为冰霜伤害
is area damage [1]
spell maximum action distance +% [-63]
物理伤害的 15% 转化为冰霜伤害
is area damage [1]
spell maximum action distance +% [-63]
EDSGolemancerReapRight
法术, 可触发
暴击几率: 5%
施放间隔: 1.5 秒
造成 497.9 - 746.9 物理伤害
物理伤害的 15% 转化为冰霜伤害
is area damage [1]
spell maximum action distance +% [-63]
物理伤害的 15% 转化为冰霜伤害
is area damage [1]
spell maximum action distance +% [-63]
SSMExpeditionVolatileZombie
法术, 法术可重复, 可触发
施放间隔: 3 秒
冷却时间: 10 秒
alternate minion [564]
number of monsters to summon [1]
spell maximum action distance +% [-55]
summon specific monsters radius +% [-99]
summoned monsters are minions [1]
summoned monsters no drops or experience [1]
number of monsters to summon [1]
spell maximum action distance +% [-55]
summon specific monsters radius +% [-99]
summoned monsters are minions [1]
summoned monsters no drops or experience [1]
Object Type
version 2 extends "Metadata/Monsters/LeagueExpedition/ExpeditionMonsterEliteBase"
Object Type Codes
version 2 extends "Metadata/Monsters/LeagueExpedition/ExpeditionMonsterEliteBase" Actor { on_start_SummonSpecificMonsters = "SetStateTo( glowboost, 1 );" on_end_or_destroy_SummonSpecificMonsters = "SetStateTo( glowboost, 0 );" } Life { on_spawned_alive = "AddAttached( Metadata/Effects/Spells/monsters_effects/League_Expedition/general/golemancer/idle_fx.ao,);" on_death = "DetachAllOfType( Metadata/Effects/Spells/monsters_effects/League_Expedition/general/golemancer/idle_fx.ao );" }
-- src\Data\Spectres.lua minions["Metadata/Monsters/LeagueExpedition/Golemancer/ExpeditionGolemancerSpectre"] = { name = "Priest of the Chalice", life = 2.6, fireResist = 37, coldResist = 37, lightningResist = 37, chaosResist = 0, damage = 1.3, damageSpread = 0.2, attackTime = 1.5, attackRange = 15, accuracy = 1, skillList = { "EDSGolemancerReapLeft", "EDSGolemancerReapRight", "SSMExpeditionVolatileZombie", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["EDSGolemancerReapLeft"] = { name = "EDSGolemancerReapLeft", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Triggerable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1.5, baseFlags = { spell = true, area = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_physical_damage", "spell_maximum_base_physical_damage", "skill_physical_damage_%_to_convert_to_cold", "spell_maximum_action_distance_+%", "is_area_damage", }, levels = { [1] = {0.80000001192093, 1.2000000476837, 15, -63, critChance = 5, levelRequirement = 0, statInterpolation = {3, 3}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["EDSGolemancerReapRight"] = { name = "EDSGolemancerReapRight", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Triggerable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1.5, baseFlags = { spell = true, area = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_physical_damage", "spell_maximum_base_physical_damage", "skill_physical_damage_%_to_convert_to_cold", "spell_maximum_action_distance_+%", "is_area_damage", }, levels = { [1] = {0.80000001192093, 1.2000000476837, 15, -63, critChance = 5, levelRequirement = 0, statInterpolation = {3, 3}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["SSMExpeditionVolatileZombie"] = { name = "SSMExpeditionVolatileZombie", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Multicastable] = true, [SkillType.Triggerable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 3, baseFlags = { spell = true, }, baseMods = { }, qualityStats = { }, stats = { "number_of_monsters_to_summon", "alternate_minion", "summon_specific_monsters_radius_+%", "spell_maximum_action_distance_+%", "summoned_monsters_are_minions", "summoned_monsters_no_drops_or_experience", }, levels = { [1] = {1, 564, -99, -55, levelRequirement = 0, statInterpolation = {}, cost = { }, }, }, }
monster beyond portal chance +% final [-35]
monster hellscape charge +% [-35]
Id | ExpeditionReducedBeyondPortalChance |
---|---|
Family | BeyondPortalChance |
Domains | 怪物 (3) |
GenerationType | 传奇 (3) |
Req. level | 1 |
Stats |
移除所有能量护盾
monster gain base ward equal to total maximum life % [20]
Id | MonsterGainLifeAsWardElite |
---|---|
Family | MonsterGainLifeAsWard |
Domains | 怪物 (3) |
GenerationType | 传奇 (3) |
Req. level | 1 |
Stats |
圣杯教士
亡灵
移除所有能量护盾
monster gain base ward equal to total maximum life % [20]
Priest of the Chalice
幽魂 | Y |
---|---|
标签 | bone_armour, bones, 施法, cold_affinity, is_runic_monster, is_unarmed, not_int, not_str, skeleton, slashing_weapon, slow_movement, undead, ward_armour |
生命
260%
生命转为保护
20%
闪避值
+25%
异常状态临界值
185%
抗性
37 37 37 0
伤害
130%
命中
100%
暴击几率
+5%
暴击伤害
+130%
攻击距离
8 ~ 15
攻击间隔
1.5 秒
伤害分布
±20%
经验值
130%
Model Size
100%
类型
ExpeditionGolemancer
Metadata
ExpeditionGolemancerUhtredBoss
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
等级
68
生命
16,727
护甲
28,790
闪避值
5,924
能量护盾
0
伤害
486
法术伤害
486
命中
290
攻击间隔
1.5
经验值
13,332
异常状态临界值
11,902
冰缓
38
Shock
38
Brittle
213
Scorch
38
Sap
104
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).
EDSGolemancerReapLeft
法术, 可触发
暴击几率: 5%
施放间隔: 1.5 秒
造成 497.9 - 746.9 物理伤害
物理伤害的 15% 转化为冰霜伤害
is area damage [1]
spell maximum action distance +% [-63]
物理伤害的 15% 转化为冰霜伤害
is area damage [1]
spell maximum action distance +% [-63]
EDSGolemancerReapRight
法术, 可触发
暴击几率: 5%
施放间隔: 1.5 秒
造成 497.9 - 746.9 物理伤害
物理伤害的 15% 转化为冰霜伤害
is area damage [1]
spell maximum action distance +% [-63]
物理伤害的 15% 转化为冰霜伤害
is area damage [1]
spell maximum action distance +% [-63]
SSMExpeditionVolatileZombie
法术, 法术可重复, 可触发
施放间隔: 3 秒
冷却时间: 10 秒
alternate minion [564]
number of monsters to summon [1]
spell maximum action distance +% [-55]
summon specific monsters radius +% [-99]
summoned monsters are minions [1]
summoned monsters no drops or experience [1]
number of monsters to summon [1]
spell maximum action distance +% [-55]
summon specific monsters radius +% [-99]
summoned monsters are minions [1]
summoned monsters no drops or experience [1]
Object Type
version 2 extends "Metadata/Monsters/LeagueExpedition/Golemancer/SandGolemancer" Actor { basic_action = "Emerge2" }
Object Type Codes
version 2 extends "Metadata/Monsters/LeagueExpedition/Golemancer/SandGolemancer" Life { on_death = " Delay( 0.5, { AddEffectPack( Metadata/Effects/Utility/EPKs/fade_Out.epk ); } ); " }
-- src\Data\Spectres.lua minions["Metadata/Monsters/LeagueExpedition/Golemancer/ExpeditionGolemancerUhtredBoss"] = { name = "Priest of the Chalice", life = 2.6, fireResist = 37, coldResist = 37, lightningResist = 37, chaosResist = 0, damage = 1.3, damageSpread = 0.2, attackTime = 1.5, attackRange = 15, accuracy = 1, skillList = { "EDSGolemancerReapLeft", "EDSGolemancerReapRight", "SSMExpeditionVolatileZombie", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["EDSGolemancerReapLeft"] = { name = "EDSGolemancerReapLeft", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Triggerable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1.5, baseFlags = { spell = true, area = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_physical_damage", "spell_maximum_base_physical_damage", "skill_physical_damage_%_to_convert_to_cold", "spell_maximum_action_distance_+%", "is_area_damage", }, levels = { [1] = {0.80000001192093, 1.2000000476837, 15, -63, critChance = 5, levelRequirement = 0, statInterpolation = {3, 3}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["EDSGolemancerReapRight"] = { name = "EDSGolemancerReapRight", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Triggerable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1.5, baseFlags = { spell = true, area = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_physical_damage", "spell_maximum_base_physical_damage", "skill_physical_damage_%_to_convert_to_cold", "spell_maximum_action_distance_+%", "is_area_damage", }, levels = { [1] = {0.80000001192093, 1.2000000476837, 15, -63, critChance = 5, levelRequirement = 0, statInterpolation = {3, 3}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["SSMExpeditionVolatileZombie"] = { name = "SSMExpeditionVolatileZombie", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Multicastable] = true, [SkillType.Triggerable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 3, baseFlags = { spell = true, }, baseMods = { }, qualityStats = { }, stats = { "number_of_monsters_to_summon", "alternate_minion", "summon_specific_monsters_radius_+%", "spell_maximum_action_distance_+%", "summoned_monsters_are_minions", "summoned_monsters_no_drops_or_experience", }, levels = { [1] = {1, 564, -99, -55, levelRequirement = 0, statInterpolation = {}, cost = { }, }, }, }
Id | MonsterTagExpedition |
---|---|
Family | MonsterTag |
Domains | 怪物 (3) |
GenerationType | 传奇 (3) |
Req. level | 1 |
Adds Tags | expedition_monster |
移除所有能量护盾
monster gain base ward equal to total maximum life % [20]
Id | MonsterGainLifeAsWardElite |
---|---|
Family | MonsterGainLifeAsWard |
Domains | 怪物 (3) |
GenerationType | 传奇 (3) |
Req. level | 1 |
Stats |
圣杯教士
亡灵
移除所有能量护盾
monster gain base ward equal to total maximum life % [20]
Priest of the Chalice
幽魂 | N |
---|---|
标签 | bone_armour, bones, 施法, cold_affinity, is_runic_monster, is_unarmed, not_int, not_str, skeleton, slashing_weapon, slow_movement, undead, ward_armour |
生命
260%
生命转为保护
20%
闪避值
+25%
异常状态临界值
185%
抗性
37 37 37 0
伤害
130%
命中
100%
暴击几率
+5%
暴击伤害
+130%
攻击距离
8 ~ 15
攻击间隔
1.5 秒
伤害分布
±20%
经验值
130%
Model Size
100%
类型
ExpeditionGolemancer
Metadata
ExpeditionGolemancerSarcophagus_
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
等级
68
生命
16,727
护甲
28,790
闪避值
5,924
能量护盾
0
伤害
486
法术伤害
486
命中
290
攻击间隔
1.5
经验值
13,332
异常状态临界值
11,902
冰缓
38
Shock
38
Brittle
213
Scorch
38
Sap
104
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).
EDSGolemancerReapLeft
法术, 可触发
暴击几率: 5%
施放间隔: 1.5 秒
造成 497.9 - 746.9 物理伤害
物理伤害的 15% 转化为冰霜伤害
is area damage [1]
spell maximum action distance +% [-63]
物理伤害的 15% 转化为冰霜伤害
is area damage [1]
spell maximum action distance +% [-63]
EDSGolemancerReapRight
法术, 可触发
暴击几率: 5%
施放间隔: 1.5 秒
造成 497.9 - 746.9 物理伤害
物理伤害的 15% 转化为冰霜伤害
is area damage [1]
spell maximum action distance +% [-63]
物理伤害的 15% 转化为冰霜伤害
is area damage [1]
spell maximum action distance +% [-63]
SSMExpeditionVolatileZombie
法术, 法术可重复, 可触发
施放间隔: 3 秒
冷却时间: 10 秒
alternate minion [564]
number of monsters to summon [1]
spell maximum action distance +% [-55]
summon specific monsters radius +% [-99]
summoned monsters are minions [1]
summoned monsters no drops or experience [1]
number of monsters to summon [1]
spell maximum action distance +% [-55]
summon specific monsters radius +% [-99]
summoned monsters are minions [1]
summoned monsters no drops or experience [1]
Object Type
version 2 extends "Metadata/Monsters/LeagueExpedition/ExpeditionMonsterEliteBase"
Object Type Codes
version 2 extends "Metadata/Monsters/LeagueExpedition/ExpeditionMonsterEliteBase" Actor { on_start_SummonSpecificMonsters = "SetStateTo( glowboost, 1 );" on_end_or_destroy_SummonSpecificMonsters = "SetStateTo( glowboost, 0 );" } Life { on_spawned_alive = "AddAttached( Metadata/Effects/Spells/monsters_effects/League_Expedition/general/golemancer/idle_fx.ao,);" on_death = "DetachAllOfType( Metadata/Effects/Spells/monsters_effects/League_Expedition/general/golemancer/idle_fx.ao );" }
-- src\Data\Spectres.lua minions["Metadata/Monsters/LeagueExpedition/Golemancer/ExpeditionGolemancerSarcophagus_"] = { name = "Priest of the Chalice", life = 2.6, fireResist = 37, coldResist = 37, lightningResist = 37, chaosResist = 0, damage = 1.3, damageSpread = 0.2, attackTime = 1.5, attackRange = 15, accuracy = 1, skillList = { "EDSGolemancerReapLeft", "EDSGolemancerReapRight", "SSMExpeditionVolatileZombie", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["EDSGolemancerReapLeft"] = { name = "EDSGolemancerReapLeft", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Triggerable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1.5, baseFlags = { spell = true, area = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_physical_damage", "spell_maximum_base_physical_damage", "skill_physical_damage_%_to_convert_to_cold", "spell_maximum_action_distance_+%", "is_area_damage", }, levels = { [1] = {0.80000001192093, 1.2000000476837, 15, -63, critChance = 5, levelRequirement = 0, statInterpolation = {3, 3}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["EDSGolemancerReapRight"] = { name = "EDSGolemancerReapRight", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Triggerable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1.5, baseFlags = { spell = true, area = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_physical_damage", "spell_maximum_base_physical_damage", "skill_physical_damage_%_to_convert_to_cold", "spell_maximum_action_distance_+%", "is_area_damage", }, levels = { [1] = {0.80000001192093, 1.2000000476837, 15, -63, critChance = 5, levelRequirement = 0, statInterpolation = {3, 3}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["SSMExpeditionVolatileZombie"] = { name = "SSMExpeditionVolatileZombie", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Multicastable] = true, [SkillType.Triggerable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 3, baseFlags = { spell = true, }, baseMods = { }, qualityStats = { }, stats = { "number_of_monsters_to_summon", "alternate_minion", "summon_specific_monsters_radius_+%", "spell_maximum_action_distance_+%", "summoned_monsters_are_minions", "summoned_monsters_no_drops_or_experience", }, levels = { [1] = {1, 564, -99, -55, levelRequirement = 0, statInterpolation = {}, cost = { }, }, }, }
Id | MonsterTagExpedition |
---|---|
Family | MonsterTag |
Domains | 怪物 (3) |
GenerationType | 传奇 (3) |
Req. level | 1 |
Adds Tags | expedition_monster |
移除所有能量护盾
monster gain base ward equal to total maximum life % [20]
Id | MonsterGainLifeAsWardElite |
---|---|
Family | MonsterGainLifeAsWard |
Domains | 怪物 (3) |
GenerationType | 传奇 (3) |
Req. level | 1 |
Stats |
圣杯教士
亡灵
区域: 卡兰德之湖
monster beyond portal chance +% final [-35]
monster hellscape charge +% [-35]
移除所有能量护盾
monster gain base ward equal to total maximum life % [20]
Priest of the Chalice
幽魂 | N |
---|---|
地区 | 卡兰德之湖 |
标签 | bone_armour, bones, 施法, cold_affinity, is_unarmed, not_int, not_str, skeleton, slashing_weapon, slow_movement, undead, ward_armour |
Packs |
生命
260%
生命转为保护
20%
闪避值
+25%
异常状态临界值
185%
抗性
37 37 37 0
伤害
130%
命中
100%
暴击几率
+5%
暴击伤害
+130%
攻击距离
8 ~ 15
攻击间隔
1.5 秒
伤害分布
±20%
经验值
130%
Model Size
100%
类型
ExpeditionGolemancer
Metadata
ExpeditionGolemancer
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
等级
68
生命
16,727
护甲
28,790
闪避值
5,924
能量护盾
0
伤害
486
法术伤害
486
命中
290
攻击间隔
1.5
经验值
13,332
异常状态临界值
11,902
冰缓
38
Shock
38
Brittle
213
Scorch
38
Sap
104
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).
EDSGolemancerReapLeft
法术, 可触发
暴击几率: 5%
施放间隔: 1.5 秒
造成 497.9 - 746.9 物理伤害
物理伤害的 15% 转化为冰霜伤害
is area damage [1]
spell maximum action distance +% [-63]
物理伤害的 15% 转化为冰霜伤害
is area damage [1]
spell maximum action distance +% [-63]
EDSGolemancerReapRight
法术, 可触发
暴击几率: 5%
施放间隔: 1.5 秒
造成 497.9 - 746.9 物理伤害
物理伤害的 15% 转化为冰霜伤害
is area damage [1]
spell maximum action distance +% [-63]
物理伤害的 15% 转化为冰霜伤害
is area damage [1]
spell maximum action distance +% [-63]
SSMExpeditionVolatileZombie
法术, 法术可重复, 可触发
施放间隔: 3 秒
冷却时间: 10 秒
alternate minion [564]
number of monsters to summon [1]
spell maximum action distance +% [-55]
summon specific monsters radius +% [-99]
summoned monsters are minions [1]
summoned monsters no drops or experience [1]
number of monsters to summon [1]
spell maximum action distance +% [-55]
summon specific monsters radius +% [-99]
summoned monsters are minions [1]
summoned monsters no drops or experience [1]
Object Type
version 2 extends "Metadata/Monsters/LeagueExpedition/ExpeditionMonsterEliteBase"
Object Type Codes
version 2 extends "Metadata/Monsters/LeagueExpedition/ExpeditionMonsterEliteBase" Actor { on_start_SummonSpecificMonsters = "SetStateTo( glowboost, 1 );" on_end_or_destroy_SummonSpecificMonsters = "SetStateTo( glowboost, 0 );" } Life { on_spawned_alive = "AddAttached( Metadata/Effects/Spells/monsters_effects/League_Expedition/general/golemancer/idle_fx.ao,);" on_death = "DetachAllOfType( Metadata/Effects/Spells/monsters_effects/League_Expedition/general/golemancer/idle_fx.ao );" }
-- src\Data\Spectres.lua minions["Metadata/Monsters/LeagueLake/Golemancer/ExpeditionGolemancer"] = { name = "Priest of the Chalice", life = 2.6, fireResist = 37, coldResist = 37, lightningResist = 37, chaosResist = 0, damage = 1.3, damageSpread = 0.2, attackTime = 1.5, attackRange = 15, accuracy = 1, skillList = { "EDSGolemancerReapLeft", "EDSGolemancerReapRight", "SSMExpeditionVolatileZombie", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["EDSGolemancerReapLeft"] = { name = "EDSGolemancerReapLeft", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Triggerable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1.5, baseFlags = { spell = true, area = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_physical_damage", "spell_maximum_base_physical_damage", "skill_physical_damage_%_to_convert_to_cold", "spell_maximum_action_distance_+%", "is_area_damage", }, levels = { [1] = {0.80000001192093, 1.2000000476837, 15, -63, critChance = 5, levelRequirement = 0, statInterpolation = {3, 3}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["EDSGolemancerReapRight"] = { name = "EDSGolemancerReapRight", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Triggerable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1.5, baseFlags = { spell = true, area = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_physical_damage", "spell_maximum_base_physical_damage", "skill_physical_damage_%_to_convert_to_cold", "spell_maximum_action_distance_+%", "is_area_damage", }, levels = { [1] = {0.80000001192093, 1.2000000476837, 15, -63, critChance = 5, levelRequirement = 0, statInterpolation = {3, 3}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["SSMExpeditionVolatileZombie"] = { name = "SSMExpeditionVolatileZombie", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Multicastable] = true, [SkillType.Triggerable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 3, baseFlags = { spell = true, }, baseMods = { }, qualityStats = { }, stats = { "number_of_monsters_to_summon", "alternate_minion", "summon_specific_monsters_radius_+%", "spell_maximum_action_distance_+%", "summoned_monsters_are_minions", "summoned_monsters_no_drops_or_experience", }, levels = { [1] = {1, 564, -99, -55, levelRequirement = 0, statInterpolation = {}, cost = { }, }, }, }
Id | MonsterTagExpedition |
---|---|
Family | MonsterTag |
Domains | 怪物 (3) |
GenerationType | 传奇 (3) |
Req. level | 1 |
Adds Tags | expedition_monster |
monster beyond portal chance +% final [-35]
monster hellscape charge +% [-35]
Id | ExpeditionReducedBeyondPortalChance |
---|---|
Family | BeyondPortalChance |
Domains | 怪物 (3) |
GenerationType | 传奇 (3) |
Req. level | 1 |
Stats |
移除所有能量护盾
monster gain base ward equal to total maximum life % [20]
Id | MonsterGainLifeAsWardElite |
---|---|
Family | MonsterGainLifeAsWard |
Domains | 怪物 (3) |
GenerationType | 传奇 (3) |
Req. level | 1 |
Stats |