# NPC

1. **Who are the NPCs?**
   * Targets where [P-Coins](/game-modes/punch-mode/p-coins.md) can be earned.
   * The NPC only dodges or defends; they do not attack the player.
   * The higher the level of the NPC, the higher [HP](/game-system/dp-hp.md) they have.
   * Even if P-Tickets are refilled, the NPC's level and HP does not reset.

     * However, NPCs are reset to level 1 every week.

2. **NPCs & P-Coins**
   * P-Coins are earned by attacking and knocking out the NPCs.

     * Amount of damage dealt to NPC = P-Coins

3. **Attacks & P-Tickets**
   * Attacking the NPC uses [P-Tickets](/game-modes/punch-mode/p-tickets.md).
   * However, different attacks use different amounts of P-Tickets.

     * [Jab](/game-system/skill-and-gym/skill-set/jab-hook-uppercut.md): 1
     * [Hook](/game-system/skill-and-gym/skill-set/jab-hook-uppercut.md): 2
     * [Uppercut](/game-system/skill-and-gym/skill-set/jab-hook-uppercut.md): 3

4. **Combo System**
   * The NPC will enter a [Dizzy](/game-system/character/status-condition.md) State when you land 3 Combos.
     * If you fail to land a single punch, the Combo count will reset.
   * When the NPC is in a Dizzy State, you will be able to deal more damage.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://wiki.boxingstarx.com/game-modes/punch-mode/npc.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
