• Please note: In an effort to ensure that all of our users feel welcome on our forums, we’ve updated our forum rules. You can review the updated rules here: http://forums.wolflair.com/showthread.php?t=5528.

    If a fellow Community member is not following the forum rules, please report the post by clicking the Report button (the red yield sign on the left) located on every post. This will notify the moderators directly. If you have any questions about these new rules, please contact support@wolflair.com.

    - The Lone Wolf Development Team

Firearms Proficiency

TCArknight

Well-known member
I really appreciate all the help I've gotten recently on the feats and such but I have another question that not sure how to handle. :)

1) D20 Modern has Personal Firearms Proficiency which applies to all Handguns and Longarms (Rifles, etc.). For Archaic Weapons and Exotic Melee Weapons, I've got the ProfArch and ProfEMel User tags assigned to weapons and as part of the custom selection for those feats.

However, since PFA is a Group of weapons, I've copied it from Simple Weapons Proficiency - All. How do I modify this to use my User tag of ProfFire? Do I need to assign it to a Group (Like Druid and Monk weapons) and then add the group to the feat or what?

2) Is it possible to add a new Damage Type? (Ballistic)

Thanks!
Thomas
 
1) Well, if each of them has a certain same tag (maybe User.ProfFireAr) you could write a script that does the same thing as weapon focus but with a foreach.

foreach pick in hero from BaseWep where "User.ProfFireAr"
perform each.forward[WepProf.?]
nexteach

Or something like that. I haven't tested the code, so take it with a grain of salt.

2) What do you mean by damage type? Like Piercing/slashing/bludgeoning? Or like Fire/cold/acid/electricity/sonic?

In the first case, I have no idea. In the second you would need to modify any feats that have a selector for elements.
 
1) Yes, each weapon has User.ProfFire tag. If I understand it right, the weapon won't show as proficient in the Weapon selector screen, but will once added to the hero?

2) Yes, I need to add Ballistic to Piercing, Bludgeoning and Slashing. :) Right now, using the Bludgeoning which is close enough...
 
Back
Top