Attribute: Per head Attack Increase - nosoop/SM-TFCustomWeaponAttributes GitHub Wiki

Increased attack speed per head. Only really useful with items that support the "heads" counter.

Plugin name: "custom-weapon-soup"

Attributes:

  • "per head attack increase": a pair of float values indicating attack speed per head (as percentage) and maximum speed increase (as percentage)
    • default "0.2 1.0": +20% ASI up to a +100% ASI (5 heads) (I was too lazy to find sane defaults)

Known issues:

  • On Demoman, the "heads" counter doesn't show. The implemented workaround is to have an internal head counter. Attaching the decapitate type attribute makes the decapitation HUD work, but also applies the Eyelander's effects.

Example Attributes:

"attributes"
{
	"per head attack increase"
	{
		"plugin"	"custom-weapon-soup"
		"value"		"0.1 0.3"
	}
}