diff options
| author | enneract <trem.redman@gmail.com> | 2014-02-25 13:03:43 +0100 | 
|---|---|---|
| committer | enneract <trem.redman@gmail.com> | 2014-02-25 13:03:43 +0100 | 
| commit | dac3d3127fc94231bdde0c0822bb12de01e9e836 (patch) | |
| tree | 17829bc1a1b0ddb2d49421c5ea0114b4c2eff436 /assets/models/weapons/level3upg | |
| parent | cd9f8731a13a29d51a401f67ec2aa0b8962e01c8 (diff) | |
0.1.7
Diffstat (limited to 'assets/models/weapons/level3upg')
| -rw-r--r-- | assets/models/weapons/level3upg/weapon.cfg | 28 | 
1 files changed, 28 insertions, 0 deletions
diff --git a/assets/models/weapons/level3upg/weapon.cfg b/assets/models/weapons/level3upg/weapon.cfg new file mode 100644 index 0000000..369f41d --- /dev/null +++ b/assets/models/weapons/level3upg/weapon.cfg @@ -0,0 +1,28 @@ +disableIn3rdPerson + +icon              icons/icona_lev3 +crosshair         36 alien + +primary +{ +  flashSound        0 models/weapons/level3/flash0.wav +  impactFleshSound  0 models/weapons/level3/impactflesh0.wav +  alwaysImpact +} + +secondary +{ +  flashSound        0 models/weapons/level3/pounce.wav +} + +tertiary +{ +  flashSound        0 models/weapons/level3upg/flash0.wav + +  missileModel      models/weapons/level3upg/missile.md3 +  missileSound      models/weapons/level3upg/missile.wav + +  impactMark        30 gfx/marks/bullet_mrk +  impactSound       0 models/weapons/rifle/ricochet0.wav +  impactParticleSystem          models/weapons/level3upg/impactPS +}  | 
