Im trying to add the Dayborn race from Kobold Press Midgard setting as unfortunately its not yet available on Herolab. Im trying to work through the scripting tutorials but havn't coded in about 20 years! I've been mostly copying things with similar abilities and tweaking them which has worked so far.
Im trying to code the following racial ability.
Fire Resistance: Dayborn gain a +1 racial bonus to saves against
fire-based magic and effects. This increases by 1pt for every 4 class
levels they possess.
This is what i have as a start point
#situational[hero.childfound[svRef],"+1 Racial bonus vs. fire based magic and effects.",field[name].text]
#situational[hero.childfound[svFort],"+1 Racial bonus vs. fire based magic and effects.",field[name].text]
#situational[hero.childfound[svWill],"+1 Racial bonus vs. fire based magic and effects.",field[name].text]
But i cant think off the top of my head of other racial ability that increases with HD. So im not sure how to code that part in.
Any help would be appreciated.
Im trying to code the following racial ability.
Fire Resistance: Dayborn gain a +1 racial bonus to saves against
fire-based magic and effects. This increases by 1pt for every 4 class
levels they possess.
This is what i have as a start point
#situational[hero.childfound[svRef],"+1 Racial bonus vs. fire based magic and effects.",field[name].text]
#situational[hero.childfound[svFort],"+1 Racial bonus vs. fire based magic and effects.",field[name].text]
#situational[hero.childfound[svWill],"+1 Racial bonus vs. fire based magic and effects.",field[name].text]
But i cant think off the top of my head of other racial ability that increases with HD. So im not sure how to code that part in.
Any help would be appreciated.