From 7dedffbf358edb4d3b9222c41b3d61b50d8a4e64 Mon Sep 17 00:00:00 2001 From: hummusbird Date: Tue, 11 Jan 2022 11:42:01 +0000 Subject: One in the Chamber - Balancing (#78) * stop melee from scoring points * switch gun to wingman elite * add wingman elite mod * add playlistvar for wingman_n --- .../keyvalues/scripts/weapons/mp_weapon_wingman_n.txt | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 Northstar.Custom/keyvalues/scripts/weapons/mp_weapon_wingman_n.txt (limited to 'Northstar.Custom/keyvalues/scripts') diff --git a/Northstar.Custom/keyvalues/scripts/weapons/mp_weapon_wingman_n.txt b/Northstar.Custom/keyvalues/scripts/weapons/mp_weapon_wingman_n.txt new file mode 100644 index 000000000..ba6f0964c --- /dev/null +++ b/Northstar.Custom/keyvalues/scripts/weapons/mp_weapon_wingman_n.txt @@ -0,0 +1,11 @@ +WeaponData +{ + Mods + { + one_in_the_chamber + { + damage_near_value "9999" + damage_far_value "9999" + } + } +} \ No newline at end of file -- cgit v1.2.3