Link one actor to another to gain access to their roll data via @_linked
attribute.
Primary purpose is to support Familiars, Animal Companions, Eidolons, Phantoms, etc. that benefit from direct references to their owner's sheet.
Usage
Bottom of actor sheet's settings tab has link configuration.
Screencaps
This is also accessible via actor.getRollData()._linked
for macros as you'd expect, nothing unusual is done with that.
Limitations
Chaining linked actors is explicitly prevented to avoid infinite loops.
There's also some issues with adjusting actor health, though the cause is under investigation.
This functionality was formerly part of the Koboldworks supermodule but now provided as standalone.
The current version will attempt to salvage and migrate old link data from the supermodule settings, but this is not guaranteed to work.
Latest Version (4.0.0)
- Rebranded as Companion Link.
- Fix skill and save overrides not working.
- Move configuration to settings tab, away from the header.
Previous Version (3.0.0)
- Foundy v10 and PF1 0.82.x compatibility