This commit is contained in:
WBHarry 2026-03-05 23:57:21 +01:00
parent 9995566055
commit aa85eb89bf

View file

@ -287,7 +287,6 @@ export class DHDamageData extends DHResourceData {
return {
...super.defineSchema(),
base: new fields.BooleanField({ initial: false, readonly: true, label: 'Base' }),
// direct: new fields.BooleanField({ initial: false, label: 'DAGGERHEART.CONFIG.DamageType.direct.name' }),
type: new fields.SetField(
new fields.StringField({
choices: CONFIG.DH.GENERAL.damageTypes,