diff options
author | x3Karma <juliuslimck@gmail.com> | 2022-01-03 17:31:55 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-03 17:31:55 +0800 |
commit | a4642158f83aa7378f58ab45d2730b682ca1f93b (patch) | |
tree | 1d639a6090c03dac9a22aa0e0279e75f8379ec06 | |
parent | aa01f0a17ec8ef8312ec58c9c96f6680c2cf648b (diff) | |
download | NorthstarMods-a4642158f83aa7378f58ab45d2730b682ca1f93b.tar.gz NorthstarMods-a4642158f83aa7378f58ab45d2730b682ca1f93b.zip |
Add files via upload
-rw-r--r-- | Northstar.Custom/keyvalues/scripts/weapons/mp_weapon_wingman.txt | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/Northstar.Custom/keyvalues/scripts/weapons/mp_weapon_wingman.txt b/Northstar.Custom/keyvalues/scripts/weapons/mp_weapon_wingman.txt new file mode 100644 index 00000000..8255df15 --- /dev/null +++ b/Northstar.Custom/keyvalues/scripts/weapons/mp_weapon_wingman.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 |