> For the complete documentation index, see [llms.txt](https://ro0-4.gitbook.io/godro/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ro0-4.gitbook.io/godro/custom-features/blessing-of-the-goddess.md).

# Blessing of the Goddess

**The Blessing of the Goddess** is a progression-based system that grants powerful permanent bonuses to your character. By offering special cards in tribute, you can unlock up to 10 tiers for each blessing category.

<figure><img src="/files/4b3jCxGpoL9Dtb0Vqjla" alt=""><figcaption></figcaption></figure>

Each blessing is unlocked in **tiers**, requiring increasing numbers of tribute cards. These blessings are categorized into:

* 🟥 **Attack Blessings**
* 🟨 **Defense Blessings**
* 🟦 **Elemental Resistance Blessings**

All blessings are character-bound and persist across sessions. You must be **Base Level 80 or higher** to begin offering tributes.

***

## 🟥 Attack Blessings

| Effect Name             | Max Tier | Total Cards Required | Total Bonus When Maxed |
| ----------------------- | -------- | -------------------- | ---------------------- |
| Inc. DMG to DemiHumans  | 10       | 550                  | +16%                   |
| Inc. Critical Damage    | 10       | 550                  | +25%                   |
| Ignore DEF of Target    | 10       | 550                  | +25%                   |
| Ignore MDEF of Target   | 10       | 550                  | +25%                   |
| Inc. Atk                | 10       | 350                  | +70                    |
| Inc. Matk               | 10       | 350                  | +70                    |
| Inc. Critical Rate      | 10       | 550                  | +15%                   |
| Inc. Any Skill Atk Rate | 10       | 590                  | +20%                   |

***

## 🟨 Defense Blessings

| Effect Name                     | Max Tier | Total Cards Required | Total Bonus When Maxed |
| ------------------------------- | -------- | -------------------- | ---------------------- |
| Red. DMG from DemiHumans        | 5        | 70                   | 5%                     |
| Max HP                          | 10       | 290                  | +500                   |
| Max SP                          | 10       | 290                  | +280                   |
| DEF                             | 10       | 550                  | +15                    |
| MDEF                            | 10       | 550                  | +15                    |
| Inc. Healing Effectiveness Rate | 10       | 420                  | +35%                   |

***

## 🟦 Elemental Resistance Blessings

Each elemental blessing offers protection against a specific element. All follow the same structure:

| Effect Name      | Max Tier | Total Cards Required | Total Bonus When Maxed |
| ---------------- | -------- | -------------------- | ---------------------- |
| Fire Resistance  | 10       | 260                  | +10%                   |
| Water Resistance | 10       | 260                  | +10%                   |
| Earth Resistance | 10       | 260                  | +10%                   |
| Wind Resistance  | 10       | 260                  | +10%                   |

***

#### 📝 How to Unlock Blessings

1. Speak to the **Blessing of the Goddess** NPC.
2. Choose a category (Attack / Defense / Element).
3. Select a blessing to unlock the next tier.
4. Offer the required cards and confirm.
5. Enjoy your permanent stat bonus!

You can view all your unlocked blessings via the "View Blessings" menu at any time.


---

# 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://ro0-4.gitbook.io/godro/custom-features/blessing-of-the-goddess.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.
