From 5a813a75412ac9b8fadb90c9abd46dd95aee8e9b Mon Sep 17 00:00:00 2001 From: Your Name Date: Thu, 29 Apr 2021 14:17:08 -0400 Subject: Removed data files from repo --- parser/monsters/roc.json | 98 ------------------------------------------------ 1 file changed, 98 deletions(-) delete mode 100644 parser/monsters/roc.json (limited to 'parser/monsters/roc.json') 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 -- cgit v1.2.3