Rangertheman / fwrpg-for-pbta

Fantasy World RPG Playbooks and Moves for Asacolips' PbtA system
MIT License
1 stars 1 forks source link

Add Compediums to a Folder #27

Closed brunocalado closed 4 months ago

brunocalado commented 4 months ago

You can add all compediums to a single folder. This make the world more organized.

Just add this to the manifest.json.

"packFolders": [ { "name": "Fantasy World RPG", "sorting": "a", "color": "#5987bb", "packs": [ "common-moves", "class-descriptions", "captain-moves", "knight-moves", "occultist-moves", "priest-moves", "veteran-moves", "wildcaller-moves", "maker-moves", "wayfarer-moves", "troubadour-moves", "scoundrel-moves", "fantasy-world-srd", "fantasy-world-srd-ita", "fantasy-world-background"
], "folders": [] } ]

brunocalado commented 4 months ago

You can change the color with "color": "#5987bb",

Rangertheman commented 4 months ago

Thanks!! I agree, it looks more organized with the folder.

I like the light blue that was suggested in your first comment :)

This change is implemented in version 0.4.1.