瑞斯拉薩的巢穴
野獸
不能被擊退
monster no drops [1]
cannot have affliction mods [1]
is map boss underling monster [1]
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
monster no drops [1]
cannot have affliction mods [1]
is map boss underling monster [1]
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [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]
Ryslatha's Nest
幽魂 | N |
---|---|
標籤 | beast, immobile, insect, is_unarmed, large_model, medium_height, metal_armour, non_attacking |
生命
300%
異常狀態臨界值
300%
抗性
40 40 40 25
傷害
100%
命中
100%
暴擊率
+5%
暴擊加成
+130%
攻擊距離
6 ~ 6
攻擊間隔
1.5 秒
傷害分佈
±20%
經驗值
100%
Model Size
160%
類型
ParasiteNest
Metadata
ParasiteNestRyslatha
下列的數值並未包含地圖加成、怪物Buff加成、祭壇加成、輿圖天賦加成。
等級
68
生命
19,300
護甲
28,790
閃避
4,739
能量護盾
0
傷害
374
法術傷害
374
命中
290
攻擊間隔
1.5
經驗值
10,255
異常狀態臨界值
19,300
冰緩
61
感電
61
易碎
345
焦灼
61
殘喘
169
下列的數值為技能基礎數值,並未包含地圖加成、怪物Buff加成、祭壇加成、輿圖天賦加成、怪物本身傷害加成(例: 釋界 150% 加成),怪物稀有度加成(例: 傳奇 +70% 更多, 傳奇攻擊 33% 更少)。
SummonInfestedHellion
法術, 法術可重複, 可觸發
施放時間: 1 秒
冷卻時間: 3 秒
alternate minion [237]
number of monsters to summon [1]
summon specific monsters in front offset [100]
summoned monsters are minions [1]
summoned monsters no drops or experience [1]
number of monsters to summon [1]
summon specific monsters in front offset [100]
summoned monsters are minions [1]
summoned monsters no drops or experience [1]
SummonInfestedDropBear
法術, 法術可重複, 可觸發
施放時間: 1 秒
冷卻時間: 3 秒
alternate minion [238]
number of monsters to summon [1]
summon specific monsters in front offset [120]
summoned monsters are minions [1]
summoned monsters no drops or experience [1]
number of monsters to summon [1]
summon specific monsters in front offset [120]
summoned monsters are minions [1]
summoned monsters no drops or experience [1]
SummonInfestedFrog
法術, 法術可重複, 可觸發
施放時間: 1 秒
冷卻時間: 3 秒
alternate minion [239]
number of monsters to summon [1]
summon specific monsters in front offset [150]
summoned monsters are minions [1]
summoned monsters no drops or experience [1]
number of monsters to summon [1]
summon specific monsters in front offset [150]
summoned monsters are minions [1]
summoned monsters no drops or experience [1]
Object Type
version 2 extends "Metadata/Monsters/Monster" Pathfinding { immobile = true } Life { corpse_usable = false }
Object Type Codes
version 2 extends "Metadata/Monsters/Monster"
-- src\Data\Spectres.lua minions["Metadata/Monsters/ParasiteNest/ParasiteNestRyslatha"] = { name = "Ryslatha's Nest", life = 3, fireResist = 40, coldResist = 40, lightningResist = 40, chaosResist = 25, damage = 1, damageSpread = 0.2, attackTime = 1.5, attackRange = 6, accuracy = 1, skillList = { "SummonInfestedHellion", "SummonInfestedDropBear", "SummonInfestedFrog", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["SummonInfestedHellion"] = { name = "SummonInfestedHellion", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Multicastable] = true, [SkillType.Triggerable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { spell = true, }, baseMods = { }, qualityStats = { }, stats = { "alternate_minion", "number_of_monsters_to_summon", "summon_specific_monsters_in_front_offset", "summoned_monsters_no_drops_or_experience", "summoned_monsters_are_minions", }, levels = { [1] = {237, 1, 100, levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["SummonInfestedDropBear"] = { name = "SummonInfestedDropBear", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Multicastable] = true, [SkillType.Triggerable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { spell = true, }, baseMods = { }, qualityStats = { }, stats = { "alternate_minion", "number_of_monsters_to_summon", "summon_specific_monsters_in_front_offset", "summoned_monsters_no_drops_or_experience", "summoned_monsters_are_minions", }, levels = { [1] = {238, 1, 120, levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["SummonInfestedFrog"] = { name = "SummonInfestedFrog", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Multicastable] = true, [SkillType.Triggerable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { spell = true, }, baseMods = { }, qualityStats = { }, stats = { "alternate_minion", "number_of_monsters_to_summon", "summon_specific_monsters_in_front_offset", "summoned_monsters_no_drops_or_experience", "summoned_monsters_are_minions", }, levels = { [1] = {239, 1, 150, levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, }
不能被擊退
Id | ImmuneToKnockback |
---|---|
Family | ImmuneToKnockback |
Domains | 怪物 (3) |
GenerationType | 傳奇 (3) |
Req. level | 1 |
Stats |
monster no drops [1]
Id | MonsterNoDrops |
---|---|
Family | MonsterNoDrops |
Domains | 怪物 (3) |
GenerationType | 傳奇 (3) |
Req. level | 1 |
Stats |
cannot have affliction mods [1]
Id | CannotGainAfflictedMods |
---|---|
Family | Nothing |
Domains | 怪物 (3) |
GenerationType | 傳奇 (3) |
Req. level | 1 |
Stats |
is map boss underling monster [1]
Id | DeliriumMapBossUnderling |
---|---|
Family | Nothing |
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 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 |