> For the complete documentation index, see [llms.txt](https://rulebook.dawnofthetyrant.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://rulebook.dawnofthetyrant.com/rules/combat/slain-and-knocked-down.md).

# Slain & Knocked Down

*<mark style="color:yellow;">Kharkhan Khrael stepped aside contemptuously, watching as the young Lánaraï scout's arcane-infused blade traced a glimmering arc in the fading dusk air. Choosing the moment, practised upon untold thousand of battlefields before, he stepped suddenly and forcefully into the scout's reach. The panicked Lánaraï attempted to reposition the sword, but in a sickly blur of motion, Kharkhan's vice-like grip ensnared the scout's sword arm, twisting and breaking it at the elbow.</mark>*

*<mark style="color:yellow;">The moment the shattered bone was exposed to the fading light, Kharkhan's other arm flashed a dull glimmer of blackened steel, and the Lánaraï's viscera spilled upon the bare rocks. Ignoring the scene of gore, he picked up the shining sword from where it had fallen from the scout's failed grip. With a lazy movement, Kharkhan casually smashed the blade against the hard stellarite rocks, letting shards of metal ring as the tumbled into the crevasse below.</mark>*

*<mark style="color:yellow;">He regarded the broken hilt with mild interest. The blade was worthless. No weakling scout would be entrusted with a true starsteel weapon, yet he was sure the glimmering he saw was more than a cheap trick. Mali would know how to make use of the power contained within it.</mark>*

### **Slain NPCs and Looting**

If an NPC's Health reaches zero or less, they will be **Slain**. Slain NPCs are corpses which remain visible on the Battleground for a while. You can loot a corpse by spending 1 Action Point. Once a corpse has been looted once, it cannot be looted again.

Loot may include money or items of varying rarity, depending on the NPC that was slain. Some NPCs may also drop **Loot Cards** when slain, which allow you to draw a card from the Loot Deck.&#x20;

### **Knocked Down Players**

If a player's Health reaches zero or less, they become **Knocked Down**. Players can be revived by another player, or by the GM at their discretion. If a player wants to revive another player, it requires a whole turn.

TO DO: If all players in a group are knocked down…


---

# 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://rulebook.dawnofthetyrant.com/rules/combat/slain-and-knocked-down.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.
