狂熱獵手
Zealous Courser
SpectreN
Area挖掘, 高地神塔庇護所, 挖掘場
Tags2HBluntMetal_onhit_audio, allows_inc_aoe, humanoid, lightning_affinity, melee, physical_affinity, red_blood, very_slow_movement
Packs
  • 挖掘: 狂熱獵手, 狂熱守衛
  • 高地神塔庇護所: 狂熱獵手, 狂熱挖掘者, 狂熱守衛
  • 生命
    100%
    抗性
    0 0 0 0
    傷害
    100%
    命中
    100%
    暴擊 Chance
    5%
    暴擊傷害加成
    +30%
    Attack Distance
    5 ~ 14
    攻擊時間
    1.5 Second
    Damage Spread
    ±20%
    經驗值
    100%
    Model Size
    100%
    Type
    ExcavatorRaptor
    Metadata
    ExcavatorRaptor
    等級
    65
    生命
    6,513
    傷害
    212
    法術傷害
    212
    命中
    2,214
    攻擊時間
    1.5
    經驗值
    21,507
    召喚物生命
    6,282
    召喚物傷害
    829
    召喚物護甲
    2,023
    GSExcavatorRaptorTriangleSlam
    可觸發, 法術, 傷害
    暴擊率: 5.5%
    施放時間: 1 秒
    造成 218.2654.5 閃電傷害

    Object Type

    Object Type Codes

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

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