Finish the primary design of the item tab, still awaiting an equipped toggle
This commit is contained in:
parent
704ff4672a
commit
2b0fbdfa8b
6 changed files with 60 additions and 14 deletions
|
|
@ -243,11 +243,6 @@ export class PlayerSheet extends
|
|||
|
||||
totalWeight = toPrecision(totalWeight, 2);
|
||||
ctx.totalWeight = totalWeight + weightUnit;
|
||||
console.log({
|
||||
totalWeight,
|
||||
carryCapacity: this.actor.system.carryCapacity,
|
||||
percent: Math.round(totalWeight / this.actor.system.carryCapacity * 100),
|
||||
});
|
||||
ctx.carryCapacityPercent = Math.round(totalWeight / this.actor.system.carryCapacity * 100);
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue