```summon-statblock
{
"name": "Otherworldly Steed",
"baseLevel": 2,
"types": ["All Types", "Celestial", "Fey", "Fiend"],
"sizeTypeAlign": "Large Celestial, Fey, or Fiend; Neutral",
"ac": {
"base": 10,
"scaling": 1
},
"hp": {
"base": 5,
"perSpellLevel": 10
},
"speed": [
{ "value": "60 ft." },
{ "value": "Fly 60 ft.", "minLevel": 4 }
],
"stats": {
"str": 18,
"dex": 12,
"con": 14,
"int": 6,
"wis": 12,
"cha": 8
},
"savingThrows": "",
"damageVulnerabilities": "",
"damageResistances": "",
"damageImmunities": "",
"conditionImmunities": "",
"senses": "Passive Perception 11",
"languages": "Telepathy 1 mile (works only with you)",
"cr": "None (XP 0; PB equals your [[Proficiency|Proficiency Bonus]])",
"traits": [
{
"name": "Summoned By",
"desc": "[[Find Steed]]"
},
{
"name": "Life Bond",
"desc": "When you regain [[HP]] from a level 1+ spell, the steed regains the same number of [[HP]] if you're within 5 feet of it."
}
],
"actions": [
{
"name": "Otherworldly Slam",
"form": "celestial",
"desc": "*Melee Attack Roll:* +<u>your spell attack modifier</u>, reach 5 ft. *Hit:* 1d8 + {LVL} Radiant damage."
},
{
"name": "Otherworldly Slam",
"form": "fey",
"desc": "*Melee Attack Roll:* +<u>your spell attack modifier</u>, reach 5 ft. *Hit:* 1d8 + {LVL} Psychic damage."
},
{
"name": "Otherworldly Slam",
"form": "fiend",
"desc": "*Melee Attack Roll:* +<u>your spell attack modifier</u>, reach 5 ft. *Hit:* 1d8 + {LVL} Necrotic damage."
}
],
"bonusActions": [
{
"name": "Fell Glare",
"form": "fiend",
"uses": "1/LR",
"desc": "*WIS Saving Throw:* <u>DC equals your spell save DC</u>, one creature within 60 feet the steed can see. *Failure:* The target has the [[Frightened]] condition until the end of your next turn."
},
{
"name": "Fey Step",
"form": "fey",
"uses": "1/LR",
"desc": "The steed teleports, along with its rider, to an unoccupied space of your choice up to 60 feet away from itself."
},
{
"name": "Healing Touch",
"form": "celestial",
"uses": "1/LR",
"desc": "One creature within 5 feet of the steed regains a number of [[HP]] equal to 2d8 + {LVL}."
}
],
"reactions": [],
"legendaryActions": []
}
```