From 2ab51e507d620c4479e07ca0ec47d22c8c66bc90 Mon Sep 17 00:00:00 2001 From: Your Name Date: Tue, 13 Apr 2021 15:14:34 -0400 Subject: Initial commit --- parser/monsters/treant.json | 117 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 117 insertions(+) create mode 100644 parser/monsters/treant.json (limited to 'parser/monsters/treant.json') 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 -- cgit v1.2.3