MirageVillageShippingSanctumArchnemesisExpeditionDetonatorUltimatumAltarRitualRuneHeistSumgglersCacheHarvestPortalAfflictionInitiatorBlightCoreLegionInitiatorBetrayalSymbolCatarinaDelveMineralVeinIncursionCraftingBenchBestiaryRareMonsterAbyssBreachEssenceVaalSideAreaStrongboxShrine
Pesthauch Tower /1
IconFlyingMinion
Spähturm
Kosten: 500
Radius: 75
Beschwört 10 fliegende Kreaturen
Kreaturenschaden: Hoch
Kreaturenleben: Niedrig
Kann nur Kreaturen beschwören, sobald die vorherigen Kreaturen tot sind

Ineffektiv gegen befallene Monster desselben Typs
Weihen Scout Tower /5
TypeItemsResult
RingeAmberOilBernsteinfarbenes Öl
AmberOilBernsteinfarbenes Öl
Von Euren Spähtürmen beschworene Kreaturen haben 25% erhöhten Schaden
RingeTealOilBlaugrünes Öl
VioletOilViolettes Öl
Eure Spähtürme haben 25% erhöhte Reichweite
RingeAzureOilAzurblaues Öl
OpalescentOilOpalisierendes Öl
Von Euren Spähtürmen beschworene Kreaturen haben 25% erhöhte Bewegungsgeschwindigkeit
RingeAzureOilAzurblaues Öl
SilverOilSilbernes Öl
Eure Spähtürme beschwören eine zusätzliche Kreatur
RingeIndigoOilIndigofarbenes Öl
BlackOilSchwarzes Öl
Von Euren Spähtürmen beschworene Kreaturen verursachen bei Treffer Malediktion
Spähturm
Konstrukt
Scout Tower
SpectreN
Tagsconstruct, immobile, is_unarmed, medium_height, mud_blood, non_attacking, stone_armour
Leben
100%
Ailment Threshold
100%
Widerstand
MonsterResistanceIconFire0 MonsterResistanceIconCold0 MonsterResistanceIconLightning0 MonsterResistanceIconChaos0
Damage
100%
Genauigkeit
100%
Kritische Trefferchance
+5%
Multiplikator für kritische Treffer
+130%
Attack Distance
6 ~ 6
Attack Time
1.5 Second
Damage Spread
±20%
Erfahrung
100%
Model Size
100%
Type
BlightTower
Metadata
BlightTowerSummonMinionsFlyingRank4_
Stufe
68
Leben
6,433
Rüstung
28,790
Ausweichwert
4,739
Damage
374
Zauberschaden
374
Genauigkeit
580
Attack Time
1.5
Erfahrung
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%
BlightTowerSummonAirSupport
Spell, Multicastable, Triggerable
Zauberzeit: 1.5 Sek.
Abklingzeit: 8 Sek.
alternate minion [404]
minion dies when parent deleted [1]
minion dies when parent dies [1]
number of monsters to summon [10]
summon specific monsters radius +% [-80]
summoned monsters are minions [1]
summoned monsters no drops or experience [1]
BlightTowerSummonAirSupport_buff1
Spell, Multicastable, Triggerable
Zauberzeit: 1.5 Sek.
Abklingzeit: 8 Sek.
20% erhöhte Kreaturen-Zaubergeschwindigkeit
20% erhöhte Kreaturen-Bewegungsgeschwindigkeit
alternate minion [404]
minion dies when parent deleted [1]
minion dies when parent dies [1]
number of monsters to summon [10]
summon specific monsters radius +% [-80]
summoned monsters are minions [1]
summoned monsters no drops or experience [1]
BlightTowerSummonAirSupport_buff2
Spell, Multicastable, Triggerable
Zauberzeit: 1.5 Sek.
Abklingzeit: 8 Sek.
30% erhöhte Kreaturen-Zaubergeschwindigkeit
30% erhöhte Kreaturen-Bewegungsgeschwindigkeit
alternate minion [404]
minion dies when parent deleted [1]
minion dies when parent dies [1]
number of monsters to summon [10]
summon specific monsters radius +% [-80]
summoned monsters are minions [1]
summoned monsters no drops or experience [1]
BlightTowerSummonAirSupport_buff3
Spell, Multicastable, Triggerable
Zauberzeit: 1.5 Sek.
Abklingzeit: 8 Sek.
40% erhöhte Kreaturen-Zaubergeschwindigkeit
40% erhöhte Kreaturen-Bewegungsgeschwindigkeit
alternate minion [404]
minion dies when parent deleted [1]
minion dies when parent dies [1]
number of monsters to summon [10]
summon specific monsters radius +% [-80]
summoned monsters are minions [1]
summoned monsters no drops or experience [1]

Object Type

version 2
extends "Metadata/Monsters/LeagueBlight/Towers/BlightTowerMinionsBase"
-- src\Data\Spectres.lua
minions["Metadata/Monsters/LeagueBlight/BlightTowerSummonMinionsFlyingRank4_"] = {
    fireResist = 0,
    coldResist = 0,
    lightningResist = 0,
    chaosResist = 0,
    name = "Scout Tower",
    life = 1,
    damage = 1,
    damageSpread = 0.2,
    attackTime = 1.5,
    attackRange = 6,
    accuracy = 1,
    skillList = {
        "BlightTowerSummonAirSupport",
        "BlightTowerSummonAirSupport_buff1",
        "BlightTowerSummonAirSupport_buff2",
        "BlightTowerSummonAirSupport_buff3",
    },
    modList = {
    },
}
-- src\Data\Skills\spectre.lua
skills["BlightTowerSummonAirSupport"] = {
    name = "BlightTowerSummonAirSupport",
    hidden = true,
    color = "4",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Multicastable] = true,
        [SkillType.Triggerable] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1.5,
    baseFlags = {
        spell = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "number_of_monsters_to_summon",
        "alternate_minion",
        "summon_specific_monsters_radius_+%",
        "summoned_monsters_are_minions",
        "summoned_monsters_no_drops_or_experience",
        "minion_dies_when_parent_dies",
        "minion_dies_when_parent_deleted",
    },
    levels = {
        [1] = {10, 404, -80, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["BlightTowerSummonAirSupport_buff1"] = {
    name = "BlightTowerSummonAirSupport_buff1",
    hidden = true,
    color = "4",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Multicastable] = true,
        [SkillType.Triggerable] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1.5,
    baseFlags = {
        spell = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "number_of_monsters_to_summon",
        "alternate_minion",
        "summon_specific_monsters_radius_+%",
        "minion_movement_speed_+%",
        "minion_cast_speed_+%",
        "summoned_monsters_are_minions",
        "summoned_monsters_no_drops_or_experience",
        "minion_dies_when_parent_dies",
        "minion_dies_when_parent_deleted",
    },
    levels = {
        [1] = {10, 404, -80, 20, 20, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["BlightTowerSummonAirSupport_buff2"] = {
    name = "BlightTowerSummonAirSupport_buff2",
    hidden = true,
    color = "4",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Multicastable] = true,
        [SkillType.Triggerable] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1.5,
    baseFlags = {
        spell = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "number_of_monsters_to_summon",
        "alternate_minion",
        "summon_specific_monsters_radius_+%",
        "minion_movement_speed_+%",
        "minion_cast_speed_+%",
        "summoned_monsters_are_minions",
        "summoned_monsters_no_drops_or_experience",
        "minion_dies_when_parent_dies",
        "minion_dies_when_parent_deleted",
    },
    levels = {
        [1] = {10, 404, -80, 30, 30, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["BlightTowerSummonAirSupport_buff3"] = {
    name = "BlightTowerSummonAirSupport_buff3",
    hidden = true,
    color = "4",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Multicastable] = true,
        [SkillType.Triggerable] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1.5,
    baseFlags = {
        spell = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "number_of_monsters_to_summon",
        "alternate_minion",
        "summon_specific_monsters_radius_+%",
        "minion_movement_speed_+%",
        "minion_cast_speed_+%",
        "summoned_monsters_are_minions",
        "summoned_monsters_no_drops_or_experience",
        "minion_dies_when_parent_dies",
        "minion_dies_when_parent_deleted",
    },
    levels = {
        [1] = {10, 404, -80, 40, 40, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
Edit

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