diff options
Diffstat (limited to 'parsed/spells/protection_from_energy.json')
-rw-r--r-- | parsed/spells/protection_from_energy.json | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/parsed/spells/protection_from_energy.json b/parsed/spells/protection_from_energy.json new file mode 100644 index 0000000..dd395f1 --- /dev/null +++ b/parsed/spells/protection_from_energy.json @@ -0,0 +1,18 @@ +{ + "entry": "spells", + "name": "protection from energy", + "level": 3, + "type": "abjuration", + "classes": [ + "cleric", + "druid", + "ranger", + "sorcerer", + "wizard" + ], + "casting_time": "1 action", + "range": "Touch", + "components": "V, S", + "duration": "Concentration, up to 1 hour", + "text": "For the duration, the willing creature you touch has resistance to one damage type of your choice: acid, cold, fire, lightning, or thunder." +}
\ No newline at end of file |