nimblev2-minion
The nimblev2-minion
schema is used to represent "minion" adversaries. Minions have no hit points and are designed to be simpler to run than regular monsters.
Base Schema
Property
Required
Type
Description
level
true
string
A representation of the minion's combat potency.
armor
false
"none" | "medium" | "heavy"
The minion's armor rating. Defaults to "none".
attackSequence
false
string
A description of the ways the minion can attack.
Last updated