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