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

  1. TIKI
  2. setup
  3.     {
  4.     scale 0.25
  5.     lod_scale 12
  6.     path models/weapons/playingcards
  7.     surface material1 shader cardtop.tga
  8.     surface material2 shader cardface.tga
  9.     }
  10.  
  11. init
  12. {
  13.     server
  14.     {
  15.         classname Projectile
  16.         setsize "-8 -8 -8" "8 8 8"
  17.         speed 1000
  18.         avelocity 0 0 crandom 200
  19.         ignore_deadtime
  20.         hitdamage 15
  21.         knockback 60
  22.         life 2
  23.         fragment prj_carddrunk.tik 0.1 8
  24.         drunk 1
  25.         seeker 25
  26.  
  27.         aliascache                impact_flesh1 sound/weapon/cards/cards_hit_flesh1.wav
  28.         aliascache                impact_flesh2 sound/weapon/cards/cards_hit_flesh2.wav
  29.         aliascache                impact_world1 sound/weapon/cards/cards_hit_world1.wav
  30.         aliascache                impact_world2 sound/weapon/cards/cards_hit_world2.wav
  31.  
  32.         impactmarkshader        card_impact_decal
  33.         impactmarkradius        12
  34.         impactmarkorientation    random
  35.  
  36.         explosionmodel            fx_cardhit.tik
  37.  
  38.         cache                    models/fx_cardhit.tik
  39.         cache                    blood3.spr
  40.     }
  41.     client
  42.     {
  43.         cache                 sound/weapon/cards/cards_loop1.wav
  44.         cache                    fx/cardtrail1
  45.         cache                    card_impact_decal
  46.     }
  47. }
  48.  
  49. animations
  50. {
  51.     idle idle.tan
  52.     {
  53.         client
  54.         {
  55.             first swipeon fx/cardtrail1 tag_1 tag_2 0.7
  56.             0 loopsound sound/weapon/cards/cards_loop1.wav .3 64
  57.         }
  58.     }
  59.     explode notmoving.tan
  60.     {
  61.         client
  62.         {
  63.             first swipeoff
  64.         }
  65.     }
  66.     remove notmoving.tan
  67.     {
  68.         client
  69.         {
  70.             first swipeoff
  71.         }
  72.     }
  73. }
  74.