Skip to content

Commit 7a5db2b

Browse files
committed
✨ exposed missing spell fields
1 parent 56db802 commit 7a5db2b

File tree

3 files changed

+373
-5
lines changed

3 files changed

+373
-5
lines changed

docs/templates/dnd5e/QuteSpell.md

Lines changed: 57 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,19 @@ Extension of [Tools5eQuteBase](Tools5eQuteBase.md).
66

77
## Attributes
88

9-
[backgrounds](#backgrounds), [books](#books), [classList](#classlist), [classes](#classes), [components](#components), [duration](#duration), [feats](#feats), [fluffImages](#fluffimages), [hasImages](#hasimages), [hasMoreImages](#hasmoreimages), [hasSections](#hassections), [labeledSource](#labeledsource), [level](#level), [name](#name), [optionalfeatures](#optionalfeatures), [races](#races), [range](#range), [references](#references), [reprintOf](#reprintof), [ritual](#ritual), [school](#school), [showAllImages](#showallimages), [showMoreImages](#showmoreimages), [showPortraitImage](#showportraitimage), [source](#source), [sourceAndPage](#sourceandpage), [sourcesWithFootnote](#sourceswithfootnote), [tags](#tags), [text](#text), [time](#time), [vaultPath](#vaultpath)
9+
[abilityChecks](#abilitychecks), [affectsCreatureTypes](#affectscreaturetypes), [areaTags](#areatags), [backgrounds](#backgrounds), [books](#books), [classList](#classlist), [classes](#classes), [components](#components), [conditionImmune](#conditionimmune), [conditionInflict](#conditioninflict), [damageImmune](#damageimmune), [damageInflict](#damageinflict), [damageResist](#damageresist), [damageVulnerable](#damagevulnerable), [duration](#duration), [feats](#feats), [fluffImages](#fluffimages), [hasImages](#hasimages), [hasMoreImages](#hasmoreimages), [hasSections](#hassections), [higherLevels](#higherlevels), [labeledSource](#labeledsource), [level](#level), [miscTags](#misctags), [name](#name), [optionalfeatures](#optionalfeatures), [races](#races), [range](#range), [references](#references), [reprintOf](#reprintof), [ritual](#ritual), [savingThrows](#savingthrows), [scalingLevelDice](#scalingleveldice), [school](#school), [showAllImages](#showallimages), [showMoreImages](#showmoreimages), [showPortraitImage](#showportraitimage), [source](#source), [sourceAndPage](#sourceandpage), [sourcesWithFootnote](#sourceswithfootnote), [spellAttacks](#spellattacks), [tags](#tags), [text](#text), [time](#time), [vaultPath](#vaultpath)
10+
11+
### abilityChecks
12+
13+
Formatted: Ability checks
14+
15+
### affectsCreatureTypes
16+
17+
Formatted: Creature types
18+
19+
### areaTags
20+
21+
Formatted/mapped: Areas
1022

1123
### backgrounds
1224

@@ -28,6 +40,30 @@ String: rendered list of links to classes that can use this spell. May be incomp
2840

2941
Formatted: spell components
3042

43+
### conditionImmune
44+
45+
Formatted: Condition immunities
46+
47+
### conditionInflict
48+
49+
Formatted: Conditions
50+
51+
### damageImmune
52+
53+
Formatted: Damage immunities
54+
55+
### damageInflict
56+
57+
Formatted: Damage types
58+
59+
### damageResist
60+
61+
Formatted: Damage resistances
62+
63+
### damageVulnerable
64+
65+
Formatted: Damage vulnerabilities
66+
3167
### duration
3268

3369
Formatted: spell range
@@ -52,6 +88,10 @@ Return true if more than one image is present
5288

5389
True if the content (text) contains sections
5490

91+
### higherLevels
92+
93+
At higher levels text
94+
5595
### labeledSource
5696

5797
Formatted string describing the content's source(s): `_Source: <sources>_`
@@ -60,6 +100,10 @@ Formatted string describing the content's source(s): `_Source: <sources>_`
60100

61101
Spell level
62102

103+
### miscTags
104+
105+
Formatted/mapped: Misc tags
106+
63107
### name
64108

65109
Note name
@@ -88,6 +132,14 @@ List of content superceded by this note (as [Reprinted](../Reprinted.md))
88132

89133
true for ritual spells
90134

135+
### savingThrows
136+
137+
Formatted: Saving throws
138+
139+
### scalingLevelDice
140+
141+
Formatted: Scaling damage dice entries
142+
91143
### school
92144

93145
Spell school
@@ -123,6 +175,10 @@ Calling this method will return an italicised string with the primary source
123175
followed by a footnote listing all other sources. Useful for types
124176
that tend to have many sources.
125177

178+
### spellAttacks
179+
180+
Formatted: Spell attack forms
181+
126182
### tags
127183

128184
Collected tags for inclusion in frontmatter

0 commit comments

Comments
 (0)