Expedition2RemnantActiveIncursionAtziriActiveShrineActiveStrongboxEssenceRareMonsterAliveSpiritActivatedRogueExile
Desiccated Lich Summoner
CategoryUndeadUndead
IconEnemyArmour IconEnemyResistanceFireWeak IconEnemyResistanceLightning
Spectre
AreaTrial of the Sekhemas, Trial of the Sekhemas, Trial of the Sekhemas, Trial of the Sekhemas, Trial of the Sekhemas, Trial of the Sekhemas, Trial of the Sekhemas, Trial of the Sekhemas, Trial of the Sekhemas, Trial of the Sekhemas, Trial of the Sekhemas, Trial of the Sekhemas, Trial of the Sekhemas, Trial of the Sekhemas, Trial of the Sekhemas, Trial of the Sekhemas
Tagsbones, medium_movement, not_dex, sanctum_monster, skeleton, Unarmed_onhit_audio, undead
Life
300%
Energy Shield From Life
30%
Armour
+35%
Resistance
IconEnemyResistanceFireWeak-15% IconEnemyResistanceCold0% IconEnemyResistanceLightning45% IconEnemyResistanceChaos0%
Damage
150%
Accuracy
100%
5%
Attack Distance
8 ~ 15
Attack Time
3 Second
Damage Spread
±20%
Experience
150%
Model Size
115%
Type
SandGolemancerSanctumRitualCaster
Metadata
PortalRitualCaster
Reservation
67
Resistance
IconEnemyResistanceFireWeak-30% IconEnemyResistanceCold0% IconEnemyResistanceLightning30% IconEnemyResistanceChaos0%
Reservation
36.6%
Resistance
IconEnemyResistanceFireWeak-30% IconEnemyResistanceCold0% IconEnemyResistanceLightning30% IconEnemyResistanceChaos0%
Level
22
Life
915
Armour
143
Evasion Rating
176
Energy Shield
275
Damage
62
Spell Damage
62
Accuracy
316
Attack Time
3
Experience
1,194
Minion Life
3,021
Minion Energy Shield
906
Minion Damage
89
Minion Armour
217
EGPortalRitualCaster
Triggerable
Cooldown Time: 3 sec
action attack or cast time uses animation length [1]

Object Type

version 2
extends "Metadata/Monsters/Monster"
extends "Metadata/Monsters/MarakethSanctumTrial/SanctumMonsterBase"

Positioned
{
	ignore_being_pushed = true
}

StateMachine
{
	define_shared_state = "death;"
}

Stats
{
	set_base_heavy_stun_duration_ms = 3100
	cannot_be_knocked_back = 1
}
-- src\Data\Spectres.lua
minions["Metadata/Monsters/MarakethSanctumTrial/Hazards/PortalRitualCaster"] = {
    fireResist = 0,
    coldResist = 0,
    lightningResist = 0,
    chaosResist = 0,
    name = "Desiccated Lich Summoner",
    life = 3,
    energyShield = 0.3,
    damage = 1.5,
    damageSpread = 0.2,
    attackTime = 3,
    attackRange = 15,
    accuracy = 1,
    weaponType1 = "One Hand Mace",
    weaponType2 = "One Hand Mace",
    skillList = {
        "EGPortalRitualCaster",
    },
    modList = {
    },
}
-- src\Data\Skills\spectre.lua
skills["EGPortalRitualCaster"] = {
    name = "EGPortalRitualCaster",
    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 = { }, },
    },
}
keyval
Actor.slow_animations_go_to_idlefalse
Stats.base_sanctum_gold_to_drop8
Stats.base_sanctum_gold_piles2
Stats.base_heavy_stun_duration_ms3100
Stats.cannot_be_knocked_back1
StateMachine.define_shared_stateportal_spawn; ground_spawn;, death;
Positioned.ignore_being_pushedtrue
Edit

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