Hi there, I maybe there is a better way of doing this but I'm basically trying to make it so that, using Variant Encumbrance, you have 10x your STR score before you are encumbered instead of the normal 5x. To do this, I've created a feat that multiplies your carrying capacity by 2x:
This unfortunately seems to not only double their carrying capacity, but also how much they can push/drag/lift.
Is there any way around this/am I doing something wrong?
Push, Drag, or Lift. You can push, drag, or lift a weight in pounds up to twice your carrying capacity (or 30 times your Strength score).
You can create a snippet in the feat to still show on the character sheet the appropriate amount of weight that can be pushed, dragged, or lifted. Something like the following:
You can still only push, drag, or lift up to {{abilityscore:str*30}} lbs.
This will not change the number that displays in the Encumbrance sidebar, but will still give an easy-to-view reference when needed!
Hi there, I maybe there is a better way of doing this but I'm basically trying to make it so that, using Variant Encumbrance, you have 10x your STR score before you are encumbered instead of the normal 5x. To do this, I've created a feat that multiplies your carrying capacity by 2x:
This unfortunately seems to not only double their carrying capacity, but also how much they can push/drag/lift.
Is there any way around this/am I doing something wrong?
Thanks.
Unfortunately, the amount that a character can push/drag/lift is tied to carrying capacity:
You can create a snippet in the feat to still show on the character sheet the appropriate amount of weight that can be pushed, dragged, or lifted. Something like the following:
This will not change the number that displays in the Encumbrance sidebar, but will still give an easy-to-view reference when needed!
Thanks for the workaround :D