MirageVillageShippingSanctumArchnemesisExpeditionDetonatorUltimatumAltarRitualRuneHeistSumgglersCacheHarvestPortalAfflictionInitiatorBlightCoreLegionInitiatorBetrayalSymbolCatarinaDelveMineralVeinIncursionCraftingBenchBestiaryRareMonsterAbyssBreachEssenceStrongboxShrine
Plaga Tower /1
IconFlamethrower
Torre lanzallamas
Costo: 500
Radio: 45
Daño: alto
Lanza un chorro de fuego

Ineficaz contra monstruos infestados del mismo tipo
Ungir Flamethrower Tower /5
TypeItemsResult
AnillosSepiaOilAceite sepia
AmberOilAceite ámbar
Tus Torres lanzallamas infligen daño aumentado en un 25%
AnillosAmberOilAceite ámbar
VioletOilAceite violeta
Tus torres lanzallamas tienen su alcance aumentado un 25%
AnillosVioletOilAceite violeta
CrimsonOilAceite carmín
Tus Torres lanzallamas infligen daño completo a enemigos de fuego
AnillosAmberOilAceite ámbar
OpalescentOilAceite opalescente
Tus Torres lanzallamas tienen velocidad de lanzamiento de hechizos aumentada un 15%
AnillosSepiaOilAceite sepia
IndigoOilAceite í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
TagsLanzador de hechizos, construct, fire_affinity, immobile, is_unarmed, large_height, mud_blood, stone_armour
Vida
100%
Ailment Threshold
100%
Resistencia
IconEnemyResistanceFire0% IconEnemyResistanceCold0% IconEnemyResistanceLightning0% IconEnemyResistanceChaos0%
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
Nivel
68
Vida
6,433
Armadura
28,790
Evasión
4,739
Damage
374
Daño de hechizos
374
Precisión
580
Attack Time
1.5
Experiencia
10,255
Minion Life
1,395
Minion Damage
298
Ailment Threshold
6,433
Chill
20
Shock
20
Brittle
115
Scorch
20
Sap
56
Phys Convert Ele
240%
BlightTowerFlamethrowerLeftToRight
Spell, Fire, Damage
Tiempo de lanzamiento: 1.97 seg
Inflige de 3892 a 5838 de daño de fuego
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]
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]
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]

Object Type

version 2
extends "Metadata/Monsters/LeagueBlight/Towers/BlightTowerFireBase"
-- src\Data\Spectres.lua
minions["Metadata/Monsters/LeagueBlight/BlightTowerFlamethrowerRank4"] = {
    fireResist = 0,
    coldResist = 0,
    lightningResist = 0,
    chaosResist = 0,
    name = "Flamethrower Tower",
    life = 1,
    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]
FamilyBlightLessDamageAgainstType
Domainsmonstruo (3)
GenerationTypeÚnicos (3)
Req. level1
Stats
  • blight tower damage +% final vs fire monster -99 -99 Global
  • Edit

    Wikis Content is available under CC BY-NC-SA 3.0 unless otherwise noted.