aboutsummaryrefslogtreecommitdiff
path: root/parser/monsters/medusa.json
blob: 25b56851b653d26650d0f7844c18cd968fc3bf06 (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
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
{
  "speed": "30 ft.",
  "saves": [],
  "d_resistances": [],
  "d_vulnerabilities": [],
  "d_immunities": [],
  "c_immunities": [],
  "senses": [
    "darkvision 60 ft."
  ],
  "langs": "Common",
  "skills": {
    "Deception": 1,
    "Insight": 1,
    "Perception": 1,
    "Stealth": 1
  },
  "hit_die_count": 17,
  "hit_die_sides": 8,
  "name": "Medusa",
  "type": "monstrosity",
  "cr": 6.0,
  "size": "Medium",
  "alignment": "lawful evil",
  "stats": {
    "str": 10,
    "dex": 15,
    "con": 16,
    "int": 12,
    "wis": 13,
    "cha": 15
  },
  "inventory": [
    {
      "name": "shortsword",
      "cost": 1000,
      "damage": {
        "dmg_type": "piercing",
        "dmg_die_count": 1,
        "dmg_die_sides": 6
      },
      "weight": 2.0,
      "range": [
        0,
        0
      ],
      "reach": 5,
      "properties": [
        "finesse",
        "light"
      ],
      "type": "martial melee weapons",
      "text": "_Melee Weapon Attack:_ +5 to hit, reach 5 ft., one target. _Hit:_ 5 (1d6 + 2) piercing damage."
    },
    {
      "name": "longbow",
      "cost": 5000,
      "damage": {
        "dmg_type": "piercing",
        "dmg_die_count": 1,
        "dmg_die_sides": 8
      },
      "weight": 2.0,
      "range": [
        150,
        600
      ],
      "reach": 0,
      "properties": [
        "ammunition",
        "heavy",
        "two-handed"
      ],
      "type": "martial ranged weapons",
      "text": "_Ranged Weapon Attack:_ +5 to hit, range 150/600 ft., one target. _Hit:_ 6 (1d8 + 2) piercing damage plus 7 (2d6) poison damage."
    }
  ],
  "natural_armor": [
    {
      "name": "natural",
      "bonus": 15
    }
  ],
  "description": "",
  "features": [
    {
      "name": "petrifying gaze",
      "text": "When a creature that can see the medusa's eyes starts its turn within 30 feet of the medusa, the medusa can force it to make a DC 14 Constitution saving throw if the medusa isn't incapacitated and can see the creature. If the saving throw fails by 5 or more, the creature is instantly petrified. Otherwise, a creature that fails the save begins to turn to stone and is restrained. The restrained creature must repeat the saving throw at the end of its next turn, becoming petrified on a failure or ending the effect on a success. The petrification lasts until the creature is freed by the greater restoration spell or other magic.    \nUnless surprised, a creature can avert its eyes to avoid the saving throw at the start of its turn. If the creature does so, it can't see the medusa until the start of its next turn, when it can avert its eyes again. If the creature looks at the medusa in the meantime, it must immediately make the save.    \nIf the medusa sees itself reflected on a polished surface within 30 feet of it and in an area of bright light, the medusa is, due to its curse, affected by its own gaze.",
      "type": "feature"
    },
    {
      "name": "multiattack",
      "text": "The medusa makes either three melee attacks--one with its snake hair and two with its shortsword--or two ranged attacks with its longbow.",
      "type": "action"
    },
    {
      "name": "snake hair",
      "text": "_Melee Weapon Attack:_ +5 to hit, reach 5 ft., one creature. _Hit:_ 4 (1d4 + 2) piercing damage plus 14 (4d6) poison damage.",
      "type": "action",
      "attack": {
        "name": "snake hair",
        "cost": 0,
        "damage": {
          "dmg_type": "piercing",
          "dmg_die_count": 1,
          "dmg_die_sides": 4
        },
        "weight": 0.0,
        "range": [
          0,
          0
        ],
        "reach": 5,
        "properties": [],
        "type": "unknown",
        "text": "_Melee Weapon Attack:_ +5 to hit, reach 5 ft., one creature. _Hit:_ 4 (1d4 + 2) piercing damage plus 14 (4d6) poison damage."
      }
    }
  ],
  "prof": 3
}