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
Property
Required
Type
Description
hp
true
number
The amount of damage the creature can take. This must be a positive number.
level
true
string
A representation of the monster's combat potency.
armor
false
"none" | "medium" | "heavy"
The monster's armor rating. Defaults to "none"
.
attackSequence
false
string
A description of the ways the monster can attack.
flunky
false
boolean
Flunkies are a special monster type that is unable to crit.
Last updated