灾祸骨怪
Bundle of Woe
幽魂 | N |
---|---|
地区 | 堕道遗迹 |
标签 | bones, extra_large_height, humanoid, is_unarmed, large_model, medium_movement, melee, not_dex, not_int, physical_affinity, ranged, skeleton, slashing_weapon, stone_armour, undead |
生命
400%
护甲
+50%
异常状态临界值
400%
抗性
0 0 85 0
伤害
225%
命中
100%
暴击几率
+5%
暴击伤害
+130%
攻击距离
6 ~ 11
攻击间隔
1.5 秒
伤害分布
±20%
经验值
200%
Model Size
120%
类型
MassSkeletonBoss2
Metadata
MassSkeletonBoss2
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
等级
51
生命
8,236
护甲
10,857
闪避值
2,524
能量护盾
0
伤害
348
法术伤害
348
命中
146
攻击间隔
1.5
经验值
11,616
异常状态临界值
8,236
冰缓
26
Shock
26
Brittle
147
Scorch
26
Sap
72
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
攻击, 范围攻击, 技能可幻影射手, 投射物, 近战单一目标, 攻击可重复, 近战, 玩家投射物
普通攻击
基本伤害: 278–418
暴击几率: 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]
SkeletonMassBowProjectileBoss2
攻击, 范围攻击, 技能可幻影射手, 投射物, 玩家投射物, 伤害, 可触发
基本伤害: 278–418
暴击几率: 5%
攻击间隔: 1.5 秒
额外发射 4 个投射物
投射物速度加快 200%
导致流血
base is projectile [1]
monster projectile variation [12]
spell maximum action distance +% [-50]
投射物速度加快 200%
导致流血
base is projectile [1]
monster projectile variation [12]
spell maximum action distance +% [-50]
MassSkeletonSummonMinions
法术, 法术可重复, 可触发
施放间隔: 1 秒
冷却时间: 3 秒
alternate minion [236]
minion dies when parent dies [1]
number of monsters to summon [3]
summon specific monsters radius +% [25]
summoned monsters are minions [1]
summoned monsters no drops or experience [1]
minion dies when parent dies [1]
number of monsters to summon [3]
summon specific monsters radius +% [25]
summoned monsters are minions [1]
summoned monsters no drops or experience [1]
Object Type
version 2 extends "Metadata/Monsters/SkeletonMass/SkeletonMassBase" Animated { preload_animated_object = "Metadata/Effects/Spells/monsters_effects/act4/skeletonsoldier/emerge/emergefx.ao" }
Object Type Codes
version 2 extends "Metadata/Monsters/SkeletonMass/SkeletonMassBase"
-- src\Data\Spectres.lua minions["Metadata/Monsters/MassSkeleton/MassSkeletonBoss2"] = { name = "Bundle of Woe", life = 4, fireResist = 0, coldResist = 0, lightningResist = 85, chaosResist = 0, damage = 2.25, damageSpread = 0.2, attackTime = 1.5, attackRange = 11, accuracy = 1, skillList = { "MeleeAtAnimationSpeedUnique", "SkeletonMassBowProjectileBoss2", "MassSkeletonSummonMinions", }, 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["SkeletonMassBowProjectileBoss2"] = { name = "SkeletonMassBowProjectileBoss2", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Attack] = true, [SkillType.RangedAttack] = true, [SkillType.MirageArcherCanUse] = true, [SkillType.Projectile] = true, [SkillType.ProjectilesFromUser] = true, [SkillType.Damage] = true, [SkillType.Triggerable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1.5, baseFlags = { attack = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "monster_projectile_variation", "spell_maximum_action_distance_+%", "base_projectile_speed_+%", "number_of_additional_projectiles", "base_is_projectile", "global_bleed_on_hit", }, levels = { [1] = {12, -50, 200, 4, levelRequirement = 2, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["MassSkeletonSummonMinions"] = { name = "MassSkeletonSummonMinions", 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 = { "alternate_minion", "number_of_monsters_to_summon", "summon_specific_monsters_radius_+%", "summoned_monsters_are_minions", "minion_dies_when_parent_dies", "summoned_monsters_no_drops_or_experience", }, levels = { [1] = {236, 3, 25, levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, }
monster casts puncture text [1]
Id | MonsterCastsPunctureText |
---|---|
Family | MonsterCastsPunctureText |
Domains | 怪物 (3) |
GenerationType | 传奇 (3) |
Req. level | 1 |
Stats |