aboutsummaryrefslogtreecommitdiff
path: root/parsed/creatures/veteran.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/veteran.json
parentd428ae1c5b3b0ec88c1b55c56317c3750502d5f4 (diff)
downloaddmtool-e1ef3e987a1ef87fad2e44d2023e4aa50fb28c35.tar.gz
dmtool-e1ef3e987a1ef87fad2e44d2023e4aa50fb28c35.tar.bz2
dmtool-e1ef3e987a1ef87fad2e44d2023e4aa50fb28c35.zip
Changed makefiles, added parsed files
Diffstat (limited to 'parsed/creatures/veteran.json')
-rw-r--r--parsed/creatures/veteran.json74
1 files changed, 74 insertions, 0 deletions
diff --git a/parsed/creatures/veteran.json b/parsed/creatures/veteran.json
new file mode 100644
index 0000000..f8fb718
--- /dev/null
+++ b/parsed/creatures/veteran.json
@@ -0,0 +1,74 @@
+{
+ "entry": "creatures",
+ "speed": "30 ft.",
+ "saves": [],
+ "d_resistances": [],
+ "d_vulnerabilities": [],
+ "d_immunities": [],
+ "c_immunities": [],
+ "senses": [],
+ "langs": "any one language (usually Common)",
+ "skills": {
+ "Athletics": 1,
+ "Perception": 1
+ },
+ "hit_die_count": 9,
+ "hit_die_sides": 8,
+ "name": "Veteran",
+ "type": "humanoid (any race)",
+ "cr": 3.0,
+ "size": "Medium",
+ "alignment": "any alignment",
+ "stats": {
+ "str": 16,
+ "dex": 13,
+ "con": 14,
+ "int": 10,
+ "wis": 11,
+ "cha": 10
+ },
+ "inventory": [
+ {
+ "entry": "item",
+ "name": "splint",
+ "type": "armor",
+ "text": "splint armor"
+ },
+ {
+ "entry": "item",
+ "name": "longsword",
+ "type": "weapons",
+ "text": "if used with two hands."
+ },
+ {
+ "entry": "item",
+ "name": "shortsword",
+ "type": "weapons",
+ "text": "."
+ },
+ {
+ "entry": "item",
+ "name": "heavy crossbow",
+ "type": "weapons",
+ "text": "."
+ }
+ ],
+ "observant": false,
+ "givenName": "NAME",
+ "hpMax": -1,
+ "hp": -1,
+ "natural_armor": {
+ "name": "",
+ "bonus": 0
+ },
+ "text": "Veterans are professional fighters that take up arms for pay or to protect something they believe in or value. Their ranks include soldiers retired from long service and warriors who never served anyone but themselves.",
+ "features": [
+ {
+ "entry": "feature",
+ "name": "multiattack",
+ "text": "The veteran makes two longsword attacks. If it has a shortsword drawn, it can also make a shortsword attack.",
+ "type": "action"
+ }
+ ],
+ "prof": 2
+} \ No newline at end of file