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/lamia.json | |
parent | 9034c3d2533177f7cb7a7ce939ec53f7fa63f60e (diff) | |
download | dmtool-dfce4d0398a8bafbb7ad7a31345af181c0269c09.tar.gz dmtool-dfce4d0398a8bafbb7ad7a31345af181c0269c09.tar.bz2 dmtool-dfce4d0398a8bafbb7ad7a31345af181c0269c09.zip |
Added spells
Diffstat (limited to 'parser/monsters/lamia.json')
-rw-r--r-- | parser/monsters/lamia.json | 49 |
1 files changed, 29 insertions, 20 deletions
diff --git a/parser/monsters/lamia.json b/parser/monsters/lamia.json index d2cee42..f881e3f 100644 --- a/parser/monsters/lamia.json +++ b/parser/monsters/lamia.json @@ -32,24 +32,7 @@ "inventory": [ { "name": "dagger", - "cost": 200, - "damage": { - "dmg_type": "piercing", - "dmg_die_count": 1, - "dmg_die_sides": 4 - }, - "weight": 1.0, - "range": [ - 0, - 0 - ], - "reach": 5, - "properties": [ - "finesse", - "light", - "thrown" - ], - "type": "simple melee weapons", + "type": "weapon", "text": "_Melee Weapon Attack:_ +5 to hit, reach 5 ft., one target. _Hit:_ 5 (1d4 + 3) piercing damage." } ], @@ -62,9 +45,35 @@ "description": "", "features": [ { - "name": "innate spellcasting", + "name": "spellcasting", "text": "The lamia's innate spellcasting ability is Charisma (spell save DC 13). It can innately cast the following spells, requiring no material components. \nAt will: **_disguise self_** (any humanoid form), **_major image_** \n3/day each: **_charm person_**, **_mirror image_**, **_scrying_**, **_suggestion_** \n1/day: **_geas_**", - "type": "feature" + "type": "spellcasting", + "spellcasting_ability": "cha", + "innate": true, + "levels": [ + { + "slots": 0, + "spells": [ + "disguise self", + "major image" + ] + }, + { + "slots": 3, + "spells": [ + "charm person", + "mirror image", + "scrying", + "suggestion" + ] + }, + { + "slots": 1, + "spells": [ + "geas" + ] + } + ] }, { "name": "multiattack", |