diff options
author | Coopyy <pat.pvp.unturned@gmail.com> | 2022-01-25 07:22:38 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-25 10:22:38 -0300 |
commit | 25737209c5980e932b4cc934be2f10161793e32a (patch) | |
tree | f3bf0f5a56f51627db04a7c34b4c3b134bf22e9a /Northstar.Custom/keyvalues/scripts | |
parent | 686b3f80cd2644c56e4025080b5be8b1e8fe5d7a (diff) | |
download | NorthstarMods-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/scripts')
-rw-r--r-- | Northstar.Custom/keyvalues/scripts/weapons/mp_weapon_softball.txt | 14 |
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 00000000..5da9357f --- /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" + } + } +} |