created a dummy char and added a couple weapons with range. i don't see the penalties for the different range increments. do they show somewhere in herolab and i'm just blind?
reason i was looking is i have a trait that when i activate the ability on it it doubles the range penalties. since i couldn't find the penalties showing anywhere i added this code to my eval script for when it is activated:
field[actName].text = field[actName].text & " + double all range penalties"
the code works just fine and displays when i activate and disappears when not activated. was just curious if the range penalties were actually viewable somewhere so that i could dbl them instead of adding the text.
reason i was looking is i have a trait that when i activate the ability on it it doubles the range penalties. since i couldn't find the penalties showing anywhere i added this code to my eval script for when it is activated:
field[actName].text = field[actName].text & " + double all range penalties"
the code works just fine and displays when i activate and disappears when not activated. was just curious if the range penalties were actually viewable somewhere so that i could dbl them instead of adding the text.