nimblev2-feature
The nimblev2-feature
is used for both monster and character features, including attacks.
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.
nimblev2FeatureLimitedUses
nimblev2FeatureLimitedUses
An object containing the following properties.
Property
Required
Type
Description
uses
true
number
The number of uses in a given period.
per
false
string
The period after which resources recharge.
rechargeThreshold
false
number
If a feature has a die-based recharge, this is number required on the d6 to recharge the feature.
Example Usage
{
"name": "Shocking Bite",
"type": "nimblev2-feature",
"description": "1d12+5 (ignores metal armor)."
}
Last updated