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/cultist.json | 62 ------------------------------------------- 1 file changed, 62 deletions(-) delete mode 100644 parsed/creatures/cultist.json (limited to 'parsed/creatures/cultist.json') diff --git a/parsed/creatures/cultist.json b/parsed/creatures/cultist.json deleted file mode 100644 index c6cfac0..0000000 --- a/parsed/creatures/cultist.json +++ /dev/null @@ -1,62 +0,0 @@ -{ - "entry": "creatures", - "speed": "30 ft.", - "saves": [], - "d_resistances": [], - "d_vulnerabilities": [], - "d_immunities": [], - "c_immunities": [], - "senses": [], - "langs": "any one language (usually Common)", - "skills": { - "Deception": 1, - "Religion": 1 - }, - "hit_die_count": 2, - "hit_die_sides": 8, - "name": "Cultist", - "type": "humanoid (any race)", - "cr": 0.125, - "size": "Medium", - "alignment": "any non-good alignment", - "stats": { - "str": 11, - "dex": 12, - "con": 10, - "int": 10, - "wis": 11, - "cha": 10 - }, - "inventory": [ - { - "entry": "item", - "name": "leather", - "type": "armor", - "text": "leather armor" - }, - { - "entry": "item", - "name": "scimitar", - "type": "weapons", - "text": "." - } - ], - "observant": false, - "givenName": "NAME", - "hpMax": -1, - "hp": -1, - "natural_armor": { - "name": "", - "bonus": 0 - }, - "text": "Cultists swear allegiance to dark powers such as elemental princes, demon lords, or archdevils. Most conceal their loyalties to avoid being ostracized, imprisoned, or executed for their beliefs. Unlike evil acolytes, cultists often show signs of insanity in their beliefs and practices.", - "features": [ - { - "entry": "feature", - "name": "dark devotion", - "text": "The cultist has advantage on saving throws against being charmed or frightened.", - "type": "feature" - } - ], - "prof": 2 -} \ No newline at end of file -- cgit v1.2.3