Skip to content
HallownestAPI
Hollow Knightunverified

False Knight

First major boss of Hollow Knight. Guards the way deeper into the Forgotten Crossroads. Has an armoured phase and a vulnerable maggot phase.

Phases

  1. 1.

    Armoured rampage

    Hops, slams, and swings a massive mace. Stunned briefly after each slam.

  2. 2.

    Exposed maggot

    After enough damage, the armour cracks open and the maggot inside is exposed for direct hits.

Attacks

  • Mace swing
  • Ground slam

    Releases falling debris from the ceiling.

  • Charge jump

Hunter’s notes

A self-styled knight guarding the entrance to the Crossroads. Wields a stolen mace far larger than itself.

Music
GET /api/v1/boss/false-knight
{
  "slug": "false-knight",
  "name": "False Knight",
  "game": "hk",
  "optional": false,
  "hp": {
    "base": 300
  },
  "geo": 200,
  "area": {
    "slug": "forgotten-crossroads",
    "name": "Forgotten Crossroads"
  },
  "phases": [
    {
      "name": "Armoured rampage",
      "description": "Hops, slams, and swings a massive mace. Stunned briefly after each slam."
    },
    {
      "name": "Exposed maggot",
      "description": "After enough damage, the armour cracks open and the maggot inside is exposed for direct hits."
    }
  ],
  "attacks": [
    {
      "name": "Mace swing"
    },
    {
      "name": "Ground slam",
      "description": "Releases falling debris from the ceiling."
    },
    {
      "name": "Charge jump"
    }
  ],
  "rewards": [
    "City Crest"
  ],
  "hunterJournal": {
    "notes": "A self-styled knight guarding the entrance to the Crossroads. Wields a stolen mace far larger than itself."
  },
  "summary": "First major boss of Hollow Knight. Guards the way deeper into the Forgotten Crossroads. Has an armoured phase and a vulnerable maggot phase.",
  "verified": false,
  "sources": [
    "https://hollowknight.fandom.com/wiki/False_Knight"
  ],
  "wikiSlug": "False_Knight",
  "music": {
    "title": "False Knight",
    "spotifyTrackId": "3hG05dRDVtY1COn47oKDT4"
  }
}

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