# Nurture

The process of upgrading Pettos are focusing on **evolving** and **up-levelling star system**.

### <mark style="color:blue;">Evolving</mark>

Although Petto's life is arranged with specific element, role and rarity in advance, the breeding leads them to become stronger and better surviver in Gloryworld.&#x20;

Feeding Pettos with superfoods and materials, Pettos can grow bigger and transform into a new outlook as the same time increase their attributes.

![](/files/NVzVKnyW6pRG8NeWf5H7)

### <mark style="color:blue;">Level up Star system</mark>

Upgrading the star from one-star Petto to two-star Petto within the same rarity can multiply one specific Petto's attribute (randomly, maybe +15% attack or +30% defense) at a noticeable rate.&#x20;

The process is combining two Pettos with the same rarity and same star level to get one star up.

The system of up-levelling star system is similar as binomial tree, illustrated as an example below.

> ***Question:** How many 2-star Legendary Dragons needed to upgrade to a 5-star Legendary Dragon?"*
>
> **Answer:** $$2^{(5-2)} = 2^3 = 8$$ ; therefore, 8 two-star Lengendary Dragons needed

The general formula is $$2^{(n - m)}$$ where:

* n is the expected star level
* m is the current star level


---

# 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.degaverse.com/gloryworld/de-glory/pettos/nurture.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.
