From 9eb4b3aeea163884d5b07b5af9ed8189f086ce02 Mon Sep 17 00:00:00 2001 From: Michael Levin Date: Sat, 3 Oct 2009 11:13:35 +0000 Subject: Added shader/particle scripts to version control. --- models/weapons/level2upg/weapon.cfg | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 models/weapons/level2upg/weapon.cfg (limited to 'models/weapons/level2upg') diff --git a/models/weapons/level2upg/weapon.cfg b/models/weapons/level2upg/weapon.cfg new file mode 100644 index 00000000..7a1f26cf --- /dev/null +++ b/models/weapons/level2upg/weapon.cfg @@ -0,0 +1,18 @@ +disableIn3rdPerson + +icon icons/icona_lev2 +crosshair 15 gfx/2d/crosshair-alien_s + +primary +{ + flashSound 0 models/weapons/level2/flash0.wav + impactFleshSound 0 models/weapons/level2/impactflesh0.wav + alwaysImpact +} + +secondary +{ + flashSound 0 models/weapons/level2upg/electric.wav + + impactMark 24 gfx/marks/plasma_mrk +} -- cgit