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/harpy.json | 91 --------------------------------------------- 1 file changed, 91 deletions(-) delete mode 100644 parsed/creatures/harpy.json (limited to 'parsed/creatures/harpy.json') diff --git a/parsed/creatures/harpy.json b/parsed/creatures/harpy.json deleted file mode 100644 index 5b6afa3..0000000 --- a/parsed/creatures/harpy.json +++ /dev/null @@ -1,91 +0,0 @@ -{ - "entry": "creatures", - "speed": "20 ft., fly 40 ft.", - "saves": [], - "d_resistances": [], - "d_vulnerabilities": [], - "d_immunities": [], - "c_immunities": [], - "senses": [], - "langs": "Common", - "skills": {}, - "hit_die_count": 7, - "hit_die_sides": 8, - "name": "Harpy", - "type": "monstrosity", - "cr": 1.0, - "size": "Medium", - "alignment": "chaotic evil", - "stats": { - "str": 12, - "dex": 13, - "con": 12, - "int": 7, - "wis": 10, - "cha": 13 - }, - "inventory": [ - { - "entry": "item", - "name": "club", - "type": "weapons", - "text": "." - } - ], - "observant": false, - "givenName": "NAME", - "hpMax": -1, - "hp": -1, - "natural_armor": { - "name": "", - "bonus": 0 - }, - "text": "", - "features": [ - { - "entry": "feature", - "name": "multiattack", - "text": "The harpy makes two attacks: one with its claws and one with its club.", - "type": "action" - }, - { - "entry": "feature", - "name": "claws", - "text": "", - "type": "attack", - "attack": { - "entry": "item", - "type": "weapons", - "name": "claws", - "cost": -1, - "damage": [ - { - "dmg_die_count": 2, - "dmg_die_sides": 4, - "dmg_type": "slashing", - "is_or": false - } - ], - "weight": -1.0, - "range": [ - 0, - 0 - ], - "reach": 5, - "properties": [], - "weapon_type": "unknown", - "text": ".", - "toHitOverride": null, - "dmgBonusOverride": null, - "abilityOverride": null - } - }, - { - "entry": "feature", - "name": "luring song", - "text": "The harpy sings a magical melody. Every humanoid and giant within 300 feet of the harpy that can hear the song must succeed on a DC 11 Wisdom saving throw or be charmed until the song ends. The harpy must take a bonus action on its subsequent turns to continue singing. It can stop singing at any time. The song ends if the harpy is incapacitated. \nWhile charmed by the harpy, a target is incapacitated and ignores the songs of other harpies. If the charmed target is more than 5 feet away from the harpy, the target must move on its turn toward the harpy by the most direct route, trying to get within 5 feet. It doesn't avoid opportunity attacks, but before moving into damaging terrain, such as lava or a pit, and whenever it takes damage from a source other than the harpy, the target can repeat the saving throw. A charmed target can also repeat the saving throw at the end of each of its turns. If the saving throw is successful, the effect ends on it. \nA target that successfully saves is immune to this harpy's song for the next 24 hours.", - "type": "action" - } - ], - "prof": 2 -} \ No newline at end of file -- cgit v1.2.3