<<>>
創造物
怪物增加 100% 經驗值
增加 15000% 物品掉落稀有度
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
cannot recover life [1]
harbinger base currency shard stack tenths to drop [140]
harbinger base currency shard stack tenths to drop best of 3 outcomes [0]
增加 15000% 物品掉落稀有度
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
cannot recover life [1]
harbinger base currency shard stack tenths to drop [140]
harbinger base currency shard stack tenths to drop best of 3 outcomes [0]
cannot be afflicted [1]
cannot be tagged by sentinel [1]
cannot have affliction mods [1]
cannot have azmeri dust [1]
cant possess this [1]
cant touch this [1]
monster no talismans [1]
cannot be tagged by sentinel [1]
cannot have affliction mods [1]
cannot have azmeri dust [1]
cant possess this [1]
cant touch this [1]
monster no talismans [1]
幽魂 | N |
---|---|
地區 | 神諭之島, 神諭之殿.歸徒, 神諭之殿.降師, 神諭之殿.神臨, 神獄牢籠 |
標籤 | construct, extra_extra_large_height, harbinger_portal_monster, immobile, is_unarmed, large_model, mud_blood, non_attacking, non_unique_map_boss, stone_armour |
生命
30%
異常狀態臨界值
30%
抗性
40 40 40 25
傷害
300%
命中
100%
暴擊率
+5%
暴擊加成
+130%
攻擊距離
6 ~ 6
攻擊間隔
1.5 秒
傷害分佈
±20%
經驗值
300%
Model Size
150%
類型
HarbingerPortal
Metadata
HarbingerPortal
下列的數值並未包含地圖加成、怪物Buff加成、祭壇加成、輿圖天賦加成。
等級
82
生命
627,818
護甲
85,651
閃避
7,608
能量護盾
0
傷害
2,906
法術傷害
4,337
命中
499
攻擊間隔
1.005
經驗值
214,599
異常狀態臨界值
295,075
冰緩
933
感電
933
易碎
5,279
焦灼
933
殘喘
2,578
下列的數值為技能基礎數值,並未包含地圖加成、怪物Buff加成、祭壇加成、輿圖天賦加成、怪物本身傷害加成(例: 釋界 150% 加成),怪物稀有度加成(例: 傳奇 +70% 更多, 傳奇攻擊 33% 更少)。
HarbingerPortalSummonHarbinger
法術, 法術可重複, 可觸發
施放時間: 1.5 秒
冷卻時間: 4 秒
alternate minion [264]
minion dies when parent dies [1]
number of monsters to summon [1]
remove parent life on death permyriad [1200]
summon specific monsters in front offset [240]
summon specific monsters radius +% [-60]
summoned monsters are minions [1]
minion dies when parent dies [1]
number of monsters to summon [1]
remove parent life on death permyriad [1200]
summon specific monsters in front offset [240]
summon specific monsters radius +% [-60]
summoned monsters are minions [1]
HarbingerPortalSummonHarbinger2
法術, 法術可重複, 可觸發
施放時間: 1.5 秒
冷卻時間: 4 秒
alternate minion [265]
minion dies when parent dies [1]
number of monsters to summon [1]
remove parent life on death permyriad [2500]
summon specific monsters in front offset [240]
summon specific monsters radius +% [-60]
summoned monsters are minions [1]
minion dies when parent dies [1]
number of monsters to summon [1]
remove parent life on death permyriad [2500]
summon specific monsters in front offset [240]
summon specific monsters radius +% [-60]
summoned monsters are minions [1]
Object Type
version 2 extends "Metadata/Monsters/Monster" Pathfinding { immobile = true } Positioned { force_placement = true } Stats { set_cannot_be_knocked_back = 1 set_immune_vaal_lighting_warp = 1 monster_delay_item_drops_millis = 100 harbinger_currency_shard_stack_size_+% = 50 }
Object Type Codes
version 2 extends "Metadata/Monsters/Monster" Render { visual_size_index = 2 selection_height_override = 340.0 } BaseEvents { on_construction_complete = "LockOrientation();" } Life { on_spawned_dead = "RemoveEffects();" } Animated { preload_animated_object = "Metadata/Monsters/HarbingerPortal/portal_explode.ao" }
-- src\Data\Spectres.lua minions["Metadata/Monsters/HarbingerPortal/HarbingerPortal"] = { name = "<<>>", life = 0.3, fireResist = 40, coldResist = 40, lightningResist = 40, chaosResist = 25, damage = 3, damageSpread = 0.2, attackTime = 1.5, attackRange = 6, accuracy = 1, skillList = { "HarbingerPortalSummonHarbinger", "HarbingerPortalSummonHarbinger2", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["HarbingerPortalSummonHarbinger"] = { name = "HarbingerPortalSummonHarbinger", hidden = true, color = "4", baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Multicastable] = true, [SkillType.Triggerable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1.5, baseFlags = { spell = true, }, baseMods = { }, qualityStats = { }, stats = { "alternate_minion", "number_of_monsters_to_summon", "summon_specific_monsters_in_front_offset", "remove_parent_life_on_death_permyriad", "summon_specific_monsters_radius_+%", "summoned_monsters_are_minions", "minion_dies_when_parent_dies", }, levels = { [1] = {264, 1, 240, 1200, -60, levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["HarbingerPortalSummonHarbinger2"] = { name = "HarbingerPortalSummonHarbinger2", hidden = true, color = "4", baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Multicastable] = true, [SkillType.Triggerable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1.5, baseFlags = { spell = true, }, baseMods = { }, qualityStats = { }, stats = { "alternate_minion", "number_of_monsters_to_summon", "summon_specific_monsters_in_front_offset", "remove_parent_life_on_death_permyriad", "summon_specific_monsters_radius_+%", "summoned_monsters_are_minions", "minion_dies_when_parent_dies", }, levels = { [1] = {265, 1, 240, 2500, -60, levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, }
怪物增加 100% 經驗值
增加 15000% 物品掉落稀有度
Id | MonsterMapBoss |
---|---|
Family | MonsterMapBoss |
Domains | 怪物 (3) |
GenerationType | 傳奇 (3) |
Req. level | 1 |
Stats |
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
Id | StunRepeatImmunityActBoss |
---|---|
Family | Nothing |
Domains | 怪物 (3) |
GenerationType | 傳奇 (3) |
Req. level | 1 |
Stats |
cannot recover life [1]
Id | CannotRecoverLife |
---|---|
Family | CannotRecoverLife |
Domains | 怪物 (3) |
GenerationType | 傳奇 (3) |
Req. level | 1 |
Stats |
harbinger base currency shard stack tenths to drop [140]
harbinger base currency shard stack tenths to drop best of 3 outcomes [0]
Id | HarbingerCurrencyShardsPortal |
---|---|
Family | HarbingerCurrencyShards |
Domains | 怪物 (3) |
GenerationType | 傳奇 (3) |
Req. level | 1 |
Stats |
cannot be afflicted [1]
cannot be tagged by sentinel [1]
cannot have affliction mods [1]
cannot have azmeri dust [1]
cant possess this [1]
cant touch this [1]
monster no talismans [1]
Id | CannotBeAugmented |
---|---|
Family | Nothing |
Domains | 怪物 (3) |
GenerationType | 傳奇 (3) |
Req. level | 1 |
Stats |
<<>>
創造物
unaffected by life modifiers [1]
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
cannot recover life [1]
harbinger base currency shard stack tenths to drop [45]
harbinger base currency shard stack tenths to drop best of 3 outcomes [0]
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
cannot recover life [1]
harbinger base currency shard stack tenths to drop [45]
harbinger base currency shard stack tenths to drop best of 3 outcomes [0]
cannot be afflicted [1]
cannot be tagged by sentinel [1]
cannot have affliction mods [1]
cannot have azmeri dust [1]
cant possess this [1]
cant touch this [1]
monster no talismans [1]
cannot be tagged by sentinel [1]
cannot have affliction mods [1]
cannot have azmeri dust [1]
cant possess this [1]
cant touch this [1]
monster no talismans [1]
幽魂 | N |
---|---|
標籤 | construct, delve_monster, extra_large_height, harbinger_portal_monster, immobile, is_unarmed, large_model, mud_blood, no_pantheon_mod, non_attacking, stone_armour |
生命
30%
異常狀態臨界值
30%
抗性
40 40 40 25
傷害
300%
命中
100%
暴擊率
+5%
暴擊加成
+130%
攻擊距離
6 ~ 6
攻擊間隔
1.5 秒
傷害分佈
±20%
經驗值
300%
Model Size
85%
類型
HarbingerPortalDelve
Metadata
HarbingerPortalDelve
下列的數值並未包含地圖加成、怪物Buff加成、祭壇加成、輿圖天賦加成。
等級
68
生命
1,930
護甲
28,790
閃避
4,739
能量護盾
0
傷害
1,121
法術傷害
1,121
命中
290
攻擊間隔
1.5
經驗值
30,765
異常狀態臨界值
1,930
冰緩
6
感電
6
易碎
35
焦灼
6
殘喘
17
下列的數值為技能基礎數值,並未包含地圖加成、怪物Buff加成、祭壇加成、輿圖天賦加成、怪物本身傷害加成(例: 釋界 150% 加成),怪物稀有度加成(例: 傳奇 +70% 更多, 傳奇攻擊 33% 更少)。
HarbingerPortalSummonHarbingerDelve
法術, 法術可重複, 可觸發
施放時間: 1.5 秒
冷卻時間: 4 秒
alternate minion [360]
minion dies when parent dies [1]
number of monsters to summon [1]
remove parent life on death permyriad [1275]
summon specific monsters in front offset [120]
summon specific monsters radius +% [-60]
summoned monsters are minions [1]
minion dies when parent dies [1]
number of monsters to summon [1]
remove parent life on death permyriad [1275]
summon specific monsters in front offset [120]
summon specific monsters radius +% [-60]
summoned monsters are minions [1]
Object Type
version 2 extends "Metadata/Monsters/Monster" Pathfinding { immobile = true } Positioned { force_placement = true on_initial_position_set = " this.harbinger_loot_marker = FindClosestObject( Metadata/Monsters/LeagueDelve/DelveHarbingerPortalLootMarker ); harbinger_loot_marker.harbinger_portal = this; this.node = FindClosestObject( Metadata/Terrain/Leagues/Delve/Objects/DelveNode ); node.encounter = this; " } Stats { set_cannot_be_knocked_back = 1 set_immune_vaal_lighting_warp = 1 harbinger_base_currency_shard_stack_tenths_to_drop = 45 monster_delay_item_drops_millis = 100 harbinger_currency_shard_stack_size_+% = 50 } Transitionable { } Actor { basic_action = "ChangeToStance2" }
Object Type Codes
version 2 extends "Metadata/Monsters/Monster" Render { visual_size_index = 2 selection_height_override = 170.0 } BaseEvents { on_construction_complete = "LockOrientation();" } Life { on_spawned_dead = "RemoveEffects();" } Animated { preload_animated_object = "Metadata/Monsters/HarbingerPortal/portal_explode.ao" }
-- src\Data\Spectres.lua minions["Metadata/Monsters/HarbingerPortal/HarbingerPortalDelve"] = { name = "<<>>", life = 0.3, fireResist = 40, coldResist = 40, lightningResist = 40, chaosResist = 25, damage = 3, damageSpread = 0.2, attackTime = 1.5, attackRange = 6, accuracy = 1, skillList = { "HarbingerPortalSummonHarbingerDelve", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["HarbingerPortalSummonHarbingerDelve"] = { name = "HarbingerPortalSummonHarbingerDelve", hidden = true, color = "4", baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Multicastable] = true, [SkillType.Triggerable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1.5, baseFlags = { spell = true, }, baseMods = { }, qualityStats = { }, stats = { "remove_parent_life_on_death_permyriad", "alternate_minion", "number_of_monsters_to_summon", "summon_specific_monsters_in_front_offset", "summon_specific_monsters_radius_+%", "summoned_monsters_are_minions", "minion_dies_when_parent_dies", }, levels = { [1] = {3400, 360, 1, 120, -60, levelRequirement = 10, statInterpolation = {1}, cost = { }, }, [2] = {2500, 360, 1, 120, -60, levelRequirement = 20, statInterpolation = {1}, cost = { }, }, [3] = {2250, 360, 1, 120, -60, levelRequirement = 30, statInterpolation = {1}, cost = { }, }, [4] = {1700, 360, 1, 120, -60, levelRequirement = 40, statInterpolation = {1}, cost = { }, }, [5] = {1500, 360, 1, 120, -60, levelRequirement = 50, statInterpolation = {1}, cost = { }, }, [6] = {1275, 360, 1, 120, -60, levelRequirement = 60, statInterpolation = {1}, cost = { }, }, [7] = {1120, 360, 1, 120, -60, levelRequirement = 70, statInterpolation = {1}, cost = { }, }, [8] = {1060, 360, 1, 120, -60, levelRequirement = 80, statInterpolation = {1}, cost = { }, }, }, }
unaffected by life modifiers [1]
Id | MonsterUnaffectedByLifeModifers |
---|---|
Family | MonsterUnaffectedByLifeModifers |
Domains | 怪物 (3) |
GenerationType | 傳奇 (3) |
Req. level | 1 |
Stats | |
Craft Tags | resource life |
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
Id | StunRepeatImmunityActBoss |
---|---|
Family | Nothing |
Domains | 怪物 (3) |
GenerationType | 傳奇 (3) |
Req. level | 1 |
Stats |
cannot recover life [1]
Id | CannotRecoverLife |
---|---|
Family | CannotRecoverLife |
Domains | 怪物 (3) |
GenerationType | 傳奇 (3) |
Req. level | 1 |
Stats |
harbinger base currency shard stack tenths to drop [45]
harbinger base currency shard stack tenths to drop best of 3 outcomes [0]
Id | HarbingerCurrencyShardsPortalDelve |
---|---|
Family | HarbingerCurrencyShards |
Domains | 怪物 (3) |
GenerationType | 傳奇 (3) |
Req. level | 1 |
Stats |
cannot be afflicted [1]
cannot be tagged by sentinel [1]
cannot have affliction mods [1]
cannot have azmeri dust [1]
cant possess this [1]
cant touch this [1]
monster no talismans [1]
Id | CannotBeAugmented |
---|---|
Family | Nothing |
Domains | 怪物 (3) |
GenerationType | 傳奇 (3) |
Req. level | 1 |
Stats |
<<>>
創造物
地區: 神域之殿.煉獄
怪物增加 100% 經驗值
增加 15000% 物品掉落稀有度
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
cannot recover life [1]
harbinger base currency shard stack tenths to drop [140]
harbinger base currency shard stack tenths to drop best of 3 outcomes [0]
增加 15000% 物品掉落稀有度
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
cannot recover life [1]
harbinger base currency shard stack tenths to drop [140]
harbinger base currency shard stack tenths to drop best of 3 outcomes [0]
cannot be afflicted [1]
cannot be tagged by sentinel [1]
cannot have affliction mods [1]
cannot have azmeri dust [1]
cant possess this [1]
cant touch this [1]
monster no talismans [1]
cannot be tagged by sentinel [1]
cannot have affliction mods [1]
cannot have azmeri dust [1]
cant possess this [1]
cant touch this [1]
monster no talismans [1]
幽魂 | N |
---|---|
地區 | 神域之殿.煉獄 |
標籤 | construct, harbinger_portal_monster, immobile, is_unarmed, large_model, mud_blood, non_attacking, stone_armour, unique_map_boss |
生命
30%
異常狀態臨界值
30%
抗性
40 40 40 25
傷害
300%
命中
100%
暴擊率
+5%
暴擊加成
+130%
攻擊距離
6 ~ 6
攻擊間隔
1.5 秒
傷害分佈
±20%
經驗值
300%
Model Size
150%
類型
HarbingerPortal
Metadata
HarbingerPortalUber
下列的數值並未包含地圖加成、怪物Buff加成、祭壇加成、輿圖天賦加成。
等級
83
生命
760,246
護甲
92,477
閃避
7,860
能量護盾
0
傷害
3,077
法術傷害
4,592
命中
518
攻擊間隔
1.005
經驗值
216,678
異常狀態臨界值
357,315
冰緩
1,130
感電
1,130
易碎
6,392
焦灼
1,130
殘喘
3,122
下列的數值為技能基礎數值,並未包含地圖加成、怪物Buff加成、祭壇加成、輿圖天賦加成、怪物本身傷害加成(例: 釋界 150% 加成),怪物稀有度加成(例: 傳奇 +70% 更多, 傳奇攻擊 33% 更少)。
HarbingerPortalSummonHarbingerUber
法術, 法術可重複, 可觸發
施放時間: 1.5 秒
冷卻時間: 2 秒
alternate minion [264]
minion dies when parent dies [1]
number of monsters to summon [1]
remove parent life on death permyriad [600]
summon specific monsters in front offset [240]
summon specific monsters radius +% [-60]
summoned monsters are minions [1]
minion dies when parent dies [1]
number of monsters to summon [1]
remove parent life on death permyriad [600]
summon specific monsters in front offset [240]
summon specific monsters radius +% [-60]
summoned monsters are minions [1]
HarbingerPortalSummonHarbingerUber2
法術, 法術可重複, 可觸發
施放時間: 1.5 秒
冷卻時間: 2 秒
alternate minion [265]
minion dies when parent dies [1]
number of monsters to summon [1]
remove parent life on death permyriad [1250]
summon specific monsters in front offset [240]
summon specific monsters radius +% [-60]
summoned monsters are minions [1]
minion dies when parent dies [1]
number of monsters to summon [1]
remove parent life on death permyriad [1250]
summon specific monsters in front offset [240]
summon specific monsters radius +% [-60]
summoned monsters are minions [1]
Object Type
version 2 extends "Metadata/Monsters/Monster" Pathfinding { immobile = true } Positioned { force_placement = true } Stats { set_cannot_be_knocked_back = 1 set_immune_vaal_lighting_warp = 1 monster_delay_item_drops_millis = 100 harbinger_currency_shard_stack_size_+% = 50 }
Object Type Codes
version 2 extends "Metadata/Monsters/Monster" Render { visual_size_index = 2 selection_height_override = 340.0 } BaseEvents { on_construction_complete = "LockOrientation();" } Life { on_spawned_dead = "RemoveEffects();" } Animated { preload_animated_object = "Metadata/Monsters/HarbingerPortal/portal_explode.ao" }
-- src\Data\Spectres.lua minions["Metadata/Monsters/HarbingerPortal/HarbingerPortalUber"] = { name = "<<>>", life = 0.3, fireResist = 40, coldResist = 40, lightningResist = 40, chaosResist = 25, damage = 3, damageSpread = 0.2, attackTime = 1.5, attackRange = 6, accuracy = 1, skillList = { "HarbingerPortalSummonHarbingerUber", "HarbingerPortalSummonHarbingerUber2", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["HarbingerPortalSummonHarbingerUber"] = { name = "HarbingerPortalSummonHarbingerUber", hidden = true, color = "4", baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Multicastable] = true, [SkillType.Triggerable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1.5, baseFlags = { spell = true, }, baseMods = { }, qualityStats = { }, stats = { "alternate_minion", "number_of_monsters_to_summon", "summon_specific_monsters_in_front_offset", "remove_parent_life_on_death_permyriad", "summon_specific_monsters_radius_+%", "summoned_monsters_are_minions", "minion_dies_when_parent_dies", }, levels = { [1] = {264, 1, 240, 600, -60, levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["HarbingerPortalSummonHarbingerUber2"] = { name = "HarbingerPortalSummonHarbingerUber2", hidden = true, color = "4", baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Multicastable] = true, [SkillType.Triggerable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1.5, baseFlags = { spell = true, }, baseMods = { }, qualityStats = { }, stats = { "alternate_minion", "number_of_monsters_to_summon", "summon_specific_monsters_in_front_offset", "remove_parent_life_on_death_permyriad", "summon_specific_monsters_radius_+%", "summoned_monsters_are_minions", "minion_dies_when_parent_dies", }, levels = { [1] = {265, 1, 240, 1250, -60, levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, }
怪物增加 100% 經驗值
增加 15000% 物品掉落稀有度
Id | MonsterMapBoss |
---|---|
Family | MonsterMapBoss |
Domains | 怪物 (3) |
GenerationType | 傳奇 (3) |
Req. level | 1 |
Stats |
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
Id | StunRepeatImmunityActBoss |
---|---|
Family | Nothing |
Domains | 怪物 (3) |
GenerationType | 傳奇 (3) |
Req. level | 1 |
Stats |
cannot recover life [1]
Id | CannotRecoverLife |
---|---|
Family | CannotRecoverLife |
Domains | 怪物 (3) |
GenerationType | 傳奇 (3) |
Req. level | 1 |
Stats |
harbinger base currency shard stack tenths to drop [140]
harbinger base currency shard stack tenths to drop best of 3 outcomes [0]
Id | HarbingerCurrencyShardsPortal |
---|---|
Family | HarbingerCurrencyShards |
Domains | 怪物 (3) |
GenerationType | 傳奇 (3) |
Req. level | 1 |
Stats |
cannot be afflicted [1]
cannot be tagged by sentinel [1]
cannot have affliction mods [1]
cannot have azmeri dust [1]
cant possess this [1]
cant touch this [1]
monster no talismans [1]
Id | CannotBeAugmented |
---|---|
Family | Nothing |
Domains | 怪物 (3) |
GenerationType | 傳奇 (3) |
Req. level | 1 |
Stats |
<<>>
創造物
unaffected by life modifiers [1]
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
cannot recover life [1]
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
cannot recover life [1]
cannot be afflicted [1]
cannot be tagged by sentinel [1]
cannot have affliction mods [1]
cannot have azmeri dust [1]
cant possess this [1]
cant touch this [1]
monster no talismans [1]
cannot be tagged by sentinel [1]
cannot have affliction mods [1]
cannot have azmeri dust [1]
cant possess this [1]
cant touch this [1]
monster no talismans [1]
幽魂 | N |
---|---|
標籤 | construct, extra_extra_large_height, harbinger_portal_monster_memory_line, immobile, is_unarmed, large_model, mud_blood, non_attacking, non_unique_map_boss, stone_armour |
生命
30%
異常狀態臨界值
30%
抗性
40 40 40 25
傷害
300%
命中
100%
暴擊率
+5%
暴擊加成
+130%
攻擊距離
6 ~ 6
攻擊間隔
1.5 秒
傷害分佈
±20%
經驗值
300%
Model Size
105%
類型
HarbingerPortal
Metadata
HarbingerPortalMemoryLine
下列的數值並未包含地圖加成、怪物Buff加成、祭壇加成、輿圖天賦加成。
等級
68
生命
1,930
護甲
28,790
閃避
4,739
能量護盾
0
傷害
1,121
法術傷害
1,121
命中
290
攻擊間隔
1.5
經驗值
30,765
異常狀態臨界值
1,930
冰緩
6
感電
6
易碎
35
焦灼
6
殘喘
17
下列的數值為技能基礎數值,並未包含地圖加成、怪物Buff加成、祭壇加成、輿圖天賦加成、怪物本身傷害加成(例: 釋界 150% 加成),怪物稀有度加成(例: 傳奇 +70% 更多, 傳奇攻擊 33% 更少)。
HarbingerPortalSummonHarbingerMemoryLine
法術, 法術可重複, 可觸發
施放時間: 1.5 秒
冷卻時間: 2 秒
alternate minion [264]
minion dies when parent dies [1]
number of monsters to summon [1]
remove parent life on death permyriad [5100]
summon specific monsters in front offset [240]
summon specific monsters radius +% [-60]
summoned monsters are minions [1]
minion dies when parent dies [1]
number of monsters to summon [1]
remove parent life on death permyriad [5100]
summon specific monsters in front offset [240]
summon specific monsters radius +% [-60]
summoned monsters are minions [1]
Object Type
version 2 extends "Metadata/Monsters/Monster" Pathfinding { immobile = true } Positioned { force_placement = true on_initial_position_set = " FaceCamera(); LockOrientation(); " } Stats { set_cannot_be_knocked_back = 1 set_immune_vaal_lighting_warp = 1 harbinger_base_currency_shard_stack_tenths_to_drop = 65 harbinger_currency_shard_stack_size_+% = 60 monster_delay_item_drops_millis = 100 }
Object Type Codes
version 2 extends "Metadata/Monsters/Monster" Render { visual_size_index = 2 } Life { on_spawned_dead = "RemoveEffects();" } Animated { preload_animated_object = "Metadata/Monsters/HarbingerPortal/portal_explode.ao" }
-- src\Data\Spectres.lua minions["Metadata/Monsters/HarbingerPortal/HarbingerPortalMemoryLine"] = { name = "<<>>", life = 0.3, fireResist = 40, coldResist = 40, lightningResist = 40, chaosResist = 25, damage = 3, damageSpread = 0.2, attackTime = 1.5, attackRange = 6, accuracy = 1, skillList = { "HarbingerPortalSummonHarbingerMemoryLine", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["HarbingerPortalSummonHarbingerMemoryLine"] = { name = "HarbingerPortalSummonHarbingerMemoryLine", hidden = true, color = "4", baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Multicastable] = true, [SkillType.Triggerable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1.5, baseFlags = { spell = true, }, baseMods = { }, qualityStats = { }, stats = { "alternate_minion", "number_of_monsters_to_summon", "summon_specific_monsters_in_front_offset", "remove_parent_life_on_death_permyriad", "summon_specific_monsters_radius_+%", "summoned_monsters_are_minions", "minion_dies_when_parent_dies", }, levels = { [1] = {264, 1, 240, 5100, -60, levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, }
unaffected by life modifiers [1]
Id | MonsterUnaffectedByLifeModifers |
---|---|
Family | MonsterUnaffectedByLifeModifers |
Domains | 怪物 (3) |
GenerationType | 傳奇 (3) |
Req. level | 1 |
Stats | |
Craft Tags | resource life |
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
Id | StunRepeatImmunityActBoss |
---|---|
Family | Nothing |
Domains | 怪物 (3) |
GenerationType | 傳奇 (3) |
Req. level | 1 |
Stats |
cannot recover life [1]
Id | CannotRecoverLife |
---|---|
Family | CannotRecoverLife |
Domains | 怪物 (3) |
GenerationType | 傳奇 (3) |
Req. level | 1 |
Stats |
cannot be afflicted [1]
cannot be tagged by sentinel [1]
cannot have affliction mods [1]
cannot have azmeri dust [1]
cant possess this [1]
cant touch this [1]
monster no talismans [1]
Id | CannotBeAugmented |
---|---|
Family | Nothing |
Domains | 怪物 (3) |
GenerationType | 傳奇 (3) |
Req. level | 1 |
Stats |