A Foundry VTT game system for the .dungeon TTRPG
Find a file
2024-03-17 11:22:25 -06:00
.github/workflows Add a compendium build step in the Github action 2024-02-13 21:08:13 -07:00
.vscode Disable VSC branch protection and hide some files that I don't care to see in the file browser 2024-02-24 13:41:17 -07:00
assets Implement the buttons spinbuttons for the inventory area 2024-02-07 19:39:24 -07:00
langs Fix the localization function and provide a special placeholder for when the user doesn't have a die assigned to their stat 2024-03-02 00:28:23 -07:00
module Rename PlayerSheetV2 containing file 2024-03-17 11:22:08 -06:00
packs Update the compendia packs 2024-02-15 22:11:28 -07:00
scripts Begin work on the localization cycle prevention and add newline to existing scripts 2024-02-24 13:40:25 -07:00
styles Add the filter checkboxes and infra for toggling them (closes #110) 2024-03-08 22:27:04 -07:00
templates Add item list placeholder. (Closes #98) 2024-03-17 11:21:41 -06:00
.gitattributes Add some compendium data 2024-02-11 14:25:58 -07:00
.gitignore Add references file to gitignore 2024-03-17 11:22:25 -06:00
new-pc-sheet.md Begin writing the specification for the new PC sheet 2024-02-25 00:56:46 -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 Begin implementation of the Stats / Skills tab 2024-02-29 22:35:28 -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.