aboutsummaryrefslogtreecommitdiff
path: root/parsed/creatures/medusa.json
blob: db1ca11de1afbe04d75d2dc0f1b9d241afb45f3d (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
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
{
  "entry": "creatures",
  "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": [
    {
      "entry": "item",
      "name": "shortsword",
      "type": "weapons",
      "text": "."
    }
  ],
  "observant": false,
  "givenName": "NAME",
  "hpMax": -1,
  "hp": -1,
  "natural_armor": {
    "name": "natural",
    "bonus": 15
  },
  "text": "",
  "features": [
    {
      "entry": "feature",
      "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"
    },
    {
      "entry": "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"
    },
    {
      "entry": "feature",
      "name": "snake hair",
      "text": "",
      "type": "attack",
      "attack": {
        "entry": "item",
        "type": "weapons",
        "name": "snake hair",
        "cost": -1,
        "damage": [
          {
            "dmg_die_count": 1,
            "dmg_die_sides": 4,
            "dmg_type": "piercing",
            "is_or": false
          },
          {
            "dmg_die_count": 4,
            "dmg_die_sides": 6,
            "dmg_type": "poison",
            "is_or": false
          }
        ],
        "weight": -1.0,
        "range": [
          0,
          0
        ],
        "reach": 5,
        "properties": [
          "finesse"
        ],
        "weapon_type": "unknown",
        "text": ".",
        "toHitOverride": null,
        "dmgBonusOverride": null,
        "abilityOverride": null
      }
    },
    {
      "entry": "feature",
      "name": "longbow",
      "text": "",
      "type": "attack",
      "attack": {
        "entry": "item",
        "type": "weapons",
        "name": "longbow",
        "cost": 5000,
        "damage": [
          {
            "dmg_die_count": 1,
            "dmg_die_sides": 8,
            "dmg_type": "piercing",
            "is_or": false
          },
          {
            "dmg_die_count": 2,
            "dmg_die_sides": 6,
            "dmg_type": "poison",
            "is_or": false
          }
        ],
        "weight": 2.0,
        "range": [
          150,
          600
        ],
        "reach": 0,
        "properties": [],
        "weapon_type": "unknown",
        "text": ".",
        "toHitOverride": null,
        "dmgBonusOverride": null,
        "abilityOverride": null
      }
    }
  ],
  "prof": 3
}