aboutsummaryrefslogtreecommitdiff
path: root/parser/monsters/treant.json
diff options
context:
space:
mode:
authorYour Name <you@example.com>2021-04-13 15:14:34 -0400
committerYour Name <you@example.com>2021-04-13 15:14:34 -0400
commit2ab51e507d620c4479e07ca0ec47d22c8c66bc90 (patch)
tree90906ecb043c01034280c767b83a88eb6df6956f /parser/monsters/treant.json
downloaddmtool-2ab51e507d620c4479e07ca0ec47d22c8c66bc90.tar.gz
dmtool-2ab51e507d620c4479e07ca0ec47d22c8c66bc90.tar.bz2
dmtool-2ab51e507d620c4479e07ca0ec47d22c8c66bc90.zip
Initial commit
Diffstat (limited to 'parser/monsters/treant.json')
-rw-r--r--parser/monsters/treant.json117
1 files changed, 117 insertions, 0 deletions
diff --git a/parser/monsters/treant.json b/parser/monsters/treant.json
new file mode 100644
index 0000000..acdb175
--- /dev/null
+++ b/parser/monsters/treant.json
@@ -0,0 +1,117 @@
+{
+ "speed": "30ft.",
+ "saves": [],
+ "d_resistances": [
+ {
+ "type": "bludgeoning",
+ "qualifiers": []
+ },
+ {
+ "type": "piercing",
+ "qualifiers": []
+ }
+ ],
+ "d_vulnerabilities": [
+ {
+ "type": "fire",
+ "qualifiers": []
+ }
+ ],
+ "d_immunities": [],
+ "c_immunities": [],
+ "senses": [],
+ "langs": "Common, Druidic, Elvish, Sylvan",
+ "skills": {},
+ "hit_die_count": 12,
+ "hit_die_sides": 12,
+ "name": "Treant",
+ "type": "plant",
+ "cr": 9.0,
+ "size": "Huge",
+ "alignment": "chaotic good",
+ "stats": {
+ "str": 23,
+ "dex": 8,
+ "con": 21,
+ "int": 12,
+ "wis": 16,
+ "cha": 12
+ },
+ "inventory": [],
+ "natural_armor": [
+ {
+ "name": "natural",
+ "bonus": 16
+ }
+ ],
+ "description": "",
+ "features": [
+ {
+ "name": "false appearance",
+ "text": "While the treant remains motionless, it is indistinguishable from a normal tree.",
+ "type": "feature"
+ },
+ {
+ "name": "siege monster",
+ "text": "The treant deals double damage to objects and structures.",
+ "type": "feature"
+ },
+ {
+ "name": "multiattack",
+ "text": "The treant makes two slam attacks.",
+ "type": "action"
+ },
+ {
+ "name": "slam",
+ "text": "_Melee Weapon Attack:_ +10 to hit, reach 5 ft., one target. _Hit:_ 16 (3d6 + 6) bludgeoning damage.",
+ "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": 5,
+ "properties": [],
+ "type": "unknown",
+ "text": "_Melee Weapon Attack:_ +10 to hit, reach 5 ft., one target. _Hit:_ 16 (3d6 + 6) bludgeoning damage."
+ }
+ },
+ {
+ "name": "rock",
+ "text": "_Ranged Weapon Attack:_ +10 to hit, range 60/180 ft., one target. _Hit:_ 28 (4d10 + 6) bludgeoning damage.",
+ "type": "action",
+ "attack": {
+ "name": "rock",
+ "cost": 0,
+ "damage": {
+ "dmg_type": "bludgeoning",
+ "dmg_die_count": 4,
+ "dmg_die_sides": 10
+ },
+ "weight": 0.0,
+ "range": [
+ 60,
+ 180
+ ],
+ "reach": 0,
+ "properties": [],
+ "type": "unknown",
+ "text": "_Ranged Weapon Attack:_ +10 to hit, range 60/180 ft., one target. _Hit:_ 28 (4d10 + 6) bludgeoning damage."
+ }
+ },
+ {
+ "name": "animate trees (1/day)",
+ "text": "The treant magically animates one or two trees it can see within 60 feet of it. These trees have the same statistics as a treant, except they have Intelligence and Charisma scores of 1, they can't speak, and they have only the Slam action option. An animated tree acts as an ally of the treant. The tree remains animate for 1 day or until it dies; until the treant dies or is more than 120 feet from the tree; or until the treant takes a bonus action to turn it back into an inanimate tree. The tree then takes root if possible.",
+ "type": "action"
+ }
+ ],
+ "prof": 4
+} \ No newline at end of file