home *** CD-ROM | disk | FTP | other *** search
/ Ultimate Game Collection / XULTI.ISO / 396 / rexblade.inv < prev    next >
Text File  |  1997-02-21  |  2KB  |  73 lines

  1.  
  2. #first the system stuff
  3.  
  4. CPU                 =500   # measured in TFLOPS
  5. MEM                 =1024  # measured in GQUADS
  6. CYP                 =3     # measured in levels 0-10
  7. PWR                 =3500  # measured in MJ
  8. KEY                 =0     # note this one is bit encoded
  9. NANGEL              =50    # measured in ml
  10. ARMGEL              =1000  # measured in g
  11. ORGANICS            =750   # measured in units
  12.  
  13. #now the weapons, 0 means disabled, 1 means enabled
  14.  
  15. DBL_MACH_GUN        =0
  16. BLASTER             =1
  17. CYBER_BLADE         =0
  18. HEAVY_BLASTER       =0
  19. ROCKET              =0
  20. PLASMA_GUN          =0
  21. HVP_PLASMA_RIFFLE   =1
  22. PLASMA_CANNON       =0
  23. LASER_GUN           =0
  24. LASER_CANNON        =0
  25. HAND_GRENADE        =0
  26. ARM_BLASTER         =0
  27. PIPE_MORTAR         =0
  28. BAZOOKA             =0
  29. CHAIN_GUN           =0
  30. CHAIN_PLASMA        =0
  31. MAGMA_CANNON        =0
  32. REMOTE_BOMB         =0
  33. HANDS               =1
  34. DOUBLE_KNIFE        =0
  35. LIGHT_SABER         =0
  36. LASER_CROSS_BOW     =0
  37. ALIEN_DISRUPTOR     =1
  38. EMPTY               =0
  39. EMPTY               =0
  40. EMPTY               =0
  41. EMPTY               =0
  42. EMPTY               =0
  43. EMPTY               =0
  44. EMPTY               =0
  45. EMPTY               =0
  46. EMPTY               =0
  47.  
  48. #now the ammos
  49.  
  50. APRS                =750   #measured in shells
  51. PLASMA              =1000  #measured in MjL
  52. GRENADES            =10    #measured in units
  53. MORTARS             =10    #measured in units
  54. ROCKETS             =10    #measured in units
  55. INFGEL              =10    #measured in ml
  56.  
  57. #now the extra wetware/hardware/software,0 means disabled, 1 means enabled
  58.  
  59. HND_SCANNER         =0
  60. JET_PACK            =0
  61. TELEPORTER          =0
  62. HALLOGENS           =0
  63. TARGETER            =1
  64. MULTI_CAM           =0
  65. CD_PLAYER           =0
  66. EYE_PIECE           =0
  67. ANTI_BOOTS          =0
  68. MAP                 =0
  69. INFOCOMPASS         =1
  70.  
  71.  
  72. #end of file
  73.