Hammer FistEx
Level 1
You treat any unarmed strike you make while wearing heavy or powered armor as being made with a Battleglove with an item level equal to or lower than your soldier level, and you calculate damage for these attacks as if you had the melee striker gear boost. If you have the melee striker gear boost, you gain a +2 bonus to damage rolls with your unarmed strikes when using this ability. These unarmed strikes don’t benefit from other abilities that apply specifically to unarmed strikes (such as the Improved Unarmed Strike feat).
Dragonscript Effect
if or [{character.equipped.armorType == heavy}, {character.equipped.armorType == powered}] then [append soldierHammerFist.1 to character.weapons, if {character.soldier.features contains 'c04ea7df7a81febf9ac54f8a'} then bonus 2 to character.damage.hammerFist as misc else bonus (character.strength.modifier / 2) to character.damage.hammerFist as misc];