home *** CD-ROM | disk | FTP | other *** search
/ PC PowerPlay 58 / pcpp58a.iso / demos / alice / alice_demo.exe / demo / pak0.pk3 / models / fx_boojum_wave.tik < prev    next >
Encoding:
Text File  |  2000-11-20  |  448 b   |  40 lines

  1. TIKI
  2. setup
  3. {
  4.     scale 4
  5.     path models/fx/fx_boojum_scream
  6. //    surface all shader models/fx/fx_boojum_scream
  7. //    surface all +nodraw
  8. }
  9.  
  10. init
  11. {
  12.     server
  13.     {
  14.         classname Projectile
  15.         hide
  16. //        setsize "-4 -4 -4" "4 4 4"
  17.         speed 900
  18.         hitdamage 7
  19.         knockback 300
  20. //        scale 7
  21.         seeker 2
  22.         life 1
  23.     }
  24.     client
  25.     {
  26.     }
  27. }
  28.  
  29. animations
  30. {
  31.     idle    scream.tan
  32.     {
  33.         client
  34.         {
  35. //            entry surface all +nodraw
  36.         }
  37.     }
  38.     explode    scream.tan
  39. }
  40.