remove unused field

This commit is contained in:
IrkTheImp 2025-07-03 11:31:06 -05:00
parent 4d64a99bb9
commit 3182a3be6c

View file

@ -34,7 +34,6 @@ export default class DHWeapon extends BaseDataItem {
damage: new fields.SchemaField({ damage: new fields.SchemaField({
dice: new fields.StringField({ choices: SYSTEM.GENERAL.diceTypes, initial: 'd6' }), dice: new fields.StringField({ choices: SYSTEM.GENERAL.diceTypes, initial: 'd6' }),
bonus: new fields.NumberField({ nullable: true, initial: null }), bonus: new fields.NumberField({ nullable: true, initial: null }),
value: new FormulaField({ initial: 'd6' }),
type: new fields.StringField({ type: new fields.StringField({
required: true, required: true,
choices: SYSTEM.GENERAL.damageTypes, choices: SYSTEM.GENERAL.damageTypes,