click title for poe2db page

Type: ⚔️ Melee Attacker

Monster Family: Humanoid

Damage: Physical  Hit

Zone: The Titan Grotto Act 2

Base spirit cost: 99

Notes: Generic Melee attackers, big hits but very slow

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

Suggested support gems in order of importance: 

Feeding Frenzy IIMuster – Rapid Attacks II – Brutality III – Heavy Strike/Impact Shockwave

Spectre.lua details

Basic Attack Damage

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

Hit Damage: 8871331
Attack Time: 1.50 s
DPS: 739.7
Life250%
Damage250%
Attack Time1.50 s
Base Movement Speed14
ResistsFire: 75% / Cold: 0% / Lightning: 0% / Chaos: 0%
SkillsMeleeAtAnimationSpeed
GATwoHeadedTitanSlam
GATwoHeadedTitanStomp
Show Path of Building spectre.lua
{
    "name": "Goliath",
    "monsterTags": [
        "allows_inc_aoe",
        "humanoid",
        "melee",
        "MonsterBlunt_onhit_audio",
        "physical_affinity",
        "very_slow_movement"
    ],
    "life": 2.5,
    "baseDamageIgnoresAttackSpeed": true,
    "fireResist": 75,
    "coldResist": 0,
    "lightningResist": 0,
    "chaosResist": 0,
    "damage": 2.5,
    "damageSpread": 0.2,
    "attackTime": 1.5,
    "attackRange": 20,
    "accuracy": 1,
    "baseMovementSpeed": 14,
    "spectreReservation": 99,
    "companionReservation": 47.4,
    "monsterCategory": "Humanoid",
    "spawnLocation": [
        "Forge (Map)",
        "The Khari Crossing (Act 6)",
        "The Titan Grotto (Act 2)",
        "Found in Maps",
        "Trial of the Sekhemas (Floor 4)"
    ],
    "skillList": [
        "MeleeAtAnimationSpeed",
        "GATwoHeadedTitanSlam",
        "GATwoHeadedTitanStomp"
    ],
    "modList": [
        "StunDuration",
        "OVERRIDE",
        2.666,
        0,
        ")"
    ],
    "id": "Metadata\/Monsters\/TwoheadedTitan\/TwoHeadedTitan_",
    "resistances": {
        "fire": 75,
        "cold": 0,
        "lightning": 0,
        "chaos": 0
    },
    "skills": [
        {
            "id": "MeleeAtAnimationSpeed",
            "name": "Unknown"
        },
        {
            "name": "Slam",
            "hidden": true,
            "skillTypes": {
                ".Triggerable": true,
                ".Attack": true
            },
            "castTime": 1,
            "qualityStats": [],
            "levels": {
                "1": {
                    "levelRequirement": 0
                }
            },
            "statSets": {
                "1": {
                    "label": "Slam",
                    "incrementalEffectiveness": 0.054999999701977,
                    "statDescriptionScope": "skill_stat_descriptions",
                    "baseFlags": {
                        "triggerable": true,
                        "attack": true
                    },
                    "constantStats": [
                        [
                            "attack_maximum_action_distance_+",
                            20
                        ]
                    ],
                    "stats": [
                        "is_area_damage",
                        "action_attack_or_cast_time_uses_animation_length"
                    ],
                    "levels": {
                        "1": {
                            "actorLevel": 1
                        }
                    }
                }
            },
            "id": "GATwoHeadedTitanSlam"
        },
        {
            "name": "Stomp",
            "hidden": true,
            "skillTypes": {
                ".Triggerable": true,
                ".Attack": true
            },
            "castTime": 1,
            "qualityStats": [],
            "levels": {
                "1": {
                    "levelRequirement": 0
                }
            },
            "statSets": {
                "1": {
                    "label": "Stomp",
                    "incrementalEffectiveness": 0.054999999701977,
                    "statDescriptionScope": "skill_stat_descriptions",
                    "baseFlags": {
                        "triggerable": true,
                        "attack": true
                    },
                    "constantStats": [
                        [
                            "attack_maximum_action_distance_+",
                            -8
                        ]
                    ],
                    "stats": [
                        "is_area_damage",
                        "action_attack_or_cast_time_uses_animation_length"
                    ],
                    "levels": {
                        "1": {
                            "actorLevel": 1
                        }
                    }
                }
            },
            "id": "GATwoHeadedTitanStomp"
        }
    ]
}