aboutsummaryrefslogtreecommitdiff
path: root/parsed/creatures/magmin.json
blob: 176b0a6bd435ccc259a344f554c4bbe65fd343d9 (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
{
  "entry": "creatures",
  "speed": "30 ft.",
  "saves": [],
  "d_resistances": [
    {
      "type": "bludgeoning",
      "qualifiers": [
        "nonmagical"
      ]
    },
    {
      "type": "piercing",
      "qualifiers": [
        "nonmagical"
      ]
    },
    {
      "type": "slashing",
      "qualifiers": [
        "nonmagical"
      ]
    }
  ],
  "d_vulnerabilities": [],
  "d_immunities": [
    {
      "type": "fire",
      "qualifiers": []
    }
  ],
  "c_immunities": [],
  "senses": [
    "darkvision 60 ft."
  ],
  "langs": "Ignan",
  "skills": {},
  "hit_die_count": 2,
  "hit_die_sides": 6,
  "name": "Magmin",
  "type": "elemental",
  "cr": 0.5,
  "size": "Small",
  "alignment": "chaotic neutral",
  "stats": {
    "str": 7,
    "dex": 15,
    "con": 12,
    "int": 8,
    "wis": 11,
    "cha": 10
  },
  "inventory": [],
  "observant": false,
  "givenName": "NAME",
  "hpMax": -1,
  "hp": -1,
  "natural_armor": {
    "name": "natural",
    "bonus": 14
  },
  "text": "",
  "features": [
    {
      "entry": "feature",
      "name": "death burst",
      "text": "When the magmin dies, it explodes in a burst of fire and magma. Each creature within 10 feet of it must make a DC 11 Dexterity saving throw, taking 7 (2d6) fire damage on a failed save, or half as much damage on a successful one. Flammable objects that aren't being worn or carried in that area are ignited.",
      "type": "feature"
    },
    {
      "entry": "feature",
      "name": "ignited illumination",
      "text": "As a bonus action, the magmin can set itself ablaze or extinguish its flames. While ablaze, the magmin sheds bright light in a 10-foot radius and dim light for an additional 10 feet.",
      "type": "feature"
    },
    {
      "entry": "feature",
      "name": "touch",
      "text": "",
      "type": "attack",
      "attack": {
        "entry": "item",
        "type": "weapons",
        "name": "touch",
        "cost": -1,
        "damage": [
          {
            "dmg_die_count": 2,
            "dmg_die_sides": 6,
            "dmg_type": "fire",
            "is_or": false
          }
        ],
        "weight": -1.0,
        "range": [
          0,
          0
        ],
        "reach": 5,
        "properties": [
          "finesse"
        ],
        "weapon_type": "unknown",
        "text": ". If the target is a creature or a flammable object, it ignites. Until a creature takes an action to douse the fire, the target takes 3 (1d6) fire damage at the end of each of its turns.",
        "toHitOverride": null,
        "dmgBonusOverride": 0,
        "abilityOverride": null
      }
    }
  ],
  "prof": 2
}