Added Quantity as a possible cost

This commit is contained in:
WBHarry 2025-08-28 01:08:03 +02:00
parent fa0fa1f9ee
commit 26ce421d9c
7 changed files with 89 additions and 53 deletions

View file

@ -84,8 +84,7 @@ export default class DhCompanionSheet extends DHBaseActorSheet {
return {
key: c.key,
value: (c.total ?? c.value) * (resource.isReversed ? 1 : -1),
target: resource.target,
keyIsID: resource.keyIsID
target: resource.target
};
});