Pustulento das Chamas
Spectre | Y |
---|---|
Area | Túnel, Pedreira |
Tags | cannot_be_monolith, Conjurador, fire_affinity, has_one_hand_sword, has_one_handed_melee, humanoid, medium_height, mud_blood, not_int, not_str, ranged, stone_armour, undead, very_slow_movement |
Packs |
Vida
121%
Evasão
+20%
Ailment Threshold
121%
Resistência
40 0 0 0
Damage
169%
Precisão
100%
Chance de Crítico
+5%
Multiplicador de Acerto Crítico
+130%
Attack Distance
6 ~ 9
Attack Time
1.395 Second
Damage Spread
±20%
Experiência
110%
Model Size
100%
Type
MinerLantern
Metadata
MinerLantern2
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Nível
63
Vida
5,416
Armadura
19,330
Evasão
4,760
Escudo de Energia
0
Damage
490
Dano Mágico
490
Precisão
238
Attack Time
1.395
Experiência
9,935
Ailment Threshold
5,416
Chill
17
Shock
17
Brittle
97
Scorch
17
Sap
47
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
Tempo de Conjuração: 1 seg
Recarga: 1.5 seg
Causa 438.3 de Dano de Fogo Base por segundo
Duração base é de 4 segundos
Causa 591.7 a 789 de Dano de Fogo
base is projectile [1]
is area damage [1]
Duração base é de 4 segundos
Causa 591.7 a 789 de Dano de Fogo
base is projectile [1]
is area damage [1]
MinerThrowFireSpectre
Spell, Projectile, ProjectilesFromUser, Triggerable
Tempo de Conjuração: 1 seg
Recarga: 1.5 seg
Causa 169.4 de Dano de Fogo Base por segundo
Duração base é de 3 segundos
Causa 76.24 a 114.4 de Dano de Fogo
base is projectile [1]
is area damage [1]
Duração base é de 3 segundos
Causa 76.24 a 114.4 de Dano de Fogo
base is projectile [1]
is area damage [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/MinerLantern2"] = { name = "Pocked Flamebringer", life = 1.21, fireResist = 40, coldResist = 0, lightningResist = 0, chaosResist = 0, damage = 1.69, damageSpread = 0.2, attackTime = 1.395, attackRange = 9, accuracy = 1, skillList = { "MinerThrowFire", "MinerThrowFireSpectre", }, modList = { }, } -- 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["MinerThrowFireSpectre"] = { name = "MinerThrowFireSpectre", 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.20000000298023, 0.30000001192093, 2000, levelRequirement = 3, statInterpolation = {3, 3, 3, 1}, cost = { }, }, [2] = {1.6000000238419, 0.20000000298023, 0.30000001192093, 2100, levelRequirement = 5, statInterpolation = {3, 3, 3, 1}, cost = { }, }, [3] = {1.6000000238419, 0.20000000298023, 0.30000001192093, 2200, levelRequirement = 8, statInterpolation = {3, 3, 3, 1}, cost = { }, }, [4] = {1.6000000238419, 0.20000000298023, 0.30000001192093, 2300, levelRequirement = 11, statInterpolation = {3, 3, 3, 1}, cost = { }, }, [5] = {1.6000000238419, 0.20000000298023, 0.30000001192093, 2400, levelRequirement = 15, statInterpolation = {3, 3, 3, 1}, cost = { }, }, [6] = {1.6000000238419, 0.20000000298023, 0.30000001192093, 2500, levelRequirement = 19, statInterpolation = {3, 3, 3, 1}, cost = { }, }, [7] = {1.6000000238419, 0.20000000298023, 0.30000001192093, 2600, levelRequirement = 23, statInterpolation = {3, 3, 3, 1}, cost = { }, }, [8] = {1.6000000238419, 0.20000000298023, 0.30000001192093, 2700, levelRequirement = 27, statInterpolation = {3, 3, 3, 1}, cost = { }, }, [9] = {1.6000000238419, 0.20000000298023, 0.30000001192093, 2800, levelRequirement = 28, statInterpolation = {3, 3, 3, 1}, cost = { }, }, [10] = {1.6000000238419, 0.20000000298023, 0.30000001192093, 2900, levelRequirement = 32, statInterpolation = {3, 3, 3, 1}, cost = { }, }, [11] = {1.6000000238419, 0.20000000298023, 0.30000001192093, 3000, levelRequirement = 40, statInterpolation = {3, 3, 3, 1}, cost = { }, }, [12] = {1.6000000238419, 0.20000000298023, 0.30000001192093, 4000, levelRequirement = 79, statInterpolation = {3, 3, 3, 1}, cost = { }, }, }, }
ignite art variation [1]
Id | IgniteArtVariation |
---|---|
Family | StatusAilmentArtVariation |
Domains | monstro (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats |
Id | Nothing |
---|---|
Family | Nothing |
Domains | monstro (3) |
GenerationType | Único (3) |
Req. level | 1 |
stance movement speed +% final [280]
Id | StanceMinerRun |
---|---|
Family | Stance |
Domains | monstro (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats | |
Craft Tags | speed |
Id | Nothing |
---|---|
Family | Nothing |
Domains | monstro (3) |
GenerationType | Único (3) |
Req. level | 1 |
Pustulento das Chamas
Morto-vivo
ignite art variation [1]
stance movement speed +% final [280]
Pocked Flamebringer
Spectre | Y |
---|---|
Tags | cannot_be_monolith, Conjurador, fire_affinity, has_one_hand_sword, has_one_handed_melee, humanoid, mud_blood, not_int, not_str, ranged, stone_armour, undead, very_slow_movement |
Packs |
Vida
121%
Evasão
+20%
Ailment Threshold
121%
Resistência
40 0 0 0
Damage
169%
Precisão
100%
Chance de Crítico
+5%
Multiplicador de Acerto Crítico
+130%
Attack Distance
6 ~ 9
Attack Time
1.395 Second
Damage Spread
±20%
Experiência
110%
Model Size
100%
Type
MinerLantern
Metadata
MinerLantern2Hellscape
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Nível
68
Vida
7,784
Armadura
28,790
Evasão
5,687
Escudo de Energia
0
Damage
631
Dano Mágico
631
Precisão
290
Attack Time
1.395
Experiência
11,281
Ailment Threshold
7,784
Chill
25
Shock
25
Brittle
139
Scorch
25
Sap
68
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
Tempo de Conjuração: 1 seg
Recarga: 1.5 seg
Causa 554.1 de Dano de Fogo Base por segundo
Duração base é de 4 segundos
Causa 748.1 a 997.4 de Dano de Fogo
base is projectile [1]
is area damage [1]
Duração base é de 4 segundos
Causa 748.1 a 997.4 de Dano de Fogo
base is projectile [1]
is area damage [1]
MinerThrowFireSpectre
Spell, Projectile, ProjectilesFromUser, Triggerable
Tempo de Conjuração: 1 seg
Recarga: 1.5 seg
Causa 206.1 de Dano de Fogo Base por segundo
Duração base é de 3 segundos
Causa 92.76 a 139.1 de Dano de Fogo
base is projectile [1]
is area damage [1]
Duração base é de 3 segundos
Causa 92.76 a 139.1 de Dano de Fogo
base is projectile [1]
is area damage [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/MinerLantern2Hellscape"] = { name = "Pocked Flamebringer", life = 1.21, fireResist = 40, coldResist = 0, lightningResist = 0, chaosResist = 0, damage = 1.69, damageSpread = 0.2, attackTime = 1.395, attackRange = 9, accuracy = 1, skillList = { "MinerThrowFire", "MinerThrowFireSpectre", }, modList = { }, } -- 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["MinerThrowFireSpectre"] = { name = "MinerThrowFireSpectre", 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.20000000298023, 0.30000001192093, 2000, levelRequirement = 3, statInterpolation = {3, 3, 3, 1}, cost = { }, }, [2] = {1.6000000238419, 0.20000000298023, 0.30000001192093, 2100, levelRequirement = 5, statInterpolation = {3, 3, 3, 1}, cost = { }, }, [3] = {1.6000000238419, 0.20000000298023, 0.30000001192093, 2200, levelRequirement = 8, statInterpolation = {3, 3, 3, 1}, cost = { }, }, [4] = {1.6000000238419, 0.20000000298023, 0.30000001192093, 2300, levelRequirement = 11, statInterpolation = {3, 3, 3, 1}, cost = { }, }, [5] = {1.6000000238419, 0.20000000298023, 0.30000001192093, 2400, levelRequirement = 15, statInterpolation = {3, 3, 3, 1}, cost = { }, }, [6] = {1.6000000238419, 0.20000000298023, 0.30000001192093, 2500, levelRequirement = 19, statInterpolation = {3, 3, 3, 1}, cost = { }, }, [7] = {1.6000000238419, 0.20000000298023, 0.30000001192093, 2600, levelRequirement = 23, statInterpolation = {3, 3, 3, 1}, cost = { }, }, [8] = {1.6000000238419, 0.20000000298023, 0.30000001192093, 2700, levelRequirement = 27, statInterpolation = {3, 3, 3, 1}, cost = { }, }, [9] = {1.6000000238419, 0.20000000298023, 0.30000001192093, 2800, levelRequirement = 28, statInterpolation = {3, 3, 3, 1}, cost = { }, }, [10] = {1.6000000238419, 0.20000000298023, 0.30000001192093, 2900, levelRequirement = 32, statInterpolation = {3, 3, 3, 1}, cost = { }, }, [11] = {1.6000000238419, 0.20000000298023, 0.30000001192093, 3000, levelRequirement = 40, statInterpolation = {3, 3, 3, 1}, cost = { }, }, [12] = {1.6000000238419, 0.20000000298023, 0.30000001192093, 4000, levelRequirement = 79, statInterpolation = {3, 3, 3, 1}, cost = { }, }, }, }
ignite art variation [1]
Id | IgniteArtVariation |
---|---|
Family | StatusAilmentArtVariation |
Domains | monstro (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats |
Id | Nothing |
---|---|
Family | Nothing |
Domains | monstro (3) |
GenerationType | Único (3) |
Req. level | 1 |
stance movement speed +% final [280]
Id | StanceMinerRun |
---|---|
Family | Stance |
Domains | monstro (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats | |
Craft Tags | speed |
Id | Nothing |
---|---|
Family | Nothing |
Domains | monstro (3) |
GenerationType | Único (3) |
Req. level | 1 |