moo-man / WFRP4e-FoundryVTT

The premiere system for running grim and perilous games of Warhammer Fantasy Role-play in the Foundry VTT environment.
Apache License 2.0
87 stars 52 forks source link

Allow area effects to be loaded async so scrolls can use them #2050

Closed Forien closed 3 months ago

Forien commented 3 months ago

My magic scrolls cast spells by using their world or compendium UUID as reference, so I would need all instances of where their effects are loaded to be await fromUuid.

Fortunately this fix for area is not disruptive as most changes were already within an async function, or were an endpoint where it doesn't matter.