aboutsummaryrefslogtreecommitdiff
path: root/parsed/creatures/awakened_tree.json
diff options
context:
space:
mode:
Diffstat (limited to 'parsed/creatures/awakened_tree.json')
-rw-r--r--parsed/creatures/awakened_tree.json92
1 files changed, 92 insertions, 0 deletions
diff --git a/parsed/creatures/awakened_tree.json b/parsed/creatures/awakened_tree.json
new file mode 100644
index 0000000..3d8588e
--- /dev/null
+++ b/parsed/creatures/awakened_tree.json
@@ -0,0 +1,92 @@
+{
+ "entry": "creatures",
+ "speed": "20 ft.",
+ "saves": [],
+ "d_resistances": [
+ {
+ "type": "bludgeoning",
+ "qualifiers": []
+ },
+ {
+ "type": "piercing",
+ "qualifiers": []
+ }
+ ],
+ "d_vulnerabilities": [
+ {
+ "type": "fire",
+ "qualifiers": []
+ }
+ ],
+ "d_immunities": [],
+ "c_immunities": [],
+ "senses": [],
+ "langs": "one language known by its creator",
+ "skills": {},
+ "hit_die_count": 7,
+ "hit_die_sides": 12,
+ "name": "Awakened Tree",
+ "type": "plant",
+ "cr": 2.0,
+ "size": "Huge",
+ "alignment": "unaligned",
+ "stats": {
+ "str": 19,
+ "dex": 6,
+ "con": 15,
+ "int": 10,
+ "wis": 10,
+ "cha": 7
+ },
+ "inventory": [],
+ "observant": false,
+ "givenName": "NAME",
+ "hpMax": -1,
+ "hp": -1,
+ "natural_armor": {
+ "name": "natural",
+ "bonus": 13
+ },
+ "text": "An awakened tree is an ordinary tree given sentience and mobility by the awaken spell or similar magic.",
+ "features": [
+ {
+ "entry": "feature",
+ "name": "false appearance",
+ "text": "While the tree remains motionless, it is indistinguishable from a normal tree.",
+ "type": "feature"
+ },
+ {
+ "entry": "feature",
+ "name": "slam",
+ "text": "",
+ "type": "attack",
+ "attack": {
+ "entry": "item",
+ "type": "weapons",
+ "name": "slam",
+ "cost": -1,
+ "damage": [
+ {
+ "dmg_die_count": 3,
+ "dmg_die_sides": 6,
+ "dmg_type": "bludgeoning",
+ "is_or": false
+ }
+ ],
+ "weight": -1.0,
+ "range": [
+ 0,
+ 0
+ ],
+ "reach": 10,
+ "properties": [],
+ "weapon_type": "unknown",
+ "text": ".",
+ "toHitOverride": null,
+ "dmgBonusOverride": null,
+ "abilityOverride": null
+ }
+ }
+ ],
+ "prof": 2
+} \ No newline at end of file