악마의 속삭이는 자
악마
Diabolic Whisperer
SpectreN
Tags시전, delve_monster, demon, flesh_armour, is_unarmed, medium_height, no_pantheon_mod, not_dex, not_str, physical_affinity, ranged, red_blood, slashing_weapon, very_slow_movement
생명력
450%
Energy Shield From Life
100%
Ailment Threshold
450%
저항
30 30 30 20
Damage
158%
정확도
100%
치명타 확률
+5%
치명타 피해 배율
+130%
Attack Distance
4 ~ 12
Attack Time
1.17 Second
Damage Spread
±20%
경험치
150%
Model Size
100%
Type
DelveNecromancer
Metadata
DelveNecromancerEncounter
레벨
68
생명력
28,950
방어도
28,790
회피
4,739
에너지 보호막
6,127
Damage
590
주문 피해
590
정확도
290
Attack Time
1.17
경험치
15,383
Ailment Threshold
28,950
Chill
92
Shock
92
Brittle
518
Scorch
92
Sap
253
EmptyActionDelveNecromancer1
Spell
시전 속도: 1.5 초
skill cannot be interrupted [1]
skill cannot be knocked back [1]
skill cannot be stunned [1]
EmptyActionDelveNecromancer2
Spell
시전 속도: 1.5 초
skill cannot be interrupted [1]
skill cannot be knocked back [1]
skill cannot be stunned [1]
EmptyActionDelveNecromancer3
Spell
시전 속도: 1.5 초
skill cannot be interrupted [1]
skill cannot be knocked back [1]
skill cannot be stunned [1]
DelveNecromancerDesecrate
Spell, Area, Duration, Trappable, Totemable, Mineable, Triggerable, DamageOverTime, Multicastable, Chaos, Cascadable, AreaSpell
모독
시전 속도: 1.1 초
재사용 대기시간: 4 초
지면을 훼손하고 시체를 소환하여 범위 내의 대상에게 카오스 피해를 줍니다. 시신들은 현재 지역의 적들 중에서 선택됩니다.
1초마다 143.2의 기본 카오스 피해를 줌
기본 지속시간 5
시신 5구 생성
최대 100레벨의 시신 생성
시신 최대 15구 가능
active skill area of effect radius +% final [40]
desecrated ground art variation [1]
is area damage [1]
DelveNecromancerCorpseWarp
Movement, Spell, Damage, Area, Totemable, Mineable, Trappable, Triggerable, Fire, AreaSpell, Travel
신체 전환
시전 속도: 1.17 초
재사용 대기시간: 3 초
시전자의 몸을 난폭하게 파괴하면 대상 적이나 시신이 위치한 곳에 재생되면서 양쪽 지점에 주문 피해를 줍니다. 특정한 대상이 없을 경우 적보다 시신을 우선합니다. 시신을 대상으로 할 경우 해당 시신 또한 폭발하면서 그 주변에 피해를 줍니다. 이는 주문 피해 관련 속성 부여에 영향을 받지 않으며 반사되지도 않습니다. 이 주문은 반복되지 않습니다.
374.5~561.7 물리 피해
is area damage [1]
DelveNecromancerCorpseEruption
Spell, Area, Fire, Duration, Projectile, Multicastable, Trappable, Totemable, Mineable, Triggerable, Damage, Cascadable, Projectile, CanRapidFire, AreaSpell, Orb
시체 소각
시전 속도: 1.75 초
재사용 대기시간: 6 초
대상으로 지정하는 시신이 폭발하여 범위 피해를 주고, 분화구가 되어 일정 시간 동안 주위의 범위에 연속해서 투사체를 발사합니다. 시신의 폭발은 주문 피해 속성에 영향을 받지 않으며 반사할 수 없습니다.
449.4~674.1 물리 피해
1초마다 투사체 발사
기본 지속시간 4
1회에 간헐천 최대치 1
투사체 2개 추가 발사
active skill area of effect radius +% final [-20]
base is projectile [1]
is area damage [1]
monster penalty against minions damage +% final vs player minions [-80]
DelveNecromancerProjectile
Spell, Projectile, ProjectilesFromUser, Triggerable
치명타 확률: 5%
시전 속도: 2 초
543.1~814.6 물리 피해
base is projectile [1]
monster projectile variation [13]
projectile uses contact position [1]

Object Type

version 2
extends "Metadata/Monsters/Monster"

Actor
{
	basic_action = "Emerge"
	basic_action = "ChangeToStance2"
	actor = "Metadata/Monsters/Necromancer/Delve/DelveNecromancer.act"
}

StateMachine
{
	define_state = "teleporting"
}

Transitionable
{
	on_transition = 
	"
		SetStateTo( teleporting, 1 );
		MoveToObject( teleport, force );
		SetStateTo( teleporting, 0 );
	"
}

Stats
{
	set_immune_to_cheats = 1
	set_cannot_be_used_as_minion = 1
}

Object Type Codes

version 2
extends "Metadata/Monsters/Monster"

Preload
{
	preload_animated_object = "Metadata/Effects/Spells/corpse_teleport/CorpseTP_CorpseBoom.ao"
}
-- src\Data\Spectres.lua
minions["Metadata/Monsters/Necromancer/Delve/DelveNecromancerEncounter"] = {
    name = "Diabolic Whisperer",
    life = 4.5,
    energyShield = 1,
    fireResist = 30,
    coldResist = 30,
    lightningResist = 30,
    chaosResist = 20,
    damage = 1.58,
    damageSpread = 0.2,
    attackTime = 1.17,
    attackRange = 12,
    accuracy = 1,
    skillList = {
        "DelveNecromancerDesecrate",
        "EmptyActionDelveNecromancer1",
        "EmptyActionDelveNecromancer2",
        "EmptyActionDelveNecromancer3",
        "DelveNecromancerCorpseEruption",
        "DelveNecromancerCorpseWarp",
        "DelveNecromancerProjectile",
    },
    modList = {
    },
}
-- src\Data\Skills\spectre.lua
skills["DelveNecromancerDesecrate"] = {
    name = "Desecrate",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Desecrates the ground, summoning corpses and dealing chaos damage to all enemies in the area. The corpses will be chosen from the monsters in the current area and any Spectres that have existed in this instance.",
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Area] = true,
        [SkillType.Duration] = true,
        [SkillType.Trappable] = true,
        [SkillType.Totemable] = true,
        [SkillType.Mineable] = true,
        [SkillType.Triggerable] = true,
        [SkillType.DamageOverTime] = true,
        [SkillType.Multicastable] = true,
        [SkillType.Chaos] = true,
        [SkillType.Cascadable] = true,
        [SkillType.AreaSpell] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1.1,
    baseFlags = {
        area = true,
        spell = true,
        duration = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "base_chaos_damage_to_deal_per_minute",
        "base_skill_effect_duration",
        "desecrate_corpse_level",
        "desecrated_ground_art_variation",
        "desecrate_number_of_corpses_to_create",
        "desecrate_maximum_number_of_corpses",
        "active_skill_area_of_effect_radius_+%_final",
        "is_area_damage",
    },
    levels = {
        [1] = {1, 5000, 100, 1, 5, 15, 40, levelRequirement = 1, statInterpolation = {3},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["EmptyActionDelveNecromancer1"] = {
    name = "EmptyActionDelveNecromancer1",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1.5,
    baseFlags = {
        spell = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "skill_cannot_be_interrupted",
        "skill_cannot_be_stunned",
        "skill_cannot_be_knocked_back",
    },
    levels = {
        [1] = {levelRequirement = 0, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["EmptyActionDelveNecromancer2"] = {
    name = "EmptyActionDelveNecromancer2",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1.5,
    baseFlags = {
        spell = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "skill_cannot_be_interrupted",
        "skill_cannot_be_stunned",
        "skill_cannot_be_knocked_back",
    },
    levels = {
        [1] = {levelRequirement = 0, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["EmptyActionDelveNecromancer3"] = {
    name = "EmptyActionDelveNecromancer3",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1.5,
    baseFlags = {
        spell = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "skill_cannot_be_interrupted",
        "skill_cannot_be_stunned",
        "skill_cannot_be_knocked_back",
    },
    levels = {
        [1] = {levelRequirement = 0, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["DelveNecromancerCorpseEruption"] = {
    name = "Cremation",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "A targeted corpse explodes, dealing area damage and turning into a volcanic geyser, which will repeatedly unleash projectiles sequentially over the surrounding area for a duration. The explosion of the corpse is not affected by modifiers to spell damage, and cannot be reflected.",
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Area] = true,
        [SkillType.Fire] = true,
        [SkillType.Duration] = true,
        [SkillType.Projectile] = true,
        [SkillType.Multicastable] = true,
        [SkillType.Trappable] = true,
        [SkillType.Totemable] = true,
        [SkillType.Mineable] = true,
        [SkillType.Triggerable] = true,
        [SkillType.Damage] = true,
        [SkillType.Cascadable] = true,
        [SkillType.CanRapidFire] = true,
        [SkillType.AreaSpell] = true,
        [SkillType.Orb] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1.75,
    baseFlags = {
        area = true,
        spell = true,
        projectile = true,
        duration = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_physical_damage",
        "spell_maximum_base_physical_damage",
        "base_skill_effect_duration",
        "corpse_erruption_base_maximum_number_of_geyers",
        "number_of_additional_projectiles",
        "monster_penalty_against_minions_damage_+%_final_vs_player_minions",
        "cremation_base_fires_projectile_every_x_ms",
        "active_skill_area_of_effect_radius_+%_final",
        "is_area_damage",
        "base_is_projectile",
    },
    levels = {
        [1] = {0.80000001192093, 1.2000000476837, 4000, 1, 2, -80, 1000, -20, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["DelveNecromancerCorpseWarp"] = {
    name = "Bodyswap",
    hidden = true,
    color = "3",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Violently destroys your body and recreates it at the location of a targeted enemy or corpse, dealing spell damage in an area at both locations. If there is no specific target, it will prioritise corpses over enemies. If targeting a corpse, the corpse will also explode, dealing damage around it that is not affected by modifiers to spell damage, and cannot be reflected. This spell cannot be repeated.",
    skillTypes = {
        [SkillType.Movement] = true,
        [SkillType.Spell] = true,
        [SkillType.Damage] = true,
        [SkillType.Area] = true,
        [SkillType.Totemable] = true,
        [SkillType.Mineable] = true,
        [SkillType.Trappable] = true,
        [SkillType.Triggerable] = true,
        [SkillType.Fire] = true,
        [SkillType.AreaSpell] = true,
        [SkillType.Travel] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1.17,
    baseFlags = {
        area = true,
        spell = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_physical_damage",
        "spell_maximum_base_physical_damage",
        "is_area_damage",
    },
    levels = {
        [1] = {0.80000001192093, 1.2000000476837, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["DelveNecromancerProjectile"] = {
    name = "DelveNecromancerProjectile",
    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,
    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, 13, critChance = 5, levelRequirement = 0, statInterpolation = {3, 3},  cost = { }, },
    },
}
Edit

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