Action Save difficulty

This commit is contained in:
Dapoolp 2025-07-27 12:58:28 +02:00
parent 5cd9075732
commit f74954b718
7 changed files with 10 additions and 6 deletions

View file

@ -6,8 +6,7 @@ export default class TargetField extends fields.SchemaField {
type: new fields.StringField({
choices: CONFIG.DH.ACTIONS.targetTypes,
initial: CONFIG.DH.ACTIONS.targetTypes.any.id,
nullable: true,
initial: null
nullable: true
}),
amount: new fields.NumberField({ nullable: true, initial: null, integer: true, min: 0 })
};