Enhance sheets and add skill+effects

This commit is contained in:
2026-05-22 20:14:28 +02:00
parent 78fa804dc5
commit e3f9dedcf6
18 changed files with 459 additions and 35 deletions
+2
View File
@@ -8,3 +8,5 @@ export { default as AwEBackgroundSheet } from "./sheets/background-sheet.mjs"
export { default as AwEKitSheet } from "./sheets/kit-sheet.mjs"
export { default as AwEWeaponSheet } from "./sheets/weapon-sheet.mjs"
export { default as AwEEquipmentSheet } from "./sheets/equipment-sheet.mjs"
export { default as AwESkillSheet } from "./sheets/skill-sheet.mjs"
export { default as AwEEffectSheet } from "./sheets/effect-sheet.mjs"