What is the proper method to handle Armor Proficiency?
To add I have been using these. These appear to work. It enables the ability to select the armor.
perform hero.assign[ArmProfGrp.ArmorHeavy]
perform hero.assign[ArmProfGrp.ArmorMed]
perform hero.assign[ArmProfGrp.ArmorLight]
The next step however is to check is the proficiency is applied. I copied this over from the PF Feats and they compile and are certainly doing something as adding this displays an error message and grays the feat out.
tagis[Hero.ProfHeavy] <> 0
This issue however is the second feat does not recognise the proficiency added by the first feat.
Feat 1: Eval Script: perform hero.assign[ArmProfGrp.ArmorHeavy]
Feat 2: Expr-reqs: tagis[Hero.ProfHeavy] <> 0
Has anyone got this working?
To add I have been using these. These appear to work. It enables the ability to select the armor.
perform hero.assign[ArmProfGrp.ArmorHeavy]
perform hero.assign[ArmProfGrp.ArmorMed]
perform hero.assign[ArmProfGrp.ArmorLight]
The next step however is to check is the proficiency is applied. I copied this over from the PF Feats and they compile and are certainly doing something as adding this displays an error message and grays the feat out.
tagis[Hero.ProfHeavy] <> 0
This issue however is the second feat does not recognise the proficiency added by the first feat.
Feat 1: Eval Script: perform hero.assign[ArmProfGrp.ArmorHeavy]
Feat 2: Expr-reqs: tagis[Hero.ProfHeavy] <> 0
Has anyone got this working?
Last edited: