> For the complete documentation index, see [llms.txt](https://wiki.sempermc.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.sempermc.net/custom-content/bosses/ser-caedryn-the-riftblade.md).

# Ser Caedryn, the Riftblade

> *“Draw your weapon. Finish what the rift interrupted.”*

Ser Caedryn is the third of the Five Forsworn and the kingdom’s undefeated duelist.

He fights with precision rather than rage, punishing challengers who attack carelessly or mistake a feint for an opening.

{% hint style="warning" %}
Not every opening should be taken. Caedryn is prepared to counter reckless attackers.
{% endhint %}

### The Unfinished Duel

Ser Caedryn never lost a duel.

When confronted by an opponent he could not defeat, he refused to surrender and cut through reality itself to escape the final blow.

Every journey through the rift stripped away another piece of his humanity.

He now returns to the arena searching for someone capable of finishing the duel he abandoned.

### The Encounter

Caedryn fights like a disciplined rift duelist.

Expect him to:

* Mark individual challengers for a duel.
* Dash between several positions in rapid succession.
* Counter poorly timed attacks.
* Launch players into aerial combinations.
* Cut through marked sections of the arena.
* Feint one attack before changing direction.
* Become faster and less forgiving in his final phase.

Patience is often more valuable than continuous attacking.

### Placement Rewards

Participants are ranked by their personal damage contribution.

| Place   |  Money | Tokens | Key            | Custom Reward             |
| ------- | -----: | -----: | -------------- | ------------------------- |
| **1st** | $6,000 |    130 | 2 Tribute Keys | Caedryn’s Riftglass Blade |
| **2nd** | $4,000 |     90 | Tribute Key    | Duelist’s Crest           |
| **3rd** | $2,750 |     55 | —              | —                         |

{% hint style="info" %}
A missed attack may leave you more vulnerable than waiting for a safer opportunity.
{% endhint %}

### Reward Identity

#### Caedryn’s Riftglass Blade

A weapon forged from material recovered between fractured realities.

Its edge appears incomplete, yet it can cut through armor, distance, and the space between one moment and the next.

#### Duelist’s Crest

The broken insignia once worn by the kingdom’s undefeated champion.

It may be used for Riftblade progression, crafting, or other arena rewards.

#### Rift Sigil

Proof that its bearer endured Caedryn’s unfinished duel.

Sigils may be exchanged for Severed Oath armor, rift materials, and boss-themed rewards.

### Mastery Quest

Ser Caedryn has a permanent five-tier mastery path.

Mastery milestones are reached after:

* 1 victory
* 3 victories
* 7 victories
* 15 victories
* 30 victories

Mastery represents more than repeated victories. It recognizes challengers who have learned his movements, respected his counters, and survived his increasingly complex combinations.

Placement rewards and mastery rewards are tracked separately.

### Strategy

Caedryn is not a boss that should be attacked blindly.

During the encounter:

* Watch his stance before committing to an attack.
* Respect moments when he prepares a counter.
* Move away from marked lines and lanes.
* Avoid chasing him through every rift.
* Save movement abilities for his longer combinations.
* Do not assume a retreat means the attack is over.

The Riftblade wins when challengers become impatient. Let him reveal his intention before answering with your own.


---

# 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://wiki.sempermc.net/custom-content/bosses/ser-caedryn-the-riftblade.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.
