A Foundry VTT game system for the .dungeon TTRPG
Find a file
2024-02-22 22:49:02 -07:00
.github/workflows Add a compendium build step in the Github action 2024-02-13 21:08:13 -07:00
.vscode Add yaml language-specific settings 2024-01-29 23:02:54 -07:00
assets Implement the buttons spinbuttons for the inventory area 2024-02-07 19:39:24 -07:00
langs Some miscellanious cleanup 2024-02-06 20:42:56 -07:00
module Implement utility function that recursively localizes based on the config data (implements #54) 2024-02-22 22:49:02 -07:00
packs Update the compendia packs 2024-02-15 22:11:28 -07:00
scripts Implement utility function that recursively localizes based on the config data (implements #54) 2024-02-22 22:49:02 -07:00
styles Add rest dice tracking for the Sync actors 2024-02-08 23:25:55 -07:00
templates Prevent partial-updates from being overwritten when adding/deleting a dice (closes #87) 2024-02-13 20:07:34 -07:00
.gitattributes Add some compendium data 2024-02-11 14:25:58 -07:00
.gitignore Tell git to ignore the compiled files from Foundry 2024-02-13 20:07:51 -07:00
package-lock.json Add a compendium build step in the Github action 2024-02-13 21:08:13 -07:00
package.json Add a compendium build step in the Github action 2024-02-13 21:08:13 -07:00
README.md Add contribution warning 2024-01-08 23:28:05 -07:00
system.json Add adventures compendium 2024-02-15 22:12:33 -07:00
template.json Finish the Inventory item improvements 2024-02-06 19:29:05 -07:00

foundry.dungeon

A Foundry VTT game system for the .dungeon TTRPG

Development:

Note : Any folder that contains a .-suffixed name should not be edited manually, as they are compiled from their respective non-.-suffixed folder. (Example: To edit a file in /.langs, edit the correct file in /langs). The ONLY exception to this is the .vscode folder which editing anything in it will almost definitely get your PR rejected until the changes are undone.

Contributing:

This repository currently is not accepting pull requests. This section will be updated once code contributions are accepted.