强化死者 ModularDemonLightning2
强化死者
怪物群规模:3-8 个怪物
派蒂的闪电恶魔
施放闪电传送
施放闪电传送
Augmented Dead
幽魂 | Y |
---|---|
地区 | 罪孽之殿 1 层, 罪孽之殿 2 层 |
标签 | 施法, cleaving_weapon, demon, flesh_armour, has_one_hand_sword, has_one_handed_melee, lightning_affinity, medium_height, melee, physical_affinity, red_blood, very_slow_movement |
Packs |
生命
100%
异常状态临界值
100%
抗性
0 0 40 0
伤害
135%
命中
100%
暴击几率
+5%
暴击伤害
+130%
攻击距离
6 ~ 9
攻击间隔
1.5 秒
伤害分布
±20%
经验值
100%
Model Size
97%
类型
DemonModularLightning
Metadata
DemonModularLightning2
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
等级
52
生命
2,200
护甲
7,869
闪避值
2,626
能量护盾
0
伤害
220
法术伤害
220
命中
152
攻击间隔
1.5
经验值
6,064
异常状态临界值
2,200
冰缓
7
Shock
7
Brittle
39
Scorch
7
Sap
19
The following values are skill base values and do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses, monster base damage(ex: The Maven 150% multiplier), monster rarity bonuses (ex: unique 70% more, unique attack 33% less).
MeleeAtAnimationSpeed
攻击, 范围攻击, 技能可幻影射手, 投射物, 近战单一目标, 攻击可重复, 近战, 玩家投射物
普通攻击
基本伤害: 176–264
暴击几率: 5%
攻击间隔: 1.5 秒
对你的敌人无情痛击。
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]
projectile uses contact position [1]
skill can fire arrows [1]
skill can fire wand projectiles [1]
use scaled contact offset [1]
DemonLightningWarp
法术, 伤害, 范围, 持续时间, 陷阱技能, 图腾技能, 地雷技能, 可触发, 位移, 闪电, 范围法术, 快行, 法术可重复, 可齐射
闪电传送
暴击几率: 5%
伤害效用: 50%
施放间隔: 1 秒
指定一个传送目的地,等待一段时间,该时间由距离和你的移动速度决定。传送发生时,对玩家原本所在位置和传送目的地周围同时造成闪电伤害。重复释放会按照顺序连续进行传送。
造成 180.4 - 541.3 闪电伤害
持续时间缩短 50%
base skill show average damage instead of dps [1]
is area damage [1]
持续时间缩短 50%
base skill show average damage instead of dps [1]
is area damage [1]
Object Type
version 2 extends "Metadata/Monsters/Monster" Actor { basic_action = "ChangeToStance1" basic_action = "ChangeToStance2" basic_action = "ChangeToStance3" basic_action = "Emerge2" basic_action = "Emerge3" main_hand_unarmed_type = "One_Hand_Sword" } Stats { mana_regeneration_rate_per_minute_% = 0 } StateMachine { define_shared_state = "generic1" }
Object Type Codes
version 2 extends "Metadata/Monsters/Monster" Life { on_death = "DetachAllContainingText( elehands );" on_spawned_dead = "DetachAllContainingText( elehands );" }
-- src\Data\Spectres.lua minions["Metadata/Monsters/DemonModular/DemonModularLightning2"] = { name = "Augmented Dead", life = 1, fireResist = 0, coldResist = 0, lightningResist = 40, chaosResist = 0, damage = 1.35, damageSpread = 0.2, attackTime = 1.5, attackRange = 9, accuracy = 1, skillList = { "MeleeAtAnimationSpeed", "DemonLightningWarp", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["MeleeAtAnimationSpeed"] = { 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["DemonLightningWarp"] = { name = "Lightning Warp", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Waits for a duration before teleporting to a targeted destination, with the duration based on the distance and your movement speed. When the teleport occurs, lightning damage is dealt to the area around both where the player was and where they teleported to. Casting again will queue up multiple teleportations to occur in sequence.", skillTypes = { [SkillType.Spell] = true, [SkillType.Damage] = true, [SkillType.Area] = true, [SkillType.Duration] = true, [SkillType.Trappable] = true, [SkillType.Totemable] = true, [SkillType.Mineable] = true, [SkillType.Triggerable] = true, [SkillType.Movement] = true, [SkillType.Lightning] = true, [SkillType.AreaSpell] = true, [SkillType.Travel] = true, [SkillType.Multicastable] = true, [SkillType.CanRapidFire] = true, }, statDescriptionScope = "variable_duration_skill_stat_descriptions", castTime = 1, baseFlags = { area = true, spell = true, duration = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_lightning_damage", "spell_maximum_base_lightning_damage", "skill_effect_duration_+%", "base_skill_show_average_damage_instead_of_dps", "is_area_damage", }, levels = { [1] = {0.5, 1.5, -50, critChance = 5, levelRequirement = 3, statInterpolation = {3, 3}, cost = { }, }, [2] = {0.5, 1.5, -50, critChance = 5, levelRequirement = 8, statInterpolation = {3, 3}, cost = { }, }, [3] = {0.5, 1.5, -50, critChance = 5, levelRequirement = 11, statInterpolation = {3, 3}, cost = { }, }, [4] = {0.5, 1.5, -50, critChance = 5, levelRequirement = 19, statInterpolation = {3, 3}, cost = { }, }, [5] = {0.5, 1.5, -50, critChance = 5, levelRequirement = 23, statInterpolation = {3, 3}, cost = { }, }, [6] = {0.5, 1.5, -50, critChance = 5, levelRequirement = 27, statInterpolation = {3, 3}, cost = { }, }, [7] = {0.5, 1.5, -50, critChance = 5, levelRequirement = 33, statInterpolation = {3, 3}, cost = { }, }, [8] = {0.55000001192093, 1.6499999761581, -50, critChance = 5, levelRequirement = 68, statInterpolation = {3, 3}, cost = { }, }, }, }
Id | Nothing |
---|---|
Family | Nothing |
Domains | 怪物 (3) |
GenerationType | 传奇 (3) |
Req. level | 1 |
stance movement speed +% final [112]
Id | StanceBanditRun |
---|---|
Family | Stance |
Domains | 怪物 (3) |
GenerationType | 传奇 (3) |
Req. level | 1 |
Stats | |
Craft Tags | speed |
增长灵柩
恶魔
stance movement speed +% final [112]
Augmented Dead
幽魂 | Y |
---|---|
标签 | 施法, cleaving_weapon, demon, flesh_armour, has_one_hand_sword, has_one_handed_melee, lightning_affinity, melee, physical_affinity, red_blood, very_slow_movement |
Packs |
生命
100%
异常状态临界值
100%
抗性
0 0 40 0
伤害
135%
命中
100%
暴击几率
+5%
暴击伤害
+130%
攻击距离
6 ~ 9
攻击间隔
1.5 秒
伤害分布
±20%
经验值
100%
Model Size
97%
类型
DemonModularLightning
Metadata
DemonModularLightning2Hellscape
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
等级
68
生命
6,433
护甲
28,790
闪避值
4,739
能量护盾
0
伤害
504
法术伤害
504
命中
290
攻击间隔
1.5
经验值
10,255
异常状态临界值
6,433
冰缓
20
Shock
20
Brittle
115
Scorch
20
Sap
56
The following values are skill base values and do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses, monster base damage(ex: The Maven 150% multiplier), monster rarity bonuses (ex: unique 70% more, unique attack 33% less).
MeleeAtAnimationSpeed
攻击, 范围攻击, 技能可幻影射手, 投射物, 近战单一目标, 攻击可重复, 近战, 玩家投射物
普通攻击
基本伤害: 403–605
暴击几率: 5%
攻击间隔: 1.5 秒
对你的敌人无情痛击。
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]
projectile uses contact position [1]
skill can fire arrows [1]
skill can fire wand projectiles [1]
use scaled contact offset [1]
DemonLightningWarp
法术, 伤害, 范围, 持续时间, 陷阱技能, 图腾技能, 地雷技能, 可触发, 位移, 闪电, 范围法术, 快行, 法术可重复, 可齐射
闪电传送
暴击几率: 5%
伤害效用: 50%
施放间隔: 1 秒
指定一个传送目的地,等待一段时间,该时间由距离和你的移动速度决定。传送发生时,对玩家原本所在位置和传送目的地周围同时造成闪电伤害。重复释放会按照顺序连续进行传送。
造成 388.1 - 1164 闪电伤害
持续时间缩短 50%
base skill show average damage instead of dps [1]
is area damage [1]
持续时间缩短 50%
base skill show average damage instead of dps [1]
is area damage [1]
Object Type
version 2 extends "Metadata/Monsters/Monster" Actor { basic_action = "ChangeToStance1" basic_action = "ChangeToStance2" basic_action = "ChangeToStance3" basic_action = "Emerge2" basic_action = "Emerge3" main_hand_unarmed_type = "One_Hand_Sword" } Stats { mana_regeneration_rate_per_minute_% = 0 } StateMachine { define_shared_state = "generic1" }
Object Type Codes
version 2 extends "Metadata/Monsters/Monster" Life { on_death = "DetachAllContainingText( elehands );" on_spawned_dead = "DetachAllContainingText( elehands );" }
-- src\Data\Spectres.lua minions["Metadata/Monsters/DemonModular/DemonModularLightning2Hellscape"] = { name = "Augmented Dead", life = 1, fireResist = 0, coldResist = 0, lightningResist = 40, chaosResist = 0, damage = 1.35, damageSpread = 0.2, attackTime = 1.5, attackRange = 9, accuracy = 1, skillList = { "MeleeAtAnimationSpeed", "DemonLightningWarp", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["MeleeAtAnimationSpeed"] = { 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["DemonLightningWarp"] = { name = "Lightning Warp", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Waits for a duration before teleporting to a targeted destination, with the duration based on the distance and your movement speed. When the teleport occurs, lightning damage is dealt to the area around both where the player was and where they teleported to. Casting again will queue up multiple teleportations to occur in sequence.", skillTypes = { [SkillType.Spell] = true, [SkillType.Damage] = true, [SkillType.Area] = true, [SkillType.Duration] = true, [SkillType.Trappable] = true, [SkillType.Totemable] = true, [SkillType.Mineable] = true, [SkillType.Triggerable] = true, [SkillType.Movement] = true, [SkillType.Lightning] = true, [SkillType.AreaSpell] = true, [SkillType.Travel] = true, [SkillType.Multicastable] = true, [SkillType.CanRapidFire] = true, }, statDescriptionScope = "variable_duration_skill_stat_descriptions", castTime = 1, baseFlags = { area = true, spell = true, duration = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_lightning_damage", "spell_maximum_base_lightning_damage", "skill_effect_duration_+%", "base_skill_show_average_damage_instead_of_dps", "is_area_damage", }, levels = { [1] = {0.5, 1.5, -50, critChance = 5, levelRequirement = 3, statInterpolation = {3, 3}, cost = { }, }, [2] = {0.5, 1.5, -50, critChance = 5, levelRequirement = 8, statInterpolation = {3, 3}, cost = { }, }, [3] = {0.5, 1.5, -50, critChance = 5, levelRequirement = 11, statInterpolation = {3, 3}, cost = { }, }, [4] = {0.5, 1.5, -50, critChance = 5, levelRequirement = 19, statInterpolation = {3, 3}, cost = { }, }, [5] = {0.5, 1.5, -50, critChance = 5, levelRequirement = 23, statInterpolation = {3, 3}, cost = { }, }, [6] = {0.5, 1.5, -50, critChance = 5, levelRequirement = 27, statInterpolation = {3, 3}, cost = { }, }, [7] = {0.5, 1.5, -50, critChance = 5, levelRequirement = 33, statInterpolation = {3, 3}, cost = { }, }, [8] = {0.55000001192093, 1.6499999761581, -50, critChance = 5, levelRequirement = 68, statInterpolation = {3, 3}, cost = { }, }, }, }
Id | Nothing |
---|---|
Family | Nothing |
Domains | 怪物 (3) |
GenerationType | 传奇 (3) |
Req. level | 1 |
stance movement speed +% final [112]
Id | StanceBanditRun |
---|---|
Family | Stance |
Domains | 怪物 (3) |
GenerationType | 传奇 (3) |
Req. level | 1 |
Stats | |
Craft Tags | speed |