A Foundry VTT game system for the .dungeon TTRPG
Find a file
2024-03-30 00:43:47 -06:00
.github/workflows Add a compendium build step in the Github action 2024-02-13 21:08:13 -07:00
.vscode Change VSC settings 2024-03-17 21:27:16 -06:00
assets Add caret-down icon 2024-03-20 19:08:00 -06:00
langs Implement a button to create items of a specific subtype in the player inventory (closes #120) 2024-03-22 23:35:04 -06:00
module Add an item property for if the item is combat relevant 2024-03-30 00:43:47 -06:00
packs Update the compendia packs 2024-02-15 22:11:28 -07:00
scripts Add a couple of utility macros for making development easier when invalidating documents 2024-03-24 17:23:46 -06:00
styles Begin working on a scoped CSS solution that uses a common design language across all sheets, and *just* does sheet-specific layout tasks 2024-03-26 22:36:40 -06:00
templates Begin working on a scoped CSS solution that uses a common design language across all sheets, and *just* does sheet-specific layout tasks 2024-03-26 22:36:40 -06:00
.gitattributes Add some compendium data 2024-02-11 14:25:58 -07:00
.gitignore Gitignore all dot-prefixed folders at the root except .vscode and .github 2024-03-25 23:34:48 -06:00
augments.d.ts Add type augments for classes so intellisense doesn't keep converting system to migrateSystemData 2024-03-26 18:37:13 -06:00
jsconfig.json Add type augments for classes so intellisense doesn't keep converting system to migrateSystemData 2024-03-26 18:37:13 -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 Make the system use Proxy and proper subclassing instead of the weird middle-ground polymorphism (closes #86) 2024-03-18 23:16:17 -06: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.