> For the complete documentation index, see [llms.txt](https://wiki.pokemonmc.cn/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.pokemonmc.cn/xun-lian-jia-shou-ce/bao-ke-meng-xing-ge-can-kao-biao.md).

# 宝可梦性格参考表

## 性格表

| 性格  | 日文名   | 英文名     | 增加能力值 | 降低能力值 | 喜欢口味 | 不喜欢口味 |
| --- | ----- | ------- | ----- | ----- | ---- | ----- |
| 勤奋  | がんばりや | Hardy   | -     | -     | -    | -     |
| 怕寂寞 | さみしがり | Lonely  | 攻击    | 防御    | 辣    | 酸     |
| 固执  | いじっぱり | Adamant | 攻击    | 特攻    | 辣    | 涩     |
| 顽皮  | やんちゃ  | Naughty | 攻击    | 特防    | 辣    | 苦     |
| 勇敢  | ゆうかん  | Brave   | 攻击    | 速度    | 辣    | 甜     |
| 大胆  | ずぶとい  | Bold    | 防御    | 攻击    | 酸    | 辣     |
| 坦率  | すなお   | Docile  | -     | -     | -    | -     |
| 淘气  | わんぱく  | Impish  | 防御    | 特攻    | 酸    | 涩     |
| 乐天  | のうてんき | Lax     | 防御    | 特防    | 酸    | 苦     |
| 悠闲  | のんき   | Relaxed | 防御    | 速度    | 酸    | 甜     |
| 内敛  | ひかえめ  | Modest  | 特攻    | 攻击    | 涩    | 辣     |
| 慢吞吞 | おっとり  | Mild    | 特攻    | 防御    | 涩    | 酸     |
| 害羞  | てれや   | Bashful | -     | -     | -    | -     |
| 马虎  | うっかりや | Rash    | 特攻    | 特防    | 涩    | 苦     |
| 冷静  | れいせい  | Quiet   | 特攻    | 速度    | 涩    | 甜     |
| 温和  | おだやか  | Calm    | 特防    | 攻击    | 苦    | 辣     |
| 温顺  | おとなしい | Gentle  | 特防    | 防御    | 苦    | 酸     |
| 慎重  | しんちょう | Careful | 特防    | 特攻    | 苦    | 涩     |
| 浮躁  | きまぐれ  | Quirky  | -     | -     | -    | -     |
| 自大  | なまいき  | Sassy   | 特防    | 速度    | 苦    | 甜     |
| 胆小  | おくびょう | Timid   | 速度    | 攻击    | 甜    | 辣     |
| 急躁  | せっかち  | Hasty   | 速度    | 防御    | 甜    | 酸     |
| 爽朗  | ようき   | Jolly   | 速度    | 特攻    | 甜    | 涩     |
| 天真  | むじゃき  | Naive   | 速度    | 特防    | 甜    | 苦     |
| 认真  | まじめ   | Serious | -     | -     | -    | -     |

## 体型表

| 体型 | 英文名         |
| -- | ----------- |
| 袖珍 | microscopic |
| 迷你 | pygmy       |
| 侏儒 | runt        |
| 娇小 | small       |
| 普通 | ordinary    |
| 高大 | huge        |
| 巨人 | giant       |
| 庞大 | enormous    |
| 巨大 | ginormous   |


---

# 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:

```
GET https://wiki.pokemonmc.cn/xun-lian-jia-shou-ce/bao-ke-meng-xing-ge-can-kao-biao.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.
