Added homebrew for armor and weapon fatures

This commit is contained in:
WBHarry 2025-09-06 19:12:15 +02:00
parent 8fd63d5963
commit 45a322f418
20 changed files with 564 additions and 81 deletions

View file

@ -96,6 +96,13 @@ export default class DhActiveEffectConfig extends foundry.applications.sheets.Ac
});
}
async _prepareContext(options) {
const context = await super._prepareContext(options);
context.systemFields = context.document.system.schema.fields;
return context;
}
async _preparePartContext(partId, context) {
const partContext = await super._preparePartContext(partId, context);
switch (partId) {