aboutsummaryrefslogtreecommitdiff
path: root/parsed/creatures/harpy.json
diff options
context:
space:
mode:
authorYour Name <you@example.com>2023-05-30 18:33:10 -0400
committerYour Name <you@example.com>2023-05-30 18:33:10 -0400
commite1ef3e987a1ef87fad2e44d2023e4aa50fb28c35 (patch)
treeb48a6087720d6bf69a80f0c284320320043fcdee /parsed/creatures/harpy.json
parentd428ae1c5b3b0ec88c1b55c56317c3750502d5f4 (diff)
downloaddmtool-e1ef3e987a1ef87fad2e44d2023e4aa50fb28c35.tar.gz
dmtool-e1ef3e987a1ef87fad2e44d2023e4aa50fb28c35.tar.bz2
dmtool-e1ef3e987a1ef87fad2e44d2023e4aa50fb28c35.zip
Changed makefiles, added parsed files
Diffstat (limited to 'parsed/creatures/harpy.json')
-rw-r--r--parsed/creatures/harpy.json91
1 files changed, 91 insertions, 0 deletions
diff --git a/parsed/creatures/harpy.json b/parsed/creatures/harpy.json
new file mode 100644
index 0000000..5b6afa3
--- /dev/null
+++ b/parsed/creatures/harpy.json
@@ -0,0 +1,91 @@
+{
+ "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