Magical Scepter

Evoker Scepter

Casting a spell with the scepter costs 4 experience points.

Infusion

The evoker scepter can be obtained by taking damage from a evoker to infuse a held magical sceper.

Attack - Evoker Fang Line

Summon a line of 16 evoker fangs.

Protect - Evoker Fang Circle

Summon 2 circles of 5 and 8 evoker fangs respectively.

{
"color": 9804699,
"experience_cost": 4,
"infusion": [
{
"condition": "minecraft:damage_source_properties",
"predicate": {
"direct_entity": {
"type": "minecraft:evoker_fangs"
},
"source_entity": {
"type": "minecraft:evoker"
}
}
}
],
"spell_attack": "magicalscepter:evoker_fang_line",
"spell_protect": "magicalscepter:evoker_fang_circle"
}