aboutsummaryrefslogtreecommitdiff
path: root/Northstar.Custom/keyvalues
diff options
context:
space:
mode:
authorCoopyy <pat.pvp.unturned@gmail.com>2022-01-25 07:22:38 -0600
committerGitHub <noreply@github.com>2022-01-25 10:22:38 -0300
commit25737209c5980e932b4cc934be2f10161793e32a (patch)
treef3bf0f5a56f51627db04a7c34b4c3b134bf22e9a /Northstar.Custom/keyvalues
parent686b3f80cd2644c56e4025080b5be8b1e8fe5d7a (diff)
downloadNorthstarMods-25737209c5980e932b4cc934be2f10161793e32a.tar.gz
NorthstarMods-25737209c5980e932b4cc934be2f10161793e32a.zip
adds prefix to Sticks & Stones playlist vars (#144)
* added gamer weapon to sticks & stones * playlist var prefixes
Diffstat (limited to 'Northstar.Custom/keyvalues')
-rw-r--r--Northstar.Custom/keyvalues/scripts/weapons/mp_weapon_softball.txt14
1 files changed, 14 insertions, 0 deletions
diff --git a/Northstar.Custom/keyvalues/scripts/weapons/mp_weapon_softball.txt b/Northstar.Custom/keyvalues/scripts/weapons/mp_weapon_softball.txt
new file mode 100644
index 000000000..5da9357f0
--- /dev/null
+++ b/Northstar.Custom/keyvalues/scripts/weapons/mp_weapon_softball.txt
@@ -0,0 +1,14 @@
+WeaponData
+{
+ Mods
+ {
+ sns
+ {
+ explosion_damage "50"
+ damage_near_value "50"
+ damage_far_value "50"
+ ammo_clip_size "1"
+ projectile_launch_speed "7500"
+ }
+ }
+}