aboutsummaryrefslogtreecommitdiff
path: root/Northstar.Custom/keyvalues
diff options
context:
space:
mode:
authorhummusbird <hummusbirb@gmail.com>2022-01-11 11:42:01 +0000
committerGitHub <noreply@github.com>2022-01-11 08:42:01 -0300
commit7dedffbf358edb4d3b9222c41b3d61b50d8a4e64 (patch)
tree959a8377863e41603a70736edf2d19853f5cd93e /Northstar.Custom/keyvalues
parentced197fb6a49b57a98ae10a1b1bef6153d2b0b38 (diff)
downloadNorthstarMods-7dedffbf358edb4d3b9222c41b3d61b50d8a4e64.tar.gz
NorthstarMods-7dedffbf358edb4d3b9222c41b3d61b50d8a4e64.zip
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
Diffstat (limited to 'Northstar.Custom/keyvalues')
-rw-r--r--Northstar.Custom/keyvalues/scripts/weapons/mp_weapon_wingman_n.txt11
1 files changed, 11 insertions, 0 deletions
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