성배단 사제
언데드
monster beyond portal chance +% final [-35]
monster hellscape charge +% [-35]
monster hellscape charge +% [-35]
모든 에너지 보호막 제거
monster gain base ward equal to total maximum life % [20]
monster gain base ward equal to total maximum life % [20]
Priest of the Chalice
Spectre | Y |
---|---|
Spectre Override | Metadata/Monsters/LeagueExpedition/Golemancer/ExpeditionGolemancerSpectre |
Tags | bone_armour, bones, 시전, cold_affinity, is_runic_monster, is_unarmed, not_int, not_str, skeleton, slashing_weapon, slow_movement, undead, ward_armour |
Packs |
생명력
260%
Ward From Life
20%
회피
+25%
Ailment Threshold
185%
저항
37 37 37 0
Damage
130%
정확도
100%
치명타 확률
+5%
치명타 피해 배율
+130%
Attack Distance
8 ~ 15
Attack Time
1.5 Second
Damage Spread
±20%
경험치
130%
Model Size
100%
Type
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
Damage
486
주문 피해
486
정확도
290
Attack Time
1.5
경험치
13,332
Ailment Threshold
11,902
Chill
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
Spell, Triggerable
치명타 확률: 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
Spell, Triggerable
치명타 확률: 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
Spell, Multicastable, Triggerable
시전 속도: 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
Spectre | Y |
---|---|
Spectre Override | Metadata/Monsters/LeagueExpedition/Golemancer/ExpeditionGolemancerSpectre |
Area | 성채 지도 |
Tags | bone_armour, bones, 시전, cold_affinity, is_runic_monster, is_unarmed, not_int, not_str, skeleton, slashing_weapon, slow_movement, undead, ward_armour |
Packs |
생명력
260%
Ward From Life
20%
회피
+25%
Ailment Threshold
185%
저항
37 37 37 0
Damage
130%
정확도
100%
치명타 확률
+5%
치명타 피해 배율
+130%
Attack Distance
8 ~ 15
Attack Time
1.5 Second
Damage Spread
±20%
경험치
130%
Model Size
100%
Type
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
Damage
1,239
주문 피해
1,239
정확도
538
Attack Time
1.5
경험치
17,225
Ailment Threshold
65,296
Chill
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
Spell, Triggerable
치명타 확률: 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
Spell, Triggerable
치명타 확률: 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
Spell, Multicastable, Triggerable
시전 속도: 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 hellscape charge +% [-35]
모든 에너지 보호막 제거
monster gain base ward equal to total maximum life % [20]
monster gain base ward equal to total maximum life % [20]
Priest of the Chalice
Spectre | Y |
---|---|
Tags | bone_armour, bones, 시전, cold_affinity, is_runic_monster, is_unarmed, not_int, not_str, skeleton, slashing_weapon, slow_movement, undead, ward_armour |
생명력
260%
Ward From Life
20%
회피
+25%
Ailment Threshold
185%
저항
37 37 37 0
Damage
130%
정확도
100%
치명타 확률
+5%
치명타 피해 배율
+130%
Attack Distance
8 ~ 15
Attack Time
1.5 Second
Damage Spread
±20%
경험치
130%
Model Size
100%
Type
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
Damage
486
주문 피해
486
정확도
290
Attack Time
1.5
경험치
13,332
Ailment Threshold
11,902
Chill
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
Spell, Triggerable
치명타 확률: 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
Spell, Triggerable
치명타 확률: 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
Spell, Multicastable, Triggerable
시전 속도: 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]
monster gain base ward equal to total maximum life % [20]
Priest of the Chalice
Spectre | Y |
---|---|
Tags | bone_armour, bones, 시전, cold_affinity, is_runic_monster, is_unarmed, not_int, not_str, skeleton, slashing_weapon, slow_movement, undead, ward_armour |
생명력
260%
Ward From Life
20%
회피
+25%
Ailment Threshold
185%
저항
37 37 37 0
Damage
130%
정확도
100%
치명타 확률
+5%
치명타 피해 배율
+130%
Attack Distance
8 ~ 15
Attack Time
1.5 Second
Damage Spread
±20%
경험치
130%
Model Size
100%
Type
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
Damage
486
주문 피해
486
정확도
290
Attack Time
1.5
경험치
13,332
Ailment Threshold
11,902
Chill
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
Spell, Triggerable
치명타 확률: 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
Spell, Triggerable
치명타 확률: 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
Spell, Multicastable, Triggerable
시전 속도: 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]
monster gain base ward equal to total maximum life % [20]
Priest of the Chalice
Spectre | N |
---|---|
Tags | bone_armour, bones, 시전, cold_affinity, is_runic_monster, is_unarmed, not_int, not_str, skeleton, slashing_weapon, slow_movement, undead, ward_armour |
생명력
260%
Ward From Life
20%
회피
+25%
Ailment Threshold
185%
저항
37 37 37 0
Damage
130%
정확도
100%
치명타 확률
+5%
치명타 피해 배율
+130%
Attack Distance
8 ~ 15
Attack Time
1.5 Second
Damage Spread
±20%
경험치
130%
Model Size
100%
Type
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
Damage
486
주문 피해
486
정확도
290
Attack Time
1.5
경험치
13,332
Ailment Threshold
11,902
Chill
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
Spell, Triggerable
치명타 확률: 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
Spell, Triggerable
치명타 확률: 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
Spell, Multicastable, Triggerable
시전 속도: 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 hellscape charge +% [-35]
모든 에너지 보호막 제거
monster gain base ward equal to total maximum life % [20]
monster gain base ward equal to total maximum life % [20]
Priest of the Chalice
Spectre | N |
---|---|
Area | 칼란드라 호수 |
Tags | bone_armour, bones, 시전, cold_affinity, is_unarmed, not_int, not_str, skeleton, slashing_weapon, slow_movement, undead, ward_armour |
Packs |
생명력
260%
Ward From Life
20%
회피
+25%
Ailment Threshold
185%
저항
37 37 37 0
Damage
130%
정확도
100%
치명타 확률
+5%
치명타 피해 배율
+130%
Attack Distance
8 ~ 15
Attack Time
1.5 Second
Damage Spread
±20%
경험치
130%
Model Size
100%
Type
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
Damage
486
주문 피해
486
정확도
290
Attack Time
1.5
경험치
13,332
Ailment Threshold
11,902
Chill
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
Spell, Triggerable
치명타 확률: 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
Spell, Triggerable
치명타 확률: 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
Spell, Multicastable, Triggerable
시전 속도: 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 |