Attribute: On Kill: Blast and Sentry Resistances - nosoop/SM-TFCustomWeaponAttributes GitHub Wiki

Provides sentry and blast damage resistance for a duration of time after killing a player.

Plugin name: "custom-weapon-soup"

Attributes:

  • "on kill blast and sentry resist": a pair of float values indicating resistance amount (as percentage) and time (in seconds) -- default "0.5 5.0": 50% resist for 5 seconds

Example Attributes:

"attributes"
{
	"on kill blast and sentry resist"
	{
		"plugin"	"custom-weapon-soup"
		"value"		"0.5 5.0"
	}
}