📜
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
  • Base Schema
  1. Document Schema
  2. Nimble v2 schemas

nimblev2-solo-monster

Previousnimblev2-objectNextnimblev2-spell

Last updated 2 months ago

The nimblev2-solo-monster schema is used to represent legendary creatures and boss monsters that use the solo monster rules.

Base Schema

Property
Required
Type
Description

bloodiedEffect

true

string

Information about the monster's blooded feature.

hp

true

number

The amount of damage the creature can take. This must be a positive number.

lastStandEffect

true

string

Information about the monster's last stand feature.

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.

actions

false

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

attacks

false

A list of attacks the monster can make.

features

false

A list of the monster's passive features.

feature[]
feature[]
feature[]