diff options
author | Your Name <you@example.com> | 2021-04-29 14:17:08 -0400 |
---|---|---|
committer | Your Name <you@example.com> | 2021-04-29 14:17:08 -0400 |
commit | 5a813a75412ac9b8fadb90c9abd46dd95aee8e9b (patch) | |
tree | 75c5466d459c793430a6481cd276a624cd843794 /parser/monsters/treant.json | |
parent | cd57ad6e208728bafcbc8c7d7b85d88603706978 (diff) | |
download | dmtool-5a813a75412ac9b8fadb90c9abd46dd95aee8e9b.tar.gz dmtool-5a813a75412ac9b8fadb90c9abd46dd95aee8e9b.tar.bz2 dmtool-5a813a75412ac9b8fadb90c9abd46dd95aee8e9b.zip |
Removed data files from repo
Diffstat (limited to 'parser/monsters/treant.json')
-rw-r--r-- | parser/monsters/treant.json | 115 |
1 files changed, 0 insertions, 115 deletions
diff --git a/parser/monsters/treant.json b/parser/monsters/treant.json deleted file mode 100644 index b9fb1a9..0000000 --- a/parser/monsters/treant.json +++ /dev/null @@ -1,115 +0,0 @@ -{ - "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 |