Capacity Bonus
+ Added capacity for containers (forgot to build new branch & only minor changes)
This commit is contained in:
@@ -276,6 +276,7 @@ export class M5Character extends Actor {
|
||||
calc: item.system.calc,
|
||||
equipped: item.system?.equipped,
|
||||
weight: item.system.weight || 0,
|
||||
capacity: item.system.capacity || 0,
|
||||
value: item.system.value || 0,
|
||||
currency: item.system.currency || "",
|
||||
quantity: item.system.quantity || 0,
|
||||
|
||||
Reference in New Issue
Block a user