Lone Wolf Development Forums

Lone Wolf Development Forums (http://forums.wolflair.com/index.php)
-   HL - Savage Worlds (http://forums.wolflair.com/forumdisplay.php?f=59)
-   -   Lode Limit Question (http://forums.wolflair.com/showthread.php?t=51322)

dartnet November 16th, 2014 05:58 AM

Lode Limit Question
 
How would one code an item that adds 15 pounds to the load limit regardless of the Strength Die?

Paragon November 16th, 2014 08:07 AM

Hmmm. I know how to adjust the multiplier, but I'm not clear if manipulating that variable can be done in a way that will provide a flat adder.

SeeleyOne November 16th, 2014 08:04 PM

herofield[acLoadMult].value += 15

I think that it normally is calculated with Pre-Traits 5000, before Calc trtFinal, so try that.

Paragon November 18th, 2014 07:59 AM

Ah, that does work then. I wasn't willing to say it would operate correctly before I'd tested it.

dartnet November 19th, 2014 06:52 PM

Got it to work.

final 5100

if (field[grIsEquip].value <> 0) then
#resmax[resEncumb] += 15
endif


All times are GMT -8. The time now is 07:00 PM.

Powered by vBulletin® - Copyright ©2000 - 2024, vBulletin Solutions, Inc.
wolflair.com copyright ©1998-2016 Lone Wolf Development, Inc. View our Privacy Policy here.