aboutsummaryrefslogtreecommitdiff
path: root/parser/monsters/cultist.json
diff options
context:
space:
mode:
authorYour Name <you@example.com>2021-04-13 15:14:34 -0400
committerYour Name <you@example.com>2021-04-13 15:14:34 -0400
commit2ab51e507d620c4479e07ca0ec47d22c8c66bc90 (patch)
tree90906ecb043c01034280c767b83a88eb6df6956f /parser/monsters/cultist.json
downloaddmtool-2ab51e507d620c4479e07ca0ec47d22c8c66bc90.tar.gz
dmtool-2ab51e507d620c4479e07ca0ec47d22c8c66bc90.tar.bz2
dmtool-2ab51e507d620c4479e07ca0ec47d22c8c66bc90.zip
Initial commit
Diffstat (limited to 'parser/monsters/cultist.json')
-rw-r--r--parser/monsters/cultist.json71
1 files changed, 71 insertions, 0 deletions
diff --git a/parser/monsters/cultist.json b/parser/monsters/cultist.json
new file mode 100644
index 0000000..2802267
--- /dev/null
+++ b/parser/monsters/cultist.json
@@ -0,0 +1,71 @@
+{
+ "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",
+ "cost": 1000,
+ "ac": 11,
+ "strength": 0,
+ "disadvantage": false,
+ "weight": 10.0,
+ "type": "light"
+ },
+ {
+ "name": "scimitar",
+ "cost": 2500,
+ "damage": {
+ "dmg_type": "slashing",
+ "dmg_die_count": 1,
+ "dmg_die_sides": 6
+ },
+ "weight": 3.0,
+ "range": [
+ 0,
+ 0
+ ],
+ "reach": 5,
+ "properties": [
+ "finesse",
+ "light"
+ ],
+ "type": "martial melee weapons",
+ "text": "_Melee Weapon Attack:_ +3 to hit, reach 5 ft., one creature. _Hit:_ 4 (1d6 + 1) slashing damage."
+ }
+ ],
+ "natural_armor": [],
+ "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