拷問されたネクロマンサー
不死者
ドロップするアイテムのレアリティが3400%増加する
透明化
移動スピードが10%減少する
level 33 or lower damage +% final [-20]
level 33 or lower life +% final [-20]
cant touch this [1]
cant possess this [1]
Tormented Necromancer
SpectreN
Tagsghost, ghost_armour, ghost_blood, humanoid, is_unarmed, medium_height, medium_movement, non_attacking, undead
ライフ
120%
Ailment Threshold
120%
耐性
30 30 30 20
Damage
0%
命中
100%
クリティカル率
+5%
クリティカルダメージ倍率
+130%
Attack Distance
6 ~ 6
Attack Time
0 Second
Damage Spread
±0%
経験値
100%
Model Size
100%
Type
TormentedSpirit
Metadata
TormentedNecromancer
レベル
68
ライフ
7,720
防具
28,790
回避力
4,739
エナジーシールド
0
Damage
0
スペルダメージ
0
命中
290
Attack Time
0
経験値
10,255
Ailment Threshold
7,720
Chill
24
Shock
24
Brittle
138
Scorch
24
Sap
67
Haunt
TormentSpiritPause
クールダウン時間: 5 秒
WalkEmergeTormentedSpirit
walk emerge distance [300]

Object Type

version 2
extends "Metadata/Monsters/TormentedSpirit/TormentedSpirit"

Object Type Codes

version 2
extends "Metadata/Monsters/TormentedSpirit/TormentedSpirit"

Render
{
}

Animated
{
	//We have to preload this here because its being summoned by a stat
	preload_animated_object = "Metadata/Monsters/Skeletons/Skeleton/SkeletonRaised.ao"
}
-- src\Data\Spectres.lua
minions["Metadata/Monsters/Spirit/TormentedNecromancer"] = {
    name = "Tormented Necromancer",
    life = 1.2,
    fireResist = 30,
    coldResist = 30,
    lightningResist = 30,
    chaosResist = 20,
    damage = 0,
    damageSpread = 0,
    attackTime = 0,
    attackRange = 6,
    accuracy = 1,
    skillList = {
        "Haunt",
        "TormentSpiritPause",
        "WalkEmergeTormentedSpirit",
    },
    modList = {
    },
}
-- src\Data\Skills\spectre.lua
skills["Haunt"] = {
    name = "Haunt",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
    },
    levels = {
        [1] = {levelRequirement = 0, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["TormentSpiritPause"] = {
    name = "TormentSpiritPause",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
    },
    levels = {
        [1] = {levelRequirement = 0, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["WalkEmergeTormentedSpirit"] = {
    name = "WalkEmergeTormentedSpirit",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 0.65,
    baseFlags = {
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "walk_emerge_distance",
    },
    levels = {
        [1] = {300, levelRequirement = 0, statInterpolation = {},  cost = { }, },
    },
}
ドロップするアイテムのレアリティが3400%増加する
IdTormentSpiritDropsIncrease2
FamilyTormentSpiritDropsIncrease
Domainsモンスター (3)
GenerationTypeユニーク (3)
Req. level1
Stats
  • monster dropped item rarity +% Min: 3400 Max: 3400 Global
  • 透明化
    IdTormentSpiritPhasing
    FamilyTorment
    Domainsモンスター (3)
    GenerationTypeユニーク (3)
    Req. level1
    Stats
  • phase through objects Min: 1 Max: 1 Global
  • 移動スピードが10%減少する
    IdTormentedSpiritImplicitSlowRun
    FamilyMovementVelocity
    Domainsモンスター (3)
    GenerationTypeユニーク (3)
    Req. level1
    Stats
  • base movement velocity +% Min: -10 Max: -10 Global
  • Craft Tagsspeed
    level 33 or lower damage +% final [-20]
    level 33 or lower life +% final [-20]
    IdMonsterLifeAndDamageLessBelowLevel33
    FamilyMoreLifeBelowLevelThreshold
    Domainsモンスター (3)
    GenerationTypeユニーク (3)
    Req. level1
    Stats
  • level 33 or lower life +% final Min: -20 Max: -20 Global
  • level 33 or lower damage +% final Min: -20 Max: -20 Global
  • Craft Tagsresource life damage
    cant touch this [1]
    IdTormentCantTouchThis
    FamilyCantTouchThis
    Domainsモンスター (3)
    GenerationTypeトーメント (7)
    Req. level1
    Stats
  • cant touch this Min: 1 Max: 1 Global
  • cant possess this [1]
    IdTormentCantPossessThis
    FamilyCantPossessThis
    Domainsモンスター (3)
    GenerationTypeトーメント (7)
    Req. level1
    Stats
  • cant possess this Min: 1 Max: 1 Global
  • Edit

    Wikis Content is available under CC BY-NC-SA 3.0 unless otherwise noted.