# Defense & Health Bar

Each gaming card has two life stats: defense (shield) and health (life). Defense is attacked first, so it protects health (unless Pierce Damage is used). As soon as the defense is used up due to damage, health is lost. Once health hits zero, the card is considered destroyed.

<figure><img src="/files/X3jpjaVDWvf8zcOlqNsE" alt=""><figcaption></figcaption></figure>

There is an additional factor for defense: armor penetration. It is used when the defence will reach zero on an incoming hit.

#### Armor penetration

By default, defense to health penetration is active; the defence can be penetrated.

Example: Defence 100, life 1000 The card is hit with 500 damage. The defence energy initially drops to 0. The active armour penetration reduces the life energy by the remaining damage of 400 (attack 500 = defence -100, life -400)

**Disabled Armor Penetration**

The armor cannot be penetrated. In case of cards with Guardian profession, the armor penetration is disabled.

Example: Defence 100, Life 1000 An attack with 500 hits the card, the defence is 0 after this attack, the life is still 1000 (attack 500=defence -100, life -0).


---

# 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.dark-mythos.com/dark-mythos-gamepaper/cards/defense-and-health-bar.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.
