Added more property help docs

This commit is contained in:
Stefan Zermatten
2022-09-01 12:18:29 +02:00
parent a63e2099d3
commit ffe37bf907
30 changed files with 948 additions and 11 deletions

View 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)