foundry-ironsworn
foundry-ironsworn copied to clipboard
v10: use document uuids instead of ownership logic
v10 adds the uuid
property to documents, which includes ownership info and type, and can be passed to fromUuid
to resolve a real object. Some examples:
-
Actor.W2PcQN2426hyoilL
-
Actor.W2PcQN2426hyoilL.Item.bmMHGVDTgoD10cHf
-
Compendium.foundry-ironsworn.starforgedoracles.b6808ae6711d2c7b
Using these would avoid needing to track where an object is separately from its id.