aboutsummaryrefslogtreecommitdiff
path: root/parsed/creatures/awakened_shrub.json
blob: 58f0f3e64de50c603f1332da911ee1f2cddf3b00 (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
{
  "entry": "creatures",
  "speed": "20 ft.",
  "saves": [],
  "d_resistances": [
    {
      "type": "piercing",
      "qualifiers": []
    }
  ],
  "d_vulnerabilities": [
    {
      "type": "fire",
      "qualifiers": []
    }
  ],
  "d_immunities": [],
  "c_immunities": [],
  "senses": [],
  "langs": "one language known by its creator",
  "skills": {},
  "hit_die_count": 3,
  "hit_die_sides": 6,
  "name": "Awakened Shrub",
  "type": "plant",
  "cr": 0.0,
  "size": "Small",
  "alignment": "unaligned",
  "stats": {
    "str": 3,
    "dex": 8,
    "con": 11,
    "int": 10,
    "wis": 0,
    "cha": 6
  },
  "inventory": [],
  "observant": true,
  "givenName": "NAME",
  "hpMax": -1,
  "hp": -1,
  "natural_armor": {
    "name": "",
    "bonus": 0
  },
  "text": "An awakened shrub is an ordinary shrub given sentience and mobility by the awaken spell or similar magic.",
  "features": [
    {
      "entry": "feature",
      "name": "false appearance",
      "text": "While the shrub remains motionless, it is indistinguishable from a normal shrub.",
      "type": "feature"
    },
    {
      "entry": "feature",
      "name": "rake",
      "text": "",
      "type": "attack",
      "attack": {
        "entry": "item",
        "type": "weapons",
        "name": "rake",
        "cost": -1,
        "damage": [
          {
            "dmg_die_count": 1,
            "dmg_die_sides": 4,
            "dmg_type": "slashing",
            "is_or": false
          }
        ],
        "weight": -1.0,
        "range": [
          0,
          0
        ],
        "reach": 5,
        "properties": [
          "finesse"
        ],
        "weapon_type": "unknown",
        "text": ".",
        "toHitOverride": null,
        "dmgBonusOverride": null,
        "abilityOverride": null
      }
    }
  ],
  "prof": 2
}