diff options
author | hummusbird <hummusbirb@gmail.com> | 2022-01-11 11:42:01 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-11 08:42:01 -0300 |
commit | 7dedffbf358edb4d3b9222c41b3d61b50d8a4e64 (patch) | |
tree | 959a8377863e41603a70736edf2d19853f5cd93e /Northstar.Custom/keyvalues | |
parent | ced197fb6a49b57a98ae10a1b1bef6153d2b0b38 (diff) | |
download | NorthstarMods-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.txt | 11 |
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 00000000..ba6f0964 --- /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 |