• 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

Custom Race Attribute - Height/Weight Range

Cbeach512

Member
I'm not sure if this is possible, but I'd like to be able to attach a range of heights and weights to a custom race I put together.

What it boils down to is that I made a custom race "Pixie" for my niece who just had to play a pixie in a game I'm running for her. I have been able to do all of the things so far in the editor but can't figure out where I would change the allowable values for Height and Weight (3' and 30lb is just too tall and heavy).

I would appreciate any help the community can give. I have really been enjoying learning how to customize things in HL!


Thanks
-Chad
 
Good question. You also can't take the age above 99, or below 6; even with Elves in a fantasy setting.

Looking into the source files a bit, these all seem to have the max/min values set in actor.str, which is sadly one of the core Savage Worlds files so we can't really modify it directly. It doesn't help that it is hidden away somewhere; I assume in core.hlz.

I don't think we can override these values, though I've not really had the need to go looking yet
 
You can change the values with a mechanic. The mechanic would then have an if statement in its eval script, which would look to see if you are race X, like Race.racElf, and then it could change the values inside that if statement.
 
It appears impossible at the moment. I cannot figure out a way to alter the defvalues, which is what we want to change.
 
It looks like it to me. Funny how it never came up before now, but many of us probably have just used younger races and never noticed.
 
Back
Top