Register

My Shared Compendia (CoC7)

An Add-on Module for Foundry Virtual Tabletop

Author: Ceriath Project Source: Project URL Versions 10+ (Verified 11) Last Updated 1 year, 5 months ago

My Shared Compendia

A Foundry VTT module to share Data between worlds via compendia.

Installation

  1. Go to the Add-on Modules tab within the FoundryVTT Configuration and Setup page.
  2. Click the Install Module button.
  3. Paste the Module's Manifest URL into the Manifest URL field.
  4. Click the Install button.
WARNING: If you update this module, FoundryVTT will erase your compendia.
 

Preventing Module Update

Unlock your Compendia!

Remember that you need to unlock your compendia to be able to add things to them.

Default Setup

This module comes with 8 Default compendia:

Customize

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.

Dependencies

Credits

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.

Supported Game Systems

  1. Call of Cthulhu 7th edition

    Latest Version: Version 0.10.12 Last Updated 1 week, 2 days ago

Categories

Available Versions

  1. Version 1.0.1

    1 year, 5 months ago
    Foundry Version 10+ (Verified 11) Manifest URL Read Notes
  2. Version 1.0.0

    Foundry Version 10+ (Verified 10) Manifest URL Read Notes