diff options
author | Your Name <you@example.com> | 2021-04-15 15:23:23 -0400 |
---|---|---|
committer | Your Name <you@example.com> | 2021-04-15 15:23:23 -0400 |
commit | dfce4d0398a8bafbb7ad7a31345af181c0269c09 (patch) | |
tree | 695162ff8cc25e146f52d9e26fe19ffa9934b3d6 /parser/monsters/dryad.json | |
parent | 9034c3d2533177f7cb7a7ce939ec53f7fa63f60e (diff) | |
download | dmtool-dfce4d0398a8bafbb7ad7a31345af181c0269c09.tar.gz dmtool-dfce4d0398a8bafbb7ad7a31345af181c0269c09.tar.bz2 dmtool-dfce4d0398a8bafbb7ad7a31345af181c0269c09.zip |
Added spells
Diffstat (limited to 'parser/monsters/dryad.json')
-rw-r--r-- | parser/monsters/dryad.json | 46 |
1 files changed, 28 insertions, 18 deletions
diff --git a/parser/monsters/dryad.json b/parser/monsters/dryad.json index 169df4c..c2b85b8 100644 --- a/parser/monsters/dryad.json +++ b/parser/monsters/dryad.json @@ -31,22 +31,7 @@ "inventory": [ { "name": "club", - "cost": 10, - "damage": { - "dmg_type": "bludgeoning", - "dmg_die_count": 1, - "dmg_die_sides": 4 - }, - "weight": 2.0, - "range": [ - 0, - 0 - ], - "reach": 5, - "properties": [ - "light" - ], - "type": "simple melee weapons", + "type": "weapon", "text": "_Melee Weapon Attack:_ +2 to hit (+6 to hit with shillelagh), reach 5 ft., one target. _Hit:_ 2 (1d4) bludgeoning damage, or 8 (1d8 + 4) bludgeoning damage with shillelagh." } ], @@ -54,9 +39,34 @@ "description": "", "features": [ { - "name": "innate spellcasting", + "name": "spellcasting", "text": "The dryad's innate spellcasting ability is Charisma (spell save DC 14). The dryad can innately cast the following spells, requiring no material components: \nAt will: **_druidcraft_** \n3/day each: **_entangle_**, **_goodberry_** \n1/day each: **_barkskin_**, **_pass without trace_**, **_shillelagh_**", - "type": "feature" + "type": "spellcasting", + "spellcasting_ability": "cha", + "innate": true, + "levels": [ + { + "slots": 0, + "spells": [ + "druidcraft" + ] + }, + { + "slots": 3, + "spells": [ + "entangle", + "goodberry" + ] + }, + { + "slots": 1, + "spells": [ + "barkskin", + "pass without trace", + "shillelagh" + ] + } + ] }, { "name": "magic resistance", |