역병 Tower /1
Icon이름DetailResult
돌의 응시 탑몬스터 주기적 석화
주변의 적 피해 및 기절

동일 유형의 역병 걸린 몬스터에 대해 효과 없음
비용: 500
반경: 45
성유 붓기 Stone Gaze Tower /4
TypeItemsResult
반지신록빛 성유
청록빛 성유
돌의 응시 탑 지속시간 25% 증가
반지신록빛 성유
은빛 성유
돌의 응시 탑 재사용 대기시간 회복 속도 20% 증가
반지담청빛 성유
금빛 성유
돌의 응시 탑의 석화 지연시간 20% 감소
반지남색 성유
진홍빛 성유
돌의 응시 탑으로 석화된 적이 받는 피해 10% 증가
돌의 응시 탑
구조물
blight tower damage +% final vs physical monster [-99]
Stone Gaze Tower
SpectreN
Tagsconstruct, extra_large_height, immobile, is_unarmed, mud_blood, non_attacking, stone_armour
생명력
100%
Ailment Threshold
100%
저항
0 0 0 0
Damage
100%
정확도
100%
치명타 확률
+5%
치명타 피해 배율
+130%
Attack Distance
6 ~ 6
Attack Time
1.5 Second
Damage Spread
±20%
경험치
100%
Model Size
100%
Type
BlightTower
Metadata
BlightTowerPetrification
레벨
68
생명력
6,433
방어도
28,790
회피
4,739
에너지 보호막
0
Damage
374
주문 피해
374
정확도
290
Attack Time
1.5
경험치
10,255
Ailment Threshold
6,433
Chill
20
Shock
20
Brittle
115
Scorch
20
Sap
56
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]
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]
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]
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]

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/BlightTowerPetrification"] = {
    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 Global
  • Edit

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