From 5a813a75412ac9b8fadb90c9abd46dd95aee8e9b Mon Sep 17 00:00:00 2001 From: Your Name Date: Thu, 29 Apr 2021 14:17:08 -0400 Subject: Removed data files from repo --- parser/monsters/archmage.json | 149 ------------------------------------------ 1 file changed, 149 deletions(-) delete mode 100644 parser/monsters/archmage.json (limited to 'parser/monsters/archmage.json') diff --git a/parser/monsters/archmage.json b/parser/monsters/archmage.json deleted file mode 100644 index 98c983c..0000000 --- a/parser/monsters/archmage.json +++ /dev/null @@ -1,149 +0,0 @@ -{ - "speed": "30 ft.", - "saves": [ - "int", - "wis" - ], - "d_resistances": [ - { - "type": "bludgeoning", - "qualifiers": [ - "nonmagical" - ] - }, - { - "type": "piercing", - "qualifiers": [ - "nonmagical" - ] - } - ], - "d_vulnerabilities": [], - "d_immunities": [], - "c_immunities": [], - "senses": [], - "langs": "any six languages", - "skills": { - "Arcana": 2, - "History": 2 - }, - "hit_die_count": 18, - "hit_die_sides": 8, - "name": "Archmage", - "type": "humanoid (any race)", - "cr": 12.0, - "size": "Medium", - "alignment": "any alignment", - "stats": { - "str": 10, - "dex": 14, - "con": 12, - "int": 20, - "wis": 15, - "cha": 16 - }, - "inventory": [ - { - "name": "dagger", - "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." - } - ], - "natural_armor": { - "name": "", - "bonus": 0 - }, - "description": "Archmages are powerful (and usually quite old) spellcasters dedicated to the study of the arcane arts. Benevolent ones counsel kings and queens, while evil ones rule as tyrants and pursue lichdom. Those who are neither good nor evil sequester themselves in remote towers to practice their magic without interruption. An archmage typically has one or more apprentice mages, and an archmage's abode has numerous magical wards and guardians to discourage interlopers.", - "features": [ - { - "name": "magic resistance", - "text": "The archmage has advantage on saving throws against spells and other magical effects.", - "type": "feature" - }, - { - "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": "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 -} \ No newline at end of file -- cgit v1.2.3