Adam.Ormond
Well-known member
I want to implement a house rule that grants Weapon Finesse to all characters, but only if they actually qualify for the feat. I know I can add a data file to bootstrap it, like so:
But this ignores the pre-reqs. Is there a more elegant solution?
Code:
<?xml version="1.0" encoding="ISO-8859-1"?>
<document signature="Hero Lab Structure">
<bootstrap index="278" thing="fWepFin"/>
</document>
But this ignores the pre-reqs. Is there a more elegant solution?