<mod>
	<name>Mod showing all the attributes available for a nationality</name>
	<author>Sean O'Connor</author>

	<years>					// if this section is removed then the default values of 1939-1945 will be used
		<start>2021</start>
		<end>2025</end>
		<increment>1</increment>
	</years>

	<credits>				// if this section is removed then the default credit values will be used
		<attack1>100</attack1> 		
<attack2>200</attack2> 	
	<attack3>300</attack3> 		
<attack4>9999</attack4> 	
	<defend1>80</defend1> 		
<defend2>160</defend2> 		
<defend3>240</defend3> 	
	<defend4>9999</defend4>
	</credits>

	<nationality>
		<name>Tatmadaw</name>
		<surnames>surnames_american.txt</surnames>

		<flags>
			<static>flag_USA_WW2.png</static>
			<animated>flag_animated_USA.png</animated>
		</flags>

		<equipment>equipment_american_WW2.txt</equipment>

		<voice>US</voice>

		<ranks>			
			<1>Pvt</1>
			<2>LCpl</2>
			<3>Sgt</3>
			<4>SSgt</4>
			<5>Capt</5>
			<6>Major</6>
			<7>Lt.Col</7>
		</ranks>

		<default_images>
			<tank_crew>uniform_game_american_tank_crew.png</tank_crew>
			<infantry>uniform_game_american.png</infantry>

			<tank_crew_profile>uniform_profile_american_tank_crew.png</tank_crew_profile>
			<infantry_profile>uniform_profile_american.png</infantry_profile>

			<ranks>uniform_ranks_american.png</ranks>
		</default_images>
	</nationality>

	<nationality>
		<name>Arakan Army</name>	
<surnames>surnames_german.txt</surnames>

<voice>US</voice>

<flags>
			<static>flag_USSR.png</static>
			<animated>flag_animated_USSR.png</animated>
		</flags>

		<equipment>equipment_russian_WW2.txt</equipment>

	</nationality>

</mod>

