断骨师
Sawbones
幽魂 | N |
---|---|
地区 | 禁灵之狱上层 |
标签 | animal_claw_weapon, cursing_monster, demon, flesh_armour, humanoid, insect_blood, is_unarmed, medium_height, melee, necromancer_boss, not_dex, not_str, physical_affinity, raises_dead, very_slow_movement |
生命
320%
生命转为护盾
100%
异常状态临界值
320%
抗性
0 0 75 0
伤害
180%
命中
100%
暴击几率
+5%
暴击伤害
+130%
攻击距离
4 ~ 12
攻击间隔
1.17 秒
伤害分布
±20%
经验值
200%
Model Size
110%
类型
NecromancerSawbones
Metadata
NecromancerBossPrison
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
等级
9
生命
224
护甲
99
闪避值
234
能量护盾
70
伤害
19
法术伤害
19
命中
21
攻击间隔
1.17
经验值
282
异常状态临界值
224
冰缓
1
Shock
1
Brittle
4
Scorch
1
Sap
2
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).
MeleeAtAnimationSpeedUnique
攻击, 范围攻击, 技能可幻影射手, 投射物, 近战单一目标, 攻击可重复, 近战, 玩家投射物
普通攻击
基本伤害: 15–23
暴击几率: 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]
projectile uses contact position [1]
skill can fire arrows [1]
skill can fire wand projectiles [1]
use scaled contact offset [1]
NecromancerReviveSkeleton
法术
施放间隔: 1.1 秒
SawbonesSummonSpecialSkeletons
法术, 法术可重复, 可触发
施放间隔: 1 秒
冷却时间: 10 秒
alternate minion [400]
number of monsters to summon [4]
summon specific monsters radius +% [-95]
summoned monsters are minions [1]
summoned monsters no drops or experience [1]
number of monsters to summon [4]
summon specific monsters radius +% [-95]
summoned monsters are minions [1]
summoned monsters no drops or experience [1]
NecromancerVulnerability
法术, 范围, 持续时间, 陷阱技能, 图腾技能, 地雷技能, 法术可重复, 可触发, 可秘能爆发, 附加诅咒, 可齐射, 范围法术, 物理, InstantNoRepeatWhenHeld, InstantShiftAttackForLeftMouse, Hex
脆弱
施放间隔: 1.1 秒
冷却时间: 9 秒
诅咒一片区域的所有目标,提高它们受到的物理伤害。攻击它们有几率施加流血。
基础持续时间为 6 秒
被诅咒敌人受到的物理伤害提高 50%
对抗被诅咒的敌人时,攻击击中有 25% 的几率施加流血
active skill area of effect radius +% final [24]
被诅咒敌人受到的物理伤害提高 50%
对抗被诅咒的敌人时,攻击击中有 25% 的几率施加流血
active skill area of effect radius +% final [24]
Object Type
version 2 extends "Metadata/Monsters/Necromancer/Necromancer"
Object Type Codes
version 2 extends "Metadata/Monsters/Necromancer/Necromancer" BaseEvents { on_construction_complete = "AddEffectPack( Metadata/Effects/Spells/monsters_effects/act1/necromancer/sawbones.epk );" } Life { on_death = "RemoveEffectPack( Metadata/Effects/Spells/monsters_effects/act1/necromancer/sawbones.epk );" } Preload { preload_epk = "Metadata/Effects/Spells/monsters_effects/act1/necromancer/buff_flash.epk" }
-- src\Data\Spectres.lua minions["Metadata/Monsters/Necromancer/NecromancerBossPrison"] = { name = "Sawbones", life = 3.2, energyShield = 1, fireResist = 0, coldResist = 0, lightningResist = 75, chaosResist = 0, damage = 1.8, damageSpread = 0.2, attackTime = 1.17, attackRange = 12, accuracy = 1, skillList = { "MeleeAtAnimationSpeedUnique", "NecromancerVulnerability", "NecromancerReviveSkeleton", "SawbonesSummonSpecialSkeletons", }, 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["NecromancerVulnerability"] = { name = "Vulnerability", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Curse all targets in an area, causing them to take increased physical damage. Attacks against the cursed enemies have a chance to inflict bleeding.", skillTypes = { [SkillType.Spell] = true, [SkillType.Area] = true, [SkillType.Duration] = true, [SkillType.Trappable] = true, [SkillType.Totemable] = true, [SkillType.Mineable] = true, [SkillType.Multicastable] = true, [SkillType.Triggerable] = true, [SkillType.Cascadable] = true, [SkillType.AppliesCurse] = true, [SkillType.CanRapidFire] = true, [SkillType.AreaSpell] = true, [SkillType.Physical] = true, [SkillType.InstantNoRepeatWhenHeld] = true, [SkillType.InstantShiftAttackForLeftMouse] = true, [SkillType.Hex] = true, }, statDescriptionScope = "curse_skill_stat_descriptions", castTime = 1.1, baseFlags = { area = true, spell = true, duration = true, }, baseMods = { }, qualityStats = { }, stats = { "base_skill_effect_duration", "physical_damage_taken_+%", "receive_bleeding_chance_%_when_hit_by_attack", "active_skill_area_of_effect_radius_+%_final", }, levels = { [1] = {6000, 50, 25, 24, levelRequirement = 1, statInterpolation = {}, 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["SawbonesSummonSpecialSkeletons"] = { name = "SawbonesSummonSpecialSkeletons", 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 = { "number_of_monsters_to_summon", "alternate_minion", "summon_specific_monsters_radius_+%", "summoned_monsters_are_minions", "summoned_monsters_no_drops_or_experience", }, levels = { [1] = {4, 400, -95, levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, }
monster raises undead text [1]
Id | MonsterRaisesUndeadText |
---|---|
Family | MonsterRaisesUndeadText |
Domains | 怪物 (3) |
GenerationType | 传奇 (3) |
Req. level | 1 |
Stats |
断骨师
恶魔
monster raises undead text [1]
生命上限降低 20%
怪物提供的经验值提高 1000%
掉落的物品数量提高 1500%
掉落的物品稀有度提高 2000%
生命上限降低 20%
怪物提供的经验值提高 1000%
掉落的物品数量提高 1500%
掉落的物品稀有度提高 2000%
Sawbones
幽魂 | N |
---|---|
标签 | animal_claw_weapon, 施法, cursing_monster, demon, flesh_armour, humanoid, insect_blood, is_unarmed, medium_height, melee, not_dex, not_str, physical_affinity, raises_dead, summoner, very_slow_movement |
生命
95%
生命转为护盾
100%
异常状态临界值
95%
抗性
0 0 0 0
伤害
105%
命中
100%
暴击几率
+5%
暴击伤害
+130%
攻击距离
4 ~ 12
攻击间隔
1.17 秒
伤害分布
±20%
经验值
140%
Model Size
110%
类型
NecromancerBossDescent
Metadata
NecromancerBossDescent
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
等级
68
生命
6,112
护甲
28,790
闪避值
4,739
能量护盾
6,127
伤害
392
法术伤害
392
命中
290
攻击间隔
1.17
经验值
14,357
异常状态临界值
6,112
冰缓
19
Shock
19
Brittle
109
Scorch
19
Sap
53
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).
MeleeAtAnimationSpeedUnique
攻击, 范围攻击, 技能可幻影射手, 投射物, 近战单一目标, 攻击可重复, 近战, 玩家投射物
普通攻击
基本伤害: 314–471
暴击几率: 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]
projectile uses contact position [1]
skill can fire arrows [1]
skill can fire wand projectiles [1]
use scaled contact offset [1]
NecromancerReviveSkeleton
法术
施放间隔: 1.1 秒
NecromancerSummonSkeletonsBossDescent
法术, 召唤物, 持续时间, 召唤物爆炸, 陷阱技能, 图腾技能, 地雷技能, 法术可重复, 可触发, 可齐射, 创造召唤物, 冷却
召唤魔侍
施放间隔: 1 秒
冷却时间: 10 秒
在目标地点召唤魔侍武士。它们使用近战攻击,并在持续时间结束后消失。在侵略状态下,魔侍武士会冲撞周围的敌人。
召唤的魔侍最大数量 +3
基础持续时间为 20 秒
召唤生物造成的元素伤害总降 50%
召唤 3 个魔侍武士
alternate minion [1]
基础持续时间为 20 秒
召唤生物造成的元素伤害总降 50%
召唤 3 个魔侍武士
alternate minion [1]
NecromancerVulnerability
法术, 范围, 持续时间, 陷阱技能, 图腾技能, 地雷技能, 法术可重复, 可触发, 可秘能爆发, 附加诅咒, 可齐射, 范围法术, 物理, InstantNoRepeatWhenHeld, InstantShiftAttackForLeftMouse, Hex
脆弱
施放间隔: 1.1 秒
冷却时间: 9 秒
诅咒一片区域的所有目标,提高它们受到的物理伤害。攻击它们有几率施加流血。
基础持续时间为 6 秒
被诅咒敌人受到的物理伤害提高 50%
对抗被诅咒的敌人时,攻击击中有 25% 的几率施加流血
active skill area of effect radius +% final [24]
被诅咒敌人受到的物理伤害提高 50%
对抗被诅咒的敌人时,攻击击中有 25% 的几率施加流血
active skill area of effect radius +% final [24]
Object Type
version 2 extends "Metadata/Monsters/Monster" Stats { mana_regeneration_rate_per_minute_% = 180 hexes_not_tracked = 1 }
Object Type Codes
version 2 extends "Metadata/Monsters/Monster" Life { on_death = "RemoveEffects( );" on_spawned_dead = "RemoveEffects( );" } Render { //turn_duration = 0.4 }
-- src\Data\Spectres.lua minions["Metadata/Monsters/Necromancer/NecromancerBossDescent"] = { name = "Sawbones", life = 0.95, energyShield = 1, fireResist = 0, coldResist = 0, lightningResist = 0, chaosResist = 0, damage = 1.05, damageSpread = 0.2, attackTime = 1.17, attackRange = 12, accuracy = 1, skillList = { "MeleeAtAnimationSpeedUnique", "NecromancerVulnerability", "NecromancerSummonSkeletonsBossDescent", "NecromancerReviveSkeleton", }, 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["NecromancerVulnerability"] = { name = "Vulnerability", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Curse all targets in an area, causing them to take increased physical damage. Attacks against the cursed enemies have a chance to inflict bleeding.", skillTypes = { [SkillType.Spell] = true, [SkillType.Area] = true, [SkillType.Duration] = true, [SkillType.Trappable] = true, [SkillType.Totemable] = true, [SkillType.Mineable] = true, [SkillType.Multicastable] = true, [SkillType.Triggerable] = true, [SkillType.Cascadable] = true, [SkillType.AppliesCurse] = true, [SkillType.CanRapidFire] = true, [SkillType.AreaSpell] = true, [SkillType.Physical] = true, [SkillType.InstantNoRepeatWhenHeld] = true, [SkillType.InstantShiftAttackForLeftMouse] = true, [SkillType.Hex] = true, }, statDescriptionScope = "curse_skill_stat_descriptions", castTime = 1.1, baseFlags = { area = true, spell = true, duration = true, }, baseMods = { }, qualityStats = { }, stats = { "base_skill_effect_duration", "physical_damage_taken_+%", "receive_bleeding_chance_%_when_hit_by_attack", "active_skill_area_of_effect_radius_+%_final", }, levels = { [1] = {6000, 50, 25, 24, levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["NecromancerSummonSkeletonsBossDescent"] = { name = "Summon Skeletons", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Summon Skeleton Warrior minions at the targeted location. They use a melee attack and die after a duration. If made aggressive, Skeleton Warriors will also dash towards nearby enemies.", skillTypes = { [SkillType.Spell] = true, [SkillType.Minion] = true, [SkillType.Duration] = true, [SkillType.MinionsCanExplode] = true, [SkillType.Trappable] = true, [SkillType.Totemable] = true, [SkillType.Mineable] = true, [SkillType.Multicastable] = true, [SkillType.Triggerable] = true, [SkillType.CanRapidFire] = true, [SkillType.CreatesMinion] = true, [SkillType.Cooldown] = true, }, statDescriptionScope = "minion_spell_skill_stat_descriptions", castTime = 1, baseFlags = { spell = true, duration = true, }, baseMods = { }, qualityStats = { }, stats = { "number_of_melee_skeletons_to_summon", "base_number_of_skeletons_allowed", "base_skill_effect_duration", "active_skill_elemental_damage_+%_final", "alternate_minion", }, levels = { [1] = {3, 3, 20000, -50, 1, levelRequirement = 5, statInterpolation = {}, 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 = { }, }, }, }
monster raises undead text [1]
Id | MonsterRaisesUndeadText |
---|---|
Family | MonsterRaisesUndeadText |
Domains | 怪物 (3) |
GenerationType | 传奇 (3) |
Req. level | 1 |
Stats |
生命上限降低 20%
Id | MonsterUniqueNormalHillockLifeDecrease |
---|---|
Family | MaximumLifeIncreasePercent |
Domains | 怪物 (3) |
GenerationType | 传奇 (3) |
Req. level | 1 |
Stats | |
Craft Tags | resource life |
怪物提供的经验值提高 1000%
掉落的物品数量提高 1500%
掉落的物品稀有度提高 2000%
Id | MonsterBossDescent |
---|---|
Family | MonsterDescentBoss |
Domains | 怪物 (3) |
GenerationType | 传奇 (3) |
Req. level | 1 |
Stats |