```summon-statblock
{
"name": "Celestial Spirit",
"baseLevel": 5,
"types": ["All Types", "avenger", "defender"],
"sizeTypeAlign": "Large Celestial, Neutral",
"ac": {
"base": 11,
"scaling": true,
"bonuses": {
"defender": 2
}
},
"hp": {
"base": 40,
"perLevel": 10
},
"speed": "30 ft., Fly 40 ft.",
"stats": {
"str": 16,
"dex": 14,
"con": 16,
"int": 10,
"wis": 14,
"cha": 16
},
"savingThrows": "",
"damageImmunities": "Psychic",
"damageResistances": "Radiant",
"conditionImmunities": "",
"senses": "Darkvision 60 ft., Passive Perception 12",
"languages": "Celestial, understands the Languages you know",
"cr": "None (XP 0; PB equals your [[Proficiency|Proficiency Bonus]])",
"traits": [],
"actions": [
{
"name": "Multiattack",
"desc": "The spirit makes {ATTACKS}."
},
{
"name": "Radiant Bow",
"form": "avenger",
"desc": "*Ranged Attack Roll:* +<u>your spell attack modifier</u>, reach 5 ft. *Hit:* (2d6 + 2 + {LVL}) Radiant damage."
},
{
"name": "Radiant Mace",
"form": "defender",
"desc": "*Melee Attack Roll:* +<u>your spell attack modifier</u>, range 150 ft. *Hit:* (1d8 + 3 + {LVL}) Psychic damage."
},
{
"name": "Healing Touch",
"desc": "The spirit touches another creature. The target regains [[HP]] equal to (2d8 + {LVL})"
}
]
}
```