Revert max encumbrance back to tweak value
Very handy to pre-compute based on strength mod, but tweaks needs to stay authoritative.master
parent
2d2beeb1b2
commit
2507701944
|
@ -640,7 +640,7 @@ export class AcksActor extends Actor {
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
const maxEncumbrance = 20000 + (this.data.data.scores.str.mod * 1000);
|
const maxEncumbrance = this.data.data.encumbrance.max;
|
||||||
|
|
||||||
this.data.data.encumbrance = {
|
this.data.data.encumbrance = {
|
||||||
pct: Math.clamped(
|
pct: Math.clamped(
|
||||||
|
|
Loading…
Reference in New Issue