diff options
Diffstat (limited to 'parser/monsters/skeleton.json')
-rw-r--r-- | parser/monsters/skeleton.json | 66 |
1 files changed, 0 insertions, 66 deletions
diff --git a/parser/monsters/skeleton.json b/parser/monsters/skeleton.json deleted file mode 100644 index b7edfc7..0000000 --- a/parser/monsters/skeleton.json +++ /dev/null @@ -1,66 +0,0 @@ -{ - "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": [ - { - "name": "shortsword", - "type": "weapon", - "text": "_Melee Weapon Attack:_ +4 to hit, reach 5 ft., one target. _Hit:_ 5 (1d6 + 2) piercing damage." - }, - { - "name": "shortbow", - "type": "weapon", - "text": "_Ranged Weapon Attack:_ +4 to hit, range 80/320 ft., one target. _Hit:_ 5 (1d6 + 2) piercing damage." - } - ], - "natural_armor": { - "name": "armor scraps", - "bonus": 13 - }, - "description": "", - "features": [], - "prof": 2 -}
\ No newline at end of file |