The system identity and links read from game.system at render time (via fvttSystemLinks). Kept Foundry-free so the context builder below can be exercised in Node.

interface SohlSystemInfo {
    links: SystemLinks;
    title: string;
    version: string;
}

Properties

Properties

The external destinations, from game.system.flags.sohl.

title: string

The system title (game.system.title).

version: string

The running system version (game.system.version).