Skip to content
HallownestAPI
Hollow KnightEnemyunverified

Shrumeling

Fungal sprout

Tiny pop-up enemy spawned by the Fungal Core. Harmless on its own; the room geometry around them is the actual hazard.

Hunter's Journal

Just-sprouted mushroom child. Pops up underfoot and runs in panicked little circles.

GET /api/v1/character/shrumeling
{
  "slug": "shrumeling",
  "name": "Shrumeling",
  "game": "hk",
  "kind": "enemy",
  "role": "Fungal sprout",
  "area": {
    "slug": "fungal-core",
    "name": "Fungal Core"
  },
  "isBoss": false,
  "sells": [],
  "hp": 1,
  "damage": 1,
  "geoDrop": 0,
  "hunterJournal": {
    "notes": "Just-sprouted mushroom child. Pops up underfoot and runs in panicked little circles."
  },
  "summary": "Tiny pop-up enemy spawned by the Fungal Core. Harmless on its own; the room geometry around them is the actual hazard.",
  "verified": false,
  "sources": [
    "https://hollowknight.fandom.com/wiki/Shrumeling"
  ],
  "wikiSlug": "Shrumeling"
}

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