aboutsummaryrefslogtreecommitdiff
path: root/Northstar.Custom/keyvalues/scripts/weapons/melee_pilot_emptyhanded.txt
blob: e1db3cdbca1df5da4bf880263ccb3588bc433543 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
WeaponData
{
	// mod for testing low damage, high knockback "shove" melee rebalance
	test_push
	{
		"melee_damage" "5"
		"impulse_force" "150000"
	}

	Mods
	{
		allow_as_primary
		{
			"fire_mode"									"offhand_melee_hybrid"
			"attack_button_presses_melee"				"1"
		}
	}
}