PC Does the "Stay Down" Perk Apply to the Sledgehammer?

IrishGhost

New member
Friend and I where talking about it, he insists that the perk only applies the most of the clubs but not the sledgehammer. Not sure myself. Has anyone tested and confirmed it?

 
Pretty sure it doesn't apply to the sledge.

<requirement name="HoldingItemHasTags" tags="perkStayDown"/>

Sledge does not have the PerkStayDown tag.

<item name="meleeToolSledgehammer">

<property name="Tags" value="blunt,melee,heavy,sledge,weapon,meleeWeapon,perkHeavyMetal"/>

For comparason this is the iron club's Tags

<item name="meleeClubIron">

<property name="Tags" value="blunt,club,clubIron,melee,light,weapon,meleeWeapon,perkStayDown"/>

 
Pretty sure it doesn't apply to the sledge.
<requirement name="HoldingItemHasTags" tags="perkStayDown"/>

Sledge does not have the PerkStayDown tag.

<item name="meleeToolSledgehammer">

<property name="Tags" value="blunt,melee,heavy,sledge,weapon,meleeWeapon,perkHeavyMetal"/>

For comparason this is the iron club's Tags

<item name="meleeClubIron">

<property name="Tags" value="blunt,club,clubIron,melee,light,weapon,meleeWeapon,perkStayDown"/>
Damn, wasted a perk point then.

 
Back
Top