Reusability

Multiple patterns exist for easy reusability of spell fragments stored in the caster's inventory.

These directly execute spells stored in items with given arguments, which can potentially return fragments back to the calling spell, or have other side effects.

Assistance Deviation



Item, Any... -> Any

Searches the caster's inventory for a specific item type. The first item of this type found to have an inscribed spell will be cast with the provided arguments.

Cranium Deviation



Number, Any... -> Any

Grabs the spell from the specified slot in the caster's Hat , casts it with the provided arguments, and returns the result.