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/priest.json | 103 ------------------------------------------- 1 file changed, 103 deletions(-) delete mode 100644 parsed/creatures/priest.json (limited to 'parsed/creatures/priest.json') diff --git a/parsed/creatures/priest.json b/parsed/creatures/priest.json deleted file mode 100644 index ca99226..0000000 --- a/parsed/creatures/priest.json +++ /dev/null @@ -1,103 +0,0 @@ -{ - "entry": "creatures", - "speed": "25 ft.", - "saves": [], - "d_resistances": [], - "d_vulnerabilities": [], - "d_immunities": [], - "c_immunities": [], - "senses": [], - "langs": "any two languages", - "skills": { - "Medicine": 2, - "Persuasion": 1, - "Religion": 2 - }, - "hit_die_count": 5, - "hit_die_sides": 8, - "name": "Priest", - "type": "humanoid (any race)", - "cr": 2.0, - "size": "Medium", - "alignment": "any alignment", - "stats": { - "str": 10, - "dex": 10, - "con": 12, - "int": 13, - "wis": 16, - "cha": 13 - }, - "inventory": [ - { - "entry": "item", - "name": "chain shirt", - "type": "armor", - "text": "chain shirt armor" - }, - { - "entry": "item", - "name": "mace", - "type": "weapons", - "text": "." - } - ], - "observant": false, - "givenName": "NAME", - "hpMax": -1, - "hp": -1, - "natural_armor": { - "name": "", - "bonus": 0 - }, - "text": "Priests bring the teachings of their gods to the common folk. They are the spiritual leaders of temples and shrines and often hold positions of influence in their communities. Evil priests might work openly under a tyrant, or they might be the leaders of religious sects hidden in the shadows of good society, overseeing depraved rites. A priest typically has one or more acolytes to help with religious ceremonies and other sacred duties.", - "features": [ - { - "entry": "feature", - "name": "divine eminence", - "text": "As a bonus action, the priest can expend a spell slot to cause its melee weapon attacks to magically deal an extra 10 (3d6) radiant damage to a target on a hit. This benefit lasts until the end of the turn. If the priest expends a spell slot of 2nd level or higher, the extra damage increases by 1d6 for each level above 1st.", - "type": "feature" - }, - { - "entry": "feature", - "name": "spellcasting", - "text": "The priest is a 5th-level spellcaster. Its spellcasting ability is Wisdom (spell save DC 13, +5 to hit with spell attacks). The priest has the following cleric spells prepared: \nCantrips (at will): **_light, sacred flame, thaumaturgy_** \n1st level (4 slots): **_cure wounds, guiding bolt, sanctuary_** \n2nd level (3 slots): **_lesser restoration, spiritual weapon_** \n3rd level (2 slots): **_dispel magic, spirit guardians_**", - "type": "spells", - "spellcasting_ability": "wis", - "innate": false, - "levels": [ - { - "slots": 0, - "spells": [ - "light", - "sacred flame", - "thaumaturgy" - ] - }, - { - "slots": 4, - "spells": [ - "cure wounds", - "guiding bolt", - "sanctuary" - ] - }, - { - "slots": 3, - "spells": [ - "lesser restoration", - "spiritual weapon" - ] - }, - { - "slots": 2, - "spells": [ - "dispel magic", - "spirit guardians" - ] - } - ] - } - ], - "prof": 2 -} \ No newline at end of file -- cgit v1.2.3