nimblev2-condition
The nimblev2-condition
schema is used to represent status effects such as blinded, grappled, or dying. They are displayed expanded by default in the browser and cannot be collapsed.
Base Schema
Property
Required
Type
Description
description
true
string
The effects of the condition. HTML is permitted in this field, allowing for more control over the description appearance.
Example Usage
{
"name": "Taunted",
"type": "nimblev2-condition",
"description": "Disadvantage on attacks except agains the most recent taunter."
}
Last updated