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/planetar.json | |
parent | 9034c3d2533177f7cb7a7ce939ec53f7fa63f60e (diff) | |
download | dmtool-dfce4d0398a8bafbb7ad7a31345af181c0269c09.tar.gz dmtool-dfce4d0398a8bafbb7ad7a31345af181c0269c09.tar.bz2 dmtool-dfce4d0398a8bafbb7ad7a31345af181c0269c09.zip |
Added spells
Diffstat (limited to 'parser/monsters/planetar.json')
-rw-r--r-- | parser/monsters/planetar.json | 50 |
1 files changed, 31 insertions, 19 deletions
diff --git a/parser/monsters/planetar.json b/parser/monsters/planetar.json index b30097e..5eac3f8 100644 --- a/parser/monsters/planetar.json +++ b/parser/monsters/planetar.json @@ -70,23 +70,7 @@ "inventory": [ { "name": "greatsword", - "cost": 5000, - "damage": { - "dmg_type": "slashing", - "dmg_die_count": 4, - "dmg_die_sides": 6 - }, - "weight": 6.0, - "range": [ - 0, - 0 - ], - "reach": 5, - "properties": [ - "heavy", - "two-handed" - ], - "type": "martial melee weapons", + "type": "weapon", "text": "_Melee Weapon Attack:_ +12 to hit, reach 5 ft., one target. _Hit:_ 21 (4d6 + 7) slashing damage plus 22 (5d8) radiant damage." } ], @@ -109,9 +93,37 @@ "type": "feature" }, { - "name": "innate spellcasting", + "name": "spellcasting", "text": "The planetar's spellcasting ability is Charisma (spell save DC 20). The planetar can innately cast the following spells, requiring no material components: \nAt will: **_detect evil and good_**, **_invisibility_** (self only) \n3/day each: **_blade barrier_**, **_dispel evil and good_**, **_flame strike_**, **_raise dead_** \n1/day each: **_commune_**, **_control weather_**, **_insect plague_**", - "type": "feature" + "type": "spellcasting", + "spellcasting_ability": "cha", + "innate": true, + "levels": [ + { + "slots": 0, + "spells": [ + "detect evil and good", + "invisibility" + ] + }, + { + "slots": 3, + "spells": [ + "blade barrier", + "dispel evil and good", + "flame strike", + "raise dead" + ] + }, + { + "slots": 1, + "spells": [ + "commune", + "control weather", + "insect plague" + ] + } + ] }, { "name": "magic resistance", |