# Types:
# 0 - Light Infantry
# 1 - Heavy Infantry
# 2 - Pikemen
# 3 - Light Cavalry
# 4 - Heavy Cavalry
# 5 - Archers
# 6 - Special troops

RETTYPE_SM1 =
{
	first_type = 2
	first_amount = 2
	
	hire_cost = 25
	
	maintenance_multiplier = 10
	
			
}

RETTYPE_SM2 =
{
	first_type = 0
	first_amount = 50
	
	hire_cost = 30
	
	maintenance_multiplier = 2
		
}

RETTYPE_SM3 =
{
	first_type = 1
	first_amount = 50
	
	hire_cost = 50
	
	maintenance_multiplier = 2
		
}

RETTYPE_SM4 =
{
	first_type = 2
	first_amount = 50
	
	hire_cost = 40
	
	maintenance_multiplier = 2
		
}

RETTYPE_SM5 =
{
	first_type = 3
	first_amount = 50
	
	hire_cost = 50
	
	maintenance_multiplier = 2
		
}

RETTYPE_SM6 =
{
	first_type = 4
	first_amount = 50
	
	hire_cost = 75
	
	maintenance_multiplier = 2
		
}

RETTYPE_SM7 =
{
	first_type = 5
	first_amount = 50
	
	hire_cost = 40
	
	maintenance_multiplier = 2
		
}