> For the complete documentation index, see [llms.txt](https://docs.kortstrid.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.kortstrid.io/rules-and-gameplay/modifiers/weakness-modifiers.md).

# Weakness Modifiers

#### In Kortstrid TCG, weakness modifiers represent the vulnerabilities of each card, making them more susceptible to certain types of attacks. Understanding these weaknesses is essential for players to create effective strategies and countermeasures. These modifiers subtract even more damage when being attacked, using the same values as the Attack Modifier Chart, potentially doubling the strength point swing when being attacked.

1. <img src="/files/XAnCg7gQQqAC6UfKc1NB" alt="" data-size="line">Slashing Weakness: Slashing Weakness increases susceptibility to sharp-edged weapons, causing deeper wounds and greater blood loss.
2. <img src="/files/rP6Zy8n6tudChF0IyjKR" alt="" data-size="line">Arcane Weakness: Arcane Weakness intensifies vulnerability to magical and elemental attacks, making their effects more potent and devastating.
3. <img src="/files/7vBOABZmI72oYBofCXSP" alt="" data-size="line">Blunt Weakness: Blunt Weakness amplifies the damage from heavy impact attacks, increasing the likelihood of being stunned or disabled.
4. <img src="/files/uAEahUnWWLpzZXIeyihS" alt="" data-size="line">Piercing Weakness: Piercing Weakness exposes vulnerabilities to pointed weapons and projectiles, allowing for greater penetration and damage to vital points.
5. <img src="/files/WJwxlotwg0KSSl9tAi2A" alt="" data-size="line">Breach Weakness: Breach Weakness compromises defensive barriers, making it easier for enemies to break through shields and protective spells.
6. <img src="/files/6o1Bm8MTO9JccfM8XYaZ" alt="" data-size="line">Ripping Weakness: Ripping Weakness heightens vulnerability to tearing and rending attacks, causing more severe trauma and dismemberment.
7. <img src="/files/FwuhT6kyXAyo4EFxHLS3" alt="" data-size="line">Ballistic Weakness: Ballistic Weakness exacerbates vulnerability to ranged attacks, increasing the damage taken from projectiles and reducing evasion capabilities.
8. <img src="/files/nYWZBhBpL9QkgCsSvMDS" alt="" data-size="line">Stronghold Weakness: Stronghold Weakness undermines defensive positioning and tactics, allowing enemies to gain the upper hand and exploit strategic weaknesses.
9. <img src="/files/tzzUkQcMXDUL0wEzkEZz" alt="" data-size="line">

<figure><img src="/files/90hGEicWduYUAiK3pzGB" alt=""><figcaption><p>Attacking Skill can gain (+) or lose (-) strength based on the Defense/Weakness of opposing card skills.</p></figcaption></figure>


---

# 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://docs.kortstrid.io/rules-and-gameplay/modifiers/weakness-modifiers.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.
