凋落禁地 Tower /1
圖示
名字
Detail
Result
石化凝視塔定期石化怪物
不對敵人產生傷害

對同種類凋落怪物沒有效果
售價: 500
範圍: 45
塗抹 Stone Gaze Tower /4
類型
Items
Result
戒指翠綠油瓶
清綠油瓶
你的石化凝視塔增加 25% 持續時間
戒指翠綠油瓶
純銀油瓶
你的石化凝視塔增加 20% 冷卻時間恢復速度
戒指碧藍油瓶
金黃油瓶
你的石化凝視塔減少 20% 石化延遲
戒指靛青油瓶
緋紅油瓶
被你石化凝視塔石化的敵人,增加 10% 承受傷害
石化凝視塔
創造物
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
等級
68
生命
6,433
護甲
28,790
閃避值
4,739
傷害
374
法術傷害
374
命中
580
攻擊間隔
1.5
經驗值
10,255
Minion Life
1,395
Minion Damage
298
異常狀態臨界值
6,433
冰緩
20
感電
20
易碎
115
焦灼
20
殘喘
56
BlightTowerPetrify
[UNUSED] Blight Tower Petrify
冷卻時間: 3 秒
+2 秒基礎持續時間
每 0.3 秒減少 20% 敵人行動速度
petrification hits to break [7]
petrification max targets [10]
petrification statue pertrify duration ms [5000]
BlightTowerPetrify_buff1
[UNUSED] Blight Tower Petrify
冷卻時間: 2.5 秒
+2 秒基礎持續時間
每 0.3 秒減少 20% 敵人行動速度
petrification hits to break [8]
petrification max targets [12]
petrification statue pertrify duration ms [5000]
BlightTowerPetrify_buff2
[UNUSED] Blight Tower Petrify
冷卻時間: 2 秒
+2 秒基礎持續時間
每 0.3 秒減少 20% 敵人行動速度
petrification hits to break [9]
petrification max targets [14]
petrification statue pertrify duration ms [5000]
BlightTowerPetrify_buff3
[UNUSED] Blight Tower Petrify
冷卻時間: 1.5 秒
+2 秒基礎持續時間
每 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]
IdBlightLessDamageAgainstPhysicalType_
FamilyBlightLessDamageAgainstType
Domains怪物 (3)
GenerationType傳奇 (3)
Req. level1
Stats
  • blight tower damage +% final vs physical monster Min: -99 Max: -99 全域
  • 編輯

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