mirror of
https://github.com/BTMorton/dnd-5e-srd.git
synced 2025-07-18 20:36:43 -04:00
Fix Water Elemental Whelm action. Closes #8
Fix Druid spellcasting and wild shape mix up. Add Adventuring header to wrap time, movement, etc. Move Alignment, Languages to higher heading. Closes #7
This commit is contained in:
parent
3d3afe305e
commit
ca05d5ca53
15 changed files with 268 additions and 266 deletions
|
@ -615,6 +615,18 @@ The Druid table shows how many spell slots you have to cast your spells of 1st l
|
|||
|
||||
You prepare the list of druid spells that are available for you to cast, choosing from the druid spell list. When you do so, choose a number of druid spells equal to your Wisdom modifier + your druid level (minimum of one spell). The spells must be of a level for which you have spell slots.
|
||||
|
||||
#### Spellcasting Ability
|
||||
|
||||
Wisdom is your spellcasting ability for your druid spells, since your magic draws upon your devotion and attunement to nature. You use your Wisdom whenever a spell refers to your spellcasting ability. In addition, you use your Wisdom modifier when setting the saving throw DC for a druid spell you cast and when making an attack roll with one.
|
||||
|
||||
**Spell save DC** = 8 + your proficiency bonus + your Wisdom modifier
|
||||
|
||||
**Spell attack modifier** = your proficiency bonus + your Wisdom modifier
|
||||
|
||||
#### Ritual Casting
|
||||
|
||||
You can cast a druid spell as a ritual if that spell has the ritual tag and you have the spell prepared.
|
||||
|
||||
#### Spellcasting Focus
|
||||
|
||||
You can use a druidic focus (see chapter 5, “Equip- ment”) as a spellcasting focus for your druid spells.
|
||||
|
@ -631,18 +643,6 @@ For example, if you are a 3rd-level druid, you have four 1st-level and two 2nd-l
|
|||
|
||||
You can also change your list of prepared spells when you finish a long rest. Preparing a new list of druid spells requires time spent in prayer and meditation: at least 1 minute per spell level for each spell on your list.
|
||||
|
||||
#### Spellcasting Ability
|
||||
|
||||
Wisdom is your spellcasting ability for your druid spells, since your magic draws upon your devotion and attunement to nature. You use your Wisdom whenever a spell refers to your spellcasting ability. In addition, you use your Wisdom modifier when setting the saving throw DC for a druid spell you cast and when making an attack roll with one.
|
||||
|
||||
**Spell save DC** = 8 + your proficiency bonus + your Wisdom modifier
|
||||
|
||||
**Spell attack modifier** = your proficiency bonus + your Wisdom modifier
|
||||
|
||||
#### Ritual Casting
|
||||
|
||||
You can cast a druid spell as a ritual if that spell has the ritual tag and you have the spell prepared.
|
||||
|
||||
| Max. | Level | CR Limitations | Example |
|
||||
|------|-------|-----------------------------|-------------|
|
||||
| 2nd | 1/4 | No flying or swimming speed | Wolf |
|
||||
|
|
|
@ -158,7 +158,8 @@ For example, if you are the aforementioned ranger 4/wizard 3, you count as a 5th
|
|||
| 19th | 4 | 3 | 3 | 3 | 3 | 2 | 1 | 1 | 1 |
|
||||
| 20th | 4 | 3 | 3 | 3 | 3 | 2 | 2 | 1 | 1 |
|
||||
|
||||
### Alignment
|
||||
Alignment
|
||||
---------
|
||||
|
||||
A typical creature in the game world has an alignment, which broadly describes its moral and personal attitudes. Alignment is a combination of two factors: one identifies morality (good, evil, or neutral), and the other describes attitudes toward society and order (lawful, chaotic, or neutral). Thus, nine distinct alignments define the possible combinations.
|
||||
|
||||
|
@ -183,7 +184,8 @@ Alignment is an essential part of the nature of celestials and fiends. A devil d
|
|||
|
||||
Most creatures that lack the capacity for rational thought do not have alignments—they are **unaligned**. Such a creature is incapable of making a moral or ethical choice and acts according to its bestial nature. Sharks are savage predators, for example, but they are not evil; they have no alignment.
|
||||
|
||||
### Languages
|
||||
Languages
|
||||
---------
|
||||
|
||||
Your race indicates the languages your character can speak by default, and your background might give you access to one or more additional languages of your choice. Note these languages on your character sheet.
|
||||
|
||||
|
|
|
@ -393,6 +393,9 @@ The Difficulty Class for a saving throw is determined by the effect that causes
|
|||
|
||||
The result of a successful or failed saving throw is also detailed in the effect that allows the save. Usually, a successful save means that a creature suffers no harm, or reduced harm, from an effect.
|
||||
|
||||
Adventuring
|
||||
===========
|
||||
|
||||
Time
|
||||
----
|
||||
|
||||
|
|
|
@ -4275,9 +4275,7 @@ If the saving throw is successful, the target takes half the bludgeoning damage
|
|||
|
||||
***Slam.*** Melee *Weapon Attack:* +7 to hit, reach 5 ft., one target. *Hit:* 13 (2d8 + 4) bludgeoning damage.
|
||||
|
||||
***Whelm (Recharge 4–6).*** Each creature in the elemental’s space must make a DC 15 Strength saving throw. On a failure, a target takes 13 (2d8
|
||||
+ 4) bludgeoning damage. If it is Large or smaller, it is also grappled
|
||||
(escape DC 14). Until this grapple ends, the target is restrained and unable to breathe unless it can breathe water. If the saving throw is successful, the target is pushed out of the elemental’s space.
|
||||
***Whelm (Recharge 4–6).*** Each creature in the elemental’s space must make a DC 15 Strength saving throw. On a failure, a target takes 13 (2d8 + 4) bludgeoning damage. If it is Large or smaller, it is also grappled (escape DC 14). Until this grapple ends, the target is restrained and unable to breathe unless it can breathe water. If the saving throw is successful, the target is pushed out of the elemental’s space.
|
||||
|
||||
The elemental can grapple one Large creature or up to two Medium or smaller creatures at one time. At the start of each of the elemental’s turns, each target grappled by it takes 13 (2d8 + 4) bludgeoning damage. A creature within 5 feet of the elemental can pull a creature or object out of it by taking an action to make a DC 14 Strength and succeeding.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue