diff options
author | Your Name <you@example.com> | 2021-04-29 14:17:08 -0400 |
---|---|---|
committer | Your Name <you@example.com> | 2021-04-29 14:17:08 -0400 |
commit | 5a813a75412ac9b8fadb90c9abd46dd95aee8e9b (patch) | |
tree | 75c5466d459c793430a6481cd276a624cd843794 /parser/monsters/skeleton.json | |
parent | cd57ad6e208728bafcbc8c7d7b85d88603706978 (diff) | |
download | dmtool-5a813a75412ac9b8fadb90c9abd46dd95aee8e9b.tar.gz dmtool-5a813a75412ac9b8fadb90c9abd46dd95aee8e9b.tar.bz2 dmtool-5a813a75412ac9b8fadb90c9abd46dd95aee8e9b.zip |
Removed data files from repo
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 |