Fixed damage reduction any

This commit is contained in:
WBHarry 2025-08-14 15:35:19 +02:00
parent 89e4e43026
commit ab59168a28
5 changed files with 5 additions and 17 deletions

View file

@ -20,7 +20,6 @@ const resourceField = (max = 0, initial = 0, label, reverse = false, maxLabel) =
const stressDamageReductionRule = localizationPath =>
new fields.SchemaField({
enabled: new fields.BooleanField({ required: true, initial: false }),
cost: new fields.NumberField({
integer: true,
label: `${localizationPath}.label`,