Plaga Tower /1
Icon | Nombre | Detail | Result |
---|---|---|---|
Torre lanzallamas | Daño: alto Lanza un chorro de fuego Ineficaz contra monstruos infestados del mismo tipo | Costo: 500 Radio: 45 |
Ungir Flamethrower Tower /5
Type | Items | Result |
---|---|---|
Anillos | Aceite sepia Aceite ámbar | Tus Torres lanzallamas infligen daño aumentado en un 25% |
Anillos | Aceite ámbar Aceite violeta | Tus torres lanzallamas tienen su alcance aumentado un 25% |
Anillos | Aceite violeta Aceite carmín | Tus Torres lanzallamas infligen daño completo a enemigos de fuego |
Anillos | Aceite ámbar Aceite opalescente | Tus Torres lanzallamas tienen velocidad de lanzamiento de hechizos aumentada un 15% |
Anillos | Aceite sepia Aceite índigo | Tus torres de lanzallamas tienen un 20% de probabilidad de infligir Calcinar |
Torre lanzallamas
Constructo
blight tower damage +% final vs fire monster [-99]
Flamethrower Tower
Spectre | N |
---|---|
Tags | Lanzador de hechizos, construct, fire_affinity, immobile, is_unarmed, large_height, mud_blood, stone_armour |
Vida
100%
Ailment Threshold
100%
Resistencia
0 0 0 0
Damage
100%
Precisión
100%
Probabilidad de golpe crítico
+5%
Multiplicador de golpe crítico
+130%
Attack Distance
6 ~ 6
Attack Time
1.5 Second
Damage Spread
±20%
Experiencia
100%
Model Size
100%
Type
BlightTower
Metadata
BlightTowerFlamethrowerRank4
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Nivel
68
Vida
6,433
Armadura
28,790
Evasión
4,739
Escudo de energía
0
Damage
374
Daño de hechizos
374
Precisión
290
Attack Time
1.5
Experiencia
10,255
Ailment Threshold
6,433
Chill
20
Shock
20
Brittle
115
Scorch
20
Sap
56
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).
BlightTowerFlamethrowerLeftToRight
Spell, Fire, Damage
Tiempo de lanzamiento: 1.97 seg
Inflige de 3892 a 5838 de daño de fuego
is area damage [1]
is area damage [1]
BlightTowerFlamethrowerLeftToRight_buff1
Spell, Fire, Damage
Tiempo de lanzamiento: 1.97 seg
Inflige de 3892 a 5838 de daño de fuego
active skill area of effect radius +% final [10]
is area damage [1]
active skill area of effect radius +% final [10]
is area damage [1]
BlightTowerFlamethrowerLeftToRight_buff2
Spell, Fire, Damage
Tiempo de lanzamiento: 1.97 seg
Inflige de 3892 a 5838 de daño de fuego
active skill area of effect radius +% final [20]
is area damage [1]
active skill area of effect radius +% final [20]
is area damage [1]
BlightTowerFlamethrowerLeftToRight_buff3
Spell, Fire, Damage
Tiempo de lanzamiento: 1.97 seg
Inflige de 3892 a 5838 de daño de fuego
active skill area of effect radius +% final [30]
is area damage [1]
active skill area of effect radius +% final [30]
is area damage [1]
Object Type
version 2 extends "Metadata/Monsters/LeagueBlight/Towers/BlightTowerFireBase"
Object Type Codes
version 2 extends "Metadata/Monsters/LeagueBlight/Towers/BlightTowerFireBase" extends "Metadata/Monsters/LeagueBlight/Towers/BlightTowerUpgraded" StateMachine { on_state_show_effects_0 = "RemoveEffectPack( Metadata/Effects/Spells/monsters_effects/League_Blight/Towers/fire/flameThrower.epk );" on_state_show_effects_1 = "AddEffectPack( Metadata/Effects/Spells/monsters_effects/League_Blight/Towers/fire/flameThrower.epk );" create_state_show_effects_1 = "AddEffectPack( Metadata/Effects/Spells/monsters_effects/League_Blight/Towers/fire/flameThrower.epk );" }
-- src\Data\Spectres.lua minions["Metadata/Monsters/LeagueBlight/BlightTowerFlamethrowerRank4"] = { name = "Flamethrower Tower", life = 1, fireResist = 0, coldResist = 0, lightningResist = 0, chaosResist = 0, damage = 1, damageSpread = 0.2, attackTime = 1.5, attackRange = 6, accuracy = 1, skillList = { "BlightTowerFlamethrowerLeftToRight", "BlightTowerFlamethrowerLeftToRight_buff1", "BlightTowerFlamethrowerLeftToRight_buff2", "BlightTowerFlamethrowerLeftToRight_buff3", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["BlightTowerFlamethrowerLeftToRight"] = { name = "BlightTowerFlamethrowerLeftToRight", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Fire] = true, [SkillType.Damage] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1.97, baseFlags = { spell = true, area = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_fire_damage", "spell_maximum_base_fire_damage", "is_area_damage", }, levels = { [1] = {0.80000001192093, 1.2000000476837, levelRequirement = 1, statInterpolation = {3, 3}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["BlightTowerFlamethrowerLeftToRight_buff1"] = { name = "BlightTowerFlamethrowerLeftToRight_buff1", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Fire] = true, [SkillType.Damage] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1.97, baseFlags = { spell = true, area = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_fire_damage", "spell_maximum_base_fire_damage", "active_skill_area_of_effect_radius_+%_final", "is_area_damage", }, levels = { [1] = {0.80000001192093, 1.2000000476837, 10, levelRequirement = 1, statInterpolation = {3, 3}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["BlightTowerFlamethrowerLeftToRight_buff2"] = { name = "BlightTowerFlamethrowerLeftToRight_buff2", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Fire] = true, [SkillType.Damage] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1.97, baseFlags = { spell = true, area = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_fire_damage", "spell_maximum_base_fire_damage", "active_skill_area_of_effect_radius_+%_final", "is_area_damage", }, levels = { [1] = {0.80000001192093, 1.2000000476837, 20, levelRequirement = 1, statInterpolation = {3, 3}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["BlightTowerFlamethrowerLeftToRight_buff3"] = { name = "BlightTowerFlamethrowerLeftToRight_buff3", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Fire] = true, [SkillType.Damage] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1.97, baseFlags = { spell = true, area = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_fire_damage", "spell_maximum_base_fire_damage", "active_skill_area_of_effect_radius_+%_final", "is_area_damage", }, levels = { [1] = {0.80000001192093, 1.2000000476837, 30, levelRequirement = 1, statInterpolation = {3, 3}, cost = { }, }, }, }
blight tower damage +% final vs fire monster [-99]
Id | BlightLessDamageAgainstFireType |
---|---|
Family | BlightLessDamageAgainstType |
Domains | monstruo (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats |