aboutsummaryrefslogtreecommitdiff
path: root/parsed/creatures/treant.json
diff options
context:
space:
mode:
authorYour Name <you@example.com>2023-05-30 18:33:10 -0400
committerYour Name <you@example.com>2023-05-30 18:33:10 -0400
commite1ef3e987a1ef87fad2e44d2023e4aa50fb28c35 (patch)
treeb48a6087720d6bf69a80f0c284320320043fcdee /parsed/creatures/treant.json
parentd428ae1c5b3b0ec88c1b55c56317c3750502d5f4 (diff)
downloaddmtool-e1ef3e987a1ef87fad2e44d2023e4aa50fb28c35.tar.gz
dmtool-e1ef3e987a1ef87fad2e44d2023e4aa50fb28c35.tar.bz2
dmtool-e1ef3e987a1ef87fad2e44d2023e4aa50fb28c35.zip
Changed makefiles, added parsed files
Diffstat (limited to 'parsed/creatures/treant.json')
-rw-r--r--parsed/creatures/treant.json142
1 files changed, 142 insertions, 0 deletions
diff --git a/parsed/creatures/treant.json b/parsed/creatures/treant.json
new file mode 100644
index 0000000..0a8362b
--- /dev/null
+++ b/parsed/creatures/treant.json
@@ -0,0 +1,142 @@
+{
+ "entry": "creatures",
+ "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": [],
+ "observant": false,
+ "givenName": "NAME",
+ "hpMax": -1,
+ "hp": -1,
+ "natural_armor": {
+ "name": "natural",
+ "bonus": 16
+ },
+ "text": "**Multiattack.** The treant makes two slam attacks. \n**Slam.** _Melee Weapon Attack:_ +10 to hit, reach 5 ft., one target. _Hit:_ 16 (3d6 + 6) bludgeoning damage. \n**Rock.** _Ranged Weapon Attack:_ +10 to hit, range 60/180 ft., one target. _Hit:_ 28 (4d10 + 6) bludgeoning damage. \n**Animate Trees (1/Day).** 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.",
+ "features": [
+ {
+ "entry": "feature",
+ "name": "false appearance",
+ "text": "While the treant remains motionless, it is indistinguishable from a normal tree.",
+ "type": "feature"
+ },
+ {
+ "entry": "feature",
+ "name": "siege monster",
+ "text": "The treant deals double damage to objects and structures.",
+ "type": "feature"
+ },
+ {
+ "entry": "feature",
+ "name": "multiattack",
+ "text": "The treant makes two slam attacks.",
+ "type": "action"
+ },
+ {
+ "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": 5,
+ "properties": [],
+ "weapon_type": "unknown",
+ "text": ".",
+ "toHitOverride": null,
+ "dmgBonusOverride": null,
+ "abilityOverride": null
+ }
+ },
+ {
+ "entry": "feature",
+ "name": "rock",
+ "text": "",
+ "type": "attack",
+ "attack": {
+ "entry": "item",
+ "type": "weapons",
+ "name": "rock",
+ "cost": -1,
+ "damage": [
+ {
+ "dmg_die_count": 4,
+ "dmg_die_sides": 10,
+ "dmg_type": "bludgeoning",
+ "is_or": false
+ }
+ ],
+ "weight": -1.0,
+ "range": [
+ 60,
+ 180
+ ],
+ "reach": 0,
+ "properties": [],
+ "weapon_type": "unknown",
+ "text": ".",
+ "toHitOverride": null,
+ "dmgBonusOverride": null,
+ "abilityOverride": "str"
+ }
+ },
+ {
+ "entry": "feature",
+ "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