Expedition2RemnantActiveIncursionAtziriActiveShrineStrongboxEssenceRareMonsterAliveSpiritActivatedRogueExile
Priest of the Chalice
Spectre
AreaRunic Catacombs, Lost Catacombs, Secluded Temple
TagsBeast_onhit_audio, bone_armour, bones, Caster, cold_affinity, is_unarmed, not_dex, not_int, skeleton, slashing_weapon, slow_movement, undead, ward_armour
Packs
  • Priest of the Chalice
  • Priest of the Chalice, Unearthed Icebearer, Unearthed Rampager, Unearthed Zombie
  • Secluded Temple: Priest of the Chalice, Unearthed Urchin
  • Lost Catacombs, Runic Catacombs: Priest of the Chalice, Unearthed Icebearer, Unearthed Rampager, Unearthed Zombie
  • Life
    150%
    Armour
    +35%
    Resistance
    IconEnemyResistanceFire-30 IconEnemyResistanceCold0 IconEnemyResistanceLightning75 IconEnemyResistanceChaos0
    Damage
    150%
    Accuracy
    100%
    5%
    Attack Distance
    8 ~ 28
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    Experience
    150%
    Model Size
    100%
    Type
    ExpeditionGolemancer
    Metadata
    ExpeditionGolemancer
    Level
    65
    Life
    9,833
    Armour
    2,731
    Evasion Rating
    663
    Damage
    319
    Spell Damage
    319
    Accuracy
    2,228
    Attack Time
    1.5
    Experience
    32,261
    Minion Life
    9,423
    Minion Damage
    1,243
    Minion Armour
    4,147
    EDSGolemancerReapLeft
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Melee, ProjectilesFromUser, AttackInPlace
    Basic Attack
    Base Damage: 255382
    Critical Hit Chance: 5%
    Attack Damage: 160%
    Attack Time: 1.5 sec
    Deals 60% more Attack damage
    Converts 70% of Physical damage to Cold damage
    is area damage [1]
    voll slam damage +% final at centre [30]
    iconbasicattack
    EDSGolemancerReapRight
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Melee, ProjectilesFromUser, AttackInPlace
    Basic Attack
    Base Damage: 255382
    Critical Hit Chance: 5%
    Attack Damage: 160%
    Attack Time: 1.5 sec
    Deals 60% more Attack damage
    Converts 70% of Physical damage to Cold damage
    is area damage [1]
    voll slam damage +% final at centre [30]
    iconbasicattack
    SSMExpeditionVolatileZombie
    Spell, Multicastable, Triggerable, AttackInPlace
    Cast Time: 3 sec
    Cooldown Time: 10 sec
    alternate minion [564]
    number of monsters to summon [1]
    spell maximum action distance +% [-55]
    summon specific monsters radius +% [-99]
    summoned monsters are minions [1]
    summoned monsters no drops or experience [1]

    Object Type

    version 2
    extends "Metadata/Monsters/LeagueExpeditionNew/ExpeditionMonsterEliteBase"
    
    Stats
    {
    	set_base_heavy_stun_duration_ms = 3333
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/LeagueExpeditionNew/Golemancer/ExpeditionGolemancer"] = {
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        name = "Priest of the Chalice",
        life = 1.5,
        damage = 1.5,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 28,
        accuracy = 1,
        skillList = {
            "EDSGolemancerReapLeft",
            "EDSGolemancerReapRight",
            "SSMExpeditionVolatileZombie",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["EDSGolemancerReapLeft"] = {
        name = "Basic Attack",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.MirageArcherCanUse] = true,
            [SkillType.Projectile] = true,
            [SkillType.MeleeSingleTarget] = true,
            [SkillType.Melee] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.AttackInPlace] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1.5,
        baseFlags = {
            attack = true,
            melee = true,
            projectile = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "active_skill_base_physical_damage_%_to_convert_to_cold",
            "voll_slam_damage_+%_final_at_centre",
            "is_area_damage",
        },
        levels = {
            [1] = {70, 30, baseMultiplier = 1.6, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["EDSGolemancerReapRight"] = {
        name = "Basic Attack",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.MirageArcherCanUse] = true,
            [SkillType.Projectile] = true,
            [SkillType.MeleeSingleTarget] = true,
            [SkillType.Melee] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.AttackInPlace] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1.5,
        baseFlags = {
            attack = true,
            melee = true,
            projectile = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "active_skill_base_physical_damage_%_to_convert_to_cold",
            "voll_slam_damage_+%_final_at_centre",
            "is_area_damage",
        },
        levels = {
            [1] = {70, 30, baseMultiplier = 1.6, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["SSMExpeditionVolatileZombie"] = {
        name = "SSMExpeditionVolatileZombie",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.AttackInPlace] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 3,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "number_of_monsters_to_summon",
            "alternate_minion",
            "summon_specific_monsters_radius_+%",
            "spell_maximum_action_distance_+%",
            "summoned_monsters_are_minions",
            "summoned_monsters_no_drops_or_experience",
        },
        levels = {
            [1] = {1, 564, -99, -55, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    Edit

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