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/efreeti.json | |
parent | 9034c3d2533177f7cb7a7ce939ec53f7fa63f60e (diff) | |
download | dmtool-dfce4d0398a8bafbb7ad7a31345af181c0269c09.tar.gz dmtool-dfce4d0398a8bafbb7ad7a31345af181c0269c09.tar.bz2 dmtool-dfce4d0398a8bafbb7ad7a31345af181c0269c09.zip |
Added spells
Diffstat (limited to 'parser/monsters/efreeti.json')
-rw-r--r-- | parser/monsters/efreeti.json | 50 |
1 files changed, 31 insertions, 19 deletions
diff --git a/parser/monsters/efreeti.json b/parser/monsters/efreeti.json index 0f28b31..93546d5 100644 --- a/parser/monsters/efreeti.json +++ b/parser/monsters/efreeti.json @@ -37,23 +37,7 @@ "inventory": [ { "name": "scimitar", - "cost": 2500, - "damage": { - "dmg_type": "slashing", - "dmg_die_count": 2, - "dmg_die_sides": 6 - }, - "weight": 3.0, - "range": [ - 0, - 0 - ], - "reach": 5, - "properties": [ - "finesse", - "light" - ], - "type": "martial melee weapons", + "type": "weapon", "text": "_Melee Weapon Attack:_ +10 to hit, reach 5 ft., one target. _Hit:_ 13 (2d6 + 6) slashing damage plus 7 (2d6) fire damage." } ], @@ -71,9 +55,37 @@ "type": "feature" }, { - "name": "innate spellcasting", + "name": "spellcasting", "text": "The efreeti's innate spellcasting ability is Charisma (spell save DC 15, +7 to hit with spell attacks). It can innately cast the following spells, requiring no material components: \nAt will: **_detect magic_** \n3/day: **_enlarge/reduce_**, **_tongues_** \n1/day each: **_conjure elemental_** (fire elemental only), **_gaseous form_**, **_invisibility_**, **_major image_**, **_plane shift_**, **_wall of fire_**", - "type": "feature" + "type": "spellcasting", + "spellcasting_ability": "cha", + "innate": true, + "levels": [ + { + "slots": 0, + "spells": [ + "detect magic" + ] + }, + { + "slots": 3, + "spells": [ + "enlarge/reduce", + "tongues" + ] + }, + { + "slots": 1, + "spells": [ + "conjure elemental", + "gaseous form", + "invisibility", + "major image", + "plane shift", + "wall of fire" + ] + } + ] }, { "name": "multiattack", |