Blight Tower /1
Icon | Name | Detail | Result |
---|---|---|---|
Stone Gaze Tower | Periodically Petrifies Monsters Does not Damage Enemies Ineffective against Blighted Monsters of the same type | Cost: 500 Radius: 45 |
Anoint Stone Gaze Tower /4
Type | Items | Result |
---|---|---|
Rings | Verdant Oil Teal Oil | Your Stone Gaze Towers have 25% increased Duration |
Rings | Verdant Oil Silver Oil | Your Stone Gaze Towers have 20% increased Cooldown Recovery Rate |
Rings | Azure Oil Golden Oil | Your Stone Gaze Towers have 20% reduced Petrification Delay |
Rings | Indigo Oil Crimson Oil | Enemies Petrified by Your Stone Gaze Towers take 10% increased Damage |
Stone Gaze Tower
Construct
blight tower damage +% final vs physical monster [-99]
Spectre | N |
---|---|
Tags | construct, extra_large_height, immobile, is_unarmed, mud_blood, non_attacking, stone_armour |
Life
100%
Ailment Threshold
100%
Resistance
0 0 0 0
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
BlightTowerPetrificationRank4
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Level
68
Life
6,433
Armour
28,790
Evasion
4,739
Energy Shield
0
Damage
374
Spell Damage
374
Accuracy
290
Attack Time
1.5
Experience
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).
BlightTowerPetrify
[UNUSED] Blight Tower Petrify
Cooldown Time: 3 sec
Base duration is 2 seconds
Enemy Action Speed is reduced by 20% every 0.3 seconds
petrification hits to break [7]
petrification max targets [10]
petrification statue pertrify duration ms [5000]
Enemy Action Speed is reduced by 20% every 0.3 seconds
petrification hits to break [7]
petrification max targets [10]
petrification statue pertrify duration ms [5000]
BlightTowerPetrify_buff1
[UNUSED] Blight Tower Petrify
Cooldown Time: 2.5 sec
Base duration is 2 seconds
Enemy Action Speed is reduced by 20% every 0.3 seconds
petrification hits to break [8]
petrification max targets [12]
petrification statue pertrify duration ms [5000]
Enemy Action Speed is reduced by 20% every 0.3 seconds
petrification hits to break [8]
petrification max targets [12]
petrification statue pertrify duration ms [5000]
BlightTowerPetrify_buff2
[UNUSED] Blight Tower Petrify
Cooldown Time: 2 sec
Base duration is 2 seconds
Enemy Action Speed is reduced by 20% every 0.3 seconds
petrification hits to break [9]
petrification max targets [14]
petrification statue pertrify duration ms [5000]
Enemy Action Speed is reduced by 20% every 0.3 seconds
petrification hits to break [9]
petrification max targets [14]
petrification statue pertrify duration ms [5000]
BlightTowerPetrify_buff3
[UNUSED] Blight Tower Petrify
Cooldown Time: 1.5 sec
Base duration is 2 seconds
Enemy Action Speed is reduced by 20% every 0.3 seconds
petrification hits to break [10]
petrification max targets [16]
petrification statue pertrify duration ms [5000]
Enemy Action Speed is reduced by 20% every 0.3 seconds
petrification hits to break [10]
petrification max targets [16]
petrification statue pertrify duration ms [5000]
Object Type
version 2 extends "Metadata/Monsters/LeagueBlight/Towers/BlightTowerPhysicalBase"
Object Type Codes
version 2 extends "Metadata/Monsters/LeagueBlight/Towers/BlightTowerPhysicalBase" extends "Metadata/Monsters/LeagueBlight/Towers/BlightTowerUpgraded" StateMachine { on_state_show_effects_0 = "RemoveEffectPack( Metadata/Effects/Spells/monsters_effects/League_Blight/Towers/phys/petrification.epk );" on_state_show_effects_1 = "AddEffectPack( Metadata/Effects/Spells/monsters_effects/League_Blight/Towers/phys/petrification.epk );" create_state_show_effects_1 = "AddEffectPack( Metadata/Effects/Spells/monsters_effects/League_Blight/Towers/phys/petrification.epk );" }
-- src\Data\Spectres.lua minions["Metadata/Monsters/LeagueBlight/BlightTowerPetrificationRank4"] = { name = "Stone Gaze Tower", life = 1, fireResist = 0, coldResist = 0, lightningResist = 0, chaosResist = 0, damage = 1, damageSpread = 0.2, attackTime = 1.5, attackRange = 6, accuracy = 1, skillList = { "BlightTowerPetrify", "BlightTowerPetrify_buff1", "BlightTowerPetrify_buff2", "BlightTowerPetrify_buff3", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["BlightTowerPetrify"] = { name = "[UNUSED] Blight Tower Petrify", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { }, statDescriptionScope = "skill_stat_descriptions", castTime = 1.5, baseFlags = { }, baseMods = { }, qualityStats = { }, stats = { "base_skill_effect_duration", "petrification_statue_target_action_speed_-%", "petrification_statue_pertrify_duration_ms", "petrification_hits_to_break", "petrification_max_targets", }, levels = { [1] = {2000, 20, 5000, 7, 10, levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["BlightTowerPetrify_buff1"] = { name = "[UNUSED] Blight Tower Petrify", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { }, statDescriptionScope = "skill_stat_descriptions", castTime = 1.5, baseFlags = { }, baseMods = { }, qualityStats = { }, stats = { "base_skill_effect_duration", "petrification_statue_target_action_speed_-%", "petrification_statue_pertrify_duration_ms", "petrification_hits_to_break", "petrification_max_targets", }, levels = { [1] = {2000, 20, 5000, 8, 12, levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["BlightTowerPetrify_buff2"] = { name = "[UNUSED] Blight Tower Petrify", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { }, statDescriptionScope = "skill_stat_descriptions", castTime = 1.5, baseFlags = { }, baseMods = { }, qualityStats = { }, stats = { "base_skill_effect_duration", "petrification_statue_target_action_speed_-%", "petrification_statue_pertrify_duration_ms", "petrification_hits_to_break", "petrification_max_targets", }, levels = { [1] = {2000, 20, 5000, 9, 14, levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["BlightTowerPetrify_buff3"] = { name = "[UNUSED] Blight Tower Petrify", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { }, statDescriptionScope = "skill_stat_descriptions", castTime = 1.5, baseFlags = { }, baseMods = { }, qualityStats = { }, stats = { "base_skill_effect_duration", "petrification_statue_target_action_speed_-%", "petrification_statue_pertrify_duration_ms", "petrification_hits_to_break", "petrification_max_targets", }, levels = { [1] = {2000, 20, 5000, 10, 16, levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, }
blight tower damage +% final vs physical monster [-99]
Id | BlightLessDamageAgainstPhysicalType_ |
---|---|
Family | BlightLessDamageAgainstType |
Domains | Monster (3) |
GenerationType | Unique (3) |
Req. level | 1 |
Stats |