Data Entries - League-of-Fabulous-Developers/FoundryVTT-Fabula-Ultima GitHub Wiki

In this page we will cover how to add/update data entries in the system compendiums as well as the style guidelines for them.

Editing

So when first cloning the project,

  1. Run npm run pack (making sure Foundry is closed).
  • Alternatively, you can edit the JSON files inside projectfu\src\packs and commit said changes. (Could probably pack to see what the changes look like).
  1. From here you can edit the compendium items in Foundry.
  2. After making changes close foundry, and run npm run unpack
  3. Commit as usual.
  4. For consequent edits, you can keep invoking npp rum pack.

Note that the github workflow automates packing on release.