I've used Hero Lab off and on for a number of years in my various Savage Worlds campaigns. Recently I've started a campaign based on the beta rules for the port of Fringeworthy to Savage Worlds. Last week I decided to create the necessary HL files for this. I thought it would be quick and easy. Nope.
Fringeworthy has an Arcane Background(Fringeworthy) that is non-exclusive. You can take other AB's alongside it. After stumbling down the two AB path for a bit, I researched on here discovering that was going to be filled with challenges of the unsurmountable kind.
Since AB(Fringeworthy) has a completely unique set of Skills attached to it, I decided to ditch the AB in HL and just used an Edge named AB(Fringeworthy) with Skills that require the Edge. None of this was linked to an actual AB.
Along the way to getting this all to work I've figured out a few items that I was unable to find in either the documentation or forums. I'll be sharing those in this post as I go along for others. Also, if there is a better way of doing any of this, please feel free to let me know.
______________________
First up, I needed to restrict some of the new Skills to certain Ranks and above. I placed this code in the Expression Requirements with 20 being the xp threshold for the desired minimum Rank.
More to come...
Fringeworthy has an Arcane Background(Fringeworthy) that is non-exclusive. You can take other AB's alongside it. After stumbling down the two AB path for a bit, I researched on here discovering that was going to be filled with challenges of the unsurmountable kind.
Since AB(Fringeworthy) has a completely unique set of Skills attached to it, I decided to ditch the AB in HL and just used an Edge named AB(Fringeworthy) with Skills that require the Edge. None of this was linked to an actual AB.
Along the way to getting this all to work I've figured out a few items that I was unable to find in either the documentation or forums. I'll be sharing those in this post as I go along for others. Also, if there is a better way of doing any of this, please feel free to let me know.
______________________
First up, I needed to restrict some of the new Skills to certain Ranks and above. I placed this code in the Expression Requirements with 20 being the xp threshold for the desired minimum Rank.
Code:
hero.child[resXP].field[resMax].value >= 20
More to come...