diff options
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", |