RETTYPE_CUL_INDIAN2 = 
{
	first_type = 1
	first_amount = 300
	second_type = 6
	second_amount = 40
	
	special_troops = war_elephants
	
	potential = {
		is_nomadic = no
		OR = {
			culture_group = indo_aryan_group
			culture_group = dravidian_group
		}
	}
	
	modifier = {
		heavy_infantry_offensive = 0.2
		heavy_infantry_defensive = 0.2
	}
}

RETTYPE_CUL_INDIAN3 = 
{
	first_type = 2
	first_amount = 400
	second_type = 0
	second_amount = 600
	
	potential = {
		is_nomadic = no
		OR = {
			culture_group = indo_aryan_group
			culture_group = dravidian_group
		}
	}
	
	modifier = {
		pikemen_offensive = 0.1
		pikemen_defensive = 0.2
		pikemen_morale = 0.2
		light_infantry_offensive = 0.1
		light_infantry_morale = 0.1
	}
}

RETTYPE_CUL_INDIAN_CAVALRY = 
{
	first_type = 3
	first_amount = 600
	
	potential = {
		is_nomadic = no
		OR = {
			culture_group = indo_aryan_group
			culture_group = dravidian_group
		}
	}
	
	modifier = {
		light_cavalry_offensive = 0.3
		light_cavalry_morale = 0.1
	}
}

RETTYPE_WARELEPHANT = 
{
	first_type = 6
	first_amount = 100
	
	special_troops = war_elephants
	
	potential = {
		is_nomadic = no
		OR = {
			culture_group = indo_aryan_group
			culture_group = dravidian_group
			culture_group = iranian
		}
	}
	
	modifier = {
		war_elephants_offensive = 0.4
		war_elephants_defensive = 0.4
		war_elephants_morale = 0.2
	}
}