aboutsummaryrefslogtreecommitdiff
path: root/parsed/creatures/bandit.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/bandit.json
parentd428ae1c5b3b0ec88c1b55c56317c3750502d5f4 (diff)
downloaddmtool-e1ef3e987a1ef87fad2e44d2023e4aa50fb28c35.tar.gz
dmtool-e1ef3e987a1ef87fad2e44d2023e4aa50fb28c35.tar.bz2
dmtool-e1ef3e987a1ef87fad2e44d2023e4aa50fb28c35.zip
Changed makefiles, added parsed files
Diffstat (limited to 'parsed/creatures/bandit.json')
-rw-r--r--parsed/creatures/bandit.json58
1 files changed, 58 insertions, 0 deletions
diff --git a/parsed/creatures/bandit.json b/parsed/creatures/bandit.json
new file mode 100644
index 0000000..9012887
--- /dev/null
+++ b/parsed/creatures/bandit.json
@@ -0,0 +1,58 @@
+{
+ "entry": "creatures",
+ "speed": "30 ft.",
+ "saves": [],
+ "d_resistances": [],
+ "d_vulnerabilities": [],
+ "d_immunities": [],
+ "c_immunities": [],
+ "senses": [],
+ "langs": "any one language (usually Common)",
+ "skills": {},
+ "hit_die_count": 2,
+ "hit_die_sides": 8,
+ "name": "Bandit",
+ "type": "humanoid (any race)",
+ "cr": 0.125,
+ "size": "Medium",
+ "alignment": "any non-lawful alignment",
+ "stats": {
+ "str": 11,
+ "dex": 12,
+ "con": 12,
+ "int": 10,
+ "wis": 10,
+ "cha": 10
+ },
+ "inventory": [
+ {
+ "entry": "item",
+ "name": "leather",
+ "type": "armor",
+ "text": "leather armor"
+ },
+ {
+ "entry": "item",
+ "name": "scimitar",
+ "type": "weapons",
+ "text": "."
+ },
+ {
+ "entry": "item",
+ "name": "light crossbow",
+ "type": "weapons",
+ "text": "."
+ }
+ ],
+ "observant": false,
+ "givenName": "NAME",
+ "hpMax": -1,
+ "hp": -1,
+ "natural_armor": {
+ "name": "",
+ "bonus": 0
+ },
+ "text": "Bandits rove in gangs and are sometimes led by thugs, veterans, or spellcasters. Not all bandits are evil. Oppression, drought, disease, or famine can often drive otherwise honest folk to a life of banditry. Pirates are bandits of the high seas. They might be freebooters interested only in treasure and murder, or they might be privateers sanctioned by the crown to attack and plunder an enemy nation's vessels.",
+ "features": [],
+ "prof": 2
+} \ No newline at end of file