---
title: Warden Scepter
id: magicalscepter:warden
icon: magicalscepter:warden_scepter
---

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

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

### Attack - [Sonic Boom](../spells/spells#sonic_boom)
Blast a sonic boom at a target dealing 10 points of damage and significant knockback.

### Protect - [Stability](../spells/spells#stability)
Get [stability](../effects/stability) II for 20 to 25 seconds.

```json
{
  "color": 2941931,
  "experience_cost": 5,
  "infusion": [
    {
      "condition": "minecraft:damage_source_properties",
      "predicate": {
        "source_entity": {
          "type": "minecraft:warden"
        }
      }
    }
  ],
  "spell_attack": "magicalscepter:warden_sonic_boom",
  "spell_protect": "magicalscepter:warden_stability"
}
```