玷夢者
惡魔地區: 懦者的試驗
monster raises undead text [1]
增加 50% 元素傷害
怪物增加 100% 經驗值
增加 15000% 物品掉落稀有度
display monster mod nemesis test [0]
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
增加 50% 元素傷害
怪物增加 100% 經驗值
增加 15000% 物品掉落稀有度
display monster mod nemesis test [0]
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
Infector of Dreams
| 幽魂 | N |
|---|---|
| 地區 | 懦者的試驗 |
| 標籤 | animal_claw_weapon, 法術, demon, flesh_armour, humanoid, insect_blood, is_unarmed, large_height, melee, not_dex, not_str, physical_affinity, raises_dead, unique_map_boss, very_slow_movement |
| Packs |
生命
1800%
生命轉為護盾
100%
異常狀態臨界值
1350%
抗性
傷害
147%
命中
100%
暴擊率
+5%
暴擊加成
+130%
攻擊距離
4 ~ 12
攻擊間隔
1.17 秒
傷害分佈
±20%
經驗值
300%
Model Size
125%
類型
NecromancerMapBossTrial
Metadata
NecromancerUniqueMapBoss
下列的數值並未包含地圖加成、怪物Buff加成、祭壇加成、輿圖天賦加成。
等級
74
生命
0
護甲值
46,127
閃避值
5,828
能量護盾
159,768
傷害
894
法術傷害
1,335
命中
732
攻擊間隔
0.7839
經驗值
191,417
召喚物生命
0
Minion Energy Shield
32,886
召喚物傷害
730
異常狀態臨界值
3,207,994
冰緩
10,144
感電
10,144
易碎
57,388
焦灼
10,144
殘喘
28,025
下列的數值為技能基礎數值,並未包含地圖加成、怪物Buff加成、祭壇加成、輿圖天賦加成、怪物本身傷害加成(例: 釋界 150% 加成),怪物稀有度加成(例: 傳奇 +70% 更多, 傳奇攻擊 33% 更少)。
MeleeAtAnimationSpeedUnique
攻擊, 範圍攻擊, 技能可幻影射手, 投射物, 近戰單一目標, 攻擊可重複, 近戰, 玩家投射物
普通攻擊
基本傷害: 1421–2131
暴擊率: 5%
攻擊間隔: 1.17 秒
用強大的攻擊擊倒敵人。
action attack or cast time uses animation length [1]
projectile uses contact position [1]
skill can fire arrows [1]
skill can fire wand projectiles [1]
use scaled contact offset [1]
WalkEmergeBetrayal
walk emerge distance [300]
NecromancerReviveSkeleton
法術
施放時間: 1.1 秒
BetrayalNecromancerProjectile
法術, 投射物, 玩家投射物, 可觸發
暴擊率: 5%
施放時間: 1.17 秒
造成 422.9 至 634.4 物理傷害
base is projectile [1]
monster projectile variation [83]
projectile uses contact position [1]
BetrayalNecromancerZombieEnrage
可觸發, 法術
施放時間: 2.5 秒
冷卻時間: 5 秒
ReviveMonstersInConeCowardsTrial
法術
施放時間: 2.5 秒
冷卻時間: 8 秒
active skill area of effect radius +% final [50]
number of monsters to summon [8]
MassReviveUndeadCowardsTrial
法術, 範圍, 範圍法術
施放時間: 4 秒
冷卻時間: 30 秒
necromancer additional rarity levels can be raised [2]
InfectorOfDreamsNecromancerProjectile
法術, 投射物, 玩家投射物, 可觸發
暴擊率: 5%
施放時間: 2.17 秒
冷卻時間: 12 秒
造成 211.5 至 317.2 物理傷害
base is projectile [1]
monster projectile variation [83]
projectile uses contact position [1]
skill visual scale +% [-33]
ReviveMonstersInConeZombies
法術
施放時間: 2.5 秒
冷卻時間: 8 秒
number of monsters to summon [4]
Object Type
version 2
extends "Metadata/Monsters/Monster"
Actor
{
basic_action = "Emerge"
}
Stats
{
set_emerge_speed_+% = -75
}Object Type Codes
version 2
extends "Metadata/Monsters/Monster"
Render
{
//turn_duration = 0.4
} -- src\Data\Spectres.lua
minions["Metadata/Monsters/Necromancer/NecromancerUniqueMapBoss"] = {
name = "Infector of Dreams",
life = 18,
energyShield = 1,
fireResist = 40,
coldResist = 40,
lightningResist = 40,
chaosResist = 25,
damage = 1.47,
damageSpread = 0.2,
attackTime = 1.17,
attackRange = 12,
accuracy = 1,
skillList = {
"MeleeAtAnimationSpeedUnique",
"BetrayalNecromancerProjectile",
"InfectorOfDreamsNecromancerProjectile",
"NecromancerReviveSkeleton",
"MassReviveUndeadCowardsTrial",
"WalkEmergeBetrayal",
"BetrayalNecromancerZombieEnrage",
"ReviveMonstersInConeZombies",
"ReviveMonstersInConeCowardsTrial",
},
modList = {
},
}
-- src\Data\Skills\spectre.lua
skills["MeleeAtAnimationSpeedUnique"] = {
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",
"action_attack_or_cast_time_uses_animation_length",
"projectile_uses_contact_position",
"use_scaled_contact_offset",
},
levels = {
[1] = {levelRequirement = 1, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["BetrayalNecromancerProjectile"] = {
name = "BetrayalNecromancerProjectile",
hidden = true,
color = "4",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Spell] = true,
[SkillType.Projectile] = true,
[SkillType.ProjectilesFromUser] = true,
[SkillType.Triggerable] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1.17,
baseFlags = {
spell = true,
projectile = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"spell_minimum_base_physical_damage",
"spell_maximum_base_physical_damage",
"monster_projectile_variation",
"base_is_projectile",
"projectile_uses_contact_position",
},
levels = {
[1] = {0.80000001192093, 1.2000000476837, 83, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["InfectorOfDreamsNecromancerProjectile"] = {
name = "InfectorOfDreamsNecromancerProjectile",
hidden = true,
color = "4",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Spell] = true,
[SkillType.Projectile] = true,
[SkillType.ProjectilesFromUser] = true,
[SkillType.Triggerable] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 2.17,
baseFlags = {
spell = true,
projectile = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"spell_minimum_base_physical_damage",
"spell_maximum_base_physical_damage",
"monster_projectile_variation",
"skill_visual_scale_+%",
"base_is_projectile",
"projectile_uses_contact_position",
},
levels = {
[1] = {0.80000001192093, 1.2000000476837, 83, -33, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["NecromancerReviveSkeleton"] = {
name = "NecromancerReviveSkeleton",
hidden = true,
color = "4",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Spell] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1.1,
baseFlags = {
spell = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
},
levels = {
[1] = {levelRequirement = 0, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["MassReviveUndeadCowardsTrial"] = {
name = "MassReviveUndeadCowardsTrial",
hidden = true,
color = "4",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Spell] = true,
[SkillType.Area] = true,
[SkillType.AreaSpell] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 4,
baseFlags = {
area = true,
spell = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"necromancer_additional_rarity_levels_can_be_raised",
},
levels = {
[1] = {2, levelRequirement = 0, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["WalkEmergeBetrayal"] = {
name = "WalkEmergeBetrayal",
hidden = true,
color = "4",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 0.72,
baseFlags = {
},
baseMods = {
},
qualityStats = {
},
stats = {
"walk_emerge_distance",
},
levels = {
[1] = {300, levelRequirement = 1, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["BetrayalNecromancerZombieEnrage"] = {
name = "BetrayalNecromancerZombieEnrage",
hidden = true,
color = "4",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Triggerable] = true,
[SkillType.Spell] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 2.5,
baseFlags = {
spell = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
},
levels = {
[1] = {levelRequirement = 1, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["ReviveMonstersInConeZombies"] = {
name = "ReviveMonstersInConeZombies",
hidden = true,
color = "4",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Spell] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 2.5,
baseFlags = {
spell = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"number_of_monsters_to_summon",
},
levels = {
[1] = {4, levelRequirement = 90, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["ReviveMonstersInConeCowardsTrial"] = {
name = "ReviveMonstersInConeCowardsTrial",
hidden = true,
color = "4",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Spell] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 2.5,
baseFlags = {
spell = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"number_of_monsters_to_summon",
"active_skill_area_of_effect_radius_+%_final",
},
levels = {
[1] = {8, 50, levelRequirement = 90, statInterpolation = {}, cost = { }, },
},
}
monster raises undead text [1]
| Family | MonsterRaisesUndeadText |
|---|---|
| Domains | 怪物 (3) |
| GenerationType | 傳奇 (3) |
| Req. level | 1 |
| Stats |
增加 50% 元素傷害
| Family | MonsterAura |
|---|---|
| Domains | 怪物 (3) |
| GenerationType | 傳奇 (3) |
| Req. level | 1 |
| Stats | |
| Craft Tags | elemental_damage 傷害 元素 |
元素傷害光環
範圍: 50
周圍友方獲得額外元素傷害
增加 50% 元素傷害
Elemental Damage Aura
怪物增加 100% 經驗值
增加 15000% 物品掉落稀有度
| Family | MonsterMapBoss |
|---|---|
| Domains | 怪物 (3) |
| GenerationType | 傳奇 (3) |
| Req. level | 1 |
| Stats |
display monster mod nemesis test [0]
| Family | Daemon |
|---|---|
| Domains | 怪物 (3) |
| GenerationType | 傳奇 (3) |
| Req. level | 1 |
| Stats |
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
| 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.