started on foundry system development with system.json and template.json and started on the core ruleset

This commit is contained in:
2025-08-06 03:47:58 -04:00
parent 49f809d79e
commit 5a40730d84
66 changed files with 203 additions and 2 deletions

View File

View File

@@ -0,0 +1,5 @@
export default class LE1eItemSheet extends Itemsheet {
get template() {
return 'systems/LE1e/systemFiles/templates/sheets/${this.item.data.type}-sheet.html';
}
}