> For the complete documentation index, see [llms.txt](https://wiki.boxingstarx.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.boxingstarx.com/jp/game-modes/panchimdo/npc.md).

# 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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://wiki.boxingstarx.com/jp/game-modes/panchimdo/npc.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
