nimblev2-boon

The nimblev2-boon schema is used to represent boons: essentially Nimble's answer to D&D feats.

Base Schema

Property
Required
Type
Description

description

true

true

The effects of the condition. HTML is permitted in this field, allowing for more control over the description appearance.

boonType

true

"minor" | "major" | "epic"

The tier of the boon.

Example Usage

{
    "name": "Veteran",
    "type": "nimblev2-boon",
    "boonType": "major",
    "description": "+10HP."
}

Last updated