A Foundry VTT game system for the .dungeon TTRPG
Find a file
2024-01-16 19:25:16 -07:00
.styles Tweak some panel content styles to make the spells button span the full width 2024-01-12 23:27:14 -07:00
.vscode Change the default VSC tabSize to be nicer 2023-12-29 23:56:01 -07:00
assets Add some more icons 2024-01-15 22:49:17 -07:00
langs Add the data model for structures and prevent them from being embedded in most actors. 2024-01-16 19:25:16 -07:00
module Add the data model for structures and prevent them from being embedded in most actors. 2024-01-16 19:25:16 -07:00
styles Tweak some panel content styles to make the spells button span the full width 2024-01-12 23:27:14 -07:00
templates Allow editing the "Used" property on embedded aspects from the Aspect sheet 2024-01-13 16:04:10 -07:00
.gitignore Purge the references folder 2024-01-07 20:17:41 -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 foundry types so that I don't go insane 2023-12-31 13:34:59 -07:00
README.md Add contribution warning 2024-01-08 23:28:05 -07:00
System-Notes Add initial system definition and basic data models 2023-11-19 22:18:52 -07:00
system.json Working on the spells panel, which resulted in a lot of weird structural changes that aren't *really* functional yet 2024-01-07 22:27:26 -07:00
template.bak.json Get the PlayerSheet working and actually saving data, using the data models instead of the template.json 2023-11-29 00:08:19 -07:00
template.json Add sync as a valid actor type 2023-12-24 23:24:39 -07:00
TODO Add initial system definition and basic data models 2023-11-19 22:18:52 -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.