Wire each <li class="effect" data-effect-id> row in the given container as
a draggable source so users can drag an Active Effect out of an item-style
sheet's Effects tab — typically to drop it into another sheet's aura
config drop zone (which already accepts ActiveEffect drops).
Mirrors the inherited Foundry ActorSheet behaviour for item-style sheets
(Feature, Item, GearUpgrade, Glyph) which don't get it for free.
Parameters
container: HTMLElement
The effects-tab partial root.
owner: Document
The sheet's document (effects live on owner.effects).
Wire each
<li class="effect" data-effect-id>row in the given container as a draggable source so users can drag an Active Effect out of an item-style sheet's Effects tab — typically to drop it into another sheet's aura config drop zone (which already accepts ActiveEffect drops).Mirrors the inherited Foundry ActorSheet behaviour for item-style sheets (Feature, Item, GearUpgrade, Glyph) which don't get it for free.