空洞勇士
空洞勇士(Champion of the Hollows)
幽魂 | N | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
地区 | [79] 冰冷通道 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
词缀 | cannot_be_taunted_when_taunted_ms [0] unique_boss_curse_effect_on_self_+%_final [-33] monster_slain_experience_+% [100] monster_dropped_item_quantity_+% [1500] monster_dropped_item_rarity_+% [2000] cannot_be_stunned_while_stunned [1] cannot_be_stunned_for_ms_after_stun_finished [2000] | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
标签 | mud_blood, undead, large_model | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
伤害 | 160% | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
生命 | 240% | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Ailment Threshold | 240% | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
攻击暴击率 | 5% | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
类型 | MinerLargeMapBoss | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
攻击距离 | 6 ~ 9 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
攻击间隔 | 1.755 秒 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
伤害分布 | 20% | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
护具 | +50% | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
命中 | +100% | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Object Typeversion 2 extends "Metadata/Monsters/MinerLarge/MinerLarge" Transitionable { } Object Type Codesversion 2 extends "Metadata/Monsters/MinerLarge/MinerLarge" | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Path of Building Spectre | -- Data\Spectres.lua minions["Metadata/Monsters/MinerLarge/MinerLargeMapBoss"] = { name = "Champion of the Hollows", life = 2.4, fireResist = 40, coldResist = 40, lightningResist = 40, chaosResist = 25, damage = 1.6, damageSpread = 0.2, attackTime = 1.755, attackRange = 9, accuracy = 1, skillList = { "Melee", "GroundSlamMiner", "MinerThrowSpawn", "MinerThrowSpawnMapBoss", }, modList = { }, } -- Data\3_0\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.ProjectileAttack] = true, [SkillType.SkillCanMirageArcher] = true, [SkillType.Projectile] = true, [SkillType.MeleeSingleTarget] = true, [SkillType.AttackCanRepeat] = true, [SkillType.Melee] = true, [SkillType.SkillCanVolley] = 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] = {1, 1, levelRequirement = 1, statInterpolation = {1, 1}, }, }, } -- Data\3_0\Skills\spectre.lua skills["GroundSlamMiner"] = { name = "Ground Slam", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, description = "The character slams the ground in front of them with a Staff, Mace or Sceptre, creating a wave that travels forward and damages enemies with an increased chance to stun.", skillTypes = { [SkillType.Attack] = true, [SkillType.Area] = true, [SkillType.AttackCanRepeat] = true, [SkillType.Melee] = true, [SkillType.SlamSkill] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, area = true, melee = true, }, baseMods = { }, qualityStats = { }, stats = { "base_stun_threshold_reduction_+%", "physical_damage_+%", "active_skill_damage_+%_final", "active_skill_attack_speed_+%_final", "is_area_damage", }, levels = { [1] = {35, 0, 50, -20, levelRequirement = 2, statInterpolation = {1, 1, 1, 1}, }, [2] = {35, 0, 58, -20, levelRequirement = 68, statInterpolation = {1, 1, 1, 1}, }, }, } -- Data\3_0\Skills\spectre.lua skills["MinerThrowSpawn"] = { name = "MinerThrowSpawn", hidden = true, color = 4, baseEffectiveness = 1, incrementalEffectiveness = 0, skillTypes = { [SkillType.Attack] = true, [SkillType.Projectile] = true, [SkillType.SkillCanVolley] = true, [SkillType.ProjectileAttack] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 3, baseFlags = { attack = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "base_is_projectile", }, levels = { [1] = {baseMultiplier = 0.9, levelRequirement = 0, statInterpolation = {}, }, }, } -- Data\3_0\Skills\spectre.lua skills["MinerThrowSpawnMapBoss"] = { name = "MinerThrowSpawnMapBoss", hidden = true, color = 4, baseEffectiveness = 1, incrementalEffectiveness = 0, skillTypes = { [SkillType.Attack] = true, [SkillType.Projectile] = true, [SkillType.SkillCanVolley] = true, [SkillType.ProjectileAttack] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 3, baseFlags = { attack = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "number_of_additional_projectiles", "base_is_projectile", }, levels = { [1] = {3, baseMultiplier = 0.9, levelRequirement = 0, statInterpolation = {1}, }, }, } |
幽魂 | N | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
地区 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
词缀 | cannot_be_taunted_when_taunted_ms [0] unique_boss_curse_effect_on_self_+%_final [-33] monster_slain_experience_+% [100] monster_dropped_item_quantity_+% [1500] monster_dropped_item_rarity_+% [2000] cannot_be_stunned_while_stunned [1] cannot_be_stunned_for_ms_after_stun_finished [2000] | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
标签 | mud_blood, undead, large_model | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
伤害 | 160% | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
生命 | 240% | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Ailment Threshold | 240% | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
攻击暴击率 | 5% | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
类型 | MinerLargeMapBoss | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
攻击距离 | 6 ~ 9 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
攻击间隔 | 1.755 秒 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
伤害分布 | 20% | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
护具 | +50% | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
命中 | +100% | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Object Typeversion 2 extends "Metadata/Monsters/MinerLarge/MinerLarge" extends "Metadata/Monsters/StandaloneMapBoss" Object Type Codesversion 2 extends "Metadata/Monsters/MinerLarge/MinerLarge" extends "Metadata/Monsters/StandaloneMapBoss" | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Path of Building Spectre | -- Data\Spectres.lua minions["Metadata/Monsters/MinerLarge/MinerLargeMapBossStandalone"] = { name = "Champion of the Hollows", life = 2.4, fireResist = 40, coldResist = 40, lightningResist = 40, chaosResist = 25, damage = 1.6, damageSpread = 0.2, attackTime = 1.755, attackRange = 9, accuracy = 1, skillList = { "Melee", "GroundSlamMiner", "MinerThrowSpawn", "MinerThrowSpawnMapBoss", }, modList = { }, } -- Data\3_0\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.ProjectileAttack] = true, [SkillType.SkillCanMirageArcher] = true, [SkillType.Projectile] = true, [SkillType.MeleeSingleTarget] = true, [SkillType.AttackCanRepeat] = true, [SkillType.Melee] = true, [SkillType.SkillCanVolley] = 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] = {1, 1, levelRequirement = 1, statInterpolation = {1, 1}, }, }, } -- Data\3_0\Skills\spectre.lua skills["GroundSlamMiner"] = { name = "Ground Slam", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, description = "The character slams the ground in front of them with a Staff, Mace or Sceptre, creating a wave that travels forward and damages enemies with an increased chance to stun.", skillTypes = { [SkillType.Attack] = true, [SkillType.Area] = true, [SkillType.AttackCanRepeat] = true, [SkillType.Melee] = true, [SkillType.SlamSkill] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, area = true, melee = true, }, baseMods = { }, qualityStats = { }, stats = { "base_stun_threshold_reduction_+%", "physical_damage_+%", "active_skill_damage_+%_final", "active_skill_attack_speed_+%_final", "is_area_damage", }, levels = { [1] = {35, 0, 50, -20, levelRequirement = 2, statInterpolation = {1, 1, 1, 1}, }, [2] = {35, 0, 58, -20, levelRequirement = 68, statInterpolation = {1, 1, 1, 1}, }, }, } -- Data\3_0\Skills\spectre.lua skills["MinerThrowSpawn"] = { name = "MinerThrowSpawn", hidden = true, color = 4, baseEffectiveness = 1, incrementalEffectiveness = 0, skillTypes = { [SkillType.Attack] = true, [SkillType.Projectile] = true, [SkillType.SkillCanVolley] = true, [SkillType.ProjectileAttack] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 3, baseFlags = { attack = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "base_is_projectile", }, levels = { [1] = {baseMultiplier = 0.9, levelRequirement = 0, statInterpolation = {}, }, }, } -- Data\3_0\Skills\spectre.lua skills["MinerThrowSpawnMapBoss"] = { name = "MinerThrowSpawnMapBoss", hidden = true, color = 4, baseEffectiveness = 1, incrementalEffectiveness = 0, skillTypes = { [SkillType.Attack] = true, [SkillType.Projectile] = true, [SkillType.SkillCanVolley] = true, [SkillType.ProjectileAttack] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 3, baseFlags = { attack = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "number_of_additional_projectiles", "base_is_projectile", }, levels = { [1] = {3, baseMultiplier = 0.9, levelRequirement = 0, statInterpolation = {1}, }, }, } |
幽魂 | N | ||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
地区 | |||||||||||||||||||||
词缀 | cannot_be_taunted_when_taunted_ms [0] unique_boss_curse_effect_on_self_+%_final [-33] monster_slain_experience_+% [100] monster_dropped_item_quantity_+% [1500] monster_dropped_item_rarity_+% [2000] cannot_be_stunned_while_stunned [1] cannot_be_stunned_for_ms_after_stun_finished [2000] | ||||||||||||||||||||
标签 | mud_blood, undead, large_model | ||||||||||||||||||||
伤害 | 160% | ||||||||||||||||||||
生命 | 240% | ||||||||||||||||||||
Ailment Threshold | 240% | ||||||||||||||||||||
攻击暴击率 | 5% | ||||||||||||||||||||
类型 | MinerLargeMapBoss | ||||||||||||||||||||
攻击距离 | 6 ~ 9 | ||||||||||||||||||||
攻击间隔 | 1.755 秒 | ||||||||||||||||||||
伤害分布 | 20% | ||||||||||||||||||||
护具 | +50% | ||||||||||||||||||||
命中 | +100% | ||||||||||||||||||||
| |||||||||||||||||||||
Path of Building Spectre | -- Data\Spectres.lua minions["Metadata/Monsters/MinerLarge/MinerLargeMapBossElder"] = { name = "Champion of the Hollows", life = 2.4, fireResist = 40, coldResist = 40, lightningResist = 40, chaosResist = 25, damage = 1.6, damageSpread = 0.2, attackTime = 1.755, attackRange = 9, accuracy = 1, skillList = { }, modList = { }, } |