1
2; Modifying this file:
3; You should not modify this file except to make bugfixes or
4; for other "maintenance".  If you want to make custom changes
5; you should create a new datadir subdirectory and copy this file
6; into that directory, and then modify that copy.  Then use the
7; command "rulesetdir <mysubdir>" in the server to have freeciv
8; use your new customized file.
9
10; See classic/nations.ruleset and default/nationlist.ruleset for more
11; information.
12
13; Note: The list is based on Civ2-ToT.
14
15[datafile]
16description="Civ2-equivalent nations data for Freeciv"
17options="+Freeciv-2.6-ruleset"
18
19; This section contains meta information for freeciv-ruledit to recreate the ruleset
20; file in a form wanted. These have no in-game effect whatsoever
21[ruledit]
22
23; Nationlist to add include statement for. If this entry is omitted, all the nations
24; will be saved to nations.ruleset itself.
25;nationlist = ""
26
27; List of nations to embed to main nations.ruleset despite separate nationlist
28; being used for other nations.
29;embedded_nations = ""
30
31[compatibility]
32; Initial government for all the nations that do not
33; have it explicitly defined
34default_government = "Despotism"
35
36[default_traits]
37; Default values for the AI traits. These are used if nation specific
38; value for some trait has not been used. If these default too are
39; not defined, the ultimate default is 50.
40; <trait>_min and <trait>_max give the range from which the trait value
41; is randomly chosen for a given AI player unless 'traitdistribution'
42; server setting is 'FIXED'
43; <trait>_default is the exaxt trait value used when 'traitdistribution'
44; is 'FIXED'. If <trait>_default has not been given, it`s set to the
45; midpoint between <trait>_min and <trait>_max.
46
47; Value of trait "expansionist" defines how much AI wants to settle new territory.
48;expansionist_min = 50
49;expansionist_max = 50
50;expansionist_default = 50
51
52; Value of trait "trader" defines how much AI wants to establish trade routes.
53;trader_min = 50
54;trader_max = 50
55;trader_default = 50
56
57; Value of trait "aggressive" defines how easily AI declares war.
58;aggressive_min = 50
59;aggressive_max = 50
60;aggressive_default = 50
61
62; Descriptions of nation sets
63; These are self-contained subsets of the available nations; one of these
64; can be chosen in pregame with the "nationset" option. No nations
65; outside the selected subset will be used.
66; The first set defined is the one that is used by default. It is mandatory
67; to have at least one, but if there is only one, it will be kept out of
68; the user`s way.
69; name 		= Translatable name of the set presented in the UI.
70; rule_name     = Unique persistent name; this is also visible to users as
71;                 the value of the "nationset" server option, and presented
72;                 in "/list nationsets". It should thus be short, in lower
73;                 case, and not contain spaces or punctuation.
74;                 The same saved "nationset" setting may be used for multiple
75;                 rulesets, so if your custom ruleset has any set which
76;                 contains all of its nations, it is useful to give it a
77;                 rule_name of "all" so that users can specify that they
78;                 always want the choice of all available nations by
79;                 default.
80; description   = Optional short user description of this set.
81
82[nset_all]
83name=_("All nations")
84rule_name="all"
85
86; Descriptions of nation groups
87; These are more cosmetic than sets; they affect the "pick nation" dialog,
88; random nation selection, and possibly ruleset behaviour.
89; It`s OK to not define any nation groups at all.
90; name 		= name of the group (used adjectivally)
91; hidden        = TRUE to not include this group in the "pick nation" dialog
92;                 (for instance if it`s for use in a NationGroup requirement).
93;                 Default FALSE.
94; match		= How much the AI will try to select a nation in the same
95;                 group
96
97[ngroup_ancient]
98name=_("?nationgroup:Ancient")
99match=0
100[ngroup_modern]
101name=_("?nationgroup:Modern")
102match=0
103[ngroup_barbarian]
104name=_("?nationgroup:Barbarian")
105match=0
106hidden=true
107
108[nation_american]
109
110translation_domain="freeciv"
111
112name=_("American")
113plural=_("?plural:Americans")
114groups="Modern"
115legend=_("Formally named the United States of America.  Independent from\
116 Great Britain after a revolution in 1776-1783 AD.")
117
118leaders = {
119 "name",                        "sex"
120 "Eleanor Roosevelt",           "Female"
121 "Abraham Lincoln",             "Male"
122}
123
124ruler_titles = {
125 "government",      "male_title",         "female_title"
126 "Republic",        _("Speaker %s"),      _("?female:Speaker %s")
127 "Fundamentalism",  _("Reverend %s"),     _("?female:Reverend %s")
128}
129
130flag="usa"
131flag_alt="-"
132style = "Celtic"
133
134color.r = 115
135color.g = 255
136color.b = 255
137
138init_techs=""
139init_buildings=""
140init_units=""
141
142cities =
143 "Washington (ocean, river, swamp, !desert)",
144 "New York (ocean, river, forest, !desert, !jungle)",
145 "Boston (ocean, forest, !desert, !jungle)",
146 "Philadelphia (ocean, river, forest, !desert)",
147 "Los Angeles (ocean, desert, plains)",
148 "Atlanta (!ocean, forest, !desert)",
149 "Chicago (!ocean, forest, !desert, !jungle)",
150 "St. Louis (river, grassland, !desert)",
151 "Detroit (!ocean, forest, !desert, !jungle)",
152 "New Orleans (ocean, river, swamp, !desert)",
153 "Baltimore (ocean, river, swamp, !desert)",
154 "Denver (!ocean, hills, mountains)",
155 "Cincinnati (!ocean, forest, !desert)",
156 "Dallas (!ocean, desert, plains)",
157 "Houston (ocean, desert, plains)",
158 "San Antonio (!ocean, desert, plains)",
159 "San Francisco (ocean, hills)",
160 "Fresno (hills, plains)",
161 "Seattle (ocean, hills, forest, !desert, !jungle)",
162 "Portland (river, forest, !desert, !jungle)",
163 "Miami (ocean, jungle, swamp, !desert, !tundra, !hills, !mountains)",
164 "Las Vegas (!ocean, desert)",
165 "Cleveland (!ocean, forest, !desert)",
166 "Toledo (!ocean, forest, !desert)",
167 "Pittsburgh (!ocean, river, forest, hills, !desert)",
168 "Salt Lake City (!ocean, plains, desert)",
169 "San Diego (ocean, plains, desert)",
170 "Phoenix (!ocean, desert)",
171 "Minneapolis (!ocean, !hills, !mountains, !desert, !jungle)",
172 "St. Paul (!ocean, !hills, !mountains, !desert, !jungle)",
173 "Kansas City (!ocean, river, !hills, !mountains)",
174 "Buffalo (!ocean, !desert, !jungle)",
175 "Syracuse (!ocean, !desert)",
176 "Wichita (!ocean, !forest, !jungle, !hills, !mountains)",
177 "Indianapolis (!ocean, forest, !desert)",
178 "Orlando (swamp, jungle, !hills, !mountains)",
179 "Omaha (!ocean, river, !hills, !mountains)",
180 "Baton Rouge (river, swamp, !desert, !hills, !mountains)",
181 "Milwaukee (!ocean, !jungle, !desert)",
182 "Honolulu (ocean, swamp, jungle, !desert)",
183 "Boise (!ocean, hills, mountains, !jungle)",
184 "Fargo (!ocean, tundra, !hills, !mountains, !jungle)",
185 "Springfield (!ocean, !desert)",
186 "Nashville (!ocean, !desert)",
187 "Hartford (ocean, !desert)",
188 "Charlotte (forest, !desert)",
189 "Raleigh (forest, !desert)",
190 "Charleston (ocean, river, swamp, !desert)",
191 "Savannah (ocean, swamp, !desert)",
192 "Mobile (ocean, river, swamp, !desert)",
193 "El Paso (!ocean, desert, plains)",
194 "Anchorage (ocean, tundra, !jungle)",
195 "Fairbanks (!ocean, tundra, !jungle)",
196 "Spokane (!ocean, plains, !jungle)",
197 "Tacoma (ocean, river, swamp, forest, !desert, !jungle)",
198 "Fort Worth (!ocean, desert, plains)",
199 "Austin (!ocean, desert, plains)",
200 "Sacramento (!ocean, grassland)",
201 "Oklahoma City (!ocean, !forest, !hills, !mountains)",
202 "Jacksonville (jungle, swamp, !hills, !mountains)",
203 "Sioux Falls (!ocean, !jungle)",
204 "Madison (!ocean, !jungle)",
205 "Lubbock (!ocean, desert, plains)",
206 "Amarillo (!ocean, desert, plains)",
207 "Little Rock (!ocean, !desert)",
208 "Tucson (!ocean, desert)",
209 "Erie (!ocean, !desert, !jungle)",
210 "Flint (!ocean, !desert, !jungle)",
211 "Trenton (ocean, forest, !desert)",
212 "Newark (ocean, forest, !desert)",
213 "Richmond (!ocean, forest, !desert)",
214 "Reno (!ocean, !forest, desert)",
215 "Santa Fe (!ocean, desert, hills, mountains)",
216 "San Jose (hills, plains)",
217 "Tulsa (!ocean, !forest, !hills, !mountains)",
218 "Annapolis (ocean, river, swamp, forest, !desert)",
219 "Akron (!ocean, forest, !desert)",
220 "Urbana-Champaign (!ocean, forest, !desert)"
221
222[nation_aztec]
223
224translation_domain="freeciv"
225
226name=_("Aztec")
227plural=_("?plural:Aztecs")
228groups="Ancient"
229legend=_("The Azteca, a Nahuatl speaking people from the Sonoran desert,\
230 seized control of the Toltec-derived civilizations of Central Mexico\
231 during the 15th century, reviving the practice of human sacrifice.\
232 They were conquered by the Spanish under Cortés in 1521.")
233
234leaders = {
235 "name",                        "sex"
236 "Tecuichpo",                   "Female"
237 "Motecuhzoma",                 "Male"
238}
239
240ruler_titles = {
241 "government",  "male_title",            "female_title"
242 "Republic",    _("Speaker %s"),         _("?female:Speaker %s")
243}
244
245flag="aztec"
246flag_alt="-"
247style = "Tropical"
248
249color.r = 230
250color.g = 230
251color.b = 74
252
253init_techs=""
254init_buildings=""
255init_units=""
256
257cities =
258 "Mexihco Tenochtitlan (swamp, mountains)",
259 "Tetzcoco (mountains)",
260 "Tlacopan (mountains, hills)",
261 "Tlatelulco (swamp)",
262 "Azcapotzalco (hills)",
263 "Iztapallapan (hills)",
264 "Cuauhnanahuac (mountains, hills, forest, !ocean)",
265 "Tlachco (mountains)",
266 "Tollocan (mountains, plains)",
267 "Chapoltepec (hills, forest)",
268 "Coyohuacan (forest)",
269 "Culhuacan (swamp)",
270 "Huitzilipochco",
271 "Mexihcatzinco",
272 "Cuauhtitlan",
273 "Coacalco",
274 "Mixcoac",
275 "Petlacalco",
276 "Otompan (swamp)",
277 "Malinalco",
278 "Chalco (swamp)",
279 "Xochimilco (swamp)",
280 "Coatlichan",
281 "Teloloapan",
282 "Cuauhtinchan (river)",
283 "Tochpan (ocean)",
284 "Xiuhcoac",
285 "Huaxtepec",
286 "Xicotepec",
287 "Tzompanco (swamp)",
288 "Tlatauhquitepec",
289 "Cuitlahuac",
290 "Xico",
291 "Ahuilizapan (mountains)",
292 "Cuetlaxtlan",
293 "Xaltocan",
294 "Tenayuca",
295 "Tepeyacac",
296 "Tochtepec",
297 "Coaixtlahuacan",
298 "Tepozcolollan",
299 "Ixtapallocan",
300 "Tillantonco",
301 "Nonohualco",
302 "Huaxyacac",
303 "Tizapan",
304 "Mictlan",
305 "Ehecatepec",
306 "Oztoman",
307 "Hueypochtlan",
308 "Tlalnepantlan",
309 "Chiconautlan",
310 "Acolman",
311 "Coatlinchan",
312 "Naucalpan",
313 "Oxitipan",
314 "Xoconochco",
315 "Cihuatlan",
316 "Tlaxquiauhco",
317 "Huexotla",
318 "Tziuhcoac",
319 "Ocuillan",
320 "Axocopan",
321 "Nopallan"
322
323[nation_babylonian]
324
325translation_domain="freeciv"
326
327name=_("Babylonian")
328plural=_("?plural:Babylonians")
329groups="Ancient"
330legend=_("Babylon was the dominant city of Mesopotamia from the 18th to\
331 7th centuries BC under a succession of peoples including Amorites,\
332 Kassites, Assyrians, and Chaldeans.")
333
334leaders = {
335 "name",                        "sex"
336 "Sammur-Amat",                 "Female"
337 "Hammurabi",                   "Male"
338}
339
340ruler_titles =
341 { "government", "male_title",  "female_title"
342 ; /* TRANS: Lugal = Great Man */
343 "Monarchy",   _("%s Lugal"),   _("?female:%s Lugal")
344 "Communism",  _("%s Ensi"),    _("?female:%s Ensi")
345}
346
347flag="babylon"
348flag_alt="-"
349style = "Babylonian"
350
351color.r = 115
352color.g = 255
353color.b = 67
354
355init_techs=""
356init_buildings=""
357init_units=""
358
359cities =
360 "Babilum", ; Babylon
361 "Lagash",
362 "Nibbur", ; Nippur
363 "Ur",
364 "Kish",
365 "Shuruppak",
366 "Kisurra",
367 "Kutha",
368 "Adab",
369 "Umma",
370 "Akkad",
371 "Ea", ; Eridu
372 "Larsa",
373 "Borsippa",
374 "Sippar",
375 "Ninua", ; Nineveh
376 "Assur", ; Ashur
377 "Kalakh", ; Calach
378 "Karkar", ; Carcar
379 "Hamath", ; Hamat
380 "Upija", ; Opis
381 "Urum",
382 "Arbela",
383 "Nisibis",
384 "Harranu", ; Carrhae
385 "Seleukeia", ; Seleucia
386 "Kasfia", ; Ctesiphon
387 "Sattagu", ; Sittace
388 "Uruk", ; Orchoe
389 "Apameia" ; Apamea
390
391[nation_carthaginian]
392
393translation_domain="freeciv"
394
395name=_("Carthaginian")
396plural=_("?plural:Carthaginians")
397groups="Ancient"
398legend=_("The Carthaginians, descendants of Phoenician traders,\
399 ran a naval empire in the Mediterranean from the 5th to 2nd centuries\
400 BC. Carthage was destroyed by Rome in 146 BC.")
401
402leaders = {
403 "name",                "sex"
404 "Dido",                "Female"
405 "Hannibal Barca",      "Male"
406}
407
408flag="cartago"
409flag_alt="-"
410style = "Classical"
411
412color.r = 205
413color.g = 113
414color.b = 0
415
416init_techs=""
417init_buildings=""
418init_units=""
419
420cities =
421  "Carthago", "Leptis Magna", "Cirta", "Hadrumetum", "Aspis",
422  "Charax", "Oea", "Sabrata", "Utica", "Saldae", "Cartenna",
423  "Siga", "Rusaddir", "Tingis", "Gades", "Malaca", "Mastia",
424  "Thapsus", "Capsa", "Thugga", "Thevesta", "Madaura", "Sitifis",
425  "Githis", "Uthina", "Thamugaddi", "Lambaesis"
426
427[nation_celtic]
428
429translation_domain="freeciv"
430
431name=_("Celtic")
432plural=_("?plural:Celts")
433groups="Ancient"
434legend=_("The Celts were an Indo-European ethno-linguistic complex in Western\
435 Europe, probably originating from the area between the upper Rhine and\
436 upper Danube, from the Urnfield culture and the western group of the\
437 Hallstatt culture. The Celts were known as cruel and savage warriors\
438 who terrorized the ancient civilized peoples of Europe and Asia Minor.\
439 The Celts colonized much of Europe and had a large influence on the\
440 development of European civilization.")
441
442leaders = {
443 "name",                "sex"
444 "Boudica",             "Female"
445 "Cunobelinos",         "Male"
446}
447
448ruler_titles = {
449 "government",     "male_title",          "female_title"
450 "Despotism",      _("Great Warrior %s"), _("?female:Great Warrior %s")
451 "Communism",      _("Brother %s"),       _("Sister %s")
452 "Republic",       _("Spokesman %s"),     _("Spokeswoman %s")
453 "Democracy",      _("Speaker %s"),       _("?female:Speaker %s")
454 "Fundamentalism", _("High Druid %s"),    _("?female:High Druid %s")
455}
456
457flag="celtic"
458flag_alt="-"
459style = "Celtic"
460
461color.r = 205
462color.g = 205
463color.b = 205
464
465init_techs=""
466init_buildings=""
467init_units=""
468
469cities =
470    ;Urnfield culture:
471    "Knoviz",
472    "Milavce",
473    "Velatice",
474    "Baierdorf",
475    "Čaka",
476    "Unstrut",
477    "Châtenay",
478    "Lingolsheim",
479    "Marburg",
480    "Hanau",
481    "Friedberger",
482    "Goloring",
483    ;Halstatt culture:
484    "Halstatt",
485    "Gräfenbühl",
486    "Hochmichele",
487    "Hochdorf",
488    "Heuneburg",
489    "Châtillon-sur-Seine",
490    "Vix",
491    "Molpír",
492    "Býčí Skála",
493    "Frögg",
494    "Hirschlanden",
495    "Glauberg",
496    ;La Téne culture:
497    "La Téne",
498    "Engehalbinsel",
499    "Jolimont",
500    "Manching",
501    "Mormont",
502    "Münsingen",
503    "Petinesca",
504    "Basel",
505    "Bibracte",
506    "Erstfeld",
507    "Bopfingen",
508    "Fellbach-Schmiden",
509    "Kleinaspergle",
510    "Waldalgesheim",
511    "Dürrnberg",
512    "Donnersberg",
513    "Vill",
514    "Sandberg",
515    "Titelberg",
516    "Reinheim"
517
518[nation_chinese]
519
520translation_domain="freeciv"
521
522name=_("Chinese")
523plural=_("?plural:Chinese")
524groups="Modern"
525legend=_("China is the oldest major civilization that is still in\
526 existence today, with written records dating back over 3,500 years.\
527 After first being unified by the Qin dynasty in 221 BC, China alternated\
528 between periods of unity and disunity, and was occasionally conquered by\
529 external ethnicities. Today, the People's Republic of China, established\
530 by the Communists in 1949, occupies the mainland, while the former\
531 Nationalist government of the Republic of China governs the island of\
532 Taiwan.")
533
534leaders = {
535 "name",                "sex"
536 "Wu Zetian",           "Female"
537 "Mao Zedong",          "Male"
538}
539
540ruler_titles = {
541 "government",      "male_title",      "female_title"
542 "Monarchy",        _("Emperor %s"),   _("Empress Dowager %s")
543 "Communism",       _("Chairman %s"),  _("Chairperson %s")
544}
545
546flag="han"
547flag_alt="-"
548style = "Asian"
549
550color.r = 90
551color.g = 230
552color.b = 230
553
554init_techs=""
555init_buildings=""
556init_units=""
557
558cities =
559 "Beijing",
560 "Shanghai",
561 "Guangzhou",
562 "Tianjin",
563 "Nanjing",
564 "Xi'an",
565 "Chongqing",
566 "Chengdu",
567 "Jinan",
568 "Shijiazhuang",
569 "Taiyuan",
570 "Zhengzhou",
571 "Wuhan",
572 "Changsha",
573 "Nanchang",
574 "Hangzhou",
575 "Fuzhou",
576 "Hefei",
577 "Guiyang",
578 "Lanzhou",
579 "Kunming",
580 "Xining",
581 "Nanning",
582 "Yinchuan",
583 "Shenyang",
584 "Changchun",
585 "Harbin",
586 "Luoyang",
587 "Kaifeng",
588 "Qingdao",
589 "Suzhou",
590 "Wuxi",
591 "Xiamen",
592 "Haikou",
593 "Hong Kong",
594 "Datong",
595 "Anyang",
596 "Shangqiu",
597 "Nanyang",
598 "Dengfeng",
599 "Handan",
600 "Baoding",
601 "Chengde",
602 "Tangshan",
603 "Zhangjiakou",
604 "Yantai",
605 "Zibo",
606 "Jining",
607 "Dezhou",
608 "Qinhuangdao",
609 "Changshu",
610 "Gaoyou",
611 "Nantong",
612 "Zhenjiang",
613 "Lianyungang",
614 "Yangzhou",
615 "Xuzhou",
616 "Changzhou",
617 "Wenzhou",
618 "Huzhou",
619 "Shaoxing",
620 "Jiaxing",
621 "Ningbo",
622 "Zhangzhou",
623 "Quanzhou",
624 "Shantou",
625 "Foshan",
626 "Shenzhen",
627 "Zhuhai",
628 "Zhongshan",
629 "Huizhou",
630 "Chaozhou",
631 "Ganzhou",
632 "Jiujiang",
633 "Jingdezhen",
634 "Zhanjiang",
635 "Liuzhou",
636 "Beihai",
637 "Guilin",
638 "Yichang",
639 "Xiangtan",
640 "Zhuzhou",
641 "Shaoyang",
642 "Hengyang",
643 "Yueyang",
644 "Mianyang",
645 "Zigong",
646 "Xianyang",
647 "Baoji",
648 "Gejiu",
649 "Tianshui",
650 "Jiuquan",
651 "Baiyin",
652 "Dunhuang",
653 "Jiayuguan",
654 "Dalian",
655 "Anshan",
656 "Fushun",
657 "Jilin",
658 "Mudanjiang",
659 "Liaoyang",
660 "Dandong",
661 "Baotou",
662 "Heihe",
663 "Bengbu",
664 "Wuhu",
665 "Anqing",
666 "Ma'anshan"
667
668[nation_egyptian]
669
670translation_domain="freeciv"
671
672name=_("Egyptian")
673plural=_("?plural:Egyptians")
674groups="Ancient"
675legend=_("Egypt was the second-oldest of the world's civilizations.  Since\
676 ancient times it has been unusually urbanized, supporting a large\
677 population on silt deposited by the annual floodings of the Nile.")
678
679leaders = {
680 "name",                "sex"
681 "Cleopatra VII",       "Female"
682 "Ramesses II",         "Male"
683}
684
685ruler_titles = {
686 "government",      "male_title",          "female_title"
687 "Despotism",       _("Pharaoh %s"),       _("?female:Pharaoh %s")
688 "Monarchy",        _("Great Pharaoh %s"), _("?female:Great Pharaoh %s")
689}
690
691flag="egypt_ancient"
692flag_alt="-"
693style = "Babylonian"
694
695color.r = 255
696color.g = 255
697color.b = 99
698
699init_techs=""
700init_buildings=""
701init_units=""
702
703cities =
704 "Waset",	; No-Amon, Diospolis Magna, Thebes, Luxor, Karnak
705 "Ineb-Hedj",	; Men-Nefer, Memphis, Mit Rahina
706 "Yunu",	; On, Heliopolis, el-Matariya
707 "Suentet",	; Syene, Asuan
708 "Sheresi",	; Merwer, Shedyt, Crokodilopolis, Arsinoe, Medinet el-Fayum
709 "Per-Bastet",	; Bubastis, Tell Basta
710 "Rakote",	; Alexandria
711 "Behdet",	; Sam-Behutkhet, Pa-khen-em-Amon, Hu, Diospolis Parva etc.
712 "Sa",		; Sais, San el-Hagar
713 "Hardai",	; Cynopolis
714 "This",	; Tjeny, Thinis, Girga
715 "Ipu",		; Ipu-Khent-Min, Khemmis Panopolis, Akhmim
716 "Djeuka",	; Antaeopolis, Kaw el-Kebir
717 "Yuni",	; Hermonthis, Armant
718 "Khem",	; Letopolis, Kom Ausim
719 "Henen-Nesut",	; Heracleopolis, Ehnasije el-Medine
720 "Per-Medjed",	; Oxyrynkhos, el-Bahnasa
721 "Per-Usiri",	; Djedu, Busiris, Taposiris Magna, Abusir Bana
722 "Imu",		; Kom el-Hisn
723 "Itji-Tawi",	; el-Lisht
724 "Sauti",	; Lycopolis, Asyut
725 "Akhet-Aton",	; el-Amarna
726 "Chaswu",	; Xois, Sakha
727 "Pi-Rameses",	; Qantir
728 "Abdju",	; Osiris, Abydos
729 "Djanenet",	; Hut-Waret, Tanis, Awaris, San el-Hagar
730 "Per-Banebdjedet", ; Mendes, Tema el-Amdid
731 "Tjeb-Neter",	; Sebennythos, Samanud
732 "Anpet-Djedet", ; Tmuis
733 "Gebtiu",	; Koptos, Kuft
734 "Taminhor", 	; Hermopolis Parva, Damanhur
735
736; Cities without Old Egyptian name; Probably founded by Greeks or Romans
737 "Pelusium",
738 "Canopus",
739 "Naucratis",
740 "Aphroditopolis",
741 "Ammonium",
742 "Acoris",
743 "Timonepsis",
744 "Nilopolis",
745 "Ibiu",
746 "Andropolis",
747 "Sele",
748 "Antiphrae",
749 "Apis"
750
751[nation_english]
752
753translation_domain="freeciv"
754
755name=_("English")
756plural=_("?plural:English")
757groups="Modern"
758legend=_("England was unified by Alfred the Great of Wessex in the late\
759 9th century, only to be conquered by William of Normandy a century\
760 later, in the last successful invasion of the country.")
761
762leaders = {
763 "name",                        "sex"
764 "Elizabeth I",                 "Female"
765 "Henry VIII",                  "Male"
766}
767
768ruler_titles = {
769 "government",      "male_title",           "female_title"
770 "Democracy",       _("Prime Minister %s"), _("?female:Prime Minister %s")
771 "Fundamentalism",  _("Lord Protector %s"), _("Lady Protector %s")
772}
773
774flag="england"
775flag_alt="-"
776style = "European"
777
778color.r = 230
779color.g = 138
780color.b = 10
781
782init_techs=""
783init_buildings=""
784init_units=""
785
786cities =
787 "London",
788 "Westminster",
789 "Birmingham",
790 "Liverpool",
791 "Manchester",
792 "Leeds",
793 "York",
794 "Newcastle",
795 "Canterbury",
796 "Bradford",
797 "Derby",
798 "Southampton",
799 "Middlesbrough",
800 "Sheffield",
801 "Nottingham",
802 "Coventry",
803 "Bath",
804 "Bristol",
805 "Brighton",
806 "Portsmouth",
807 "Hull",
808 "Leicester",
809 "Plymouth",
810 "Bournemouth",
811 "Sunderland",
812 "Stoke-on-Trent",
813 "Bolton",
814 "Norwich",
815 "Oxford",
816 "Colchester",
817 "Reading",
818 "Cambridge",
819 "Gloucester",
820 "Blackpool",
821 "Stratford-upon-Avon",
822 "Durham",
823 "Eastleigh",
824 "Winchester",
825 "Folkestone",
826 "Dover",
827 "Huntingdon",
828 "Hereford",
829 "Ipswich",
830 "Kettering",
831 "King's Lynn",
832 "Kidderminster",
833 "Leek",
834 "Lincoln",
835 "Lutterworth",
836 "Macclesfield",
837 "Market Bosworth",
838 "Market Harborough",
839 "Melton Mowbray",
840 "Nuneaton",
841 "Oakham",
842 "Peterborough",
843 "Pickering",
844 "Preston",
845 "Poole",
846 "Rochester",
847 "Ramsgate",
848 "Southend",
849 "Stevenage",
850 "Ashford",
851 "Swindon",
852 "Torquay",
853 "Wolverhampton",
854 "Weymouth",
855 "Yeovil",
856 "Halifax",
857 "Oldham",
858 "Rochdale",
859 "Blackburn",
860 "Burnley",
861 "Lancaster",
862 "Northampton",
863 "Salisbury",
864 "Cowes"
865
866[nation_french]
867
868translation_domain="freeciv"
869
870name=_("French")
871plural=_("?plural:French")
872groups="Modern"
873legend=_("France has long been a major power in Europe. French conquerors\
874 like Emperor Napoleon and King Charlemagne united large parts of\
875 Europe under the French flag.")
876
877leaders = {
878 "name",                "sex"
879 "Jeanne d'Arc",        "Female"
880 "Napoléon Bonaparte",  "Male"
881}
882
883ruler_titles = {
884 "government",      "male_title",         "female_title"
885 "Despotism",       _("Chieftain %s"),    _("?female:Chieftain %s")
886 "Democracy",       _("Premier %s"),      _("?female:Premier %s")
887 "Fundamentalism",  _("Archbishop %s"),   _("?female:Archbishop %s")
888}
889
890flag="france_old"
891flag_alt="-"
892style = "Celtic"
893
894color.r = 90
895color.g = 42
896color.b = 230
897
898init_techs=""
899init_buildings=""
900init_units=""
901
902cities =
903 "Paris",
904 "Lyon",
905 "Marseille (ocean)",
906 "Lille",
907 "Toulouse",
908 "Nice (ocean)",
909 "Bordeaux",
910 "Nantes (ocean)",
911 "Strasbourg",
912 "Toulon (ocean)",
913 "Rennes",
914 "Rouen",
915 "Grenoble (mountains)",
916 "Montpellier",
917 "Metz",
918 "Nancy",
919 "Clermont-Ferrand (!ocean)",
920 "Valenciennes",
921 "Tours",
922 "Caen",
923 "Orléans (!ocean)",
924 "Angers",
925 "Dijon (!ocean)",
926 "Saint-Étienne",
927 "Brest (ocean)",
928 "Le Havre (ocean)",
929 "Le Mans",
930 "Reims (!ocean)",
931 "Avignon",
932 "Mulhouse (!ocean)",
933 "Amiens",
934 "Béthune",
935 "Dunkerque (ocean)",
936 "Perpignan (ocean)",
937 "Limoges (mountains)",
938 "Besançon",
939 "Nîmes",
940 "Pau",
941 "Bayonne (ocean)",
942 "Annemasse",
943 "Poitiers",
944 "Annecy",
945 "Lorient (ocean)",
946 "Montbéliard",
947 "Saint-Denis",
948 "Troyes",
949 "Saint-Nazaire (ocean)",
950 "La Rochelle (ocean)",
951 "Valence",
952 "Thionville (ocean)",
953 "Angoulême",
954 "Boulogne-sur-Mer (ocean)",
955 "Chambéry",
956 "Chalon-sur-Saône (river)",
957 "Chartres",
958 "Saint-Pierre",
959 "Niort",
960 "Calais (ocean)",
961 "Béziers",
962 "Arras",
963 "Bourges",
964 "Lens",
965 "Saint-Brieuc (ocean)",
966 "Quimper",
967 "Vannes",
968 "Cherbourg (ocean)",
969 "Maubeuge",
970 "Aix-en-Provence (ocean, mountains)",
971 "Blois",
972 "Colmar",
973 "Tarbes",
974 "Compiègne",
975 "Charleville-Mézières",
976 "Belfort (mountains)",
977 "Roanne",
978 "Forbach",
979 "Saint-Quentin",
980 "Laval",
981 "Bourg-en-Bresse (!ocean)",
982 "Beauvais",
983 "Nevers",
984 "Villeurbanne",
985 "Boulogne",
986; Not in most inhabited cities
987 "Ajaccio (ocean, mountains)",
988 "Pointe-à-Pitre (ocean)",
989 "Cayenne (ocean)",
990 "Fort-de-France (ocean)",
991 "Saint-Denis (ocean)"
992
993[nation_german]
994
995translation_domain="freeciv"
996
997name   = _("German")
998plural = _("?plural:Germans")
999groups  = "Modern"
1000
1001legend = _("Germany was united in 1871 by the Prussian military \
1002force. After World War I it became a republic, but fell into \
1003Nazism in 1933 and started World War II. After the war it was split \
1004into two states, which reunited in 1990 at the end of the Cold War.")
1005
1006leaders = {
1007 "name",                        "sex"
1008 "Maria Theresia",              "Female"
1009 "Friedrich I Barbarossa",      "Male"
1010}
1011
1012ruler_titles = {
1013 "government",      "male_title",            "female_title"
1014 "Democracy",       _("Chancellor %s"),      _("?female:Chancellor %s")
1015 "Communism",       _("First Secretary %s"), _("?female:First Secretary %s")
1016 "Fundamentalism",  _("Archbishop %s"),      _("?female:Archbishop %s")
1017}
1018
1019flag         = "hre"
1020flag_alt     = "-"
1021style        = "European"
1022
1023color.r = 115
1024color.g = 67
1025color.b = 255
1026
1027init_techs = ""
1028init_buildings=""
1029init_units=""
1030
1031cities =
1032 "Berlin (grassland, !mountains)",
1033 "Hamburg (grassland, swamp, ocean, river, !mountains)",
1034 "München (hills, mountains, !ocean)",
1035 "Köln (plains, hills, river)",
1036 "Frankfurt am Main (grassland, hills, river, !ocean)",
1037 "Essen (grassland, hills, !river)",
1038 "Dortmund (grassland, hills)",
1039 "Stuttgart (hills, !ocean)",
1040 "Düsseldorf (grassland, hills, river)",
1041 "Bremen (grassland, plains, swamp, ocean, river, !mountains)",
1042 "Duisburg (grassland, hills, river)",
1043 "Hannover (grassland, plains, !mountains)",
1044 "Nürnberg (hills, mountains, river, !ocean)",
1045 "Leipzig (grassland, plains, hills, !ocean)",
1046 "Dresden (plains, hills, river, !ocean)",
1047 "Bochum (grassland, plains, hills, !river)",
1048 "Wuppertal (grassland, plains, hills, river)",
1049 "Bielefeld (plains, forest, !mountains)",
1050 "Mannheim (grassland, forest, river, !ocean)",
1051 "Bonn (plains, forest, river)",
1052 "Halle/Saale (grassland, plains, river, !ocean, !mountains)",
1053 "Gelsenkirchen (grassland, plains, !mountains)",
1054 "Chemnitz (hills, mountains, !ocean)",
1055 "Karlsruhe (plains, forest, river, !ocean)",
1056 "Wiesbaden (plains, hills, river, !ocean)",
1057 "Magdeburg (grassland, plains, river)",
1058 "Münster (grassland, plains, !river)",
1059 "Mönchengladbach (grassland, plains, !river)",
1060 "Augsburg (forest, hills, mountains, river, !ocean)",
1061 "Braunschweig (grassland, plains)",
1062 "Krefeld (grassland, plains, !river)",
1063 "Kiel (grassland, swamp, ocean, !mountains)",
1064 "Aachen (plains, hills)",
1065 "Rostock (grassland, ocean, river, !mountains)",
1066 "Oberhausen (grassland, plains, river)",
1067 "Lübeck (grassland, ocean, river, !mountains)",
1068 "Hagen (plains, hills)",
1069 "Kassel (plains, forest, !ocean)",
1070 "Erfurt (hills, forest, !ocean)",
1071 "Freiburg im Breisgau (plains, forest, hills, mountains, !ocean)",
1072 "Saarbrücken (forest, hills, river, !ocean)",
1073 "Mainz (plains, hills, river, !ocean)",
1074 "Hamm (grassland, hills)",
1075 "Herne (plains, hills)",
1076 "Mülheim an der Ruhr (grassland, hills, river)",
1077 "Ludwigshafen (grassland, forest, river, !ocean)",
1078 "Osnabrück (grassland, plains, forest)",
1079 "Solingen (plains, hills, !river)",
1080 "Leverkusen (plains, hills, river)",
1081 "Neuss (plains, hills, river)",
1082 "Oldenburg (grassland, swamp, ocean, river, !mountains)",
1083 "Darmstadt (grassland, forest, !ocean)",
1084 "Heidelberg (forest, hills, river, !ocean)",
1085 "Potsdam (grassland, swamp, !mountains)",
1086 "Bremerhaven (grassland, swamp, ocean, river, !mountains)",
1087 "Paderborn (plains, forest)",
1088 "Würzburg (plains, forest, river, !ocean)",
1089 "Göttingen (forest, hills, !ocean)",
1090 "Cottbus (swamp, plains, forest, river)",
1091 "Wolfsburg (grassland, plains)",
1092 "Recklinghausen (grassland, plains, hills, !river)",
1093 "Regensburg (forest, hills, river, !ocean)",
1094 "Remscheid (plains, hills, !river)",
1095 "Gera (forest, hills)",
1096 "Heilbronn (plains, forest, river)",
1097 "Schwerin (grassland, ocean, !mountains)",
1098 "Bottrop (grassland, plains, hills)",
1099 "Salzgitter (plains, forest, hills)",
1100 "Pforzheim (grassland, forest, river, !ocean)",
1101 "Offenbach am Main (grassland, hills, river, !ocean)",
1102 "Ulm (forest, hills, river, !ocean)",
1103 "Siegen (forest, hills, river)",
1104 "Koblenz (forest, hills, river, !ocean)",
1105 "Ingolstadt (hills, river, !ocean)",
1106 "Fürth (hills, !ocean)",
1107 "Zwickau (forest, hills, !ocean)",
1108 "Reutlingen (forest, hills, !ocean)",
1109 "Moers (plains, hills)",
1110 "Hildesheim (plains, hills)",
1111 "Witten (grassland, hills, river)",
1112 "Bergisch Gladbach (plains, hills, !river)",
1113 "Erlangen (forest, hills, river, !ocean)",
1114 "Kaiserslautern (plains, forest, !ocean)",
1115 "Jena (hills, river, !ocean)",
1116 "Trier (forest, river, !ocean)",
1117 "Frankfurt/Oder (grassland, plains, swamp, river)",
1118 "Fulda (hills, river, !ocean)",
1119 "Bamberg (forest, hills, !ocean)",
1120 "Marburg (hills, river, !ocean)",
1121 "Wittenberg (grassland, plains, river, !mountains)",
1122 "Weimar (plains, forest, !ocean)",
1123 "Baden-Baden (forest, hills, mountains, !ocean)",
1124 "Passau (hills, mountains, river, !ocean)",
1125 "Verden (grassland, plains, swamp, ocean)",
1126 "Wismar (grassland, ocean, !mountains)",
1127 "Nördlingen (forest, hills, !river, !ocean)",
1128 "Stralsund (grassland, ocean, !mountains)",
1129 "Mansfeld (plains, hills, !ocean)",
1130 "Donauwörth (hills, mountains, river)",
1131 "Dessau (plains, forest)",
1132 "Worms (plains, forest, river, !ocean)",
1133 "Wittstock (grassland, plains, ocean, !mountains)",
1134 "Mühlberg (plains, river, !ocean)",
1135 "Speyer (plains, hills, river, !ocean)",
1136 "Kleve (grassland, plains, river)",
1137 "Landau in der Pfalz (forest, hills, !ocean)",
1138 "Rosheim (forest, hills, !ocean)",
1139 "Schmalkalden (forest, hills, !ocean)",
1140 "Lutter (forest, hills)",
1141 "Wiesloch (forest, hills, river, !ocean)",
1142 "Rosslau (grassland, plains, river)",
1143 "Minden (grassland, hills, swamp, river)",
1144 "Sinsheim (forest, hills)",
1145 "Gotha (forest, hills)",
1146 "Philippsburg (grassland, forest, hills, !ocean)",
1147 "Halberstadt (plains, hills)",
1148 "Bad Hersfeld (forest, hills)",
1149 "Altenburg (forest, hills, !ocean)"
1150
1151[nation_greek]
1152
1153translation_domain="freeciv"
1154
1155name=_("Greek")
1156plural=_("?plural:Greeks")
1157groups="Modern"
1158legend=_("The ancient Greeks, between Mycenae and the Roman conquest.")
1159
1160leaders = {
1161 "name",                "sex"
1162 "Olympias",            "Female"
1163 "Megas Alexandros",    "Male" ; Alexander the Great
1164}
1165
1166ruler_titles = {
1167 "government",      "male_title",           "female_title"
1168 "Despotism",       _("Despot %s"),         _("?female:Despot %s")
1169 "Democracy",       _("Prime Minister %s"), _("?female:Prime Minister %s")
1170}
1171
1172flag="greece_ancient"
1173flag_alt="-"
1174style = "Classical"
1175
1176color.r = 255
1177color.g = 163
1178color.b = 35
1179
1180init_techs=""
1181init_buildings=""
1182init_units=""
1183
1184cities =
1185; Original city list with native Greek orthography
1186 "Athinai",
1187 "Sparti",
1188 "Thivai",
1189 "Korinthos",
1190 "Konstandinoupolis",
1191 "Militos",
1192 "Efesos",
1193 "Peiraiefs (ocean)",
1194 "Argos",
1195 "Megalopolis",
1196 "Elefsis",
1197 "Chalkis",
1198 "Eretreia",
1199 "Thessaloniki (ocean)",
1200 "Edessa",
1201 "Nikopolis",
1202 "Nafpaktos",
1203 "Patrai (ocean)",
1204 "Olymbia (mountains)",
1205 "Pylos",
1206 "Nafplion (ocean)",
1207 "Mykinai",
1208 "Epidavros (ocean)",
1209 "Avlis",
1210 "Orchomenos",
1211 "Marathon",
1212 "Delfoi",
1213 "Thermopylai (hills)",
1214 "Faliron",
1215 "Nikaia",
1216 "Iraklion (ocean)",
1217 "Potidaia",
1218 "Stagira",
1219 "Olynthos",
1220 "Kolofon",
1221 "Fokaia",
1222 "Amfissa",
1223 "Atalanti",
1224 "Oropos",
1225 "Livadeia",
1226 "Larisa (river)",
1227 "Iolkos",
1228 "Amfiklaia",
1229 "Kyzikos",
1230 "Alikarnassos",
1231 "Pergamos",
1232 "Pydna",
1233 "Filadelfeia",
1234 "Thermi",
1235 "Amfipolis",
1236 "Kerkyra (ocean)",
1237 "Ithaki",
1238 "Thira (ocean)",
1239 "Panormos",
1240 "Ortygia",
1241 "Milos (ocean)",
1242 "Lykosoura",
1243 "Amyklai",
1244 "Klazomenai",
1245 "Kynos Kefalai",
1246 "Distomon (hills, mountains)",
1247; Additional cities sorted in joint population/chronology order
1248 "Smyrni (ocean)",
1249 "Alexandreia (ocean)",
1250 "Nikomideia",
1251 "Trapezous (ocean)",
1252 "Chania",
1253 "Knossos",
1254 "Pafos",
1255 "Mitylini (ocean)",
1256 "Chios",
1257 "Sinopi",
1258 "Rodos (ocean)",
1259 "Adrianoupolis (river)",
1260 "Volos",
1261 "Neapolis",
1262 "Ammostochos",
1263 "Arta (river)",
1264 "Serrai",
1265 "Katerini",
1266 "Trikala",
1267 "Lamia",
1268 "Agrinion",
1269 "Xanthi",
1270 "Veroia",
1271 "Drama",
1272 "Komotini",
1273 "Troia",
1274 "Kozani",
1275 "Karditsa (!ocean)",
1276 "Samos",
1277 "Pirgos",
1278 "Tripolis (mountains)",
1279 "Rethymnon",
1280 "Kastoria",
1281 "Ioannina (river)",
1282 "Florina",
1283 "Preveza",
1284 "Kilkis",
1285 "Ayios Nikolaos",
1286 "Zakynthos (ocean)",
1287 "Igoumenotsa",
1288 "Mesolongion",
1289 "Lefkosia",
1290 "Grevena",
1291 "Argostolion (ocean)",
1292 "Karpenisi",
1293 "Lefkas",
1294 "Militos",
1295 "Polygyros",
1296 "Kalamai",
1297 "Kariai (mountains)",
1298 "Ermoupolis",
1299 "Ydra (ocean)",
1300 "Kavala (ocean)",
1301 "Alexandroupolis (ocean)",
1302 "Tembi (river)"
1303
1304[nation_indian]
1305
1306translation_domain="freeciv"
1307
1308name=_("Indian")
1309plural=_("?plural:Indians")
1310groups="Modern"
1311legend=_("The cradle of Ancient Indian civilization lay in the Indus river\
1312 valley in modern-day Pakistan.")
1313
1314leaders = {
1315 "name",                "sex"
1316 "Indira Gandhi",       "Female"
1317 "Mohandas Gandhi",     "Male"
1318}
1319
1320ruler_titles = {
1321 "government",      "male_title",      "female_title"
1322 "Despotism",       _("Raja %s"),      _("Rani %s")
1323 "Monarchy",        _("Maharaja %s"),  _("Maharani %s")
1324 "Republic",        _("Mahatma %s"),   _("?female:Mahatma %s")
1325 "Fundamentalism",  _("Guru %s"),      _("?female:Guru %s")
1326}
1327
1328flag="india"
1329flag_alt="-"
1330style = "Asian"
1331
1332color.r = 255
1333color.g = 51
1334color.b = 255
1335
1336init_techs=""
1337init_buildings=""
1338init_units=""
1339
1340cities =
1341 "Delhi",
1342 "Mumbai",		; Bombay
1343 "Chennai",		; Madras
1344 "Bangalore",
1345 "Kolkata",		; Calcutta
1346 "Ahmedabad",		; Ahmadabad
1347 "Kanpur",
1348 "Hyderabad",
1349 "Lucknow",
1350 "Varanasi",		; Benares
1351 "Chandigarh",
1352 "Madurai",
1353 "Coimbatore",
1354 "Kozhikode",		; Calicut
1355 "Thiruvananthapuram",	; Trivandrum
1356 "Nagpur",
1357 "Amritsar",
1358 "Srinagar",
1359 "Agra",
1360 "Bhopal",
1361 "Patna",
1362 "Surat",
1363 "Jaipur",
1364 "Varanasi",
1365 "Allahabad",
1366 "Indore",
1367 "Mysore",
1368 "Raipur",
1369 "Gaya",
1370 "Kanpur",		; Cawnpore
1371 "Pune (hills)",	; Poona
1372 "Ranchi",
1373 "Bhubaneswar",
1374 "Thiruvananthapuram",
1375 "Tiruchirappalli",
1376 "Dehradun",
1377 "Aizawl",
1378 "Gandhinagar",
1379 "Imphal",
1380 "Thane",
1381 "Ludhiana",
1382 "Pimpri-Chinchwad",
1383 "Nashik",
1384 "Vadodara",
1385 "Faridabad",
1386 "Ghaziabad",
1387 "Rajkot",
1388 "Meerut",
1389 "Kalyan-Dombivali",
1390 "Navi Mumbai",
1391 "Aurangabad",
1392 "Solapur",
1393 "Jabalpur",
1394 "Visakhapatnam",
1395 "Howrah",
1396 "Jodhpur",
1397 "Guwahati",
1398 "Vijayawada",
1399 "Mira-Bhayandar",
1400 "Gwalior",
1401 "Hubballi-Dharwad"
1402
1403[nation_japanese]
1404
1405translation_domain="freeciv"
1406
1407name=_("Japanese")
1408plural=_("?plural:Japanese")
1409groups="Modern"
1410legend=_("According to traditional Japanese mythology, Japan was founded\
1411 in the 7th century BC by the ancestral Emperor Jimmu.")
1412
1413leaders = {
1414 "name",                "sex"
1415 "Suiko",               "Female"
1416 "Tokugawa Ieyasu",     "Male"
1417}
1418
1419ruler_titles = {
1420 "government",      "male_title",           "female_title"
1421 "Monarchy",        _("Emperor %s"),        _("Empress %s")
1422 "Republic",        _("Shogun %s"),         _("?female:Shogun %s")
1423 "Democracy",       _("Prime Minister %s"), _("?female:Prime Minister %s")
1424}
1425
1426flag="japan"
1427flag_alt="-"
1428style = "Asian"
1429
1430color.r = 65
1431color.g = 205
1432color.b = 17
1433
1434init_techs=""
1435init_buildings=""
1436init_units=""
1437
1438cities =
1439  "Tokyo (ocean)",
1440  "Osaka (ocean)",
1441  "Kyoto (!ocean)",
1442  "Nara (!ocean)",
1443  "Sapporo (ocean)",
1444  "Nagoya (ocean)",
1445  "Fukuoka (ocean)",
1446  "Kobe (ocean)",
1447  "Hiroshima (ocean)",
1448  "Sendai (ocean)",
1449  "Kawasaki (ocean)",
1450  "Kokura (ocean)",	; Modern-day "Kita-Kyushu"
1451  "Saitama (!ocean)",
1452  "Yokohama (ocean)",
1453  "Chiba (ocean)",
1454  "Shizuoka (ocean)",
1455  "Niigata (ocean)",
1456  "Matsuyama (ocean)",
1457  "Kanazawa (ocean)",
1458  "Sakai (ocean)",
1459  "Sagamihara (!ocean)",
1460  "Hachioji (!ocean)",
1461  "Nagano (!ocean)",
1462  "Kumamoto (ocean)",
1463  "Okayama (ocean)",
1464  "Kagoshima (ocean)",
1465  "Hamamatsu (ocean)",
1466  "Akita (ocean)",
1467  "Himeji (ocean)",
1468  "Nagasaki (ocean)",
1469  "Yokosuka (ocean)",
1470  "Oita (ocean)",
1471  "Gifu (!ocean)",
1472  "Wakayama (ocean)",
1473  "Iwaki (ocean)",
1474  "Asahikawa (!ocean)",
1475  "Takamatsu (ocean)",
1476  "Kochi (ocean)",
1477  "Toyama (ocean)",
1478  "Naha (ocean)",
1479  "Aomori (ocean)",
1480  "Hakodate (ocean)",
1481  "Maebashi (!ocean)",
1482  "Morioka (!ocean)",
1483  "Otsu",
1484  "Tokushima (ocean)",
1485  "Yamagata (!ocean)",
1486  "Fukui (ocean)",
1487  "Matsumoto (!ocean)",
1488  "Kofu (!ocean)",
1489  "Funabashi",
1490  "Utsunomiya (!ocean)",
1491  "Miyazaki (ocean)",
1492  "Fukuyama",
1493  "Toyota (!ocean)",
1494  "Tokorozawa (!ocean)",
1495  "Fukushima (!ocean)",
1496  "Yokkaichi (ocean)",
1497  "Shimonoseki (ocean)",
1498  "Koganei (!ocean)",
1499  "Hachinohe (ocean)",
1500  "Mito (!ocean)",
1501  "Sasebo (ocean)",
1502  "Matsue (ocean)",
1503  "Kawaguchi (!ocean)",
1504  "Kushiro (ocean)",
1505  "Chofu (!ocean)",
1506  "Fuse (!ocean)",	; One of the old cities that now is "Higashi-Osaka"
1507  "Kumagaya (!ocean)",
1508  "Amagasaki (ocean)",
1509  "Ichikawa",
1510  "Saga",
1511  "Machida (!ocean)",
1512  "Tottori (ocean)",
1513  "Toyonaka (!ocean)",
1514  "Fujisawa (ocean)",
1515  "Kurume (!ocean)",
1516  "Toyohashi (ocean)",
1517  "Kawagoe (!ocean)",
1518  "Tsu (ocean)"
1519
1520[nation_mongol]
1521
1522translation_domain="freeciv"
1523
1524name=_("Mongol")
1525plural=_("?plural:Mongols")
1526groups="Modern"
1527legend=_("In the centuries after their unification by Chinggis Khan, the\
1528 Mongols conquered the largest empire in human history, encompassing most\
1529 of the continent of Asia. They became notorious for their utter\
1530 ruthlessness in warfare.")
1531
1532leaders = {
1533 "name",        "sex"
1534 "Börte",       "Female" ; Bortei / Бөртэ
1535 "Chinggis",    "Male" ; Genghis / Чингис
1536}
1537
1538ruler_titles = {
1539 "government",      "male_title",      "female_title"
1540 "Despotism",       _("%s Khan"),      _("%s Khatan")
1541 "Monarchy",        _("%s Khagan"),    _("?female:%s Khagan")
1542}
1543
1544flag="mongolia"
1545flag_alt="-"
1546style = "Asian"
1547
1548color.r = 230
1549color.g = 26
1550color.b = 230
1551
1552init_techs=""
1553init_buildings=""
1554init_units=""
1555
1556cities=
1557 "Karakorum", ; Каракорум
1558 "Ulaanbaatar", ; Улаанбаатар
1559 "Sainshand", ; Сайншанд
1560 "Ulaangom", ; Улаангом
1561 "Khovd", ; Ховд
1562 "Tsetserleg", ; Цэцэрлэг
1563 "Altanbulag", ; Алтанбулаг
1564 "Zuunmod", ; Зуунмод
1565 "Bayankhongor", ; Баянхонгор
1566 "Dalanzadgad", ; Даланзадгад
1567 "Choibalsan", ; Чойбалсан
1568 "Erdenet", ; Эрдэнэт
1569 "Mandalgovi", ; Мандалговь
1570 "Mörön", ; Мөрөн
1571 "Sükhbaatar", ; Сүхбаатар
1572 "Züünkharaa", ; Зүүнхараа
1573 "Öndörkhaan", ; Өндөрхаан
1574 "Ölgii", ; Өлгий
1575 "Arvaikheer", ; Арвайхээр
1576 "Bulgan", ; Булган
1577 "Altai", ; Алтай
1578 "Baruun-Urt", ; Баруун-Урт
1579 "Choir", ; Чойр
1580 "Darkhan", ; Дархан
1581 "Bayan-Uul", ; Баян-Уул
1582 "Nalaikh", ; Налайх
1583 "Zamyn-Üüd", ; Замын-Үүд
1584 "Khatgal", ; Хатгал
1585 "Uliastai", ; Улиастай
1586 "Khuld" ; Хулд
1587
1588[nation_persian]
1589
1590translation_domain="freeciv"
1591
1592name=_("Persian")
1593plural=_("?plural:Persians")
1594groups="Ancient"
1595legend=_("The first Persian (Achaemenid) Empire lasted from 550 BC to 330\
1596 BC; the second (Sassanid) from 226 AD to 642 AD.")
1597
1598leaders = {
1599 "name",                "sex"
1600 "Purandokht",          "Female"
1601 "Khshayarsha I",       "Male" ; a.k.a. "Xerxes"
1602}
1603
1604ruler_titles = {
1605 "government",      "male_title",         "female_title"
1606 "Monarchy",        _("%s Shah"),         _("%s Shahbanu")
1607 "Fundamentalism",  _("Ayatollah %s"),    _("?female:Ayatollah %s")
1608}
1609
1610flag="iran_ancient"
1611flag_alt="-"
1612style = "Classical"
1613
1614color.r = 65
1615color.g = 205
1616color.b = 205
1617
1618init_techs=""
1619init_buildings=""
1620init_units=""
1621
1622cities =
1623; Ancient cities first; Latin rendering in comment
1624 "Parsa",	; Persepolis
1625 "Susa",
1626 "Hagmatana",	; Ecbatana
1627 "Pathragada",	; Pasaradae
1628 "Raga",	; Rhagae
1629 "Margush",	; Margiane
1630 "Baktra",
1631 "Takshasila",	; Taxila
1632 "Gaba",	; Gabae
1633 "Sakarta",	; Zadrakarta
1634 "Herat",
1635 "Drapsaka",
1636 "Karmana",
1637 "Pura",
1638 "Bishapur",
1639 "Ardashir Khureh",
1640 "Tikni",
1641 "Istakhr",
1642 "Shurkutir",
1643 "Susia",
1644
1645 ; Modern cities of the region
1646 "Teheran",
1647 "Isfahan",
1648 "Tabriz",
1649 "Hamadan",
1650 "Rasht",
1651 "Ahraz",
1652 "Shiraz",
1653 "Kerman",
1654 "Yazd",
1655 "Mashhad",
1656 "Zahedan",
1657 "Bushehr",
1658 "Qazrin",
1659 "Lhasa",
1660 "Bulgar",
1661 "Hormuz",
1662 "Mosul"
1663
1664[nation_roman]
1665
1666translation_domain="freeciv"
1667
1668name=_("Roman")
1669plural=_("?plural:Romans")
1670groups="Ancient"
1671legend=_("Rome was, in legend, founded by Romulus in 753 BC. At its\
1672 height, Rome controlled nearly all of Europe, northern Africa and\
1673 Mesopotamia.")
1674
1675leaders = {
1676 "name",                "sex"
1677 "Livia",               "Female"
1678 "Caesar",              "Male"
1679}
1680
1681ruler_titles = {
1682 "government",      "male_title",      "female_title"
1683 "Despotism",       _("Dictator %s"),  _("Dictatrix %s")
1684 "Monarchy",        _("Imperator %s"), _("Imperatrix %s")
1685 "Anarchy",         _("Usurper %s"),   _("?female:Usurper %s")
1686}
1687
1688flag="rome"
1689flag_alt="-"
1690style = "Classical"
1691
1692color.r = 255
1693color.g = 255
1694color.b = 255
1695
1696init_techs=""
1697init_buildings=""
1698init_units=""
1699
1700cities =
1701  "Roma", "Capua", "Veii", "Beneventum", "Corfinium", "Ancona",
1702  "Tarentum", "Brundisium", "Ravenna", "Pisa", "Genova", "Mediolanum",
1703  "Aquileia", "Florentia", "Bononia", "Verona", "Ostia", "Agrigentum",
1704  "Syracusae", "Neapolis", "Pompeii", "Salernum", "Tarraco",
1705  "Carthago", "Barcino", "Bracara", "Carthago Nova", "Baiae",
1706  "Noviomagus", "Vindobona", "Atuatuca", "Caesarea", "Ierusalem",
1707  "Trapezus", "Durocortorum", "Lutetia", "Burdigala", "Portus Namnetum",
1708  "Utica", "Lugdunum", "Londinium", "Aquae Sulis", "Camulodunum", "Dubris",
1709  "Eburacum", "Coriovallum", "Perusia", "Leptis Magna", "Corduba", "Edessa",
1710  "Ariminum", "Narbo Martius", "Pergamum", "Vienna", "Hispalis",
1711  "Salonae", "Cyrenae", "Dyrrachium", "Luni", "Noreia", "Ephesus",
1712  "Panoramus", "Ancyra", "Caralis", "Patavium", "Petra", "Tolosa",
1713  "Pisae", "Palmyra", "Tyrus", "Cortona", "Arenate", "Brigantium",
1714  "Lix", "Sala", "Berytus", "Naissus", "Nicomedia", "Berenice",
1715  "Sabrata", "Attalea", "Sinope", "Hippo Regius", "Gesoriacum",
1716  "Velia", "Segesta", "Gaza", "Aleria", "Colonia Agrippina",
1717  "Agentoracum", "Moguntiacum", "Arretium", "Thapsus", "Altinum", "Tarsus"
1718
1719[nation_russian]
1720
1721translation_domain="freeciv"
1722
1723name=_("Russian")
1724plural=_("?plural:Russians")
1725groups="Modern"
1726legend=_("According to legend, Slavic and Finnic tribes of Novgorod\
1727 invited in the year 862 the Varangian (Viking) king Rurik to bring order\
1728 to their land. Rurik established Kievan Rus' in this realm, the first\
1729 Russian state. By the 11th century, Kievan Rus' had disintegrated into\
1730 lesser princedoms, which were once again united into one state by Ivan\
1731 III in the 15th century. After decisive victory over Sweden and large\
1732 territorial gains, Peter I pronounced the Russian Empire in 1721. The\
1733 Russian Empire lasted until 1917 when a socialist revolution dethroned\
1734 the last Russian emperor. After USSR dissolution in 1991 Russia appeared\
1735 on world map again, now as a federative republic.")
1736
1737leaders = {
1738 "name",                        "sex"
1739 "Ekaterina II",                "Female"
1740 "Vladimir Lenin",              "Male"
1741}
1742
1743ruler_titles = {
1744 "government",      "male_title",      "female_title"
1745 "Despotism",       _("Duke %s"),      _("Duchess %s")
1746 "Monarchy",        _("Tsar %s"),      _("Tsaritsa %s")
1747 "Fundamentalism",  _("Patriarch %s"), _("Matriarch %s")
1748}
1749
1750flag="kiev"
1751flag_alt = "-"
1752style = "European"
1753
1754color.r = 230
1755color.g = 230
1756color.b = 230
1757
1758init_techs=""
1759init_buildings=""
1760init_units=""
1761
1762cities =
1763 "Moskva",
1764 "Sankt-Peterburg",
1765 "Tver",
1766 "Velikiy Novgorod",
1767 "Yekaterinburg",
1768 "Samara",
1769 "Pskov",
1770 "Ryazan",
1771 "Vladimir",
1772 "Yaroslavl",
1773 "Novosibirsk",
1774 "Smolensk",
1775 "Briansk",
1776 "Oriel",
1777 "Voronezh",
1778 "Saransk",
1779 "Perm",
1780 "Ufa",
1781 "Saratov",
1782 "Volgograd",
1783 "Tomsk",
1784 "Petrozavodsk",
1785 "Rostov",
1786 "Omsk",
1787 "Chelyabinsk",
1788 "Irkutsk",
1789 "Vladivostok",
1790 "Khabarovsk",
1791 "Krasnoyarsk",
1792 "Vologda",
1793 "Murmansk",
1794 "Arkhangelsk",
1795 "Krasnodar",
1796 "Stavropol",
1797 "Murom",
1798 "Kaluga",
1799 "Tula",
1800 "Kursk",
1801 "Tambov",
1802 "Lipetsk",
1803 "Belgorod",
1804 "Nizhny Novgorod",
1805 "Kostroma",
1806 "Izhevsk",
1807 "Astrakhan",
1808 "Orenburg",
1809 "Kurgan",
1810 "Tyumen",
1811 "Kemerovo",
1812 "Yakutsk",
1813 "Chita",
1814 "Magadan",
1815 "Norilsk",
1816 "Novokuznetsk"
1817
1818[nation_sioux]
1819
1820translation_domain="freeciv"
1821
1822name=_("Sioux")
1823plural=_("?plural:Sioux")
1824groups="Ancient"
1825legend=_("The Sioux was a North American nation that fought several\
1826 decisive battles against the United States. It consisted of three distinct\
1827 groups of tribes: the Lakota, the Dakota and the Nakota.")
1828
1829leaders = {
1830 "name",                "sex"
1831 "Black Shawl",         "Female"
1832 "Sitting Bull",        "Male" ; a.k.a. Tatanka Yotanka
1833}
1834
1835ruler_titles = {
1836 "government",      "male_title",            "female_title"
1837 "Monarchy",        _("Great Chief %s"),     _("?female:Great Chief %s")
1838 "Republic",        _("Spokesman %s"),       _("Spokeswoman %s")
1839 "Democracy",       _("Principal Chief %s"), _("?female:Principal Chief %s")
1840}
1841
1842flag="cheyenne"
1843flag_alt="-"
1844style = "Celtic"
1845
1846color.r = 205
1847color.g = 5
1848color.b = 205
1849
1850init_techs=""
1851init_buildings=""
1852init_units=""
1853
1854cities =
1855 "Mdewakanton",
1856 "Wahpekute",
1857 "Sisseton",
1858 "Wahpeton",
1859 "Yankton",
1860 "Yanktonai",
1861 "Sichangu",
1862 "Itazipcho",
1863 "Sihasapa",
1864 "Miniconjou",
1865 "Oohenonpa",
1866 "Oglala",
1867 "Hunkpapa",
1868 "Assiniboin",
1869 "Omaha",
1870 "Ponca",
1871 "Quapaw",
1872 "Osage",
1873 "Pahatsi",
1874 "Utsehta",
1875 "Santsukhdhi",
1876 "Kansa",
1877 "Iowa",
1878 "Oto",
1879 "Missouri",
1880 "Winnebago",
1881 "Mandan",
1882 "Hidatsa",
1883 "Absaroke",
1884 "Biloxi",
1885 "Ofo",
1886 "Monacan",
1887 "Meipontsky",
1888 "Mohemencho",
1889 "Tutelo",
1890 "Saponi",
1891 "Occaneechi",
1892 "Manahoac",
1893 "Stegaraki",
1894 "Shackaconia",
1895 "Tauxitania",
1896 "Ontponea",
1897 "Tegninateo",
1898 "Whonkentia",
1899 "Hassinunga",
1900 "Catawba",
1901 "Woecon",
1902 "Sissipahaw",
1903 "Adshusheer",
1904 "Eno",
1905 "Waxhaw",
1906 "Sugeree",
1907 "Santee",
1908 "Catawba",
1909 "Cheraw",
1910 "Keyauwee"
1911
1912[nation_spanish]
1913
1914translation_domain="freeciv"
1915
1916name=_("Spanish")
1917plural=_("?plural:Spanish")
1918groups="Modern"
1919legend=_("The modern Spanish nation was formed when the rulers of the\
1920 kingdoms of Castile and Aragon led the recapture of the Iberian\
1921 peninsula from the Moslems. The Reconquista was completed in 1492,\
1922 the same year Columbus sailed. Spain then went on to create an empire\
1923 on which the sun never set.")
1924
1925leaders = {
1926 "name",                "sex"
1927 "Isabel I",            "Female"
1928 "Felipe II",           "Male"
1929}
1930
1931ruler_titles = {
1932 "government",     "male_title",           "female_title"
1933 "Despotism",      _("Caudillo %s"),       _("Caudilla %s")
1934 "Fundamentalism", _("Cardinal %s"),       _("?female:Cardinal %s")
1935 "Democracy",      _("Prime Minister %s"), _("?female:Prime Minister %s")
1936}
1937
1938flag="spain"
1939flag_alt = "-"
1940style = "Classical"
1941
1942color.r = 205
1943color.g = 205
1944color.b = 49
1945
1946init_techs=""
1947init_buildings=""
1948init_units=""
1949
1950cities =
1951  "Madrid", "Barcelona", "Bilbao", "Valencia", "Sevilla", "Zaragoza",
1952  "Pamplona", "Oviedo", "Valladolid", "Toledo", "Santander", "Granada",
1953  "León", "Córdoba", "San Sebastián", "Segovia", "Gerona", "La Coruña",
1954  "Murcia", "Málaga", "Cádiz", "Tarragona", "Vitoria", "Burgos",
1955  "Palma", "Castellón de la Plana", "Palencia", "Huelva", "Zamora",
1956  "Badajoz", "Jaén", "Teruel", "Lugo", "Ciudad Real", "Alicante",
1957  "Almería", "Soria", "Logroño", "Pontevedra", "Orense",
1958  "Guadalajara (river)", "Cuenca", "Santa Cruz de Tenerife", "Huesca",
1959  "Avila", "Albacete", "Lérida", "Salamanca", "Cáceres",
1960  "Las Palmas de Gran Canaria", "Reus", "Linares", "Sabadell",
1961  "Baracaldo", "Calahorra", "Manacor", "Calatrava", "Getafe", "Alcudia",
1962  "Laredo", "Albarracín", "Rentería", "Almazán", "Durango", "Barbastro",
1963  "Ciudad Rodrigo", "El Ferrol", "Jerez de la Frontera", "Algeciras",
1964  "Estela", "Alcalá de Henares", "Ponferrada", "Calatayud", "Monforte",
1965  "Elche", "Orihuela", "Mérida", "Trujillo", "Vigo", "Alcoy", "Tarrasa",
1966  "Astorga", "Manresa", "Torrelavega", "Mataró", "Puertollano (hills)",
1967  "Plasencia", "Santurce", "Cartagena", "Ibiza", "Mahón", "Badalona",
1968  "Gijón", "Aranjuez", "Almadén", "Urgel", "Bailén", "Ampurias",
1969  "Navalcarnero", "Güímar", "Carmona", "Betanzos", "La Laguna", "Hijar",
1970  "Baltanás", "Villena", "Valdepeñas", "Vergara", "Tolosa", "Sigüenza",
1971  "Cangas", "Morella", "Vitigudino", "Marchena", "Armuña", "Tornelloso",
1972  "Arzúa", "Belorado", "Jaca", "Castrojeriz (hills)", "Alméniz",
1973  "Cervera", "Cifuentes", "Garafía", "Sequeros", "Alarcón", "Segorbe",
1974  "Almudévar", "Salvatierra", "Sarnón", "Barbate", "Albañiz", "Gandía",
1975  "Lerma", "Villaviciosa", "Játiva", "Calamocha", "Orotava",
1976  "Labastida", "Mogán", "Figueras", "Orcera", "Alcaudete", "Alcira",
1977  "Zumárraga", "Tudela", "Montalbán", "Reinosa",
1978  "Navalmoral de la mata", "Monreal", "Mazarrón", "Lepe",
1979  "Montefrío (hills)", "Utrera", "Alcañiz", "Villalba", "Jaraíz",
1980  "Vélez", "Almuñécar", "Brunete", "Talavera", "Cardona", "Amposta",
1981  "Sacedón", "Marbella", "Vejer de la frontera", "Guadix (river)",
1982  "Azpeitía", "Ubeda", "Caspe", "Torquemada", "Lorca", "Benidorm",
1983  "Tortosa", "Motril", "Lucena", "Berga", "Monzón", "Agüimes",
1984  "Fregenal", "Aguilar", "Antequera", "Tineo", "Sedano", "Lebrija",
1985  "Calatañazor", "Azuaga", "Vilches", "Alcántara", "Fraga", "Benavente",
1986  "Mondragón", "Calanda", "Daroca", "Valverde", "Belmonte", "Simancas",
1987  "Coria", "Requena", "Aranda"
1988
1989[nation_viking]
1990
1991translation_domain="freeciv"
1992
1993name=_("Viking")
1994plural=_("?plural:Vikings")
1995groups="Ancient"
1996legend=_("The Vikings raided and traded along the coasts of Europe\
1997 between 800 AD and 1100 AD. Viking raiders eventually became the rulers\
1998 of Normandy, Russia, and a short-lived kingdom in Sicily.")
1999
2000leaders = {
2001 "name",                "sex"
2002 "Gunnhildr",           "Female"
2003 "Knutr",               "Male"
2004}
2005
2006ruler_titles = {
2007 "government",   "male_title",           "female_title"
2008 "Despotism",    _("%s Jarl"),           _("?female:%s Jarl")
2009 "Democracy",    _("Prime Minister %s"), _("?female:Prime Minister %s")
2010}
2011
2012flag="viking"
2013flag_alt="-"
2014style = "European"
2015
2016color.r = 65
2017color.g = 17
2018color.b = 205
2019
2020init_techs=""
2021init_buildings=""
2022init_units=""
2023
2024cities =
2025 "Skiringssal",		; Viking era name for Kaupang, Norway
2026 "Birka",
2027 "Ribe",
2028 "Hedeby",
2029 "Nidaros",
2030 "Reykjavik (ocean)",
2031 "Torshavn (ocean)",
2032 "Bjørgvin",
2033 "Jorvik (ocean)",
2034 "Fjaler",
2035 "Vikarskeid",
2036 "Hvitaby",
2037 "Torsberg (mountains)",
2038 "Bålagardsida",
2039 "Odinsøy",
2040 "Trasvik (ocean)",
2041 "Steinvågen",
2042 "Folland",
2043 "Medalhus",
2044 "Vendelskage",
2045 "Vigra",
2046 "Haugseid",
2047 "Sudatorp",
2048 "Omd",
2049 "Håstein",
2050 "Fyrileiv",
2051 "Kjarrekstader",
2052 "Gresvik (ocean)",
2053 "Valsnes (river)",
2054 "Lusbrei",
2055 "Åros",
2056 "Rossanes",
2057 "Kantaraborg (grassland)",
2058 "Lejre",
2059 "Kongssund (ocean)",
2060 "Anger",
2061 "Gaular",
2062 "Vardynjar",
2063 "Dimun",
2064 "Dingenes (ocean)",
2065 "Brekke",
2066 "Florvåg",
2067 "Aldeigjuborg (grassland)",
2068 "Bøle",
2069 "Jungufurda",
2070 "Apardjon"
2071
2072[nation_zulu]
2073
2074translation_domain="freeciv"
2075
2076name=_("Zulu")
2077plural=_("?plural:Zulus")
2078groups="Ancient"
2079legend=_("The Zulus are a warlike Bantu people who migrated from\
2080 west-central Africa into southern Africa beginning in the early 1700s,\
2081 conquering the native Khoisan peoples and clashing with European settlers.")
2082
2083leaders = {
2084 "name",                        "sex"
2085 "Nandi",                       "Female"
2086 "Shaka kaSenzangakhona",       "Male" ; Shaka Zulu
2087}
2088
2089ruler_titles = {
2090 "government",      "male_title",            "female_title"
2091 "Monarchy",        _("Great Chief %s"),     _("?female:Great Chief %s")
2092 "Republic",        _("Spokesman %s"),       _("Spokeswoman %s")
2093 "Democracy",       _("Principal Chief %s"), _("?female:Principal Chief %s")
2094}
2095
2096flag="zulu"
2097flag_alt="-"
2098style = "Tropical"
2099
2100color.r = 90
2101color.g = 230
2102color.b = 42
2103
2104init_techs=""
2105init_buildings=""
2106init_units=""
2107
2108cities =
2109 "Zimbabwe",
2110 "Ulundi",
2111 "Ethekwini",	; Boer name: Durban
2112 "Tshwane",	; Boer name: Pretoria
2113 "Harare",
2114 "Maputo",
2115 "Bulaweyo",
2116 "Mzizima",
2117 "Luanda",
2118 "Umgungundlovu", ; Boer name: Pietermaitzburg
2119 "Matola",
2120 "Benoni",
2121 "Gabarone",
2122 "Beira",
2123 "Tembisa",
2124 "Nampula",
2125 "Chitungwiza",
2126 "Mbabane",
2127 "Arusha",
2128 "Mbeya",
2129 "Huambo",
2130 "Molepolole",
2131 "Epumalanga",
2132 "Ladysmtih",
2133 "KwaDukuza",
2134 "Eshowe",
2135 "Hlobane",
2136 "Esikhawini",
2137 "Empangeni",
2138 "Nongoma",
2139 "Magudu",
2140 "Mondlo",
2141 "Endumeni",
2142 "Mtunzini",
2143 "Tongati"
2144
2145[nation_barbarian]
2146
2147translation_domain="freeciv"
2148
2149name=_("Barbarian")
2150plural=_("?plural:Barbarians")
2151groups="Barbarian"
2152legend=_("Since the dawn of civilization, barbarians have been a threat to\
2153 cultured peoples everywhere.")
2154
2155leaders = {
2156 "name",        "sex"
2157 "Genseric",    "Male"
2158 "Alaric",      "Male"
2159 "Theodoric",   "Male"
2160 "Stilicho",    "Male"
2161 "Attila",      "Male"
2162 "Boadicea",    "Female"
2163}
2164
2165flag="barbarian"
2166flag_alt = "-"
2167style = "European"
2168
2169color.r = 255
2170color.g = 67
2171color.b = 67
2172
2173init_techs=""
2174init_buildings=""
2175init_units=""
2176
2177cities = "Barbaricum"
2178
2179is_playable = FALSE
2180barbarian_type = "Land"
2181
2182; nothing more needed for barbarians
2183
2184[nation_pirate]
2185
2186translation_domain="freeciv"
2187
2188name=_("Pirate")
2189plural=_("?plural:Pirates")
2190groups="Barbarian"
2191legend=_("As long as honest men have sailed the seas, pirates have been a\
2192 scourge of them and of all coastal dwelling peoples.")
2193
2194leaders = {
2195 "name",                        "sex"
2196 "Anne Bonny",                  "Female"
2197 "Calico Jack",                 "Male"
2198 "Cofresí",                     "Male"
2199 "Blackbeard",                  "Male"
2200 "Henry Morgan",                "Male"
2201 "François l'Ollonais",         "Male"
2202 "Bartolomeo Portugues",        "Male"
2203}
2204
2205flag="pirate"
2206flag_alt = "-"
2207style = "European"
2208
2209color.r = 255
2210color.g = 67
2211color.b = 67
2212
2213init_techs=""
2214init_buildings=""
2215init_units=""
2216
2217; Various pirate havens
2218cities =
2219 "New Providence",
2220 "Port Royal",
2221 "Tortuga"
2222
2223is_playable = FALSE
2224barbarian_type = "Sea"
2225
2226; nothing more needed for barbarians
2227