# Conception Probability

Probability is calculated on the ovum rather than the individual; meaning that an individual may potentially be a surrogate mother of a different species, the compatibility is calculated against the ovum to host and the ovum to breeder combined.

The maximum compatible probability is 100%; there are currently no boosters. The order in which probability is calculated and how is as follows, and stacks with each layer: (i.e. calculation for each of the numbered items below (except #4) if the values were 50%, 90%, 150% respectively; the total compatible probability of conception would be the base of **100%** multiplied by 50% \* 90% \* 150% = 67.5% total probability)

{% hint style="warning" %}
Ovum source that is not from the same individual currently hosting the ovum, probability is calculated against the compatibility between species of the ovum and the host; if the species are the same, there would be no variation.&#x20;

(Includes a partnered compatibility boost and any permanently forced and transiently forced compatibility at the time the ovum was generated)
{% endhint %}

{% hint style="warning" %}
Ovum species is calculated against the individual species that is breeding.&#x20;

(Includes a partnered compatibility boost and any permanently forced and transiently forced compatibility at the time the ovum was generated)
{% endhint %}

{% hint style="warning" %}
Sum of essence transferred by the breeder over a 5 day period is divided by the total amount of essence the uterus is holding and by the amount that particular species uterus expects (different species have smaller/larger uteruses).&#x20;

(This is the only compatibility calculation which allows a boost up to 200% to offset the previously calculated value; meaning more essence transferred, greater the probability)
{% endhint %}

<table data-full-width="true"><thead><tr><th>Your Total Essence</th><th>Uterus Total Essence</th><th>Uterus Expect Essence</th><th>Efficacy Percent</th><th>Conception Probability</th></tr></thead><tbody><tr><td>15 ML</td><td>15 ML</td><td>30 ML</td><td>100 %</td><td>50 %</td></tr><tr><td>15 ML</td><td>20 ML</td><td>30 ML</td><td>75 %</td><td>38 %</td></tr><tr><td>45 ML</td><td>45 ML</td><td>30 ML</td><td>100 %</td><td>150 %</td></tr><tr><td>45 ML</td><td>60 ML</td><td>30 ML</td><td>75 %</td><td>113 %</td></tr></tbody></table>

{% hint style="info" %}
If probability is great enough for conception, the same probability value is checked against any potential hybrids that may be conceived between the two species (ovum and breeder); otherwise, the species will remain that of the ovum source species.
{% endhint %}


---

# 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://docs.anehud.com/getting-started/conception/conception-probability.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.
