---
title: Ghast Scepter
id: magicalscepter:ghast
icon: magicalscepter:ghast_scepter
---

Casting a spell with the scepter costs 4 [experience](https://minecraft.wiki/w/Experience) points.

## Infusion
The ghast scepter can be obtained by taking damage from a [ghast](https://minecraft.wiki/w/Ghast) to infuse a held [magical scepter](../items/magical_scepter).

### Attack - [Ghast Fireball](../spells/spells#ghast_fireball)
Shoot a [spell ghast fireball](../entities/spell_ghast_fireball).

### Protect - [Regeneration](../spells/spells#regeneration)
Get [regeneration](https://minecraft.wiki/w/Regeneration) II for 10 to 12.5 seconds.

```json
{
  "color": 13458603,
  "experience_cost": 4,
  "infusion": [
    {
      "condition": "minecraft:damage_source_properties",
      "predicate": {
        "source_entity": {
          "type": "minecraft:ghast"
        }
      }
    }
  ],
  "spell_attack": "magicalscepter:ghast_fireball",
  "spell_protect": "magicalscepter:ghast_regeneration"
}
```