#
# The scenario name and description
#
scenarioName = "Normal Game"
scenarioDescription = "Description of scenario goes in here."

#
# This defines the ships used by the enemy in the scenario
#	0 - Aircraft Carrier
#	1 - Destroyer
#   2 - Frigate
#   3 - Submarine
#   4 - Troop Transport
#   5 - Recon unit (land based)
#
enemyShips = 0,1,2,3,4,5

#
# This defines the ships used by the player in the scenario
#	0 - Aircraft Carrier
#	1 - Destroyer
#   2 - Frigate
#   3 - Submarine
#   4 - Troop Transport
#   5 - Recon unit (land based)
#
playerShips = 0,1,2,3,4,5

#
# This defines which player starts, should be either PLAYER or ENEMY
#
whoShootsFirst = PLAYER

#
# This should be either NORMAL or SALVO
#
gameMode = NORMAL

# -- END OF FILE --
