# Bloodlines and Genotypes

There are five Bloodlines in The Red Village ecosystem. Pureblood Bloodlines are Genesis, Mystic, Warlord, and Lionheart.&#x20;

| Bloodline | Genotype | Quantity |
| --------- | -------- | -------- |
| Genesis   | R1-R3    | 5,000    |
| Mystic    | R4-R6    | 6,000    |
| Warlord   | R7-R9    | 8,000    |
| Lionheart | R10-R12  | 9,000    |

Each Bloodline also has an associated Genotype, which is represented by an Rnumber between R1 and R99. Genotypes refer to the generational distance between any given Champion and the first (and rarest) Champions to exist.

Pureblood Champions fall into one of four different bloodlines, each of which has an associated Genotype range (Rnumber). Genesis Champions have an Rnumber of R1-R3; Mystics are R4-R6; Warlords are R7-R9, and Lionhearts are R10-R12. Halfblood Champions refer to any character who is Summoned, and will have an Rnumber between R13 and R99.&#x20;

**How these impact fighting**

Earlier Bloodlines will have a better chance of performing a special move in any given fight. They are slightly more likely to launch a special attack, or special defensive move, regardless of their opponent.&#x20;

Genotype determines who strikes first in any given fight. The lower the Rnumber (i.e the closer to R1) will ALWAYS strike first. If two characters share an Rnumber, the algorithm will randomly determine which Champion strikes first. The first strike is computed to be, on average, very slightly weaker than any other given strike in a fight.


---

# 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://the-red-village.gitbook.io/the-red-village/the-purebloods/bloodlines-and-genotypes.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.
