> For the complete documentation index, see [llms.txt](https://wiki.weedreborn.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.weedreborn.com/beginners-guide/modifications/class-resistance-adjustments.md).

# Class Resistance Adjustments

### Two-handed weapon elemental resistance

Some classes gain extra **Fire** and **Cold** resistance while using a two-handed weapon.

These bonuses offset the lack of a shield. The listed value applies to both elements.

***

### Resistance by class

<table><thead><tr><th width="251" align="center" valign="middle">Class</th><th align="center">Fire Resistance</th><th align="center">Cold Resistance</th><th>Notes</th></tr></thead><tbody><tr><td align="center" valign="middle"><img src="/files/vs22q1AawGPx4IYhGG0M" alt="" data-size="original"> Whitesmith</td><td align="center">10%</td><td align="center">10%</td><td>Has an innate 25% resistance. Total becomes 35%.</td></tr><tr><td align="center" valign="middle"><img src="/files/FeixzvnvbhyPLz88xbMg" alt=""> Sniper</td><td align="center">30%</td><td align="center">30%</td><td>Active only with a two-handed weapon equipped.</td></tr><tr><td align="center" valign="middle"><img src="/files/QD5Yd4MWrLGyM1TGI89E" alt=""> Gunslinger</td><td align="center">30%</td><td align="center">30%</td><td>Active only with a two-handed weapon equipped.</td></tr><tr><td align="center" valign="middle"><img src="/files/f3Sl9dfzTXefsSmRB996" alt=""> Lord Knight</td><td align="center">30%</td><td align="center">30%</td><td>Active only with a two-handed weapon equipped.</td></tr><tr><td align="center" valign="middle"><img src="/files/Xwhibwzn6kgYD6g5cnF6" alt=""> Professor</td><td align="center">30%</td><td align="center">30%</td><td>Active only with a two-handed weapon equipped</td></tr><tr><td align="center" valign="middle"><img src="/files/aycLQj6o6oKISedXSFLn" alt=""> Ninja</td><td align="center">30%</td><td align="center">30%</td><td>Active only with a two-handed weapon equipped</td></tr><tr><td align="center" valign="middle"><img src="/files/9vHbFlOuYAFgoT7fJxvh" alt=""> High Wizard</td><td align="center">35%</td><td align="center">35%</td><td>Active only with a two-handed weapon equipped.</td></tr><tr><td align="center" valign="middle"><img src="/files/PDY5nB1WR0yrLKWUaARO" alt=""> Assassin Cross</td><td align="center">40%</td><td align="center">40%</td><td>Active only with a two-handed weapon equipped.</td></tr></tbody></table>

{% hint style="info" %}
These bonuses are active only while a **two-handed weapon** is equipped.
{% endhint %}

***

### Quick summary

* **Whitesmith** reaches **35% total** because of its innate resistance.
* **Sniper**, **Gunslinger**, **Lord Knight**, **Professor**, and **Ninja** gain **30%**.
* **High Wizard** gains **35%**.
* **Assassin Cross** gains **40%**.


---

# 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.weedreborn.com/beginners-guide/modifications/class-resistance-adjustments.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.
