> For the complete documentation index, see [llms.txt](https://orbcity.gitbook.io/orbcity/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://orbcity.gitbook.io/orbcity/building/green-value-system/range-and-probability.md).

# Range & Probability

$$
1\ \leq Green\~Value\_n\leq\ 10+4
$$

The maximum number of Green Value in a building is 14. The maximum number of Green Value that can come from a Common is 10, and when upgrading from a Common's Green Value 10 to a Legendary, the final Green Value is 14.

#### Green Value Probability when Constructed

| %    | 1GV    | 2GV   | 3GV   | 4GV   | 5GV   | 6GV  | 7GV  | 8GV  | 9GV  | 10GV |
| ---- | ------ | ----- | ----- | ----- | ----- | ---- | ---- | ---- | ---- | ---- |
| 1GV  | 100.00 |       |       |       |       |      |      |      |      |      |
| 2GV  | 66.67  | 33.33 |       |       |       |      |      |      |      |      |
| 3GV  | 50.00  | 33.33 | 16.67 |       |       |      |      |      |      |      |
| 4GV  | 40.00  | 30.00 | 20.00 | 10.00 |       |      |      |      |      |      |
| 5GV  | 33.33  | 26.67 | 20.00 | 13.33 | 6.67  |      |      |      |      |      |
| 6GV  | 28.57  | 23.81 | 19.05 | 14.29 | 9.52  | 4.76 |      |      |      |      |
| 7GV  | 25.00  | 21.43 | 17.86 | 14.29 | 10.71 | 7.14 | 3.57 |      |      |      |
| 8GV  | 22.22  | 19.44 | 16.67 | 13.89 | 11.11 | 8.33 | 5.56 | 2.78 |      |      |
| 9GV  | 20.00  | 17.78 | 15.56 | 13.33 | 11.11 | 8.89 | 6.67 | 4.44 | 2.22 |      |
| 10GV | 18.18  | 16.36 | 14.55 | 12.73 | 10.91 | 9.09 | 7.27 | 5.45 | 3.64 | 1.82 |

When building owners proceed with construction, the new building's property factor \[Lay-Bours, Green Value] is determined by the differential probability of the existing building's factor value. The table above (based on the bottom row) shows the probabilities.

{% hint style="info" %}
**If a building is constructed with 2 Green Value** \
→Probability that the Green Value in the new building will be 1 = 66.67%\
→Probability that the Green Value of the new building will be 2 = 33.33%
{% endhint %}

{% hint style="info" %}
**If a building is constructed with 3 Green Value**\
→Probability that the Green Value in the new building will be 1 = 50.00%\
→Probability that the Green Value of the new building will be 2 = 33.33%\
→Probability that the Green Value of the new building will be 2 = 16.67%
{% endhint %}

{% hint style="info" %}
**Note: Please note that all figures are subject to change by governance.**
{% endhint %}


---

# 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://orbcity.gitbook.io/orbcity/building/green-value-system/range-and-probability.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.
