# nimblev2-monster

The `nimblev2-monster` schema is used to represent most adversaries a party will face. It can be used for anything except solo monsters and minions.

### Base Schema

<table data-full-width="true"><thead><tr><th width="194">Property</th><th align="center">Required</th><th align="center">Type</th><th>Description</th></tr></thead><tbody><tr><td><code>hp</code></td><td align="center"><mark style="color:green;"><code>true</code></mark></td><td align="center"><code>number</code></td><td>The amount of damage the creature can take. This must be a positive number.</td></tr><tr><td><code>level</code></td><td align="center"><mark style="color:green;"><code>true</code></mark></td><td align="center"><code>string</code></td><td>A representation of the monster's combat potency.</td></tr><tr><td><code>armor</code></td><td align="center"><mark style="color:orange;"><code>false</code></mark></td><td align="center"><code>"none" | "medium" | "heavy"</code></td><td>The monster's armor rating. Defaults to <code>"none"</code>.</td></tr><tr><td><code>attackSequence</code></td><td align="center"><mark style="color:orange;"><code>false</code></mark></td><td align="center"><code>string</code></td><td>A description of the ways the monster can attack.</td></tr><tr><td><code>actions</code></td><td align="center"><mark style="color:orange;"><code>false</code></mark></td><td align="center"><a href="nimblev2-feature"><code>feature[]</code></a></td><td>A list of non-attack actions that the monster can take.</td></tr><tr><td><code>attacks</code></td><td align="center"><mark style="color:orange;"><code>false</code></mark></td><td align="center"><a href="nimblev2-feature"><code>feature[]</code></a></td><td>A list of attacks the monster can make.</td></tr><tr><td><code>features</code></td><td align="center"><mark style="color:orange;"><code>false</code></mark></td><td align="center"><a href="nimblev2-feature"><code>feature[]</code></a></td><td>A list of the monster's passive features.</td></tr><tr><td><code>flunky</code></td><td align="center"><mark style="color:orange;"><code>false</code></mark></td><td align="center"><code>boolean</code></td><td>Flunkies are a special monster type that is unable to crit.</td></tr></tbody></table>
