MirageVillageShippingSanctumArchnemesisExpeditionDetonatorUltimatumAltarRitualRuneHeistSumgglersCacheHarvestPortalAfflictionInitiatorBlightCoreLegionInitiatorBetrayalSymbolCatarinaDelveMineralVeinIncursionCraftingBenchBestiaryRareMonsterAbyssBreachEssenceStrongboxShrine
Blight Tower /1
IconTemporal
Temporal Tower
Cost: 500
Radius: 45
Persistently Slows Monsters
Does not Damage Enemies

Ineffective against Blighted Monsters of the same type
Anoint Temporal Tower /5
TypeItemsResult
RingsClearOilClear Oil
AzureOilAzure Oil
Your Temporal Towers have 25% increased Effect
RingsSepiaOilSepia Oil
BlackOilBlack Oil
Your Temporal Towers have 25% increased Range
RingsAmberOilAmber Oil
SilverOilSilver Oil
Your Temporal Towers effects decay 25% slower
RingsTealOilTeal Oil
GoldenOilGolden Oil
Your Temporal Towers also grant you 20% increased action speed
RingsTealOilTeal Oil
IndigoOilIndigo Oil
Your Temporal Towers also grant Stun Immunity
Temporal Tower
Construct
blight tower damage +% final vs physical monster [-99]
SpectreN
Tagsconstruct, extra_large_height, immobile, is_unarmed, mud_blood, non_attacking, stone_armour
Life
100%
Ailment Threshold
100%
Resistance
MonsterResistanceIconFire0 MonsterResistanceIconCold0 MonsterResistanceIconLightning0 MonsterResistanceIconChaos0
Damage
100%
Accuracy
100%
Critical Strike Chance
+5%
Critical Strike Multiplier
+130%
Attack Distance
6 ~ 6
Attack Time
1.5 Second
Damage Spread
±20%
Experience
100%
Model Size
100%
Type
BlightTower
Metadata
BlightTowerTemporalRank4
Level
68
Life
6,433
Armour
28,790
Evasion Rating
4,739
Damage
374
Spell Damage
374
Accuracy
580
Attack Time
1.5
Experience
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%
BlightTowerTemporal
Spell, Area, Triggerable, Triggered, InbuiltTrigger, Duration, AreaSpell, Nova, Cooldown
Glimpse of Eternity
Cast Time: 1.5 sec
Cooldown Time: 4 sec
Creates an Eternity Sphere at your location, which reduces the Action Speed of enemies within it. The amount of Action Speed reduction applied by the sphere decreases to zero over its duration.
Base duration is 4 seconds
Enemies have 70% reduced Action Speed
ground temporal anomaly art variation [1]
TimeAnomaly
BlightTowerTemporal_buff1
Spell, Area, Triggerable, Triggered, InbuiltTrigger, Duration, AreaSpell, Nova, Cooldown
Glimpse of Eternity
Cast Time: 1.5 sec
Cooldown Time: 4 sec
Creates an Eternity Sphere at your location, which reduces the Action Speed of enemies within it. The amount of Action Speed reduction applied by the sphere decreases to zero over its duration.
Base duration is 4 seconds
Enemies have 80% reduced Action Speed
ground temporal anomaly art variation [1]
TimeAnomaly
BlightTowerTemporal_buff2
Spell, Area, Triggerable, Triggered, InbuiltTrigger, Duration, AreaSpell, Nova, Cooldown
Glimpse of Eternity
Cast Time: 1.5 sec
Cooldown Time: 4 sec
Creates an Eternity Sphere at your location, which reduces the Action Speed of enemies within it. The amount of Action Speed reduction applied by the sphere decreases to zero over its duration.
Base duration is 4 seconds
Enemies have 90% reduced Action Speed
ground temporal anomaly art variation [1]
TimeAnomaly
BlightTowerTemporal_buff3
Spell, Area, Triggerable, Triggered, InbuiltTrigger, Duration, AreaSpell, Nova, Cooldown
Glimpse of Eternity
Cast Time: 1.5 sec
Cooldown Time: 4 sec
Creates an Eternity Sphere at your location, which reduces the Action Speed of enemies within it. The amount of Action Speed reduction applied by the sphere decreases to zero over its duration.
Base duration is 4 seconds
Enemies have 100% reduced Action Speed
ground temporal anomaly art variation [1]
TimeAnomaly

Object Type

version 2
extends "Metadata/Monsters/LeagueBlight/Towers/BlightTowerPhysicalBase"
-- src\Data\Spectres.lua
minions["Metadata/Monsters/LeagueBlight/BlightTowerTemporalRank4"] = {
    fireResist = 0,
    coldResist = 0,
    lightningResist = 0,
    chaosResist = 0,
    name = "Temporal Tower",
    life = 1,
    damage = 1,
    damageSpread = 0.2,
    attackTime = 1.5,
    attackRange = 6,
    accuracy = 1,
    skillList = {
        "BlightTowerTemporal",
        "BlightTowerTemporal_buff1",
        "BlightTowerTemporal_buff2",
        "BlightTowerTemporal_buff3",
    },
    modList = {
    },
}
-- src\Data\Skills\spectre.lua
skills["BlightTowerTemporal"] = {
    name = "Glimpse of Eternity",
    hidden = true,
    color = "4",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Creates an Eternity Sphere at your location, which reduces the Action Speed of enemies within it. The amount of Action Speed reduction applied by the sphere decreases to zero over its duration.",
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Area] = true,
        [SkillType.Triggerable] = true,
        [SkillType.Triggered] = true,
        [SkillType.InbuiltTrigger] = true,
        [SkillType.Duration] = true,
        [SkillType.AreaSpell] = true,
        [SkillType.Nova] = true,
        [SkillType.Cooldown] = true,
    },
    statDescriptionScope = "debuff_skill_stat_descriptions",
    castTime = 1.5,
    baseFlags = {
        area = true,
        spell = true,
        duration = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "base_skill_effect_duration",
        "action_speed_-%",
        "ground_temporal_anomaly_art_variation",
    },
    levels = {
        [1] = {4000, 70, 1, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["BlightTowerTemporal_buff1"] = {
    name = "Glimpse of Eternity",
    hidden = true,
    color = "4",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Creates an Eternity Sphere at your location, which reduces the Action Speed of enemies within it. The amount of Action Speed reduction applied by the sphere decreases to zero over its duration.",
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Area] = true,
        [SkillType.Triggerable] = true,
        [SkillType.Triggered] = true,
        [SkillType.InbuiltTrigger] = true,
        [SkillType.Duration] = true,
        [SkillType.AreaSpell] = true,
        [SkillType.Nova] = true,
        [SkillType.Cooldown] = true,
    },
    statDescriptionScope = "debuff_skill_stat_descriptions",
    castTime = 1.5,
    baseFlags = {
        area = true,
        spell = true,
        duration = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "base_skill_effect_duration",
        "action_speed_-%",
        "ground_temporal_anomaly_art_variation",
    },
    levels = {
        [1] = {4000, 80, 1, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["BlightTowerTemporal_buff2"] = {
    name = "Glimpse of Eternity",
    hidden = true,
    color = "4",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Creates an Eternity Sphere at your location, which reduces the Action Speed of enemies within it. The amount of Action Speed reduction applied by the sphere decreases to zero over its duration.",
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Area] = true,
        [SkillType.Triggerable] = true,
        [SkillType.Triggered] = true,
        [SkillType.InbuiltTrigger] = true,
        [SkillType.Duration] = true,
        [SkillType.AreaSpell] = true,
        [SkillType.Nova] = true,
        [SkillType.Cooldown] = true,
    },
    statDescriptionScope = "debuff_skill_stat_descriptions",
    castTime = 1.5,
    baseFlags = {
        area = true,
        spell = true,
        duration = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "base_skill_effect_duration",
        "action_speed_-%",
        "ground_temporal_anomaly_art_variation",
    },
    levels = {
        [1] = {4000, 90, 1, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["BlightTowerTemporal_buff3"] = {
    name = "Glimpse of Eternity",
    hidden = true,
    color = "4",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Creates an Eternity Sphere at your location, which reduces the Action Speed of enemies within it. The amount of Action Speed reduction applied by the sphere decreases to zero over its duration.",
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Area] = true,
        [SkillType.Triggerable] = true,
        [SkillType.Triggered] = true,
        [SkillType.InbuiltTrigger] = true,
        [SkillType.Duration] = true,
        [SkillType.AreaSpell] = true,
        [SkillType.Nova] = true,
        [SkillType.Cooldown] = true,
    },
    statDescriptionScope = "debuff_skill_stat_descriptions",
    castTime = 1.5,
    baseFlags = {
        area = true,
        spell = true,
        duration = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "base_skill_effect_duration",
        "action_speed_-%",
        "ground_temporal_anomaly_art_variation",
    },
    levels = {
        [1] = {4000, 100, 1, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
blight tower damage +% final vs physical monster [-99]
FamilyBlightLessDamageAgainstType
DomainsMonster (3)
GenerationTypeUnique (3)
Req. level1
Stats
  • blight tower damage +% final vs physical monster Min: -99 Max: -99 Global
  • Edit

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