nimblev2-spell
Base Schema
description
true
An object containing three description keys. Only the baseEffect
key is required. The upcastEffect
key is only used for spells of tier 1 or greater.
castingTime
false
string
How long it takes to cast the spell.
classes
false
string[]
If a spell is limited to certain classes, provide a list here.
duration
false
string
A string indicating how long a spell's effects last. For instantaneous effects, this key can be ignored.
requiresConcentration
false
boolean
Indicated whether the spell requires concentration to maintain.
school
false
Which of the 6 spell schools the spell belongs to.
tier
false
number
A number from 0-9 representing the tier of the spell. A tier of 0 indicates a cantrip.
utility
false
boolean
Indicates whether the spell is a utility spell.
nimblev2SpellDescription
nimblev2SpellDescription
Each of the description
sub-keys accept HTML in string format.
baseEffect
true
string
The basic effect of the spell cast at its lowest level.
higherLevelEffect
false
string
A description of how to modify the spell's effects for higher level characters.
upcastEffect
false
string
A description of how to modify the spell's effects when it cast with additional mana.
nimblev2SpellSchool
nimblev2SpellSchool
"fire" | "ice" | "lightning" | "necrotic" | "radiant" | "wind"
Example Usage
Last updated