1[nation_briton]
2
3name=_("Briton")
4plural=_("?plural:Britons")
5groups="Ancient", "European"
6legend=_("The Britons were the inhabitants of most of Great Britain\
7 during the Iron Age. They spoke Brythonic Celtic languages and are the\
8 ancestors of the modern Welsh, Cornish and Breton people.")
9
10leaders = {
11 "name",                "sex"
12 "Cunobelinos",         "Male"
13 "Cassiwellaunos",      "Male"
14 "Caratacos",           "Male"
15 "Cartismandua",        "Female"
16 "Boudica",             "Female"
17}
18
19ruler_titles = {
20 "government",     "male_title",       "female_title"
21 "Despotism",	   _("Chieftain %s"),  _("?female:Chieftain %s")
22 "Fundamentalism", _("Druid %s"),      _("?female:Druid %s")
23 "Monarchy",       _("High King %s"),  _("High Queen %s")
24}
25
26flag="britannia"
27flag_alt = "gaul"
28style = "Celtic"
29
30init_techs=""
31init_buildings=""
32init_units=""
33
34conflicts_with="british", "welsh", "cornish", "breton"
35civilwar_nations="welsh", "cornish", "breton", "galician"
36
37cities =
38 "Werulamion",
39 "Camulodunon",
40 "Londinion",
41 "Eboracon",
42 "Windolanda",
43 "Dubris",
44 "Bannawenta",
45 "Callewa",
46 "Dewa",
47 "Corinion",
48 "Durowernon",
49 "Glewon",
50 "Isca",
51 "Lindo",
52 "Abona",
53 "Moridunon",
54 "Isurion",
55 "Windomora",
56 "Petuaria",
57 "Lactodoron",
58 "Ratae",
59 "Durnowaria",
60 "Wenta",
61 "Wenone",
62 "Isannawantia",
63 "Uriconon",
64 "Nowiomagos",
65 "Magiowinter",
66 "Coria",
67 "Luguwalion",
68 "Senodunon",
69 "Ledrid",
70 "Dubras",
71 "Ardotalia",
72 "Concangis",
73 "Durocornowion",
74 "Letoceton",
75 "Mamucion",
76 "Lindinis",
77 "Winowia",
78 "Cructan",
79 "Luention"
80