Various fixes and add rune support

This commit is contained in:
2026-03-30 23:38:45 +02:00
parent 2bf737a3ef
commit fb04448ab0
18 changed files with 506 additions and 9 deletions

View File

@@ -21,6 +21,7 @@ export default class OathHammerParty extends foundry.abstract.TypeDataModel {
})
schema.maxSlots = new fields.NumberField({ ...requiredInteger, initial: 0, min: 0 })
schema.renown = new fields.NumberField({ ...requiredInteger, initial: 0, min: 0 })
return schema
}