• Please note: In an effort to ensure that all of our users feel welcome on our forums, we’ve updated our forum rules. You can review the updated rules here: http://forums.wolflair.com/showthread.php?t=5528.

    If a fellow Community member is not following the forum rules, please report the post by clicking the Report button (the red yield sign on the left) located on every post. This will notify the moderators directly. If you have any questions about these new rules, please contact support@wolflair.com.

    - The Lone Wolf Development Team

Gold & Glory Encumbrance rules

Gumbytie

Well-known member
Not much to this supplement/setting but thought it would be fun to take a stab at. I am stumped on trying to recreate their rules for Encumbrance. Essentially everything weighs 0, 1, or 2 (some exceptions to 3). Building gear to that spec is easy. But trying to implement and modify the Encumbrance system proving to be difficult.

Here are the Gold & Glory Encumbrance rules. Weight Limit is equal to 2 + your Strength die. Strength d8 means you can carry 10 Normal items without being encumbered. Consider this number in place of the lbs listed in the standard Savage Worlds Encumbrance rules.

Strength DieWeight LimitEnc.Pace1Max.Lift
d467-171824
d689-232432
d81011-293040
d101213-353648
d121415-414256

These are the only two methods I am aware of for modifying Encumbrance and Load Limit. And neither quite nails what is needed. There may be other methods and I am hoping a smarter user than me has some ideas.

Final/5100
Code:
#resmax[resEncumb] *= .15

Pre-Traits/5000
Code:
herofield[acLoadBonus].value += .5
 
Last edited:
Back
Top