aboutsummaryrefslogtreecommitdiff
path: root/parsed/creatures/awakened_shrub.json
diff options
context:
space:
mode:
Diffstat (limited to 'parsed/creatures/awakened_shrub.json')
-rw-r--r--parsed/creatures/awakened_shrub.json90
1 files changed, 90 insertions, 0 deletions
diff --git a/parsed/creatures/awakened_shrub.json b/parsed/creatures/awakened_shrub.json
new file mode 100644
index 0000000..58f0f3e
--- /dev/null
+++ b/parsed/creatures/awakened_shrub.json
@@ -0,0 +1,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
+} \ No newline at end of file