# 因子について

本作では各競走馬にインブリード因子が存在しています。

因子は交配を行った際にインブリードが発生したときのみ活性化します。

活性化した場合は各種パラメータ、育成タイプ、得意馬場タイプなどに影響を与えます。

因子はプレイヤーが生産した馬にも存在し自家生産を楽しむことができます。

2代目、3代目と自家生産を進めて、強いインブリードをぜひ探してみてください。

◆各因子の効果

| 因子ID | スピード | スタミナ | 勝負根性 | 気性 | 安定 | 芝適性 | ダート適性 | 成長タイプ |
| ---- | ---- | ---- | ---- | -- | -- | --- | ----- | ----- |
| 1    | ▲    |      |      |    |    |     |       |       |
| 2    | ◎    |      |      |    |    |     |       |       |
| 3    | ◎    |      | ▲    |    |    |     |       |       |
| 4    | ◎◎   |      |      |    |    |     |       |       |
| 5    | ▲    | ◎    |      |    |    |     |       |       |
| 6    | ▲    |      | ◎    |    |    |     |       |       |
| 7    | ◎    |      | ◎◎   | ▼  |    |     |       |       |
| 8    | ▲    |      |      | ◎  |    |     |       |       |
| 9    | ▲    | ◎    | ◎◎   | ▼  |    |     |       |       |
| 10   | ◎◎   |      | ☓    | ▲  |    |     |       |       |
| 11   | ◎◎   |      | ◎    |    |    |     |       |       |
| 12   | ◎    | ◎    |      |    |    |     |       |       |
| 13   | ◎    |      | ◎    |    |    |     |       |       |
| 14   | ◎    |      | ◎◎   |    |    |     |       |       |
| 15   | ◎    |      |      | ◎  |    |     |       |       |
| 16   | ◎◎   | ◎    |      |    | ▼  |     |       |       |
| 17   | ▲    |      | ▲    | ◎  |    |     |       |       |
| 18   | ◎◎   |      |      | ◎  | ▼  |     |       |       |
| 19   | ▲    | ◎    |      | ◎  |    |     |       |       |
| 20   | ▲    |      | ◎    | ◎  |    |     |       |       |
| 21   | ▲    | ▼    |      | ◎◎ |    |     |       |       |
| 22   | ◎    |      | ▲    |    |    |     |       | 早熟    |
| 23   | ◎◎   |      |      |    |    |     |       | 早熟    |
| 24   | ▲    |      | ◎◎   |    |    |     |       | 早熟    |
| 25   | ◎    |      |      |    |    |     |       | 晩成    |
| 26   | ◎◎   |      |      |    |    |     |       | 晩成    |
| 27   | ▲    | ◎    |      |    |    |     |       | 晩成    |
| 28   | ◎◎   |      |      |    |    |     | ▲     |       |
| 29   | ▲    | ◎    |      |    |    |     | ▲     |       |
| 30   | ▲    |      | ◎    |    |    |     | ▲     |       |
| 31   | ▲    | ◎◎   |      | ☓☓ |    |     | ▲     |       |
| 32   | ◎◎   |      | ◎    | ☓☓ |    |     |       |       |

※◎◎は大きく上昇\
※◎は上昇\
※▲は少し上昇\
※▼は少し下降\
※☓は下降\
※☓☓は大きく下降<br>


---

# 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://universal-stallion.gitbook.io/universal-stallion/mating/factor.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.
