
Is there a way to derive two different, separate values from a single Select field? I've poked around online for the answers and most involve some form of javascripting, which IIRC won't work on character sheets. Is there a workaround that can? I'm trying to add an attribute for a "stance" that modifies both the character's chance to hit and be hit. Trouble is, these modifiers are not related to each other. An Defensive stance, for instance, grants +1 to avoid being hit but –2 to the chance to hit. There really isn't a way to derive the two modifiers from a single value (or at least, not one that I can think of). So the ideal way to do it would be to have a single select field (the stance) that creates two separate values, that could in turn be accessed by different attributes in the sheet. Thanks for the help.