From 056c006c687995198d0ec02eeebc2b00a6097879 Mon Sep 17 00:00:00 2001 From: Your Name Date: Tue, 10 Dec 2024 19:32:14 -0500 Subject: Removed parsed/ as a thing that is version controlled --- parsed/creatures/archmage.json | 163 ----------------------------------------- 1 file changed, 163 deletions(-) delete mode 100644 parsed/creatures/archmage.json (limited to 'parsed/creatures/archmage.json') diff --git a/parsed/creatures/archmage.json b/parsed/creatures/archmage.json deleted file mode 100644 index 8caa515..0000000 --- a/parsed/creatures/archmage.json +++ /dev/null @@ -1,163 +0,0 @@ -{ - "entry": "creatures", - "speed": "30 ft.", - "saves": [ - "int", - "wis" - ], - "d_resistances": [ - { - "type": "bludgeoning", - "qualifiers": [ - "nonmagical" - ] - }, - { - "type": "piercing", - "qualifiers": [ - "nonmagical" - ] - }, - { - "type": "slashing", - "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": [ - { - "entry": "item", - "name": "dagger", - "type": "weapons", - "text": "." - } - ], - "observant": false, - "givenName": "NAME", - "hpMax": -1, - "hp": -1, - "natural_armor": { - "name": "", - "bonus": 0 - }, - "text": "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": [ - { - "entry": "feature", - "name": "magic resistance", - "text": "The archmage has advantage on saving throws against spells and other magical effects.", - "type": "feature" - }, - { - "entry": "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": "spells", - "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