diff options
| author | Paweł Redman <trem.redman@gmail.com> | 2013-09-06 22:40:51 +0200 | 
|---|---|---|
| committer | Paweł Redman <trem.redman@gmail.com> | 2013-09-06 22:40:51 +0200 | 
| commit | 5a85e81685300e2299dabfeb25d513b99df471be (patch) | |
| tree | 45c3e342a9af062528c6c32b695629a65eede91b /assets/models/weapons/level3upg | |
Initial commit
Diffstat (limited to 'assets/models/weapons/level3upg')
| -rwxr-xr-x | 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 100755 index 0000000..51192f7 --- /dev/null +++ b/assets/models/weapons/level3upg/weapon.cfg @@ -0,0 +1,28 @@ +disableIn3rdPerson + +icon              icons/icona_lev3 +crosshair         15 gfx/2d/crosshair-alien_s + +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 +}  | 
