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/harpy.json | 74 ---------------------------------------------- 1 file changed, 74 deletions(-) delete mode 100644 parser/monsters/harpy.json (limited to 'parser/monsters/harpy.json') diff --git a/parser/monsters/harpy.json b/parser/monsters/harpy.json deleted file mode 100644 index d115e49..0000000 --- a/parser/monsters/harpy.json +++ /dev/null @@ -1,74 +0,0 @@ -{ - "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": [ - { - "name": "club", - "type": "weapon", - "text": "_Melee Weapon Attack:_ +3 to hit, reach 5 ft., one target. _Hit:_ 3 (1d4 + 1) bludgeoning damage." - } - ], - "natural_armor": { - "name": "", - "bonus": 0 - }, - "description": "", - "features": [ - { - "name": "multiattack", - "text": "The harpy makes two attacks: one with its claws and one with its club.", - "type": "action" - }, - { - "name": "claws", - "text": "_Melee Weapon Attack:_ +3 to hit, reach 5 ft., one target. _Hit:_ 6 (2d4 + 1) slashing damage.", - "type": "action", - "attack": { - "name": "claws", - "cost": 0, - "damage": { - "dmg_type": "slashing", - "dmg_die_count": 2, - "dmg_die_sides": 4 - }, - "weight": 0.0, - "range": [ - 0, - 0 - ], - "reach": 5, - "properties": [], - "type": "unknown", - "text": "_Melee Weapon Attack:_ +3 to hit, reach 5 ft., one target. _Hit:_ 6 (2d4 + 1) slashing damage." - } - }, - { - "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