復生虛空行者





monster no drops or experience [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]
Returned Voidwalker
幽魂 | N |
---|---|
標籤 | 法術, demon, flesh_armour, is_unarmed, lightning_affinity, medium_height, medium_movement, melee, not_int, not_str, physical_affinity, red_blood, slashing_weapon |
生命
600%
閃避
+40%
異常狀態臨界值
600%
抗性




傷害
150%
命中
100%
暴擊率
+5%
暴擊加成
+130%
攻擊距離
6 ~ 8
攻擊間隔
0.9 秒
傷害分佈
±20%
經驗值
150%
Model Size
92%
類型
SecretPoliceArchitectMinion
Metadata
VaalArchitectVoidMinion
下列的數值並未包含地圖加成、怪物Buff加成、祭壇加成、輿圖天賦加成。
等級
68
生命
38,600
護甲
28,790
閃避值
6,635
傷害
560
法術傷害
560
命中
580
攻擊間隔
0.9
經驗值
15,383
Minion Life
8,373
Minion Damage
447
異常狀態臨界值
38,600
冰緩
122
感電
122
易碎
691
焦灼
122
殘喘
337
下列的數值為技能基礎數值,並未包含地圖加成、怪物Buff加成、祭壇加成、輿圖天賦加成、怪物本身傷害加成(例: 釋界 150% 加成),怪物稀有度加成(例: 傳奇 +70% 更多, 傳奇攻擊 33% 更少)。
Melee
攻擊, 範圍攻擊, 技能可幻影射手, 投射物, 近戰單一目標, 攻擊可重複, 近戰, 玩家投射物
普通攻擊
基本傷害: 448–672
暴擊率: 5%
攻擊間隔: 0.9 秒
用強大的攻擊擊倒敵人。
skill can fire arrows [1]
skill can fire wand projectiles [1]

IncursionArchitectMapMinionSelfDestruct
法術, 可觸發
暴擊率: 5%
施放時間: 1.5 秒
造成 1086 至 1629 閃電傷害
你的擊中必定感電
is area damage [1]
IncursionArchitectMapMinionPulse
法術, 可觸發
暴擊率: 5%
施放時間: 1 秒
造成 186.2 至 279.3 閃電傷害
is area damage [1]
Object Type
version 2 extends "Metadata/Monsters/LeagueIncursion/MonsterIncursion" Actor { basic_action = "ChangeToStance1" basic_action = "ChangeToStance2" basic_action = "Emerge" } Stats { set_life_loss_%_per_minute = 500 set_monster_inherent_damage_taken_+%_final = -90 set_cannot_die = 1 } Transitionable { }
Object Type Codes
version 2 extends "Metadata/Monsters/LeagueIncursion/MonsterIncursion" StateMachine { on_timer_renderon = "EnableRendering(); AddEffectPack( Metadata/Effects/Spells/monsters_effects/League_Incursion/Vaal_Architects/spells/ultimate_spells/map_device_projectile/self_detonate/fadein_epk.epk ); " } BaseEvents { on_construction_complete = "DisableRendering(); StartStateTimer( renderon, 0.03 );" } Actor { on_start_GeometrySpell = "AddEffectPack( Metadata/Effects/Spells/monsters_effects/League_Incursion/Vaal_Architects/spells/ultimate_spells/map_device_projectile/self_detonate/unstable.epk );" on_event_contact_for_GeometrySpell = "DisableRendering();" }
-- src\Data\Spectres.lua minions["Metadata/Monsters/SecretPolice/VaalArchitectVoidMinion"] = { name = "Returned Voidwalker", life = 6, fireResist = 40, coldResist = 40, lightningResist = 40, chaosResist = 25, damage = 1.5, damageSpread = 0.2, attackTime = 0.9, attackRange = 8, accuracy = 1, skillList = { "Melee", "IncursionArchitectMapMinionSelfDestruct", "IncursionArchitectMapMinionPulse", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["Melee"] = { name = "Default Attack", hidden = true, color = "4", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Strike your foes down with a powerful blow.", skillTypes = { [SkillType.Attack] = true, [SkillType.RangedAttack] = true, [SkillType.MirageArcherCanUse] = true, [SkillType.Projectile] = true, [SkillType.MeleeSingleTarget] = true, [SkillType.Multistrikeable] = true, [SkillType.Melee] = true, [SkillType.ProjectilesFromUser] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, melee = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "skill_can_fire_arrows", "skill_can_fire_wand_projectiles", }, levels = { [1] = {levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["IncursionArchitectMapMinionSelfDestruct"] = { name = "IncursionArchitectMapMinionSelfDestruct", 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_lightning_damage", "spell_maximum_base_lightning_damage", "is_area_damage", "always_shock", }, levels = { [1] = {0.80000001192093, 1.2000000476837, critChance = 5, levelRequirement = 70, statInterpolation = {3, 3}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["IncursionArchitectMapMinionPulse"] = { name = "IncursionArchitectMapMinionPulse", hidden = true, color = "4", baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Triggerable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { spell = true, area = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_lightning_damage", "spell_maximum_base_lightning_damage", "is_area_damage", }, levels = { [1] = {0.80000001192093, 1.2000000476837, critChance = 5, levelRequirement = 70, statInterpolation = {3, 3}, cost = { }, }, }, }
monster no drops or experience [1]
Id | MonsterNoDropsOrExperience |
---|---|
Family | MonsterNoDropsOrExperience |
Domains | 怪物 (3) |
GenerationType | 傳奇 (3) |
Req. level | 1 |
Stats |
Id | Nothing |
---|---|
Family | Nothing |
Domains | 怪物 (3) |
GenerationType | 傳奇 (3) |
Req. level | 1 |
Id | Nothing |
---|---|
Family | Nothing |
Domains | 怪物 (3) |
GenerationType | 傳奇 (3) |
Req. level | 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]
Id | CannotBeAugmented |
---|---|
Family | Nothing |
Domains | 怪物 (3) |
GenerationType | 傳奇 (3) |
Req. level | 1 |
Stats |
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.