aboutsummaryrefslogtreecommitdiff
path: root/parser/monsters/awakened_tree.json
diff options
context:
space:
mode:
Diffstat (limited to 'parser/monsters/awakened_tree.json')
-rw-r--r--parser/monsters/awakened_tree.json79
1 files changed, 79 insertions, 0 deletions
diff --git a/parser/monsters/awakened_tree.json b/parser/monsters/awakened_tree.json
new file mode 100644
index 0000000..a7f44cb
--- /dev/null
+++ b/parser/monsters/awakened_tree.json
@@ -0,0 +1,79 @@
+{
+ "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": [],
+ "natural_armor": [
+ {
+ "name": "natural",
+ "bonus": 13
+ }
+ ],
+ "description": "",
+ "features": [
+ {
+ "name": "false appearance",
+ "text": "While the tree remains motionless, it is indistinguishable from a normal tree.",
+ "type": "feature"
+ },
+ {
+ "name": "slam",
+ "text": "_Melee Weapon Attack:_ +6 to hit, reach 10 ft., one target. _Hit:_ 14 (3d6 + 4) bludgeoning damage. \n\nAn awakened tree is an ordinary tree given sentience and mobility by the awaken spell or similar magic.",
+ "type": "action",
+ "attack": {
+ "name": "slam",
+ "cost": 0,
+ "damage": {
+ "dmg_type": "bludgeoning",
+ "dmg_die_count": 3,
+ "dmg_die_sides": 6
+ },
+ "weight": 0.0,
+ "range": [
+ 0,
+ 0
+ ],
+ "reach": 10,
+ "properties": [],
+ "type": "unknown",
+ "text": "_Melee Weapon Attack:_ +6 to hit, reach 10 ft., one target. _Hit:_ 14 (3d6 + 4) bludgeoning damage. \n\nAn awakened tree is an ordinary tree given sentience and mobility by the awaken spell or similar magic."
+ }
+ }
+ ],
+ "prof": 2
+} \ No newline at end of file