Protection Expert
Source
Starfinder Enhanced pg. 83
While you’re wielding a shield, you ignore half the shield’s armor check penalty and speed adjustment (if any). If the shield has a maximum Dexterity bonus, you also add 1 to its maximum Dexterity bonus.
Dragonscript
ID
10d32d33840d716b7add84c4
Effect
if {character.shield.maxDex > 0} then bonus 1 to character.armor.maxDex as misc; if {character.shield.acpReduction < 0} then bonus (character.shield.acpReduction / 2) to character.shield.acpReduction as misc;