Represents world information in FoundryVTT
Contains metadata about the current game world including system information, modules, and world settings.
FoundryWorld
const world: FoundryWorld = { id: 'my-campaign', title: 'Adventures in Middle-earth', system: 'dnd5e', coreVersion: '11.315', playtime: 144000 // in seconds}; Copy
const world: FoundryWorld = { id: 'my-campaign', title: 'Adventures in Middle-earth', system: 'dnd5e', coreVersion: '11.315', playtime: 144000 // in seconds};
Optional
Represents world information in FoundryVTT
Contains metadata about the current game world including system information, modules, and world settings.
FoundryWorld
Example