home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer 2000 February / CD-Gamer_2000-02_06_cd.bin / Games / Shogun / data1.cab / Program_Executable_Files / ArmyUnits.txt next >
Text File  |  1999-12-09  |  2KB  |  139 lines

  1. # This is a sample ArmyUnits.txt containing instructions on how to use it
  2. #
  3. # ArmyUnits.txt is used to describe what units are present when you select 
  4. # single battle from the main menu
  5. # You can edit it to get the forces you want
  6. #
  7. # It contains one army description for each daimyo in the battle
  8. # If there aren't enough army descriptions in the file, then random units
  9. # will be chosen for those daimyos whose descriptions are missing
  10. #
  11. # Each army consists of a list of unit descrriptions, followed by a colon (:)
  12. # Each unit description starts with a two letter abreviation for the type
  13. # Optionally followed by the number of men in the unit    ( default 60 )
  14. # Optionally followed by a k and the number of kills for each soldier
  15. # in the unit. The number of kills determines the honour. (default 0)
  16. #
  17. # No spaces are allowed within the unit descriptions, but hyphens '-'
  18. # may be inserted to make them more readable
  19. #
  20. # Unit descriptions may be separated by spaces, newlines or commas
  21. # or any combination of these
  22. #
  23. # If an incorrect unit description is found an Ashigaru spearmen 
  24. # will be substituted ( and a debug message printed for programmers)
  25. #
  26. # If a hash (#) is found, the rest of the line is treated as a comment
  27. #
  28. # Unit Types
  29. # Case is not significant
  30. #
  31. # LS    Light Samurai
  32. # SS    Samurai Spearmen
  33. # Na    Naginata
  34. # ND    No Dachi
  35. # WM    Warrior Monks
  36. # HC    Heavy Cavalry
  37. # LC    Light Cavalry
  38. # La    Lancers
  39. # AS    Ashigaru Spearmen
  40. # AX    Ashigaru Crossbowmen
  41. # AA    Ashigaru Arquebussiers
  42. # AM    Ashigaru Musketeers
  43. #
  44. # NOTE the number of daimyos present, and the maximum number of units allowed
  45. # can be set from the config file
  46. # If you specify more units in this file, then the max in the config file
  47. # you will not get all of them
  48. #
  49. ###############################################################################
  50.  
  51.     
  52.  
  53. # Army 0- Jason's Buddhists
  54. LS
  55. LS
  56. LS
  57. LS
  58. HC
  59. SS
  60. SS
  61. :                        # IMPORTANT This marks the end of army 0
  62.  
  63.  
  64. # Army 1- Jason's Christians
  65. AS
  66. AS
  67. AS
  68. AS
  69. AS
  70. AS
  71. AS
  72. AS
  73. AS
  74. AS
  75. AS
  76. AS
  77. LC
  78. LC
  79. :                        # IMPORTANT This marks the end of army 1
  80.  
  81.  
  82.  
  83. # Army 2- 8 UNITS
  84. AA
  85. AA
  86. AA
  87. AA
  88. :                        
  89.  
  90. # Army 3- 8 UNITS
  91. AA
  92. AA
  93. SS
  94. SS
  95. NA
  96. ND
  97. LC
  98. LC
  99. :                        
  100.  
  101.  
  102.  
  103. # Army 4- 10 UNITS
  104. LS
  105. LS
  106. AS
  107. AS
  108. WM
  109. WM
  110. AS
  111. AS
  112. HC
  113. LC
  114. :                        
  115.  
  116.  
  117. # Army 5- 10 UNITS
  118. LS
  119. LS
  120. AS
  121. AS
  122. WM
  123. WM
  124. AS
  125. AS
  126. HC
  127. LC
  128. :                        
  129.  
  130. # Army 6 12 UNITS
  131. SS
  132. :
  133.         
  134. # Army 7- 12 UNITS
  135. AA
  136. :
  137.     
  138.