Zealous Shockwarden
SpectreN
AreaThe Excavation, The Ziggurat Refuge, Digsite
Tags2HBluntMetal_onhit_audio, allows_inc_aoe, humanoid, lightning_affinity, melee, physical_affinity, red_blood, very_slow_movement
Packs
  • The Excavation: Zealous Shockwarden, Zealous Guard
  • The Ziggurat Refuge: Zealous Shockwarden, Zealous Excavator, Zealous Guard
  • 生命
    100%
    抗性
    0 0 0 0
    伤害
    100%
    命中
    100%
    Critical Hits Chance
    5%
    Critical Damage Bonus
    +30%
    Attack Distance
    5 ~ 14
    攻击间隔
    1.5 Second
    Damage Spread
    ±20%
    经验值
    100%
    Model Size
    100%
    Type
    ExcavatorSceptre
    Metadata
    ExcavatorSceptre
    等级
    65
    生命
    6,513
    [护甲]
    2,023
    伤害
    212
    法术伤害
    212
    命中
    2,214
    攻击间隔
    1.5
    经验值
    21,507
    召唤物生命
    6,282
    召唤物伤害
    829
    召唤物护甲
    2,023
    TBExcavatorSceptreErraticBeam
    法术, 可触发, 攻击, 伤害
    Base Damage: 170–255
    暴击几率: 6%
    施放间隔: 1 秒
    攻击间隔: 1.5 秒
    造成 54.54 - 163.6 闪电伤害
    GTExcavatorSceptreErraticBeam
    可触发
    action attack or cast time uses animation length [1]

    Object Type

    Object Type Codes

     
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/TwilightOrder/TwilightOrderExcavators/Sceptre/ExcavatorSceptre"] = {
        name = "Zealous Shockwarden",
        life = 1,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        damage = 1,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 14,
        accuracy = 1,
        skillList = {
            "TBExcavatorSceptreErraticBeam",
            "GTExcavatorSceptreErraticBeam",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["TBExcavatorSceptreErraticBeam"] = {
        name = "TBExcavatorSceptreErraticBeam",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Attack] = true,
            [SkillType.Damage] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_lightning_damage",
            "spell_maximum_base_lightning_damage",
        },
        levels = {
            [1] = {0.5, 1.5, critChance = 6, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GTExcavatorSceptreErraticBeam"] = {
        name = "GTExcavatorSceptreErraticBeam",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "action_attack_or_cast_time_uses_animation_length",
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    Edit

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