home *** CD-ROM | disk | FTP | other *** search
/ PC PowerPlay 17 / PCPP17.iso / dos / CNTIN15B / DATA / WEAPONS.TXT < prev    next >
Encoding:
Text File  |  1997-04-21  |  2.3 KB  |  45 lines

  1. ; Weapons.txt
  2. ;  This file controls the attributes of the weapons used in
  3. ; the game engine.  The order of appearance here determines which
  4. ; keyboard key selects each weapon.
  5. ;  The attrib says whether the weapon is deadly or just knockout.
  6. ;    attrib 0 = deadly
  7. ;    attrib 9 = knockout
  8. ;    attrib 4 = incapacitating
  9. ;  The handle is the handle number of the animation file as per weapdef.txt
  10. ;  The range is range in cm
  11. ;  Distoff is added to the range before calculations start.
  12. ;  Rangedenom controls the effectiveness falloff over distance.
  13. ;  Luck has to do with randomness of out of range hits.
  14. ;  Force is how many hitpoints are dished out when enemy hit.
  15. ;  Maxhit puts a max limit on hitpoints in all cases.
  16. ;  aimacc determines how accurately the weapon must be pointed to attain a hit
  17. ;  weapsnd is a sound number from sounds.txt.
  18. ;  weapinv is which inventory item a weapon is.
  19. ;  Picture name is the name of the .VGA file that is put up in the Current 
  20. ;    Weapon icon.
  21. ;
  22. ;struct    weapontype {
  23. ;    int attrib,handle,range,distoff,
  24. ;                  rangedenom,luck,force,maxhit,aimacc,weapsnd,weapinv;
  25. ;          char *picturename; };
  26. ;
  27. ; a    h  r     d     r  l    f  m      a w  i            P
  28. ; t    a  a     i     a  u    o  a      i e  n            i
  29. ; t    n  n     s     n  c    r  x      m a  v            c
  30. ; r    d  g     t     g  k    c           p  e            
  31. ; i    l  e           e       e  h      a    n            n
  32. ; b    e        o                i      c s  t            a
  33. ;         #     f     d          t      c n               m
  34. ;               f     .                   d  #            e
  35.   9 3600 100  -200    50  1   10  1    50 -1 0  kickfat.vga  ; Nothin'
  36.   9 3600 100   200    50  1  000  1   100 -1 0  kickfat.vga  ; Nothin'
  37.   4 3607 1500 -500   500 65  500 16  6450  2 26 stickfat.vga ; Goo Gun
  38.   0 3603 500   200 16000  1    0  1  3122 -1 1 grenfat.vga  ; Grenade toss
  39.   0 3604 1500 -500   500 65  500 16 32075  0 15 gunfat.vga   ; Machine gun
  40.   0 3603 500   200 16000  1    0  1  3122 -1 28 grenfat.vga   ; Gas Gren toss
  41.   0 3606 500   200 16000  1    0  1  3122  3 25 rockfat.vga  ; Rocket Launcher
  42.   0 3601 2500 -100    20  7 2100 23 12950  7 16 pistfat.vga  ; Shotgun
  43. ; 0 3601 500   200 16000  1    0  1    50 -1 46 peelfat.vga  ; Potatoe Peeler
  44.  
  45.