| Latest version | 1.0.1 |
|---|---|
| Minimum Core | |
| Compatible Core | |
| File size | 0 B |
| Last updated | 3 years ago |
| Created | 3 years ago |
| Authors | |
| Languages |
|
| Systems | All systems |
| Project source | Project URL |
A Foundry VTT module to share Data between worlds via compendia.
Install Module button.Manifest URL field.Install button.| WARNING: If you update this module, FoundryVTT will erase your compendia. |
|---|
module.json file:
~/Data/modules/my-shared-compendia-coc) and update the module.json file.download and manifest) and save the file.Remember that you need to unlock your compendia to be able to add things to them.
This module comes with 8 Default compendia:
Actors (shared) (Actor)Items (shared) (Item)Skills (shared) (Item)Journal Entries (shared) (JournalEntry)Macros (shared) (Macro)Playlists (shared) (Playlist)Roll Tables (shared) (RollTable)Scenes (shared) (Scene)To change the default setup, edit the module.json file. All compendia are defined within the "packs" attribute beginning with line 18.
For example:
{
"packs": [
{
"name": "monsters",
"system": "CoC7",
"label": "Monsters",
"path": "./packs/monsters.db",
"type": "Actor",
"private": false,
"flags": {}
},
{
"name": "my-custom-items",
"system": "CoC7",
"label": "My Custom Items",
"path": "./packs/items.db",
"type": "Item",
"private": false,
"flags": {}
}
]
}
Note: There are no compendium Types for Classes, Feats, and Features in Foundry, so the Item type is generally used for these.
This is a copy of stschoelzel/My-Shared-Compendia that has been modified to work with Call of Cthulhu 7eth Edition
Credit for the cleaner version goes to npiani. Process explained by /u/solfolango on /r/FoundryVTT.
To install this package, open your Foundry Setup screen and navigate to your Module tab and click the Install Module button.
From there, you can either search for the package unique name: my-shared-compendia-coc or copy its manifest URL:
And paste it to the input box at the bottom of your window.

You can install this package directly to your Forge account.