aboutsummaryrefslogtreecommitdiff
path: root/parsed/creatures/harpy.json
blob: 5b6afa3ed81c5397a370f9463d1db890cfd8ff4c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
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
}