﻿division_template = {
  name = "Arabian Infantry"

  regiments = {
    line_infantry = { x = 0 y = 0}
	line_infantry = { x = 0 y = 1}
	light_infantry = { x = 1 y = 0}
  }
}
division_template = {
  name = "Local Levies"

  regiments = {
    irregular_infantry = { x = 0 y = 0}
	irregular_infantry = { x = 0 y = 1}
	irregular_infantry = { x = 0 y = 2}
  }
}

units = {
	#Capital
	division= {
		name = "1st Zanzibar Infantry"
		location = 13439
		division_template = "Arabian Infantry"
		start_experience_factor = 0.0
	}
	division= {
		name = "2nd Zanzibar Infantry"
		location = 2196
		division_template = "Arabian Infantry"
		start_experience_factor = 0.0
	}
	division= {
		name = "1st local Infantry"
		location = 12944
		division_template = "Local Levies"
		start_experience_factor = 0.0
	}
	division= {
		name = "2nd local Infantry"
		location = 5210
		division_template = "Local Levies"
		start_experience_factor = 0.0
	}
	division= {
		name = "3rd local Infantry"
		location = 2196
		division_template = "Local Levies"
		start_experience_factor = 0.0
	}
}