菌潮 Tower /1
图示 | 名字 | Detail | Result |
---|---|---|---|
石化之塔 | 周期性使敌人石化 不对敌人造成伤害 对同类型的菌潮怪物无效 | 需求: 500 范围: 45 |
石化之塔
构造体
blight tower damage +% final vs physical monster [-99]
Stone Gaze Tower
幽魂 | N |
---|---|
标签 | construct, extra_large_height, immobile, is_unarmed, mud_blood, non_attacking, stone_armour |
生命
100%
异常状态临界值
100%
抗性
0 0 0 0
伤害
100%
命中
100%
暴击几率
+5%
暴击伤害
+130%
攻击距离
6 ~ 6
攻击间隔
1.5 秒
伤害分布
±20%
经验值
100%
Model Size
100%
类型
BlightTower
Metadata
BlightTowerPetrificationRank4
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
等级
68
生命
6,433
护甲
28,790
闪避值
4,739
能量护盾
0
伤害
374
法术伤害
374
命中
290
攻击间隔
1.5
经验值
10,255
异常状态临界值
6,433
冰缓
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
[DNT] Blight Tower Petrify
冷却时间: 3 秒
基础持续时间为 2 秒
敌人行动速度每 0.3 秒降低 20%
petrification hits to break [7]
petrification max targets [10]
petrification statue pertrify duration ms [5000]
敌人行动速度每 0.3 秒降低 20%
petrification hits to break [7]
petrification max targets [10]
petrification statue pertrify duration ms [5000]
BlightTowerPetrify_buff1
[DNT] Blight Tower Petrify
冷却时间: 2.5 秒
基础持续时间为 2 秒
敌人行动速度每 0.3 秒降低 20%
petrification hits to break [8]
petrification max targets [12]
petrification statue pertrify duration ms [5000]
敌人行动速度每 0.3 秒降低 20%
petrification hits to break [8]
petrification max targets [12]
petrification statue pertrify duration ms [5000]
BlightTowerPetrify_buff2
[DNT] Blight Tower Petrify
冷却时间: 2 秒
基础持续时间为 2 秒
敌人行动速度每 0.3 秒降低 20%
petrification hits to break [9]
petrification max targets [14]
petrification statue pertrify duration ms [5000]
敌人行动速度每 0.3 秒降低 20%
petrification hits to break [9]
petrification max targets [14]
petrification statue pertrify duration ms [5000]
BlightTowerPetrify_buff3
[DNT] Blight Tower Petrify
冷却时间: 1.5 秒
基础持续时间为 2 秒
敌人行动速度每 0.3 秒降低 20%
petrification hits to break [10]
petrification max targets [16]
petrification statue pertrify duration ms [5000]
敌人行动速度每 0.3 秒降低 20%
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 | 怪物 (3) |
GenerationType | 传奇 (3) |
Req. level | 1 |
Stats |