腐化之体
构造体
区域: 积水矿坑
怪物提供的经验值提高 100%
掉落的物品稀有度提高 15000%
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
掉落的物品稀有度提高 15000%
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
The Eroding One
幽魂 | N |
---|---|
地区 | 积水矿坑 |
标签 | bludgeoning_weapon, construct, has_dual_wield_melee, has_one_hand_mace, has_one_handed_melee, large_height, large_model, medium_movement, melee, mud_blood, non_unique_map_boss, not_int, physical_affinity, stone_armour |
生命
400%
护甲
+100%
闪避值
+40%
异常状态临界值
400%
抗性
40 40 40 25
伤害
176%
命中
100%
暴击几率
+5%
暴击伤害
+130%
攻击距离
6 ~ 9
攻击间隔
1.5 秒
伤害分布
±20%
经验值
200%
Model Size
163%
类型
RockGolemMapBoss
Metadata
RockGolemMapBoss
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
等级
69
生命
649,329
护甲
62,316
闪避值
6,870
能量护盾
0
伤害
795
法术伤害
1,187
命中
301
攻击间隔
1.005
经验值
115,357
异常状态临界值
383,104
冰缓
1,211
Shock
1,211
Brittle
6,853
Scorch
1,211
Sap
3,347
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).
Melee
攻击, 范围攻击, 技能可幻影射手, 投射物, 近战单一目标, 攻击可重复, 近战, 玩家投射物
普通攻击
基本伤害: 1263–1895
暴击几率: 5%
攻击间隔: 1.5 秒
对你的敌人无情痛击。
skill can fire arrows [1]
skill can fire wand projectiles [1]
skill can fire wand projectiles [1]
RockGolemWhirlingBlades
攻击, 近战, 位移, 快行
回旋之刃
基本伤害: 1263–1895
暴击几率: 5%
攻击间隔: 1.5 秒
冷却时间: 6 秒
在敌人之间穿梭,造成武器伤害。双持时使用两把武器同时发起攻击并造成一次伤害。需要匕首、爪类和单手剑。
攻击速度总降 50%
cast time overrides attack duration [1]
ignores proximity shield [1]
monster flurry [1]
skill sound variation [1]
cast time overrides attack duration [1]
ignores proximity shield [1]
monster flurry [1]
skill sound variation [1]
QuakeSlamMapBoss
攻击, 范围, 近战, 攻击可重复, 持续时间, Slam, 可触发, 图腾技能
震地
基本伤害: 1263–1895
暴击几率: 5%
攻击间隔: 1.5 秒
冷却时间: 3 秒
猛击地面,对周围造成大量伤害,并在地面上留下裂隙。一段时间过后,地面的裂隙将会释放冲击波造成更多的伤害。在冲击波还未释放前再次使用技能不会刷新地面的裂隙。需要斧类、锤类、短杖、长杖、徒手发动。
基础持续时间为 5 秒
余震的击中和异常状态伤害总增 +50%
is area damage [1]
余震的击中和异常状态伤害总增 +50%
is area damage [1]
RockGolemMapBossSummonBonespireDaemon
法术, 法术可重复, 可触发
施放间隔: 1 秒
冷却时间: 7 秒
alternate minion [104]
number of monsters to summon [3]
summoned monsters are minions [1]
number of monsters to summon [3]
summoned monsters are minions [1]
Object Type
version 2 extends "Metadata/Monsters/Monster" Actor { basic_action = "Emerge" } Life { corpse_usable = false }
Object Type Codes
version 2 extends "Metadata/Monsters/Monster" Render { //turn_duration = 0.5 }
-- src\Data\Spectres.lua minions["Metadata/Monsters/RockGolem/RockGolemMapBoss"] = { name = "The Eroding One", life = 4, fireResist = 40, coldResist = 40, lightningResist = 40, chaosResist = 25, damage = 1.76, damageSpread = 0.2, attackTime = 1.5, attackRange = 9, accuracy = 1, weaponType1 = "One Hand Mace", weaponType2 = "Dagger", skillList = { "RockGolemWhirlingBlades", "Melee", "RockGolemMapBossSummonBonespireDaemon", "QuakeSlamMapBoss", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["RockGolemWhirlingBlades"] = { name = "Whirling Blades", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Dive through enemies, dealing weapon damage. If dual wielding attacks with both weapons, dealing the damage of both in one hit. Only works with Daggers, Claws, and One-Handed Swords.", skillTypes = { [SkillType.Attack] = true, [SkillType.Melee] = true, [SkillType.Movement] = true, [SkillType.Travel] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1.43, baseFlags = { attack = true, melee = true, }, baseMods = { }, qualityStats = { }, stats = { "skill_sound_variation", "active_skill_attack_speed_+%_final", "monster_flurry", "cast_time_overrides_attack_duration", "ignores_proximity_shield", }, levels = { [1] = {1, -50, 1, levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["Melee"] = { 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", }, levels = { [1] = {levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["RockGolemMapBossSummonBonespireDaemon"] = { name = "RockGolemMapBossSummonBonespireDaemon", 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", "summoned_monsters_are_minions", }, levels = { [1] = {104, 3, levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["QuakeSlamMapBoss"] = { name = "Earthquake", hidden = true, color = "1", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Smashes the ground, dealing damage in an area and cracking the earth. The crack will erupt in a powerful aftershock after a duration. Cracks created before the first one has erupted will not generate their own aftershocks. Requires an Axe, Mace, Sceptre, Staff or Unarmed.", skillTypes = { [SkillType.Attack] = true, [SkillType.Area] = true, [SkillType.Melee] = true, [SkillType.Multistrikeable] = true, [SkillType.Duration] = true, [SkillType.Slam] = true, [SkillType.Triggerable] = true, [SkillType.Totemable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, area = true, melee = true, duration = true, }, baseMods = { }, qualityStats = { }, stats = { "base_skill_effect_duration", "quake_slam_fully_charged_explosion_damage_+%_final", "is_area_damage", }, levels = { [1] = {5000, 50, levelRequirement = 68, statInterpolation = {}, cost = { }, }, }, }
怪物提供的经验值提高 100%
掉落的物品稀有度提高 15000%
Id | MonsterMapBoss |
---|---|
Family | MonsterMapBoss |
Domains | 怪物 (3) |
GenerationType | 传奇 (3) |
Req. level | 1 |
Stats |
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
Id | StunRepeatImmunityMapBoss_ |
---|---|
Family | Nothing |
Domains | 怪物 (3) |
GenerationType | 传奇 (3) |
Req. level | 1 |
Stats |
腐化之体
构造体
怪物提供的经验值提高 100%
掉落的物品稀有度提高 15000%
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
掉落的物品稀有度提高 15000%
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
The Eroding One
幽魂 | N |
---|---|
标签 | bludgeoning_weapon, construct, has_dual_wield_melee, has_one_hand_mace, has_one_handed_melee, large_height, large_model, medium_movement, melee, mud_blood, not_int, physical_affinity, standalone_map_boss, stone_armour |
生命
400%
护甲
+100%
闪避值
+40%
异常状态临界值
400%
抗性
40 40 40 25
伤害
176%
命中
100%
暴击几率
+5%
暴击伤害
+130%
攻击距离
6 ~ 9
攻击间隔
1.5 秒
伤害分布
±20%
经验值
200%
Model Size
163%
类型
RockGolemMapBoss
Metadata
RockGolemMapBossStandalone
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
等级
68
生命
557,385
护甲
57,580
闪避值
6,635
能量护盾
0
伤害
749
法术伤害
1,118
命中
290
攻击间隔
1.005
经验值
112,805
异常状态临界值
351,153
冰缓
1,110
Shock
1,110
Brittle
6,282
Scorch
1,110
Sap
3,068
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).
Melee
攻击, 范围攻击, 技能可幻影射手, 投射物, 近战单一目标, 攻击可重复, 近战, 玩家投射物
普通攻击
基本伤害: 1189–1784
暴击几率: 5%
攻击间隔: 1.5 秒
对你的敌人无情痛击。
skill can fire arrows [1]
skill can fire wand projectiles [1]
skill can fire wand projectiles [1]
RockGolemWhirlingBlades
攻击, 近战, 位移, 快行
回旋之刃
基本伤害: 1189–1784
暴击几率: 5%
攻击间隔: 1.5 秒
冷却时间: 6 秒
在敌人之间穿梭,造成武器伤害。双持时使用两把武器同时发起攻击并造成一次伤害。需要匕首、爪类和单手剑。
攻击速度总降 50%
cast time overrides attack duration [1]
ignores proximity shield [1]
monster flurry [1]
skill sound variation [1]
cast time overrides attack duration [1]
ignores proximity shield [1]
monster flurry [1]
skill sound variation [1]
QuakeSlamMapBoss
攻击, 范围, 近战, 攻击可重复, 持续时间, Slam, 可触发, 图腾技能
震地
基本伤害: 1189–1784
暴击几率: 5%
攻击间隔: 1.5 秒
冷却时间: 3 秒
猛击地面,对周围造成大量伤害,并在地面上留下裂隙。一段时间过后,地面的裂隙将会释放冲击波造成更多的伤害。在冲击波还未释放前再次使用技能不会刷新地面的裂隙。需要斧类、锤类、短杖、长杖、徒手发动。
基础持续时间为 5 秒
余震的击中和异常状态伤害总增 +50%
is area damage [1]
余震的击中和异常状态伤害总增 +50%
is area damage [1]
RockGolemMapBossSummonBonespireDaemon
法术, 法术可重复, 可触发
施放间隔: 1 秒
冷却时间: 7 秒
alternate minion [104]
number of monsters to summon [3]
summoned monsters are minions [1]
number of monsters to summon [3]
summoned monsters are minions [1]
Object Type
version 2 extends "Metadata/Monsters/Monster" extends "Metadata/Monsters/StandaloneMapBoss"
Object Type Codes
version 2 extends "Metadata/Monsters/Monster" extends "Metadata/Monsters/StandaloneMapBoss"
-- src\Data\Spectres.lua minions["Metadata/Monsters/RockGolem/RockGolemMapBossStandalone"] = { name = "The Eroding One", life = 4, fireResist = 40, coldResist = 40, lightningResist = 40, chaosResist = 25, damage = 1.76, damageSpread = 0.2, attackTime = 1.5, attackRange = 9, accuracy = 1, weaponType1 = "One Hand Mace", weaponType2 = "Dagger", skillList = { "RockGolemWhirlingBlades", "Melee", "RockGolemMapBossSummonBonespireDaemon", "QuakeSlamMapBoss", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["RockGolemWhirlingBlades"] = { name = "Whirling Blades", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Dive through enemies, dealing weapon damage. If dual wielding attacks with both weapons, dealing the damage of both in one hit. Only works with Daggers, Claws, and One-Handed Swords.", skillTypes = { [SkillType.Attack] = true, [SkillType.Melee] = true, [SkillType.Movement] = true, [SkillType.Travel] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1.43, baseFlags = { attack = true, melee = true, }, baseMods = { }, qualityStats = { }, stats = { "skill_sound_variation", "active_skill_attack_speed_+%_final", "monster_flurry", "cast_time_overrides_attack_duration", "ignores_proximity_shield", }, levels = { [1] = {1, -50, 1, levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["Melee"] = { 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", }, levels = { [1] = {levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["RockGolemMapBossSummonBonespireDaemon"] = { name = "RockGolemMapBossSummonBonespireDaemon", 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", "summoned_monsters_are_minions", }, levels = { [1] = {104, 3, levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["QuakeSlamMapBoss"] = { name = "Earthquake", hidden = true, color = "1", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Smashes the ground, dealing damage in an area and cracking the earth. The crack will erupt in a powerful aftershock after a duration. Cracks created before the first one has erupted will not generate their own aftershocks. Requires an Axe, Mace, Sceptre, Staff or Unarmed.", skillTypes = { [SkillType.Attack] = true, [SkillType.Area] = true, [SkillType.Melee] = true, [SkillType.Multistrikeable] = true, [SkillType.Duration] = true, [SkillType.Slam] = true, [SkillType.Triggerable] = true, [SkillType.Totemable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, area = true, melee = true, duration = true, }, baseMods = { }, qualityStats = { }, stats = { "base_skill_effect_duration", "quake_slam_fully_charged_explosion_damage_+%_final", "is_area_damage", }, levels = { [1] = {5000, 50, levelRequirement = 68, statInterpolation = {}, cost = { }, }, }, }
怪物提供的经验值提高 100%
掉落的物品稀有度提高 15000%
Id | MonsterMapBoss |
---|---|
Family | MonsterMapBoss |
Domains | 怪物 (3) |
GenerationType | 传奇 (3) |
Req. level | 1 |
Stats |
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
Id | StunRepeatImmunityMapBoss_ |
---|---|
Family | Nothing |
Domains | 怪物 (3) |
GenerationType | 传奇 (3) |
Req. level | 1 |
Stats |
腐化之体
构造体
怪物提供的经验值提高 100%
掉落的物品稀有度提高 15000%
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
掉落的物品稀有度提高 15000%
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
The Eroding One
幽魂 | N |
---|---|
标签 | bludgeoning_weapon, construct, elder_map_boss, has_dual_wield_melee, has_one_hand_mace, has_one_handed_melee, large_height, large_model, medium_movement, mud_blood, non_attacking, not_int, stone_armour |
生命
400%
护甲
+100%
闪避值
+40%
异常状态临界值
400%
抗性
40 40 40 25
伤害
176%
命中
100%
暴击几率
+5%
暴击伤害
+130%
攻击距离
6 ~ 9
攻击间隔
1.5 秒
伤害分布
±20%
经验值
200%
Model Size
163%
类型
RockGolemMapBoss
Metadata
RockGolemMapBossElder
Object Type
version 2 extends "Metadata/Monsters/Monster" Life { corpse_usable = false } Stats { base_cannot_be_damaged = 1 base_cannot_be_stunned = 1 cannot_be_knocked_back = 1 is_hidden_monster = 1 immune_to_curses = 1 immune_to_auras_from_other_entities = 1 set_immune_vaal_lighting_warp = 1 } Transitionable { } Preload { preload_object = "Metadata/Monsters/ElderBosses/ElderAbsorb" preload_object = "Metadata/MiscellaneousObjects/ElderPortal" }
Object Type Codes
version 2 extends "Metadata/Monsters/Monster" Transitionable { on_transition = "AddEffectPack( Metadata/Effects/Spells/monsters_effects/AtlasofWorldsBosses/Elder/entrance/affecting_target.epk );" create_transitioned = "AddEffectPack( Metadata/Effects/Spells/monsters_effects/AtlasofWorldsBosses/Elder/entrance/affecting_target_instant.epk );" } Animated { preload_animated_object = "Metadata/Effects/Spells/monsters_effects/AtlasofWorldsBosses/Elder/entrance/entrance.ao" preload_animated_object = "Metadata/Effects/Spells/monsters_effects/AtlasofWorldsBosses/Elder/absorb/absorb.ao" }
-- src\Data\Spectres.lua minions["Metadata/Monsters/RockGolem/RockGolemMapBossElder"] = { name = "The Eroding One", life = 4, fireResist = 40, coldResist = 40, lightningResist = 40, chaosResist = 25, damage = 1.76, damageSpread = 0.2, attackTime = 1.5, attackRange = 9, accuracy = 1, weaponType1 = "One Hand Mace", weaponType2 = "Dagger", skillList = { }, modList = { }, }
怪物提供的经验值提高 100%
掉落的物品稀有度提高 15000%
Id | MonsterMapBoss |
---|---|
Family | MonsterMapBoss |
Domains | 怪物 (3) |
GenerationType | 传奇 (3) |
Req. level | 1 |
Stats |
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
Id | StunRepeatImmunityMapBoss_ |
---|---|
Family | Nothing |
Domains | 怪物 (3) |
GenerationType | 传奇 (3) |
Req. level | 1 |
Stats |