SpectreN
Areaสถานขุดค้น, ที่หลบภัยซิกกุรัต, Digsite
Tags2HBluntMetal_onhit_audio, allows_inc_aoe, humanoid, lightning_affinity, melee, physical_affinity, red_blood, very_slow_movement
Packs
  • สถานขุดค้น: Zealous Shockwarden, Zealous Guard
  • ที่หลบภัยซิกกุรัต: Zealous Shockwarden, Zealous Excavator, Zealous Guard
  • พลังชีวิต
    100%
    ค่าต้านทาน
    0 0 0 0
    Damage
    100%
    ความแม่นยำ
    100%
    ปะทะคริติคอล Chance
    5%
    โบนัสความเสียหายคริติคอล
    +30%
    Attack Distance
    5 ~ 14
    {เวลาโจมตี}
    1.5 Second
    Damage Spread
    ±20%
    ค่าประสบการณ์
    100%
    Model Size
    100%
    Type
    ExcavatorSceptre
    Metadata
    ExcavatorSceptre
    เลเวล
    65
    พลังชีวิต
    6,513
    Damage
    212
    ความเสียหายเวท
    212
    ความแม่นยำ
    2,214
    {เวลาโจมตี}
    1.5
    ค่าประสบการณ์
    21,507
    Minion Life
    6,282
    Minion Damage
    829
    Minion Armour
    2,023
    TBExcavatorSceptreErraticBeam
    Spell, Triggerable, Attack, Damage
    Base Damage: 170–255
    {เวลาร่าย}: 1 {วิ}
    {เวลาโจมตี}: 1.5 {วิ}
    สร้างความเสียหาย สายฟ้า 54.54 ถึง 163.6
    GTExcavatorSceptreErraticBeam
    Triggerable
    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.