Spectre | N |
---|---|
Area | 鉱山 -第二層-, 水晶鉱脈 |
Tags | キャスター, fast_movement, fire_affinity, has_one_hand_sword, has_one_handed_melee, humanoid, medium_height, melee, mud_blood, not_int, not_str, physical_affinity, ranged, stone_armour, undead |
Packs |
ライフ
300%
回避力
+20%
Ailment Threshold
300%
耐性




Damage
210%
命中
100%
クリティカル率
+5%
クリティカルダメージ倍率
+130%
Attack Distance
6 ~ 9
Attack Time
1.395 Second
Damage Spread
±20%
経験値
150%
Model Size
120%
Type
MinerLanternBoss
Metadata
MinerLanternBoss
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
選択 モンスターレベル
レベル
36
ライフ
2,190
アーマー
1,962
回避力
1,598
Damage
140
スペルダメージ
140
命中
154
Attack Time
1.395
経験値
4,058
Minion Life
645
Minion Damage
106
Ailment Threshold
2,190
Chill
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).
MinerThrowFire
Spell, Projectile, ProjectilesFromUser, Triggerable
キャストタイム: 1 秒
クールダウン時間: 1.5 秒
毎秒77.8の基礎火ダメージを与える
基礎持続時間は3.9秒
105から140の火ダメージを与える
base is projectile [1]
is area damage [1]
LanternBossRighteousFire
Spell, Buff, Area, CausesBurning, DamageOverTime, Fire, Totemable, Triggerable, Instant, AreaSpell, InstantNoRepeatWhenHeld, InstantShiftAttackForLeftMouse, Cooldown
ライチャスファイヤー
キャストタイム: 1 秒
使用者を魔法の炎で包み込み、使用者と近くの敵を燃やす。この効果が続く間、スペルダメージが大幅に増加する。使用者のライフが1になったとき、効果は終了する。
毎秒56.2の基礎火ダメージを与える
プレイヤーの最大ライフの1.5%を毎秒火ダメージとして燃やす
基礎半径は1.8m
active skill area of effect radius +% final [9]

MinerLanternHeal
Spell, Duration
キャストタイム: 1 秒
クールダウン時間: 1 秒
基礎持続時間は0.5秒
毎秒ライフの50%を自動回復する
MeleeAtAnimationSpeed
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
通常攻撃
Base Damage: 112–169
クリティカル率: 5%
Attack Time: 1.395 秒
強力な一撃で敵を打ち倒す。
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]

DeathExplodeMinerHammerBoss
Spell, Triggerable
キャストタイム: 1 秒
580.6から870.9の火ダメージを与える
100%の確率で敵を発火させる
死亡すると100%の確率でこのスペルをトリガーする
active skill area of effect radius +% final [100]
active skill ignite duration +% final [200]
is area damage [1]
spell uncastable if triggerable [1]
Object Type
version 2 extends "Metadata/Monsters/Miner/Miner"
Object Type Codes
version 2 extends "Metadata/Monsters/Miner/Miner" Life { on_death = "DetachAllContainingText( minerlantern );" on_spawned_dead = "DetachAllContainingText( minerlantern );" } Render { //turn_duration = 0.4 }
-- src\Data\Spectres.lua minions["Metadata/Monsters/Miner/MinerLanternBoss"] = { name = "The Burning Man", life = 3, fireResist = 85, coldResist = 0, lightningResist = 0, chaosResist = 0, damage = 2.1, damageSpread = 0.2, attackTime = 1.395, attackRange = 9, accuracy = 1, skillList = { "MeleeAtAnimationSpeed", "LanternBossRighteousFire", "MinerLanternHeal", "MinerThrowFire", "DeathExplodeMinerHammerBoss", }, 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["LanternBossRighteousFire"] = { name = "Righteous Fire", hidden = true, color = "3", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Engulfs you in magical fire that rapidly burns you and nearby enemies. Your spell damage is substantially increased while under this effect. The effect ends when you have 1 life remaining.", skillTypes = { [SkillType.Spell] = true, [SkillType.Buff] = true, [SkillType.Area] = true, [SkillType.CausesBurning] = true, [SkillType.DamageOverTime] = true, [SkillType.Fire] = true, [SkillType.Totemable] = true, [SkillType.Triggerable] = true, [SkillType.Instant] = true, [SkillType.AreaSpell] = true, [SkillType.InstantNoRepeatWhenHeld] = true, [SkillType.InstantShiftAttackForLeftMouse] = true, [SkillType.Cooldown] = true, }, statDescriptionScope = "buff_skill_stat_descriptions", castTime = 1, baseFlags = { area = true, spell = true, }, baseMods = { }, qualityStats = { }, stats = { "base_fire_damage_to_deal_per_minute", "active_skill_base_area_of_effect_radius", "base_nonlethal_fire_damage_%_of_maximum_life_taken_per_minute", "active_skill_area_of_effect_radius_+%_final", }, levels = { [1] = {1, 18, 90, 9, levelRequirement = 3, statInterpolation = {3}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["MinerLanternHeal"] = { name = "MinerLanternHeal", hidden = true, color = "4", baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Duration] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { spell = true, duration = true, }, baseMods = { }, qualityStats = { }, stats = { "base_skill_effect_duration", "life_regeneration_rate_per_minute_%", }, levels = { [1] = {500, 3000, levelRequirement = 2, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["MinerThrowFire"] = { name = "MinerThrowFire", hidden = true, color = "4", baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Projectile] = true, [SkillType.ProjectilesFromUser] = true, [SkillType.Triggerable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { spell = true, projectile = true, area = true, }, baseMods = { }, qualityStats = { }, stats = { "base_fire_damage_to_deal_per_minute", "spell_minimum_base_fire_damage", "spell_maximum_base_fire_damage", "base_skill_effect_duration", "base_is_projectile", "is_area_damage", }, levels = { [1] = {1.6000000238419, 0.60000002384186, 0.80000001192093, 3000, levelRequirement = 3, statInterpolation = {3, 3, 3, 1}, cost = { }, }, [2] = {1.6000000238419, 0.60000002384186, 0.80000001192093, 3100, levelRequirement = 5, statInterpolation = {3, 3, 3, 1}, cost = { }, }, [3] = {1.6000000238419, 0.60000002384186, 0.80000001192093, 3200, levelRequirement = 8, statInterpolation = {3, 3, 3, 1}, cost = { }, }, [4] = {1.6000000238419, 0.60000002384186, 0.80000001192093, 3300, levelRequirement = 11, statInterpolation = {3, 3, 3, 1}, cost = { }, }, [5] = {1.6000000238419, 0.60000002384186, 0.80000001192093, 3400, levelRequirement = 15, statInterpolation = {3, 3, 3, 1}, cost = { }, }, [6] = {1.6000000238419, 0.60000002384186, 0.80000001192093, 3500, levelRequirement = 19, statInterpolation = {3, 3, 3, 1}, cost = { }, }, [7] = {1.6000000238419, 0.60000002384186, 0.80000001192093, 3600, levelRequirement = 23, statInterpolation = {3, 3, 3, 1}, cost = { }, }, [8] = {1.6000000238419, 0.60000002384186, 0.80000001192093, 3700, levelRequirement = 27, statInterpolation = {3, 3, 3, 1}, cost = { }, }, [9] = {1.6000000238419, 0.60000002384186, 0.80000001192093, 3800, levelRequirement = 28, statInterpolation = {3, 3, 3, 1}, cost = { }, }, [10] = {1.6000000238419, 0.60000002384186, 0.80000001192093, 3900, levelRequirement = 32, statInterpolation = {3, 3, 3, 1}, cost = { }, }, [11] = {1.6000000238419, 0.60000002384186, 0.80000001192093, 4000, levelRequirement = 40, statInterpolation = {3, 3, 3, 1}, cost = { }, }, [12] = {1.6000000238419, 0.60000002384186, 0.80000001192093, 4000, levelRequirement = 68, statInterpolation = {3, 3, 3, 1}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["DeathExplodeMinerHammerBoss"] = { name = "DeathExplodeMinerHammerBoss", hidden = true, color = "4", baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Triggerable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { spell = true, area = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_fire_damage", "spell_maximum_base_fire_damage", "cast_on_death_%", "base_chance_to_ignite_%", "active_skill_ignite_duration_+%_final", "active_skill_area_of_effect_radius_+%_final", "is_area_damage", "spell_uncastable_if_triggerable", }, levels = { [1] = {0.80000001192093, 1.2000000476837, 100, 100, 200, 100, levelRequirement = 3, statInterpolation = {3, 3}, cost = { }, }, }, }
低ライフ時に毎秒ライフの1.3%を自動回復する
Id | LanternBossLifeRegenerationOnLowLife |
---|---|
Family | LifeRegenerationOnLowLife |
Domains | モンスター (3) |
GenerationType | ユニーク (3) |
Req. level | 1 |
Stats | |
Craft Tags | resource life |
ignite art variation [1]
Id | IgniteArtVariation |
---|---|
Family | StatusAilmentArtVariation |
Domains | モンスター (3) |
GenerationType | ユニーク (3) |
Req. level | 1 |
Stats |
編集
Wikis Content is available under CC BY-NC-SA 3.0 unless otherwise noted.
Wikis Content is available under CC BY-NC-SA 3.0 unless otherwise noted.