aboutsummaryrefslogtreecommitdiff
path: root/parsed/creatures/cultist.json
diff options
context:
space:
mode:
authorYour Name <you@example.com>2023-05-30 18:33:10 -0400
committerYour Name <you@example.com>2023-05-30 18:33:10 -0400
commite1ef3e987a1ef87fad2e44d2023e4aa50fb28c35 (patch)
treeb48a6087720d6bf69a80f0c284320320043fcdee /parsed/creatures/cultist.json
parentd428ae1c5b3b0ec88c1b55c56317c3750502d5f4 (diff)
downloaddmtool-e1ef3e987a1ef87fad2e44d2023e4aa50fb28c35.tar.gz
dmtool-e1ef3e987a1ef87fad2e44d2023e4aa50fb28c35.tar.bz2
dmtool-e1ef3e987a1ef87fad2e44d2023e4aa50fb28c35.zip
Changed makefiles, added parsed files
Diffstat (limited to 'parsed/creatures/cultist.json')
-rw-r--r--parsed/creatures/cultist.json62
1 files changed, 62 insertions, 0 deletions
diff --git a/parsed/creatures/cultist.json b/parsed/creatures/cultist.json
new file mode 100644
index 0000000..c6cfac0
--- /dev/null
+++ b/parsed/creatures/cultist.json
@@ -0,0 +1,62 @@
+{
+ "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