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 AwEBackground } from "./background.mjs"
export { default as AwEKit } from "./kit.mjs"
export { default as AwEWeapon } from "./weapon.mjs"
export { default as AwEEquipment } from "./equipment.mjs"
export { default as AwESkill } from "./skill.mjs"
export { default as AwEEffect } from "./effect.mjs"