diff options
Diffstat (limited to 'parsed/creatures/skeleton.json')
-rw-r--r-- | parsed/creatures/skeleton.json | 73 |
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 |