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

  1. TIKI
  2. setup
  3.     {
  4.     scale .8
  5.     radius 8
  6.     path models/weapons/diamondstaff
  7.     surface material1 shader skin01.tga
  8.     }
  9.  
  10. init
  11. {
  12.     server
  13.     {
  14.         classname    Weapon
  15.         setsize     "-4 -4 -8" "4 4 8"
  16.         name        "DiamondStaff"
  17.         hand        righthand
  18.         startammo    100
  19.         ammorequired    0
  20.         firetype    projectile
  21.         projectile    croquetball.tik
  22.         life        5
  23.         inanimate
  24.         noshadow
  25.         notsolid
  26.     }
  27. }
  28.  
  29. animations
  30. {
  31.     idle        idle.tan
  32.     {
  33.         server
  34.         {
  35.             0 stopanimating
  36.         }
  37.     }
  38.     openspin    openspin.tan
  39.     spin        spin.tan
  40.     closespin    closespin.tan
  41.     open        open.tan
  42.     fire        fire.tan
  43.     {
  44.         server
  45.         {
  46.             8 shoot
  47.         }
  48.     }
  49.     close        close.tan
  50. }
  51.