[Fix] Homebrew Item Features (#1365)

* Fixed adding and editing effects on a homebrew feature

* .

* Fixed effect removal
This commit is contained in:
WBHarry 2025-12-06 02:29:56 +01:00 committed by GitHub
parent cb10b18e06
commit 9fa4627b19
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
11 changed files with 411 additions and 252 deletions

View file

@ -1,4 +1,5 @@
export { default as ActionConfig } from './action-config.mjs';
export { default as ActionSettingsConfig } from './action-settings-config.mjs';
export { default as CharacterSettings } from './character-settings.mjs';
export { default as AdversarySettings } from './adversary-settings.mjs';
export { default as CompanionSettings } from './companion-settings.mjs';