diff options
Diffstat (limited to 'parsed/creatures/roc.json')
-rw-r--r-- | parsed/creatures/roc.json | 123 |
1 files changed, 0 insertions, 123 deletions
diff --git a/parsed/creatures/roc.json b/parsed/creatures/roc.json deleted file mode 100644 index 7817c2c..0000000 --- a/parsed/creatures/roc.json +++ /dev/null @@ -1,123 +0,0 @@ -{ - "entry": "creatures", - "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": [], - "observant": false, - "givenName": "NAME", - "hpMax": -1, - "hp": -1, - "natural_armor": { - "name": "natural", - "bonus": 15 - }, - "text": "", - "features": [ - { - "entry": "feature", - "name": "keen sight", - "text": "The roc has advantage on Wisdom (Perception) checks that rely on sight.", - "type": "feature" - }, - { - "entry": "feature", - "name": "multiattack", - "text": "The roc makes two attacks: one with its beak and one with its talons.", - "type": "action" - }, - { - "entry": "feature", - "name": "beak", - "text": "", - "type": "attack", - "attack": { - "entry": "item", - "type": "weapons", - "name": "beak", - "cost": -1, - "damage": [ - { - "dmg_die_count": 4, - "dmg_die_sides": 8, - "dmg_type": "piercing", - "is_or": false - } - ], - "weight": -1.0, - "range": [ - 0, - 0 - ], - "reach": 10, - "properties": [], - "weapon_type": "unknown", - "text": ".", - "toHitOverride": null, - "dmgBonusOverride": null, - "abilityOverride": null - } - }, - { - "entry": "feature", - "name": "talons", - "text": "", - "type": "attack", - "attack": { - "entry": "item", - "type": "weapons", - "name": "talons", - "cost": -1, - "damage": [ - { - "dmg_die_count": 4, - "dmg_die_sides": 6, - "dmg_type": "slashing", - "is_or": false - } - ], - "weight": -1.0, - "range": [ - 0, - 0 - ], - "reach": 5, - "properties": [], - "weapon_type": "unknown", - "text": ", 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.", - "toHitOverride": null, - "dmgBonusOverride": null, - "abilityOverride": null - } - } - ], - "prof": 4 -}
\ No newline at end of file |