← Back to list

Zealous Courser

Slug: Zealous_Courser

Open Source Page
Spectre-capable
Tags: 2HBluntMetal_onhit_audio allows_inc_aoe humanoid lightning_affinity melee physical_affinity red_blood very_slow_movement
Areas: Digsite The Excavation The Ziggurat Refuge
Zealous Courser artwork

No custom art yet. Upload one to replace the placeholder.

Stats by Level

Rarity Life Damage Armour Evasion Accuracy Experience Resistances
Unique 1,669,468 671.66 14,441 1,304 4,011 0 F: 0% / C: 0% / L: 0% / Ch: 0%
Rare 460,543 671.66 14,441 1,304 4,011 0 F: 0% / C: 0% / L: 0% / Ch: 0%
Magic 142,768 671.66 14,441 1,304 4,011 0 F: 0% / C: 0% / L: 0% / Ch: 0%
Normal 57,568 671.66 14,441 1,304 4,011 0 F: 0% / C: 0% / L: 0% / Ch: 0%

Core Stat Percentiles

Life
1,669,468
Unique @ Level 100
Damage
671.66
Unique @ Level 100
Armour
14,441
Unique @ Level 100
Evasion
1,304
Unique @ Level 100
Accuracy
4,011
Unique @ Level 100
Experience
0
Unique @ Level 100

Other Notable Percentiles

Resistances
F: 0% / C: 0% / L: 0% / Ch: 0%
Unique @ Level 100

Zealous Courser

Variant code: ExcavatorRaptor
Section 1 of 1

Overview

Summary

Spectre Y
Area The Excavation, The Ziggurat Refuge, Digsite
Tags 2HBluntMetal_onhit_audio, allows_inc_aoe, humanoid, lightning_affinity, melee, physical_affinity, red_blood, very_slow_movement
Packs
  • The Excavation: Zealous Courser, Zealous Guard
  • The Ziggurat Refuge: Zealous Courser, Zealous Excavator, Zealous Guard
  • Base Multipliers

    Life
    115%
    Resistance
    0 0 0 0
    Damage
    115%
    Accuracy
    100%
    Critical Hits Chance
    5%
    Critical Damage Bonus
    +30%
    Attack Distance
    5 ~ 14
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    Experience
    115%
    Model Size
    100%
    Type
    ExcavatorRaptor
    Metadata
    ExcavatorRaptor

    Extra Data

    version 2
    extends "Metadata/Monsters/Monster"
    
    Stats
    {
    	set_base_heavy_stun_duration_ms = 3133
    }
    version 2
    extends "Metadata/Monsters/Monster"
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/TwilightOrder/TwilightOrderExcavators/Raptor/ExcavatorRaptor"] = {
        name = "Zealous Courser",
        life = 1.15,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        damage = 1.15,
        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 = { }, },
        },
    }