I'm having some trouble adding this feat to Hero Lab for 2 reasons.
First, I cannot seem to see Armor or Shields as a Select From... category. Is there a way to create a custom one? This would be the most straightforward way to implement this feat and then in the eval script do the mumbo-jumbo to see if that type is equipped and then apply the bonus... which brings me to my second part.
I've resigned for now to make three versions of the feat: Shield Specialization (Buckler), Shield Specialization (Light Shield), and Shield Specialization (Heavy Shield). But I'm having trouble with checking to see if that type of shield is equipped and then adding the bonus to my AC.
I found a Hero tag EquipShld and within each shield I found gIsEquip (either 1 or 0) so I'm asking how I can combine this knowledge. How do I write the eval script that first exits is a shield isn't equipped and then checks to see if the shield type matches the one corresponding to the feat.
First, I cannot seem to see Armor or Shields as a Select From... category. Is there a way to create a custom one? This would be the most straightforward way to implement this feat and then in the eval script do the mumbo-jumbo to see if that type is equipped and then apply the bonus... which brings me to my second part.
I've resigned for now to make three versions of the feat: Shield Specialization (Buckler), Shield Specialization (Light Shield), and Shield Specialization (Heavy Shield). But I'm having trouble with checking to see if that type of shield is equipped and then adding the bonus to my AC.
I found a Hero tag EquipShld and within each shield I found gIsEquip (either 1 or 0) so I'm asking how I can combine this knowledge. How do I write the eval script that first exits is a shield isn't equipped and then checks to see if the shield type matches the one corresponding to the feat.