aboutsummaryrefslogtreecommitdiff
path: root/parser/monsters/lemure.json
blob: 237283b46cd587ba0e8179ec81033344b740b08e (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
{
  "speed": "15 ft.",
  "saves": [],
  "d_resistances": [
    {
      "type": "cold",
      "qualifiers": []
    }
  ],
  "d_vulnerabilities": [],
  "d_immunities": [
    {
      "type": "fire",
      "qualifiers": []
    },
    {
      "type": "poison",
      "qualifiers": []
    }
  ],
  "c_immunities": [
    {
      "type": "charmed",
      "qualifiers": []
    },
    {
      "type": "frightened",
      "qualifiers": []
    },
    {
      "type": "poisoned",
      "qualifiers": []
    }
  ],
  "senses": [
    "darkvision 120 ft."
  ],
  "langs": "understands Infernal but can't speak",
  "skills": {},
  "hit_die_count": 3,
  "hit_die_sides": 8,
  "name": "Lemure",
  "type": "fiend (devil)",
  "cr": 0.0,
  "size": "Medium",
  "alignment": "lawful evil",
  "stats": {
    "str": 10,
    "dex": 5,
    "con": 11,
    "int": 1,
    "wis": 11,
    "cha": 3
  },
  "inventory": [],
  "natural_armor": {
    "name": "",
    "bonus": 0
  },
  "description": "",
  "features": [
    {
      "name": "devil's sight",
      "text": "Magical darkness doesn't impede the lemure's darkvision.",
      "type": "feature"
    },
    {
      "name": "hellish rejuvenation",
      "text": "A lemure that dies in the Nine Hells comes back to life with all its hit points in 1d10 days unless it is killed by a good\u2010aligned creature with a bless spell cast on that creature or its remains are sprinkled with holy water.",
      "type": "feature"
    },
    {
      "name": "fist",
      "text": "_Melee Weapon Attack:_ +3 to hit, reach 5 ft., one target. _Hit:_ 2 (1d4) bludgeoning damage.",
      "type": "action",
      "attack": {
        "name": "fist",
        "cost": 0,
        "damage": {
          "dmg_type": "bludgeoning",
          "dmg_die_count": 1,
          "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:_ 2 (1d4) bludgeoning damage."
      }
    }
  ],
  "prof": 2
}