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/roc.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/roc.json')
-rw-r--r-- | parser/monsters/roc.json | 98 |
1 files changed, 0 insertions, 98 deletions
diff --git a/parser/monsters/roc.json b/parser/monsters/roc.json deleted file mode 100644 index a6fcf58..0000000 --- a/parser/monsters/roc.json +++ /dev/null @@ -1,98 +0,0 @@ -{ - "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 |