---
title: Blaze Scepter
id: magicalscepter:blaze
icon: magicalscepter:blaze_scepter
---

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

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

### Attack - [Fire Charges](../spells/spells#blaze_fire_charges)
Shoot three [spell fire charges](../entities/spell_fire_charge) separated each by 6 ticks with a casting cooldown of 2 seconds.

### Protect - [Fire Resistance](../spells/spells#fire_resistance)
Get [fire resistance](https://minecraft.wiki/w/Fire_Resistance) for 10 to 12.5 seconds with a casting cooldown of 2 seconds.

```json
{
  "color": 16750848,
  "experience_cost": 4,
  "infusion": [
    {
      "condition": "minecraft:damage_source_properties",
      "predicate": {
        "source_entity": {
          "type": "minecraft:blaze"
        }
      }
    }
  ],
  "spell_attack": "magicalscepter:blaze_fire_charges",
  "spell_protect": "magicalscepter:blaze_fire_resistance"
}
```
