# NPC

1. **NPCとは？**

   * P-Coinを獲得出来る対象です。&#x20;
   * NPCは回避や防御のみを行い、プレイヤーを攻撃する事とはありません。&#x20;
   * NPCのレベルが高いほど、NPCのHPは増加します。
   * P-TicketをリフィルしてもNPCのレベルとHPは初期化されません。
     * ただし、NPCは毎週レベル1に初期化されます。

2. **NPC & P-Coin**

   * P-CoinはNPCを攻撃して倒すことで獲得できます。
     * NPCに与えたダメージ量 = P-Coin獲得量

3. **攻撃 & P-Ticket**

   * NPCを攻撃するたびにP-Ticketが消費されます。&#x20;
   * 攻撃の形態によって消費されるP-Ticketの量が異なります。&#x20;
     * ジャブ: 1&#x20;
     * フック: 2&#x20;
     * アッパーカット: 3

4. **Combo System (**&#x30B3;ンボシステム)

   * NPCに3回コンボを当てるとスタン状態になります。
     * 一度でも攻撃に失敗するとコンボはリセットされます。
   * スタン状態のNPCを攻撃すると、より多くのダメージを与えることができます。


---

# 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/jp/game-modes/panchimdo/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.
