```summon-statblock
{
"name": "Fiendish Spirit",
"baseLevel": 6,
"types": ["All Types", "demon", "devil", "yugoloth"],
"sizeTypeAlign": "Large Fiend, Neutral",
"ac": {
"base": 12,
"scaling": true,
"bonuses": {
}
},
"hp": {
"base": {
"demon": 50,
"devil": 40,
"yugoloth": 60
},
"perLevel": 15
},
"speed": [
{ "value": "40 ft." },
{ "form": "demon", "value": "Climb 40 ft." },
{ "form": "devil", "value": "Fly 60 ft." } ],
"stats": {
"str": 13,
"dex": 16,
"con": 15,
"int": 10,
"wis": 10,
"cha": 16
},
"savingThrows": "",
"damageImmunities": "Poison",
"damageResistances": "Fire",
"conditionImmunities": "Poisoned",
"senses": "Darkvision 60 ft., Passive Perception 10",
"languages": "Abyssal, Infernal, Telepathy 60 ft.",
"cr": "None (XP 0; PB equals your [[Proficiency|Proficiency Bonus]])",
"traits": [{
"name": "Magic Resistance",
"desc": "The spirit has [[Advantage]] on saving throws against spells and other magical effects."
},
{
"name": "Death Throes",
"form": "demon",
"desc": "When the spirit drops to 0 [[HP]] or the spell ends, the spirit explodes. *DEX Saving Throw:* <u>DC equals your spell save DC</u>, each creature in a 10-foot-[[Emanation]] originating from the spirit. *Failure:* (2d10 + {LVL}) Fire damage. *Success:* Half damage."
},
{
"name": "Devil Sight",
"form": "devil",
"desc": "Magical [[Fore Lindrov/2. Mechanics/References/Light/Darkness|Darkness]] doesn't impede the spirit's [[Fore Lindrov/2. Mechanics/References/Senses/Darkvision|Darkvision]]."
}
],
"actions": [
{
"name": "Multiattack",
"desc": "The spirit makes {ATTACKS}."
},
{
"name": "Bite",
"form": "demon",
"desc": "*Melee Attack Roll:* +<u>your spell attack modifier</u>, reach 5 ft. *Hit:* (1d12 + 3 + {LVL}) Necrotic damage."
},
{
"name": "Claws",
"form": "yugoloth",
"desc": "*Melee Attack Roll:* +<u>your spell attack modifier</u>, reach 5 ft. *Hit:* (1d8 + 3 + {LVL}) Slashing damage. Immediately after the attack hits or misses, the spirit can teleport up to 30 feet to an unoccupied space it can see."
},
{
"name": "Fiery Strike",
"form": "devil",
"desc": "*Melee or Ranged Attack Roll:* +<u>your spell attack modifier</u>, reach 5 ft. or range 150 ft. *Hit:* (2d6 + 3 + {LVL}) Fire damage."
}
]
}
```