Feature Request: Drop Spell into Inventory Panel for Scroll
Similar to the feature found in the D&D 5E system, I wondered if it would be at all possible to incorporate the feature allowing the GM to drop a spell into the inventory section with the result of a created spell scroll.
This would make distribution of spell scrolls faster using the existing compendiums as well as any homebrew ones.
A summary of my thoughts on this: I'd love to enable all kinds of enchanted items as well as scrolls. It's a big undertaking, and one interesting design challenge would be communicating differences in behavior when spells are dropped in different tabs, or perhaps when spells are dropped on specific items.
In OSE you can have up to 3 spells on a scroll, so perhaps treating scrolls as containers?
My only objection to that is that only the spell cast disappears from the scroll, and scrolls are generally weightless, so having a separate consumable would be ideal.
With recent changes to Item architecture, we could probably create a separate Scroll item type that can contain UUID references to dragged-in spells, and cast them similarly to a normal spell casting without it getting too hairy on the code side of things.