diff options
author | Your Name <you@example.com> | 2021-04-13 15:14:34 -0400 |
---|---|---|
committer | Your Name <you@example.com> | 2021-04-13 15:14:34 -0400 |
commit | 2ab51e507d620c4479e07ca0ec47d22c8c66bc90 (patch) | |
tree | 90906ecb043c01034280c767b83a88eb6df6956f /parser/monsters/cat.json | |
download | dmtool-2ab51e507d620c4479e07ca0ec47d22c8c66bc90.tar.gz dmtool-2ab51e507d620c4479e07ca0ec47d22c8c66bc90.tar.bz2 dmtool-2ab51e507d620c4479e07ca0ec47d22c8c66bc90.zip |
Initial commit
Diffstat (limited to 'parser/monsters/cat.json')
-rw-r--r-- | parser/monsters/cat.json | 63 |
1 files changed, 63 insertions, 0 deletions
diff --git a/parser/monsters/cat.json b/parser/monsters/cat.json new file mode 100644 index 0000000..9e8b480 --- /dev/null +++ b/parser/monsters/cat.json @@ -0,0 +1,63 @@ +{ + "speed": "40 ft., climb 30 ft.", + "saves": [], + "d_resistances": [], + "d_vulnerabilities": [], + "d_immunities": [], + "c_immunities": [], + "senses": [], + "langs": "--", + "skills": { + "Perception": 1, + "Stealth": 1 + }, + "hit_die_count": 1, + "hit_die_sides": 4, + "name": "Cat", + "type": "beast", + "cr": 0.0, + "size": "Tiny", + "alignment": "unaligned", + "stats": { + "str": 3, + "dex": 15, + "con": 10, + "int": 3, + "wis": 12, + "cha": 7 + }, + "inventory": [], + "natural_armor": [], + "description": "", + "features": [ + { + "name": "keen smell", + "text": "The cat has advantage on Wisdom (Perception) checks that rely on smell.", + "type": "feature" + }, + { + "name": "claws", + "text": "_Melee Weapon Attack:_ +0 to hit, reach 5 ft., one target. _Hit:_ 1 slashing damage.", + "type": "action", + "attack": { + "name": "claws", + "cost": 0, + "damage": { + "dmg_type": "slashing", + "dmg_die_count": 1, + "dmg_die_sides": 1 + }, + "weight": 0.0, + "range": [ + 0, + 0 + ], + "reach": 5, + "properties": [], + "type": "unknown", + "text": "_Melee Weapon Attack:_ +0 to hit, reach 5 ft., one target. _Hit:_ 1 slashing damage." + } + } + ], + "prof": 2 +}
\ No newline at end of file |