Skip to content

Commit

Permalink
Merge pull request #770 from doug1234/ShieldFeatTweak
Browse files Browse the repository at this point in the history
Minor tweak to shield feats.
  • Loading branch information
doug1234 authored Mar 11, 2024
2 parents a5620d1 + d9a62f0 commit 77c3640
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion tpdatasrc/tpgamefiles/rules/char_class/class011_fighter.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ def GetClassHelpTopic():
feat_rapid_shot, feat_quick_draw, feat_precise_shot, feat_point_blank_shot, feat_manyshot,
feat_mounted_combat, feat_mounted_archery, feat_far_shot, feat_improved_bull_rush,
feat_weapon_focus_head, feat_weapon_specialization_head, feat_greater_weapon_focus_head, feat_greater_weapon_specialization,
"Melee Weapon Mastery", "Vexing Flanker", "Ranged Weapon Mastery"]
"Melee Weapon Mastery", "Vexing Flanker", "Ranged Weapon Mastery", "Agile Shield Fighter", "Active Shield Defense",
"Shield Charge", "Shield Specialization", "Shield Ward"]

class_skills = (skill_alchemy, skill_climb, skill_craft, skill_handle_animal, skill_intimidate, skill_jump, skill_ride, skill_swim)

Expand Down
2 changes: 1 addition & 1 deletion tpdatasrc/tpgamefiles/rules/feats/agile shield fighter.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ name: Agile Shield Fighter
flags: 12582928
prereqs:
description: When making a shield bash and armed strike attack as part of a full attack action, you take a -2 penalty on each attack. These penalties replace the normal ones you incur for fighting with two weapons.
prereq descr: Improved Shield Bash, Shield Specialization and Shield Specialization.
prereq descr: Shield Proficiency, Improved Shield Bash and Shield Specialization.

0 comments on commit 77c3640

Please sign in to comment.