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

  1. TIKI
  2.  
  3. setup
  4. {
  5.     scale 1
  6.     radius 10
  7.     path models/characters/ladybug/
  8.     surface all shader acorn_skin.tga
  9. }
  10.  
  11. init
  12. {
  13.     server
  14.     {
  15.         classname    Projectile
  16.         name        "Acorn"
  17.         setsize     "-8 -8 -8" "8 8 8"
  18.         speed        0
  19.         //bouncetouch
  20.         explosionmodel     fx_acorn_splode.tik
  21.         cache            fx_acorn_splode.tik
  22.         //bouncealways
  23.         gravity        1.0
  24.         hitdamage    20
  25.         meansofdeath gib
  26.         life        3
  27.         angles 0 0 0
  28.         avelocity 100 200 300
  29.         impactmarkshader    card_impact_decal
  30.         impactmarkradius    200
  31.         impactmarkorientation    random
  32.     }
  33. }
  34.  
  35. animations
  36. {    
  37.     acorn        acorn.tan
  38. }
  39.