home *** CD-ROM | disk | FTP | other *** search
/ PC Zone 99 / dppcz0201.7z / dppcz0201.mdf / Demos / Alice / alicedem.exe / demo / pak0.pk3 / models / prj_grenade.tik < prev    next >
Text File  |  2000-11-20  |  672b  |  49 lines

  1. TIKI
  2. setup
  3.     {
  4.     scale 1.0
  5.     radius 8
  6.     path models/weapons/grenade
  7.     surface material1 shader skin01.tga
  8.     }
  9.  
  10. init
  11. {
  12.     server
  13.     {
  14.         classname    Projectile
  15.         setsize     "-8 -8 -8" "8 8 8"
  16.         speed     500
  17.         hitdamage    5
  18.         life        2
  19.         bouncetouch
  20.         gravity 1.0
  21.         explosionmodel    fx_grenade_exp.tik
  22.         cache            fx_grenade_exp.tik
  23.         name        grenade
  24.         noshadow
  25.         avelocity    100 200 300
  26.     }
  27.     client
  28.     {
  29.         originemitter smoke
  30.         (
  31.             dlight 1 0.5 0 150
  32.             spawnrate 10
  33.             model firesmoke.spr
  34.             life 1.5
  35.             scale 0.1
  36.             scalerate 1.25
  37.             offset 0 0 0
  38.             randvel crandom 10 crandom 10 -20
  39.             accel 0 0 60
  40.             fade
  41.         )
  42.     }
  43. }
  44.  
  45. animations
  46. {
  47.     idle        notmoving.tan
  48. }
  49.