> For the complete documentation index, see [llms.txt](https://marblegate.gitbook.io/rising-uppercut-wiki/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://marblegate.gitbook.io/rising-uppercut-wiki/enchantment.md).

# Enchantment

## Dragonbite

| Highest Level | Incompatible with                                                                                                                    | is Treasure | Related Skill |
| ------------- | ------------------------------------------------------------------------------------------------------------------------------------ | ----------- | ------------- |
|               | [Flameburst](/rising-uppercut-wiki/enchantment.md#flameburst), [Guardian Angel](/rising-uppercut-wiki/enchantment.md#guardian-angel) | ✔️          | All           |

Damage caused by gauntlet ignores victim's armor.

## Flameburst

| Highest Level | Incompatible with                                                                                                                    | is Treasure | Related Skill |
| ------------- | ------------------------------------------------------------------------------------------------------------------------------------ | ----------- | ------------- |
| Ⅰ             | [Dragonbite](/rising-uppercut-wiki/enchantment.md#dragonbite), [Guardian Angel](/rising-uppercut-wiki/enchantment.md#guardian-angel) | ✔️          | All           |

Damage caused by gauntlet becomes fire damage, and gauntlet ignites victim.

## Guardian Angel

| Highest Level | Incompatible with                                                                                                                                                                                               | is Treasure | Related Skill |
| ------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------- | ------------- |
| Ⅰ             | [Dragonbite](/rising-uppercut-wiki/enchantment.md#dragonbite), [Flameburst](/rising-uppercut-wiki/enchantment.md#flameburst), [MarbleGate™ Looting](/rising-uppercut-wiki/enchantment.md#marblegate-tm-looting) | ✔️          | All           |

Gauntlet no longer cause damage. Instead, it heals. Healing amount is the same as attack damage.

## Softfalling

| Highest Level | Incompatible with | is Treasure | Related Skill   |
| ------------- | ----------------- | ----------- | --------------- |
| Ⅰ             | -                 | ✔️          | Rising Uppercut |

Grants player 5 seconds of the buff "[Safe Landing](/rising-uppercut-wiki/status-effect.md#safe-landing)" which prevents player from taking falling damage.

## AOE Attack

| Highest Level | Incompatible with | is Treasure | Related Skill   |
| ------------- | ----------------- | ----------- | --------------- |
| Ⅰ             | -                 | ❌           | Rising Uppercut |

Rising Uppercut uplefts all creatures surrounding you.

## MarbleGate™ Looting

| Highest Level | Incompatible with                                                     | is Treasure | Related Skill |
| ------------- | --------------------------------------------------------------------- | ----------- | ------------- |
| Ⅲ             | [Guardian Angel](/rising-uppercut-wiki/enchantment.md#guardian-angel) | ❌           | Rocket Punch  |

Rocket punch has a strong looting effect. Creatures will drop items on impact.

## MarbleGate™ Kinetic Optimization

| Highest Level | Incompatible with                                                                                       | is Treasure | Related Skill |
| ------------- | ------------------------------------------------------------------------------------------------------- | ----------- | ------------- |
| Ⅰ             | [Kadokawa™ Kinetic Optimization](/rising-uppercut-wiki/enchantment.md#kadokawa-tm-kinetic-optimization) | ❌           | All           |

Increases max charging time of rocket punch by 0.6 second and prolongs floating time of rising uppercut by 0.4 second.

## Kadokawa™ Kinetic Optimization

| Highest Level | Incompatible with                                                                                           | is Treasure | Related Skill |
| ------------- | ----------------------------------------------------------------------------------------------------------- | ----------- | ------------- |
| Ⅰ             | [MarbleGate™ Kinetic Optimization](/rising-uppercut-wiki/enchantment.md#marblegate-tm-kinetic-optimization) | ❌           | Rocket Punch  |

Increases max charging time of rocket punch by 0.2 second and knockback distance of rocket punch by 50%.

## Rising Uppercut Calculation Assist

| Highest Level | Incompatible with                                                                                       | is Treasure | Related Skill   |
| ------------- | ------------------------------------------------------------------------------------------------------- | ----------- | --------------- |
| Ⅰ             | [Rocket Punch Calculation Assist](/rising-uppercut-wiki/enchantment.md#rocket-punch-calculation-assist) | ❌           | Rising Uppercut |

Increases rising distance of rising uppercut by 30%.

## Rocket Punch Calculation Assist

| Highest Level | Incompatible with                                                                                             | is Treasure | Related Skill |
| ------------- | ------------------------------------------------------------------------------------------------------------- | ----------- | ------------- |
| Ⅰ             | [Rising Uppercut Calculation Assist](/rising-uppercut-wiki/enchantment.md#rising-uppercut-calculation-assist) | ❌           | Rocket Punch  |

Increases movement speed of rocket punch by 30%.

## Rising Uppercut Cooling Assist

| Highest Level | Incompatible with                                                                               | is Treasure | Related Skill   |
| ------------- | ----------------------------------------------------------------------------------------------- | ----------- | --------------- |
| Ⅰ             | [Rocket Punch Cooling Assist](/rising-uppercut-wiki/enchantment.md#rocket-punch-cooling-assist) | ❌           | Rising Uppercut |

Reduces cooldown time of rising uppercut by 1 second.

## Rocket Punch Cooling Assist

| Highest Level | Incompatible with                                                                                     | is Treasure | Related Skill |
| ------------- | ----------------------------------------------------------------------------------------------------- | ----------- | ------------- |
| Ⅰ             | [Rising Uppercut Cooling Assist](/rising-uppercut-wiki/enchantment.md#rising-uppercut-cooling-assist) | ❌           | Rocket Punch  |

Reduces cooldown time of rocket punch by 1 second.


---

# 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://marblegate.gitbook.io/rising-uppercut-wiki/enchantment.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.
