Giter VIP home page Giter VIP logo

my-shared-compendia-dnd4e's Introduction

My Shared Compendia dnd4e

A Foundry VTT module to share Data between worlds via compendia for D&D 4e worlds.

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

  • Option 1 (easier): Locking your module:
    1. Go to the Add-on Modules tab within the FoundryVTT Configuration and Setup page.
    2. Find this module (My Shared Compendia) in the list, and click the padlock icon.
      • Unlocked:
        unlocked-module
      • Locked:
        locked-module
  • Option 2: Updating your module.json file:
    1. Go to the Module's installation folder within foundry (~/Data/modules/My Shared Compendia dnd4e) and update the module.json file.
    2. Remove lines 68-69 (download and manifest) and save the file.
    3. Restart Foundry to reload the module.

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 13 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": "dnd4e",
      "label": "Monsters",
      "path": "./packs/monsters.db",
      "module": "my-shared-compendia-dnd4e",
      "type": "Actor"
    },
    {
      "name": "my-custom-items",
      "system": "dnd4e",
      "label": "My Custom Items",
      "path": "./packs/items.db",
      "module": "my-shared-compendia-dnd4e",
      "type": "Item"
    }
  ]
}

Note: There are no compendium Types for Classes, Feats, and Features in Foundry, so the Item type is generally used for these.

Dependencies

Credits

Credit for the cleaner version goes to npiani. Process explained by /u/solfolango on /r/FoundryVTT. And all the authors of the My Shared Compendia module that this one is but a fork of (https://github.com/stschoelzel/My-Shared-Compendia)

my-shared-compendia-dnd4e's People

Contributors

stschoelzel avatar honzonebro avatar nuptuptdow avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.