```summon-statblock
{
"name": "Plant Spirit",
"baseLevel": 5,
"types": ["All Types", "Fungus", "Tree", "Vine"],
"sizeTypeAlign": "Large Plant, Neutral",
"ac": {
"base": 11,
"scaling": true,
"bonuses": {
"tree": 2
}
},
"hp": {
"base": 50,
"perLevel": 10
},
"speed": "30 ft., Climb 40 ft. (Vine Only)",
"stats": {
"str": 17,
"dex": 13,
"con": 14,
"int": 10,
"wis": 13,
"cha": 10
},
"savingThrows": "",
"damageVulnerabilities": [
{ "type": "Fire", "form": "tree" },
{ "type": "Slashing", "form": "fungus" },
{ "type": "Slashing", "form": "vine" }
],
"damageResistances": "",
"damageImmunities": [],
"conditionImmunities": "",
"senses": "Passive Perception 11",
"languages": "Understands the Languages you know",
"cr": "None (XP 0; PB equals your [[Proficiency|Proficiency Bonus]])",
"traits": [
{
"name": "Siege Monster",
"form": "tree",
"desc": "The spirit deals double damage to objects and structures."
}
],
"actions": [
{
"name": "Multiattack",
"desc": "The spirit makes {ATTACKS}."
},
{
"name": "Slam",
"form": "tree",
"desc": "*Melee Attack Roll:* +your spell attack modifier, reach 5 ft. *Hit:* (1d10 + 3 + {LVL}) Bludgeoning damage."
},
{
"name": "Slam",
"form": "vine",
"desc": "*Melee Attack Roll:* +your spell attack modifier, reach 5 ft. *Hit:* (1d10 + 3 + {LVL}) Bludgeoning damage."
},
{
"name": "Spore Spray",
"form": "fungus",
"desc": "*Melee or Ranged Attack Roll:* +your spell attack modifier, reach 5 ft. or range 30 ft. *Hit:* (1d4 + {LVL}) Poison damage, and the target has the [[Poisoned]] condition until the end of its next turn. If the target already has the [[Poisoned]] condition, it instead takes an extra 7 (3d4) Poison damage."
}
],
"bonusActions": [
{
"name": "Twist Away",
"form": "vine",
"desc": "The spirit takes the [[Dash]] or [[Disengage]] Action."
}
]
}
```