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/pegasus.json | |
download | dmtool-2ab51e507d620c4479e07ca0ec47d22c8c66bc90.tar.gz dmtool-2ab51e507d620c4479e07ca0ec47d22c8c66bc90.tar.bz2 dmtool-2ab51e507d620c4479e07ca0ec47d22c8c66bc90.zip |
Initial commit
Diffstat (limited to 'parser/monsters/pegasus.json')
-rw-r--r-- | parser/monsters/pegasus.json | 61 |
1 files changed, 61 insertions, 0 deletions
diff --git a/parser/monsters/pegasus.json b/parser/monsters/pegasus.json new file mode 100644 index 0000000..321d2cd --- /dev/null +++ b/parser/monsters/pegasus.json @@ -0,0 +1,61 @@ +{ + "speed": "60 ft., fly 90 ft.", + "saves": [ + "dex", + "wis", + "cha" + ], + "d_resistances": [], + "d_vulnerabilities": [], + "d_immunities": [], + "c_immunities": [], + "senses": [], + "langs": "understands Celestial, Common, Elvish, and Sylvan but can't speak", + "skills": { + "Perception": 2 + }, + "hit_die_count": 7, + "hit_die_sides": 10, + "name": "Pegasus", + "type": "celestial", + "cr": 2.0, + "size": "Large", + "alignment": "chaotic good", + "stats": { + "str": 18, + "dex": 15, + "con": 16, + "int": 10, + "wis": 15, + "cha": 13 + }, + "inventory": [], + "natural_armor": [], + "description": "", + "features": [ + { + "name": "hooves", + "text": "_Melee Weapon Attack:_ +6 to hit, reach 5 ft., one target. _Hit:_ 11 (2d6 + 4) bludgeoning damage.", + "type": "action", + "attack": { + "name": "hooves", + "cost": 0, + "damage": { + "dmg_type": "bludgeoning", + "dmg_die_count": 2, + "dmg_die_sides": 6 + }, + "weight": 0.0, + "range": [ + 0, + 0 + ], + "reach": 5, + "properties": [], + "type": "unknown", + "text": "_Melee Weapon Attack:_ +6 to hit, reach 5 ft., one target. _Hit:_ 11 (2d6 + 4) bludgeoning damage." + } + } + ], + "prof": 2 +}
\ No newline at end of file |