diff options
author | Your Name <you@example.com> | 2021-04-29 14:17:08 -0400 |
---|---|---|
committer | Your Name <you@example.com> | 2021-04-29 14:17:08 -0400 |
commit | 5a813a75412ac9b8fadb90c9abd46dd95aee8e9b (patch) | |
tree | 75c5466d459c793430a6481cd276a624cd843794 /parser/monsters/cultist.json | |
parent | cd57ad6e208728bafcbc8c7d7b85d88603706978 (diff) | |
download | dmtool-5a813a75412ac9b8fadb90c9abd46dd95aee8e9b.tar.gz dmtool-5a813a75412ac9b8fadb90c9abd46dd95aee8e9b.tar.bz2 dmtool-5a813a75412ac9b8fadb90c9abd46dd95aee8e9b.zip |
Removed data files from repo
Diffstat (limited to 'parser/monsters/cultist.json')
-rw-r--r-- | parser/monsters/cultist.json | 54 |
1 files changed, 0 insertions, 54 deletions
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 |