📜
OBR Compendium Browser Documentation
  • OBR Compendium Browser
  • Getting Started
    • Quickstart
  • Content
    • Preconfigured content
      • Free packs
      • Purchasable packs
    • Custom content
  • Document Schema
    • The compendium schema
    • The base document schema
    • The document source schema
    • Nimble v2 schemas
      • nimblev2-boon
      • nimblev2-condition
      • nimblev2-feature
      • nimblev2-minion
      • nimblev2-monster
      • nimblev2-object
      • nimblev2-solo-monster
      • nimblev2-spell
  • Support
    • Funding Links
Powered by GitBook
On this page
  1. Document Schema
  2. Nimble v2 schemas

nimblev2-minion

Previousnimblev2-featureNextnimblev2-monster

Last updated 2 months ago

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.

actions

false

A list of non-attack actions that the minion can take.

attacks

false

A list of attacks the minion can make.

features

false

A list of the minion's passive features.

feature[]
feature[]
feature[]