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/archmage.json | |
parent | 9034c3d2533177f7cb7a7ce939ec53f7fa63f60e (diff) | |
download | dmtool-dfce4d0398a8bafbb7ad7a31345af181c0269c09.tar.gz dmtool-dfce4d0398a8bafbb7ad7a31345af181c0269c09.tar.bz2 dmtool-dfce4d0398a8bafbb7ad7a31345af181c0269c09.zip |
Added spells
Diffstat (limited to 'parser/monsters/archmage.json')
-rw-r--r-- | parser/monsters/archmage.json | 100 |
1 files changed, 81 insertions, 19 deletions
diff --git a/parser/monsters/archmage.json b/parser/monsters/archmage.json index be68e4d..3870e88 100644 --- a/parser/monsters/archmage.json +++ b/parser/monsters/archmage.json @@ -45,24 +45,7 @@ "inventory": [ { "name": "dagger", - "cost": 200, - "damage": { - "dmg_type": "piercing", - "dmg_die_count": 1, - "dmg_die_sides": 4 - }, - "weight": 1.0, - "range": [ - 20, - 60 - ], - "reach": 5, - "properties": [ - "finesse", - "light", - "thrown" - ], - "type": "simple melee weapons", + "type": "weapon", "text": "_Melee or _Ranged Weapon Attack:__ +6 to hit, reach 5 ft. or range 20/60 ft., one target. _Hit:_ 4 (1d4 + 2) piercing damage." } ], @@ -77,7 +60,86 @@ { "name": "spellcasting", "text": "The archmage is an 18th-level spellcaster. Its spellcasting ability is Intelligence (spell save DC 17, +9 to hit with spell attacks). The archmage can cast **_disguise self_** and **_invisibility_** at will and has the following wizard spells prepared: \nCantrips (at will): **_fire bolt, light, mage hand, prestidigitation, shocking grasp_** \n1st level (4 slots): **_detect magic, identify, mage armor, magic missile_** \n2nd level (3 slots): **_detect thoughts, mirror image, misty step_** \n3rd level (3 slots): **_counterspell, fly, lightning bolt_** \n4th level (3 slots): **_banishment, fire shield, stoneskin_** \n5th level (3 slots): **_cone of cold, scrying, wall of force_** \n6th level (1 slot): **_globe of invulnerability_** \n7th level (1 slot): **_teleport_** \n8th level (1 slot): **_mind blank_** \n9th level (1 slot): **_time stop_** \n*The archmage casts **_mind blank, stoneskin and magic armor_** spells on itself before combat.", - "type": "feature" + "type": "spellcasting", + "spellcasting_ability": "int", + "innate": false, + "levels": [ + { + "slots": 0, + "spells": [ + "fire bolt", + "light", + "mage hand", + "prestidigitation", + "shocking grasp" + ] + }, + { + "slots": 4, + "spells": [ + "detect magic", + "identify", + "mage armor", + "magic missile" + ] + }, + { + "slots": 3, + "spells": [ + "detect thoughts", + "mirror image", + "misty step" + ] + }, + { + "slots": 3, + "spells": [ + "counterspell", + "fly", + "lightning bolt" + ] + }, + { + "slots": 3, + "spells": [ + "banishment", + "fire shield", + "stoneskin" + ] + }, + { + "slots": 3, + "spells": [ + "cone of cold", + "scrying", + "wall of force" + ] + }, + { + "slots": 1, + "spells": [ + "globe of invulnerability" + ] + }, + { + "slots": 1, + "spells": [ + "teleport" + ] + }, + { + "slots": 1, + "spells": [ + "mind blank" + ] + }, + { + "slots": 1, + "spells": [ + "time stop" + ] + } + ] } ], "prof": 4 |