Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
58 changes: 57 additions & 1 deletion docs/templates/dnd5e/QuteSpell.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,19 @@ Extension of [Tools5eQuteBase](Tools5eQuteBase.md).

## Attributes

[backgrounds](#backgrounds), [books](#books), [classList](#classlist), [classes](#classes), [components](#components), [duration](#duration), [feats](#feats), [fluffImages](#fluffimages), [getAliases](#getaliases), [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)
[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)

### abilityChecks

Formatted: Ability checks

### affectsCreatureTypes

Formatted: Creature types

### areaTags

Formatted/mapped: Areas

### backgrounds

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

Formatted: spell components

### conditionImmune

Formatted: Condition immunities

### conditionInflict

Formatted: Conditions

### damageImmune

Formatted: Damage immunities

### damageInflict

Formatted: Damage types

### damageResist

Formatted: Damage resistances

### damageVulnerable

Formatted: Damage vulnerabilities

### duration

Formatted: spell range
Expand Down Expand Up @@ -68,6 +104,10 @@ Return true if more than one image is present

True if the content (text) contains sections

### higherLevels

At higher levels text

### labeledSource

Formatted string describing the content's source(s): `_Source: <sources>_`
Expand All @@ -76,6 +116,10 @@ Formatted string describing the content's source(s): `_Source: <sources>_`

Spell level

### miscTags

Formatted/mapped: Misc tags

### name

Note name
Expand Down Expand Up @@ -104,6 +148,14 @@ List of content superceded by this note (as [Reprinted](../Reprinted.md))

true for ritual spells

### savingThrows

Formatted: Saving throws

### scalingLevelDice

Formatted: Scaling damage dice entries

### school

Spell school
Expand Down Expand Up @@ -139,6 +191,10 @@ Calling this method will return an italicised string with the primary source
followed by a footnote listing all other sources. Useful for types
that tend to have many sources.

### spellAttacks

Formatted: Spell attack forms

### tags

Collected tags for inclusion in frontmatter
Expand Down
Loading