From 056c006c687995198d0ec02eeebc2b00a6097879 Mon Sep 17 00:00:00 2001 From: Your Name Date: Tue, 10 Dec 2024 19:32:14 -0500 Subject: Removed parsed/ as a thing that is version controlled --- parsed/creatures/blood_hawk.json | 88 ---------------------------------------- 1 file changed, 88 deletions(-) delete mode 100644 parsed/creatures/blood_hawk.json (limited to 'parsed/creatures/blood_hawk.json') diff --git a/parsed/creatures/blood_hawk.json b/parsed/creatures/blood_hawk.json deleted file mode 100644 index d68dc04..0000000 --- a/parsed/creatures/blood_hawk.json +++ /dev/null @@ -1,88 +0,0 @@ -{ - "entry": "creatures", - "speed": "10 ft., fly 60 ft.", - "saves": [], - "d_resistances": [], - "d_vulnerabilities": [], - "d_immunities": [], - "c_immunities": [], - "senses": [], - "langs": "--", - "skills": { - "Perception": 1 - }, - "hit_die_count": 2, - "hit_die_sides": 6, - "name": "Blood Hawk", - "type": "beast", - "cr": 0.125, - "size": "Small", - "alignment": "unaligned", - "stats": { - "str": 6, - "dex": 14, - "con": 10, - "int": 3, - "wis": 14, - "cha": 5 - }, - "inventory": [], - "observant": false, - "givenName": "NAME", - "hpMax": -1, - "hp": -1, - "natural_armor": { - "name": "", - "bonus": 0 - }, - "text": "Taking its name from its crimson feathers and aggressive nature, the blood hawk fearlessly attacks almost any animal, stabbing it with its daggerlike beak. Blood hawks flock together in large numbers, attacking as a pack to take down prey.", - "features": [ - { - "entry": "feature", - "name": "keen sight", - "text": "The hawk has advantage on Wisdom (Perception) checks that rely on sight.", - "type": "feature" - }, - { - "entry": "feature", - "name": "pack tactics", - "text": "The hawk has advantage on an attack roll against a creature if at least one of the hawk's allies is within 5 feet of the creature and the ally isn't incapacitated.", - "type": "feature" - }, - { - "entry": "feature", - "name": "beak", - "text": "", - "type": "attack", - "attack": { - "entry": "item", - "type": "weapons", - "name": "beak", - "cost": -1, - "damage": [ - { - "dmg_die_count": 1, - "dmg_die_sides": 4, - "dmg_type": "piercing", - "is_or": false - } - ], - "weight": -1.0, - "range": [ - 0, - 0 - ], - "reach": 5, - "properties": [ - "finesse" - ], - "weapon_type": "unknown", - "text": ".", - "toHitOverride": null, - "dmgBonusOverride": null, - "abilityOverride": null - } - } - ], - "prof": 2 -} \ No newline at end of file -- cgit v1.2.3