Elaith
July 24th, 2020, 17:03
Hello All,
I just noticed the other day that when I drag a race onto my character sheet that has 'Low-light Vision' - it is not automatically added to the "Senses" area for a pathfinder character sheet. If I change the wording in the race file to Lowlight Vision - this shows up just fine.
I did a search of the files and found the following in: 3.5 - manager_char.lua
RACIAL_TRAIT_LOWLIGHTVISION = "^low-light vision$";
elseif sTraitType:match(RACIAL_TRAIT_DARKVISION) or
sTraitType:match(RACIAL_TRAIT_LOWLIGHTVISION) or
sTraitType:match(RACIAL_TRAIT_SUPERIORDARKVISION) then
handleRacialVision(nodeChar, nodeSource);
So by the look of it, it should properly recognize "Low-light Vision".
I checked handleRacialVision, and I did not see anything that stood out there either.
Can anyone offer a suggestion as to where the problem might lie? Or if I am looking in the wrong spot.
I even did a search for possible entries for "senses" but that did not bring up anything useful.
Note: For the record this does correctly add it to the racial traits section, just not the "senses" line on the main tab.
Thanks,
-Elaith
I just noticed the other day that when I drag a race onto my character sheet that has 'Low-light Vision' - it is not automatically added to the "Senses" area for a pathfinder character sheet. If I change the wording in the race file to Lowlight Vision - this shows up just fine.
I did a search of the files and found the following in: 3.5 - manager_char.lua
RACIAL_TRAIT_LOWLIGHTVISION = "^low-light vision$";
elseif sTraitType:match(RACIAL_TRAIT_DARKVISION) or
sTraitType:match(RACIAL_TRAIT_LOWLIGHTVISION) or
sTraitType:match(RACIAL_TRAIT_SUPERIORDARKVISION) then
handleRacialVision(nodeChar, nodeSource);
So by the look of it, it should properly recognize "Low-light Vision".
I checked handleRacialVision, and I did not see anything that stood out there either.
Can anyone offer a suggestion as to where the problem might lie? Or if I am looking in the wrong spot.
I even did a search for possible entries for "senses" but that did not bring up anything useful.
Note: For the record this does correctly add it to the racial traits section, just not the "senses" line on the main tab.
Thanks,
-Elaith