Initial migration

This commit is contained in:
WBHarry 2025-08-27 21:58:25 +02:00
parent 1eb3ff11c0
commit 683907c62b
4 changed files with 98 additions and 22 deletions

View file

@ -586,6 +586,16 @@ export const abilityCosts = {
id: 'fear',
label: 'Fear',
group: 'TYPES.Actor.adversary'
},
resource: {
id: 'resource',
label: 'DAGGERHEART.GENERAL.resource',
group: 'Global'
},
quantity: {
id: 'quantity',
label: 'DAGGERHEART.GENERAL.quantity',
group: 'Global'
}
};