ป้อมอะซูไรต์
cannot be used as minion [1]
Azurite Tower
SpectreN
Areaหอคอยบรรพกาล
Tagsนักเวท, cold_affinity, delve_monster, extra_large_height, is_unarmed, no_pantheon_mod, stone_armour, very_slow_movement
พลังชีวิต
100%
Ailment Threshold
100%
ค่าต้านทาน
0 0 0 0
Damage
100%
ความแม่นยำ
100%
โอกาสคริติคอล
+5%
ตัวคูณคริติคอล
+130%
Attack Distance
6 ~ 6
Attack Time
1 Second
Damage Spread
±0%
ค่าประสบการณ์
100%
Model Size
100%
Type
ProtoVaalCityBossTower
Metadata
ProtoVaalCityBossTower
IsSummoned
Y
เลเวล
5
พลังชีวิต
42
เกราะ
48
การหลบหลีก
144
โล่พลังงาน
0
Damage
8
ความเสียหายเวท
8
ความแม่นยำ
17
Attack Time
1
ค่าประสบการณ์
51
Ailment Threshold
42
Chill
0
Shock
0
Brittle
1
Scorch
0
Sap
0
ProtoBomberRun
Multicastable, Triggerable
ProtoBomberBoom
Triggerable, Spell
เวลาร่าย: 1 วินาที
ProtoBomberBang
Spell, Triggerable
เวลาร่าย: 1 วินาที
ProtoBomberBang2_2
Spell, Triggerable
เวลาร่าย: 1 วินาที
สร้างความเสียหาย น้ำแข็ง 15.24 ถึง 22.87
เพิ่มผลของสถานะ หนาวเย็น อีก 300%
is area damage [1]
ProtoBomberBang2
Spell, Triggerable
เวลาร่าย: 1 วินาที
สร้างความเสียหาย น้ำแข็ง 15.24 ถึง 22.87
เพิ่มผลของสถานะ หนาวเย็น อีก 300%
is area damage [1]

Object Type

version 2
extends "Metadata/Monsters/Monster"

Actor
{
	basic_action = "ChangeToStance1"
	basic_action = "ChangeToStance2"
}

Positioned
{
	on_initial_position_set = "LockOrientation();"
	force_placement = true
}

Transitionable
{
	
}

Stats
{
	immune_to_shunt_geal = 1
}

Object Type Codes

version 2
extends "Metadata/Monsters/Monster"
-- src\Data\Spectres.lua
minions["Metadata/Monsters/LeagueDelve/ProtoVaalCityBossTower"] = {
    name = "Azurite Tower",
    life = 1,
    fireResist = 0,
    coldResist = 0,
    lightningResist = 0,
    chaosResist = 0,
    damage = 1,
    damageSpread = 0,
    attackTime = 1,
    attackRange = 6,
    accuracy = 1,
    skillList = {
        "ProtoBomberRun",
        "ProtoBomberBoom",
        "ProtoBomberBang",
        "ProtoBomberBang2",
        "ProtoBomberBang2_2",
    },
    modList = {
    },
}
-- src\Data\Skills\spectre.lua
skills["ProtoBomberRun"] = {
    name = "ProtoBomberRun",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Multicastable] = true,
        [SkillType.Triggerable] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1.33,
    baseFlags = {
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
    },
    levels = {
        [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["ProtoBomberBoom"] = {
    name = "ProtoBomberBoom",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Triggerable] = true,
        [SkillType.Spell] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        spell = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
    },
    levels = {
        [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["ProtoBomberBang"] = {
    name = "ProtoBomberBang",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Triggerable] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        spell = true,
        area = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_cold_damage",
        "spell_maximum_base_cold_damage",
        "active_skill_chill_effect_+%_final",
        "is_area_damage",
    },
    levels = {
        [1] = {0.80000001192093, 1.2000000476837, 300, levelRequirement = 83, statInterpolation = {3, 3},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["ProtoBomberBang2"] = {
    name = "ProtoBomberBang2",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Triggerable] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        spell = true,
        area = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_cold_damage",
        "spell_maximum_base_cold_damage",
        "active_skill_chill_effect_+%_final",
        "is_area_damage",
    },
    levels = {
        [1] = {0.80000001192093, 1.2000000476837, 300, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["ProtoBomberBang2_2"] = {
    name = "ProtoBomberBang2_2",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Triggerable] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        spell = true,
        area = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_cold_damage",
        "spell_maximum_base_cold_damage",
        "active_skill_chill_effect_+%_final",
        "is_area_damage",
    },
    levels = {
        [1] = {0.80000001192093, 1.2000000476837, 300, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
    },
}
cannot be used as minion [1]
IdCannotBeUsedAsMinion
FamilyCannotBeUsedAsMinion
DomainsMonster (3)
GenerationTypeยูนิค (3)
Req. level1
Stats
  • cannot be used as minion Min: 1 Max: 1 Global
  • Edit

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