click title for poe2db page

Type: ⚔️ Melee Attacker

Monster Family: Undead

Damage: Phys Hit

Zone: Abandoned Prison Act 4

Base spirit cost: 50

Notes: Decent damage numbers for the cost, too bad they move like a snail and have abysmal attack range

Suggested support gems in order of importance: 

Feeding Frenzy II Muster – Rapid Attacks II – Brutality III – Heavy Swing/Impact Shockwave

Click to rate this spectre!
[Total: 1 Average: 1]

Spectre.lua details

Basic Attack Damage

Damage of this spectre’s basic melee attack at selected monster level.

Hit Damage: 426639
Attack Time: 1.35 s
DPS: 394.5
Life100%
Damage120%
Attack Time1.35 s
Base Movement Speed7
ResistsFire: 0% / Cold: 0% / Lightning: 0% / Chaos: 0%
SkillsMeleeAtAnimationSpeed
PrisonZombieWalkEmerge
Show Path of Building spectre.lua
{
    "name": "Eternal Prisoner",
    "monsterTags": [
        "melee",
        "not_dex",
        "not_int",
        "physical_affinity",
        "Unarmed_onhit_audio",
        "undead",
        "very_slow_movement",
        "zombie"
    ],
    "life": 1,
    "baseDamageIgnoresAttackSpeed": true,
    "armour": 0.5,
    "fireResist": 0,
    "coldResist": 0,
    "lightningResist": 0,
    "chaosResist": 0,
    "damage": 1.2,
    "damageSpread": 0.2,
    "attackTime": 1.35,
    "attackRange": 7,
    "accuracy": 1,
    "baseMovementSpeed": 7,
    "spectreReservation": 50,
    "companionReservation": 30,
    "monsterCategory": "Undead",
    "spawnLocation": [
        "Abandoned Prison (Act 4)",
        "Found in Maps",
        "Wolvenhold (Act 6)"
    ],
    "skillList": [
        "MeleeAtAnimationSpeed",
        "PrisonZombieWalkEmerge"
    ],
    "modList": [],
    "id": "Metadata\/Monsters\/Zombies\/UpperPrison\/PrisonZombieUnarmed_",
    "resistances": {
        "fire": 0,
        "cold": 0,
        "lightning": 0,
        "chaos": 0
    },
    "skills": [
        {
            "id": "MeleeAtAnimationSpeed",
            "name": "Unknown"
        },
        {
            "id": "PrisonZombieWalkEmerge",
            "name": "Unknown"
        }
    ]
}