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/cultist.json | 54 -------------------------------------------- 1 file changed, 54 deletions(-) delete mode 100644 parser/monsters/cultist.json (limited to 'parser/monsters/cultist.json') diff --git a/parser/monsters/cultist.json b/parser/monsters/cultist.json deleted file mode 100644 index 74b2907..0000000 --- a/parser/monsters/cultist.json +++ /dev/null @@ -1,54 +0,0 @@ -{ - "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": [ - { - "name": "leather", - "type": "armor", - "text": "leather armor" - }, - { - "name": "scimitar", - "type": "weapon", - "text": "_Melee Weapon Attack:_ +3 to hit, reach 5 ft., one creature. _Hit:_ 4 (1d6 + 1) slashing damage." - } - ], - "natural_armor": { - "name": "", - "bonus": 0 - }, - "description": "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": [ - { - "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