home *** CD-ROM | disk | FTP | other *** search
- # This is a sample ArmyUnits.txt containing instructions on how to use it
- #
- # ArmyUnits.txt is used to describe what units are present when you select
- # single battle from the main menu
- # You can edit it to get the forces you want
- #
- # It contains one army description for each daimyo in the battle
- # If there aren't enough army descriptions in the file, then random units
- # will be chosen for those daimyos whose descriptions are missing
- #
- # Each army consists of a list of unit descrriptions, followed by a colon (:)
- #
- # Each unit description starts with a two letter abreviation for the type
- # Optionally followed by the number of men in the unit ( default 60 )
- # Optionally followed by a k and the number of kills for each soldier
- # in the unit. The number of kills determines the honour. (default 0)
- #
- # No spaces are allowed within the unit descriptions, but hyphens '-'
- # may be inserted to make them more readable
- #
- # Unit descriptions may be separated by spaces, newlines or commas
- # or any combination of these
- #
- # If an incorrect unit description is found an Ashigaru spearmen
- # will be substituted ( and a debug message printed for programmers)
- #
- # If a hash (#) is found, the rest of the line is treated as a comment
- #
- # Unit Types
- # Case is not significant
- #
- # LS Light Samurai
- # SS Samurai Spearmen
- # Na Naginata
- # ND No Dachi
- # WM Warrior Monks
- # HC Heavy Cavalry
- # LC Light Cavalry
- # La Lancers
- # AS Ashigaru Spearmen
- # AX Ashigaru Crossbowmen
- # AA Ashigaru Arquebussiers
- # AM Ashigaru Musketeers
- #
- # NOTE the number of daimyos present, and the maximum number of units allowed
- # can be set from the config file
- # If you specify more units in this file, then the max in the config file
- # you will not get all of them
- #
- ###############################################################################
-
-
-
- # Army 0- Jason's Buddhists
- LS
- LS
- LS
- LS
- HC
- SS
- SS
- : # IMPORTANT This marks the end of army 0
-
-
- # Army 1- Jason's Christians
- AS
- AS
- AS
- AS
- AS
- AS
- AS
- AS
- AS
- AS
- AS
- AS
- LC
- LC
- : # IMPORTANT This marks the end of army 1
-
-
-
- # Army 2- 8 UNITS
- AA
- AA
- AA
- AA
- :
-
- # Army 3- 8 UNITS
- AA
- AA
- SS
- SS
- NA
- ND
- LC
- LC
- :
-
-
-
- # Army 4- 10 UNITS
- LS
- LS
- AS
- AS
- WM
- WM
- AS
- AS
- HC
- LC
- :
-
-
- # Army 5- 10 UNITS
- LS
- LS
- AS
- AS
- WM
- WM
- AS
- AS
- HC
- LC
- :
-
- # Army 6 12 UNITS
- SS
- :
-
- # Army 7- 12 UNITS
- AA
- :
-
-