foundry-ironsworn icon indicating copy to clipboard operation
foundry-ironsworn copied to clipboard

v10: use document uuids instead of ownership logic

Open ben opened this issue 2 years ago • 0 comments

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.

ben avatar Aug 25 '22 13:08 ben