Added more property help docs
This commit is contained in:
31
app/private/docs/property/spell-list.md
Normal file
31
app/private/docs/property/spell-list.md
Normal file
@@ -0,0 +1,31 @@
|
||||
# Spell lists
|
||||
|
||||
Spell lists are collections of [spells](/docs/property/spell).
|
||||
|
||||
---
|
||||
|
||||
### Name
|
||||
|
||||
The name of the spell list.
|
||||
|
||||
### Description
|
||||
|
||||
A detailed description of the spell list.
|
||||
|
||||
Allows [inline calculations](/docs/inline-calculations).
|
||||
|
||||
### Maximum prepared spells
|
||||
|
||||
A [computed field](/docs/computed-fields) that determines how many spells can be considered ready to cast in this spell list.
|
||||
|
||||
### Spell save DC
|
||||
|
||||
A [computed field](/docs/computed-fields) that determines the DC of saving throws in this spell list. Spells can access the DC of their spell list using `#spellList.dc`
|
||||
|
||||
### Attack roll bonus
|
||||
|
||||
A [computed field](/docs/computed-fields) that determines the bonus to add to a d20 when making a spell attack with a spell in this spell list. Spells can access the attack roll bonus of their spell list using `#spellList.attackRollBonus`
|
||||
|
||||
### Tags
|
||||
|
||||
See [Tags](/docs/tags)
|
||||
Reference in New Issue
Block a user