I've been trying to toy with ShadowChemosh's Adventurer's Armory user file to get the Sawtooth Saber working right, but I'm not having a lot of luck. Here is the behavior I'm expecting:
If you are proficient, the weapon is treated as light. Proficiency can come from the exotic weapon proficiency feat or from class proficiency (Clerics and Inquisitors can get proficiency if they worship Achaekek in the Pathfinder campaign setting, and someone will eventually get around to creating the Heirloom Weapon trait from Adventurer's Armory that can give proficiency to a single weapon).
If you are not proficient, it is a one-handed weapon.
As ShadowChemosh has the weapon designed, it will evaluate against the Exotic Weapon Proficiency feat but doesn't check for other types of proficiency. Is there a simple way to say "if the user is proficient, perform assign[wClass.Light]"?
I've tried some variants of WepProf.wPcSaSawto (the Unique ID of the weapon) but it didn't fly...got lots of "the thing to replace is already replaced by another thing and cannot be superceded" errors when I tried.
If you are proficient, the weapon is treated as light. Proficiency can come from the exotic weapon proficiency feat or from class proficiency (Clerics and Inquisitors can get proficiency if they worship Achaekek in the Pathfinder campaign setting, and someone will eventually get around to creating the Heirloom Weapon trait from Adventurer's Armory that can give proficiency to a single weapon).
If you are not proficient, it is a one-handed weapon.
As ShadowChemosh has the weapon designed, it will evaluate against the Exotic Weapon Proficiency feat but doesn't check for other types of proficiency. Is there a simple way to say "if the user is proficient, perform assign[wClass.Light]"?
I've tried some variants of WepProf.wPcSaSawto (the Unique ID of the weapon) but it didn't fly...got lots of "the thing to replace is already replaced by another thing and cannot be superceded" errors when I tried.