aboutsummaryrefslogtreecommitdiff
path: root/parsed/creatures/tribal_warrior.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/tribal_warrior.json
parentd428ae1c5b3b0ec88c1b55c56317c3750502d5f4 (diff)
downloaddmtool-e1ef3e987a1ef87fad2e44d2023e4aa50fb28c35.tar.gz
dmtool-e1ef3e987a1ef87fad2e44d2023e4aa50fb28c35.tar.bz2
dmtool-e1ef3e987a1ef87fad2e44d2023e4aa50fb28c35.zip
Changed makefiles, added parsed files
Diffstat (limited to 'parsed/creatures/tribal_warrior.json')
-rw-r--r--parsed/creatures/tribal_warrior.json59
1 files changed, 59 insertions, 0 deletions
diff --git a/parsed/creatures/tribal_warrior.json b/parsed/creatures/tribal_warrior.json
new file mode 100644
index 0000000..33becaf
--- /dev/null
+++ b/parsed/creatures/tribal_warrior.json
@@ -0,0 +1,59 @@
+{
+ "entry": "creatures",
+ "speed": "30 ft.",
+ "saves": [],
+ "d_resistances": [],
+ "d_vulnerabilities": [],
+ "d_immunities": [],
+ "c_immunities": [],
+ "senses": [],
+ "langs": "any one language",
+ "skills": {},
+ "hit_die_count": 2,
+ "hit_die_sides": 8,
+ "name": "Tribal Warrior",
+ "type": "humanoid (any race)",
+ "cr": 0.125,
+ "size": "Medium",
+ "alignment": "any alignment",
+ "stats": {
+ "str": 13,
+ "dex": 11,
+ "con": 12,
+ "int": 8,
+ "wis": 11,
+ "cha": 8
+ },
+ "inventory": [
+ {
+ "entry": "item",
+ "name": "hide",
+ "type": "armor",
+ "text": "hide armor"
+ },
+ {
+ "entry": "item",
+ "name": "spear",
+ "type": "weapons",
+ "text": "if used with two hands to make a melee attack."
+ }
+ ],
+ "observant": false,
+ "givenName": "NAME",
+ "hpMax": -1,
+ "hp": -1,
+ "natural_armor": {
+ "name": "",
+ "bonus": 0
+ },
+ "text": "Tribal warriors live beyond civilization, most often subsisting on fishing and hunting. Each tribe acts in accordance with the wishes of its chief, who is the greatest or oldest warrior of the tribe or a tribe member blessed by the gods.",
+ "features": [
+ {
+ "entry": "feature",
+ "name": "pack tactics",
+ "text": "The warrior has advantage on an attack roll against a creature if at least one of the warrior's allies is within 5 feet of the creature and the ally isn't incapacitated.",
+ "type": "feature"
+ }
+ ],
+ "prof": 2
+} \ No newline at end of file