A Foundry VTT game system for the .dungeon TTRPG
Find a file
2024-02-02 19:10:11 -07:00
.github/workflows Create the zip after updating the system.json 2024-01-29 23:07:52 -07:00
.vscode Add yaml language-specific settings 2024-01-29 23:02:54 -07:00
assets Make the icon use currentColor 2024-01-20 15:07:31 -07:00
langs Tweak hint that's currently inaccurate 2024-01-26 23:16:22 -07:00
module Add immune and weak to the Mob data model 2024-02-02 19:10:11 -07:00
styles Tweak the design so that Drops and a Description can be fit into the sheet 2024-02-02 19:07:07 -07:00
templates Tweak the design so that Drops and a Description can be fit into the sheet 2024-02-02 19:07:07 -07:00
.gitignore Add the .styles folder to the gitignore 2024-02-01 22:07:08 -07:00
package-lock.json Add the foundry types so that I don't go insane 2023-12-31 13:34:59 -07:00
package.json Add the build script that I forgot to add for the github action 2024-01-29 23:08:05 -07:00
README.md Add contribution warning 2024-01-08 23:28:05 -07:00
system.json On to v0.0.4 2024-01-31 18:45:33 -07:00
template.json Cleanup and add the mob as a valid actor type 2024-01-28 20:26:24 -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.