Skip to content
HallownestAPI
Hollow Knightunverified

Gruz Mother

An overgrown Gruzzer that hovers and dive-bombs the player. Spawns a swarm of smaller Gruzzers on defeat. Often the player's first proper boss.

Attacks

  • Charge
  • Pregnancy burst

    Splits into smaller Gruzzers on death.

GET /api/v1/boss/gruz-mother
{
  "slug": "gruz-mother",
  "name": "Gruz Mother",
  "game": "hk",
  "optional": false,
  "hp": {
    "base": 80
  },
  "geo": 35,
  "area": {
    "slug": "forgotten-crossroads",
    "name": "Forgotten Crossroads"
  },
  "attacks": [
    {
      "name": "Charge"
    },
    {
      "name": "Pregnancy burst",
      "description": "Splits into smaller Gruzzers on death."
    }
  ],
  "summary": "An overgrown Gruzzer that hovers and dive-bombs the player. Spawns a swarm of smaller Gruzzers on defeat. Often the player's first proper boss.",
  "verified": false,
  "sources": [
    "https://hollowknight.fandom.com/wiki/Gruz_Mother"
  ],
  "wikiSlug": "Gruz_Mother"
}

Data is fan-contributed and may be inaccurate. Suggest a correction.