aboutsummaryrefslogtreecommitdiff
path: root/parsed/creatures/skeleton.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/skeleton.json
parentd428ae1c5b3b0ec88c1b55c56317c3750502d5f4 (diff)
downloaddmtool-e1ef3e987a1ef87fad2e44d2023e4aa50fb28c35.tar.gz
dmtool-e1ef3e987a1ef87fad2e44d2023e4aa50fb28c35.tar.bz2
dmtool-e1ef3e987a1ef87fad2e44d2023e4aa50fb28c35.zip
Changed makefiles, added parsed files
Diffstat (limited to 'parsed/creatures/skeleton.json')
-rw-r--r--parsed/creatures/skeleton.json73
1 files changed, 73 insertions, 0 deletions
diff --git a/parsed/creatures/skeleton.json b/parsed/creatures/skeleton.json
new file mode 100644
index 0000000..7f7faba
--- /dev/null
+++ b/parsed/creatures/skeleton.json
@@ -0,0 +1,73 @@
+{
+ "entry": "creatures",
+ "speed": "30 ft.",
+ "saves": [],
+ "d_resistances": [],
+ "d_vulnerabilities": [
+ {
+ "type": "bludgeoning",
+ "qualifiers": []
+ }
+ ],
+ "d_immunities": [
+ {
+ "type": "poison",
+ "qualifiers": []
+ }
+ ],
+ "c_immunities": [
+ {
+ "type": "exhaustion",
+ "qualifiers": []
+ },
+ {
+ "type": "poisoned",
+ "qualifiers": []
+ }
+ ],
+ "senses": [
+ "darkvision 60 ft."
+ ],
+ "langs": "understands all languages it knew in life but can't speak",
+ "skills": {},
+ "hit_die_count": 2,
+ "hit_die_sides": 8,
+ "name": "Skeleton",
+ "type": "undead",
+ "cr": 0.25,
+ "size": "Medium",
+ "alignment": "lawful evil",
+ "stats": {
+ "str": 10,
+ "dex": 14,
+ "con": 15,
+ "int": 6,
+ "wis": 8,
+ "cha": 5
+ },
+ "inventory": [
+ {
+ "entry": "item",
+ "name": "shortsword",
+ "type": "weapons",
+ "text": "."
+ },
+ {
+ "entry": "item",
+ "name": "shortbow",
+ "type": "weapons",
+ "text": "."
+ }
+ ],
+ "observant": false,
+ "givenName": "NAME",
+ "hpMax": -1,
+ "hp": -1,
+ "natural_armor": {
+ "name": "armor scraps",
+ "bonus": 13
+ },
+ "text": "",
+ "features": [],
+ "prof": 2
+} \ No newline at end of file