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/roc.json | |
download | dmtool-2ab51e507d620c4479e07ca0ec47d22c8c66bc90.tar.gz dmtool-2ab51e507d620c4479e07ca0ec47d22c8c66bc90.tar.bz2 dmtool-2ab51e507d620c4479e07ca0ec47d22c8c66bc90.zip |
Initial commit
Diffstat (limited to 'parser/monsters/roc.json')
-rw-r--r-- | parser/monsters/roc.json | 100 |
1 files changed, 100 insertions, 0 deletions
diff --git a/parser/monsters/roc.json b/parser/monsters/roc.json new file mode 100644 index 0000000..340fdaa --- /dev/null +++ b/parser/monsters/roc.json @@ -0,0 +1,100 @@ +{ + "speed": "20 ft., fly 120 ft.", + "saves": [ + "dex", + "con", + "wis", + "cha" + ], + "d_resistances": [], + "d_vulnerabilities": [], + "d_immunities": [], + "c_immunities": [], + "senses": [], + "langs": "--", + "skills": { + "Perception": 1 + }, + "hit_die_count": 16, + "hit_die_sides": 20, + "name": "Roc", + "type": "monstrosity", + "cr": 11.0, + "size": "Gargantuan", + "alignment": "unaligned", + "stats": { + "str": 28, + "dex": 10, + "con": 20, + "int": 3, + "wis": 10, + "cha": 9 + }, + "inventory": [], + "natural_armor": [ + { + "name": "natural", + "bonus": 15 + } + ], + "description": "", + "features": [ + { + "name": "keen sight", + "text": "The roc has advantage on Wisdom (Perception) checks that rely on sight.", + "type": "feature" + }, + { + "name": "multiattack", + "text": "The roc makes two attacks: one with its beak and one with its talons.", + "type": "action" + }, + { + "name": "beak", + "text": "_Melee Weapon Attack:_ +13 to hit, reach 10 ft., one target. _Hit:_ 27 (4d8 + 9) piercing damage.", + "type": "action", + "attack": { + "name": "beak", + "cost": 0, + "damage": { + "dmg_type": "piercing", + "dmg_die_count": 4, + "dmg_die_sides": 8 + }, + "weight": 0.0, + "range": [ + 0, + 0 + ], + "reach": 10, + "properties": [], + "type": "unknown", + "text": "_Melee Weapon Attack:_ +13 to hit, reach 10 ft., one target. _Hit:_ 27 (4d8 + 9) piercing damage." + } + }, + { + "name": "talons", + "text": "_Melee Weapon Attack:_ +13 to hit, reach 5 ft., one target. _Hit:_ 23 (4d6 + 9) slashing damage, and the target is grappled (escape DC 19). Until this grapple ends, the target is restrained, and the roc can't use its talons on another target.", + "type": "action", + "attack": { + "name": "talons", + "cost": 0, + "damage": { + "dmg_type": "slashing", + "dmg_die_count": 4, + "dmg_die_sides": 6 + }, + "weight": 0.0, + "range": [ + 0, + 0 + ], + "reach": 5, + "properties": [], + "type": "unknown", + "text": "_Melee Weapon Attack:_ +13 to hit, reach 5 ft., one target. _Hit:_ 23 (4d6 + 9) slashing damage, and the target is grappled (escape DC 19). Until this grapple ends, the target is restrained, and the roc can't use its talons on another target." + } + } + ], + "prof": 4 +}
\ No newline at end of file |