• 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

question about age category and saves

psych777

Well-known member
i have a trait that does the following:
Fountain of Youth
You gain a +2 inherent bonus on saves against aging effects. In addition, choose an age one category less than your actual age.

all the results i got on searches showed saves vs aging to be Fortitude saves so i made a situational script to show on Fort saves, but was curious if there was a way to make the situational show for all saves with one line of script or would i have to use 3 lines (1 for each save type) if i wanted it to show on all?

secondly, when i look on the Personal tab it shows the age and the random roll button, but i don't see anything about the category....so would the last line of the trait just be informational and the player has to manually adjust? or is there a way to enforce the younger category in herolab (i assume it would change the results of the random roll button)?
 
all the results i got on searches showed saves vs aging to be Fortitude saves so i made a situational script to show on Fort saves, but was curious if there was a way to make the situational show for all saves with one line of script or would i have to use 3 lines (1 for each save type) if i wanted it to show on all?

Code:
#situational[hero.child[svAll],"+2 circumstance bonus vs. effects that require hearing",field[thingname].text]


secondly, when i look on the Personal tab it shows the age and the random roll button, but i don't see anything about the category....so would the last line of the trait just be informational and the player has to manually adjust? or is there a way to enforce the younger category in herolab (i assume it would change the results of the random roll button)?
Age Categories are found on the "Adjust" tab actually. So they would just put in one less than what they really are. I guess you could have a script that checks for the right Adjustment to be present to be valid.
 
svAll - sweet!

hmm...will see what i can figure out for validating the category...but will probably just leave it to the user. thanks for the tips
 
Back
Top