From 46fcb057b0d63324970df651bdd5426d8675e569 Mon Sep 17 00:00:00 2001 From: Marko Lindqvist Date: Thu, 27 May 2021 02:33:02 +0300 Subject: [PATCH 63/63] Improve coding style of h*.ruleset nation rulesets See osdn #42401 Signed-off-by: Marko Lindqvist --- data/nation/hacker.ruleset | 20 +-- data/nation/haitian.ruleset | 16 +-- data/nation/han.ruleset | 28 ++-- data/nation/hanoverian.ruleset | 17 +-- data/nation/hansa.ruleset | 20 +-- data/nation/hasinay.ruleset | 72 +++++----- data/nation/hawaiian.ruleset | 14 +- data/nation/hellenic.ruleset | 16 +-- data/nation/helvetian.ruleset | 22 +-- data/nation/hephthalite.ruleset | 18 +-- data/nation/hessian.ruleset | 18 +-- data/nation/himyarite.ruleset | 16 +-- data/nation/hittite.ruleset | 19 +-- data/nation/holyroman.ruleset | 242 ++++++++++++++++---------------- data/nation/holysee.ruleset | 56 ++++---- data/nation/honduran.ruleset | 16 +-- data/nation/hopi.ruleset | 14 +- data/nation/hungarian.ruleset | 19 ++- data/nation/hunnic.ruleset | 26 ++-- 19 files changed, 336 insertions(+), 333 deletions(-) diff --git a/data/nation/hacker.ruleset b/data/nation/hacker.ruleset index a0d9bdd6b7..d70f61dc68 100644 --- a/data/nation/hacker.ruleset +++ b/data/nation/hacker.ruleset @@ -1,9 +1,9 @@ [nation_hacker] -name=_("Hacker") -plural=_("?plural:Hackers") -groups="Imaginary" -legend=_("h4xx0r r0xx0rz!") +name = _("Hacker") +plural = _("?plural:Hackers") +groups = "Imaginary" +legend = _("h4xx0r r0xx0rz!") leaders = { "name", "sex" @@ -36,15 +36,15 @@ ruler_titles = { "Monarchy", _("?title:1337 %s"), _("?female:1337 %s") } -flag="hacker" +flag = "hacker" flag_alt = "-" style = "Classical" -init_techs="" -init_buildings="" -init_units="" +init_techs = "" +init_buildings = "" +init_units = "" -civilwar_nations="antarctican", "martian" +civilwar_nations = "antarctican", "martian" cities = "Core Dump", @@ -63,7 +63,7 @@ cities = "Compiler", "Kernel", "Shell", - "Editor", ; Why not "Emacs" ;) + "Editor", ; Why not "Emacs" ;) "Word Processor", "Program Counter", "Garbage Collection", diff --git a/data/nation/haitian.ruleset b/data/nation/haitian.ruleset index f7b758c1e7..157f1642b6 100644 --- a/data/nation/haitian.ruleset +++ b/data/nation/haitian.ruleset @@ -1,9 +1,9 @@ [nation_haitian] -name=_("Haitian") -plural=_("?plural:Haitians") -groups="Modern", "American" -legend=_("A slave rebellion led Haiti to independence in 1804. It was the\ +name = _("Haitian") +plural = _("?plural:Haitians") +groups = "Modern", "American" +legend = _("A slave rebellion led Haiti to independence in 1804. It was the\ first independent black republic and the second independent country in\ the Americas.") @@ -27,13 +27,13 @@ ruler_titles = { "Monarchy", _("Emperor %s"), _("Empress %s") } -flag="haiti" +flag = "haiti" flag_alt = "-" style = "Tropical" -init_techs="" -init_buildings="" -init_units="" +init_techs = "" +init_buildings = "" +init_units = "" civilwar_nations = "dominicano", "taino" diff --git a/data/nation/han.ruleset b/data/nation/han.ruleset index 46e18fc914..3ac2da61ce 100644 --- a/data/nation/han.ruleset +++ b/data/nation/han.ruleset @@ -1,9 +1,9 @@ [nation_han] -name=_("Han") -plural=_("?plural:Han") -groups="Ancient", "Medieval", "Early Modern", "Asian" -legend=_("The Han people are the majority ethnic group in China, tracing\ +name = _("Han") +plural = _("?plural:Han") +groups = "Ancient", "Medieval", "Early Modern", "Asian" +legend = _("The Han people are the majority ethnic group in China, tracing\ their lineage back to \"Yandi\" (the Yan Emperor) and \"Huangdi\" (the\ Yellow Emperor), legendary god-kings of prehistory.") @@ -28,22 +28,22 @@ ruler_titles = { "Communism", _("Chairman %s"), _("Chairwoman %s") } -flag="han" -flag_alt="china" +flag = "han" +flag_alt = "china" style = "Asian" -init_techs="" -init_buildings="" -init_units="" +init_techs = "" +init_buildings = "" +init_units = "" -conflicts_with="Chinese" -civilwar_nations= +conflicts_with = "Chinese" +civilwar_nations = ; /* People's Republic of China */ -"Chinese", + "Chinese", ; /* Republic of China */ -"Taiwanese", + "Taiwanese", -"Korean", "Vietnamese", "Miao", "Zhuang", "Cantonese" + "Korean", "Vietnamese", "Miao", "Zhuang", "Cantonese" cities = ; Xia dynasty diff --git a/data/nation/hanoverian.ruleset b/data/nation/hanoverian.ruleset index 3dba68d169..0b72f0feb2 100644 --- a/data/nation/hanoverian.ruleset +++ b/data/nation/hanoverian.ruleset @@ -1,9 +1,9 @@ [nation_hanoverian] -name=_("Hanoverian") -plural=_("?plural:Hanoverians") -groups="European", "Early Modern" -legend=_("Hanover was a state in Northern Germany, in current Lower\ +name = _("Hanoverian") +plural = _("?plural:Hanoverians") +groups = "European", "Early Modern" +legend = _("Hanover was a state in Northern Germany, in current Lower\ Saxony. From 1714 to 1837 Hanover and the United Kingdom were united\ in a personal union. In 1866 it was gobbled up by Prussia.") @@ -24,13 +24,14 @@ ruler_titles = { "Democracy", _("Minister-President %s"), _("?female:Minister-President %s") } -flag="hanover" +flag = "hanover" flag_alt = "westphalia" style = "European" -init_techs="" -init_buildings="" -init_units="" +init_techs = "" +init_buildings = "" +init_units = "" + civilwar_nations = "frisian", "saxon", "westphalian", "british", "oldenburgian" cities = diff --git a/data/nation/hansa.ruleset b/data/nation/hansa.ruleset index 8e6cba407d..7d1b4f5f0f 100644 --- a/data/nation/hansa.ruleset +++ b/data/nation/hansa.ruleset @@ -1,9 +1,9 @@ [nation_hansa] -name=_("Hanseatic") -plural=_("?plural:Hanseatic League") -groups="Medieval", "Early Modern", "European" -legend=_("The Hanseatic League was a powerful alliance of trading cities\ +name = _("Hanseatic") +plural = _("?plural:Hanseatic League") +groups = "Medieval", "Early Modern", "European" +legend = _("The Hanseatic League was a powerful alliance of trading cities\ which existed from the 12th to the 19th century. Hanseatic cities were found\ in the North Sea and Baltic regions. Members of the league had their own\ law system and occasionally the Hansa went to war with rival powers.") @@ -29,16 +29,16 @@ ruler_titles = { "Republic", _("Burgomaster %s"), _("?female:Burgomaster %s") } -flag="hansa" +flag = "hansa" flag_alt = "germany" style = "European" -init_techs="" -init_buildings="" -init_units="" +init_techs = "" +init_buildings = "" +init_units = "" -conflicts_with="Knights Templar" -civilwar_nations="Dutch", "Danish", "Westphalian", "Prussian", "Hanoverian", +conflicts_with = "Knights Templar" +civilwar_nations = "Dutch", "Danish", "Westphalian", "Prussian", "Hanoverian", "Polish", "Latvian", "Estonian", "Lithuanian", "Swedish", "Frisian", "Schleswig-Holsteinian", "Brandenburgian", "Novgorodian" diff --git a/data/nation/hasinay.ruleset b/data/nation/hasinay.ruleset index e8a48a2f23..eca7ffb49d 100644 --- a/data/nation/hasinay.ruleset +++ b/data/nation/hasinay.ruleset @@ -1,9 +1,9 @@ [nation_hasinay] -name=_("Hasinay") -plural=_("?plural:Hasinay") -groups="American" -legend=_("A Caddoan political league from East Texas, the Hasinay\ +name = _("Hasinay") +plural = _("?plural:Hasinay") +groups = "American" +legend = _("A Caddoan political league from East Texas, the Hasinay\ Confederacy consisted of a group of agricultural villages. Though they were\ involved in trade networks connecting them with people as far west as the\ Puebloan polities of the American Southwest, their cultural ties were more\ @@ -30,39 +30,39 @@ ruler_titles = { "Republic", _("Spokesman %s"), _("Spokeswoman %s") } -flag="caddo" -flag_alt = "-" -style = "tropical" +flag = "caddo" +flag_alt = "-" +style = "tropical" -init_techs="" -init_buildings="" -init_units="" +init_techs = "" +init_buildings = "" +init_units = "" civilwar_nations = "hopi", "muskogee", "sioux" -cities = -"Nabedache", -"Anadarko", -"Neches", -"Yscani", -"Nechaui", -"Tadiva", -"Nacono", -"Ais", -"Nacau", -"Kichai", -"Nacogdoche", -"Guasco", -"Nasoni", -"Hainai", -"Nadaco", -"Nabiti", -"Nacachau", -"Nacanish", -"Namidish", -"Yatasi", -"Naansi", -"Nabeyeyxa", -"Nadamin", -"Natsshostanno", -"Neihahat" +cities = + "Nabedache", + "Anadarko", + "Neches", + "Yscani", + "Nechaui", + "Tadiva", + "Nacono", + "Ais", + "Nacau", + "Kichai", + "Nacogdoche", + "Guasco", + "Nasoni", + "Hainai", + "Nadaco", + "Nabiti", + "Nacachau", + "Nacanish", + "Namidish", + "Yatasi", + "Naansi", + "Nabeyeyxa", + "Nadamin", + "Natsshostanno", + "Neihahat" diff --git a/data/nation/hawaiian.ruleset b/data/nation/hawaiian.ruleset index 5ffec42d35..36781f27f0 100644 --- a/data/nation/hawaiian.ruleset +++ b/data/nation/hawaiian.ruleset @@ -1,10 +1,10 @@ [nation_hawaiian] -name=_("Hawaiian") -plural=_("?plural:Hawaiians") -groups="Oceanian" +name = _("Hawaiian") +plural = _("?plural:Hawaiians") +groups = "Oceanian" -legend=_("The Kingdom of Hawaii was established in 1810 by King Kamehameha\ +legend = _("The Kingdom of Hawaii was established in 1810 by King Kamehameha\ the Great. Abolished in 1893, and subsequently annexed to the United\ States, the former kingdom became the 50th state of the United States\ on August 21, 1959.") @@ -25,9 +25,9 @@ flag = "hawaii" flag_alt = "-" style = "Tropical" -init_techs="" -init_buildings="" -init_units="" +init_techs = "" +init_buildings = "" +init_units = "" civilwar_nations = "maori", "polynesian" diff --git a/data/nation/hellenic.ruleset b/data/nation/hellenic.ruleset index d3d18c1d0e..7340f2104a 100644 --- a/data/nation/hellenic.ruleset +++ b/data/nation/hellenic.ruleset @@ -1,9 +1,9 @@ [nation_hellenic] -name=_("Hellenic") -plural=_("?plural:Hellenes") -groups="Modern", "European" -legend=_("The Hellenic Republic - also known as Greece - was created when\ +name = _("Hellenic") +plural = _("?plural:Hellenes") +groups = "Modern", "European" +legend = _("The Hellenic Republic - also known as Greece - was created when\ the Hellenic people gained independence from the Ottoman Empire in 1832.") leaders = { @@ -21,13 +21,13 @@ ruler_titles = { "Fundamentalism", _("Patriarch %s"), _("Matriarch %s") } -flag="greece" +flag = "greece" flag_alt = "-" style = "Classical" -init_techs="" -init_buildings="" -init_units="" +init_techs = "" +init_buildings = "" +init_units = "" conflicts_with = "greek", "byzantine" civilwar_nations = "cretan", "cypriot" diff --git a/data/nation/helvetian.ruleset b/data/nation/helvetian.ruleset index 87f6b728c7..bbbd4ce429 100644 --- a/data/nation/helvetian.ruleset +++ b/data/nation/helvetian.ruleset @@ -1,9 +1,9 @@ [nation_helvetian] -name=_("Helvetian") -plural=_("?plural:Helvetians") -groups="Ancient", "European" -legend=_("The Helvetians (Latin: Helvetii) were an Ancient Celtic people,\ +name = _("Helvetian") +plural = _("?plural:Helvetians") +groups = "Ancient", "European" +legend = _("The Helvetians (Latin: Helvetii) were an Ancient Celtic people,\ inhabiting what is now Switzerland and adjacent parts of France and\ Germany. Helvetians sometimes helped in the internal conflicts of Rome,\ for example, on the side of Cicero. They were a big, expansive tribe,\ @@ -11,6 +11,7 @@ legend=_("The Helvetians (Latin: Helvetii) were an Ancient Celtic people,\ Helvetian chieftain Orgetorix were used by Caesar as a pretext to\ conquer Helvetia and the rest of Gaul. The Helvetians succumbed to the\ Romans and became Romanized during the following centuries.") + leaders = { "name", "sex" "Orgetorix", "Male" @@ -20,7 +21,8 @@ leaders = { "Verucloitios", "Male" "Caburos", "Male" } -flag="helvetii" + +flag = "helvetii" flag_alt = "-" style = "Celtic" @@ -29,12 +31,12 @@ ruler_titles = { "government", "male_title", "female_title" "Fundamentalism", _("High Druid %s"), _("?female:High Druid %s") } -init_techs="" -init_buildings="" -init_units="" +init_techs = "" +init_buildings = "" +init_units = "" -conflicts_with="swiss", "french", "badian", "wuerttembergian", "burgundian" -civilwar_nations="Gallic" ;Boian, Belgic +conflicts_with = "swiss", "french", "badian", "wuerttembergian", "burgundian" +civilwar_nations = "Gallic" ;Boian, Belgic cities = "Aventicum", diff --git a/data/nation/hephthalite.ruleset b/data/nation/hephthalite.ruleset index 4913c557f9..4afeabedfb 100644 --- a/data/nation/hephthalite.ruleset +++ b/data/nation/hephthalite.ruleset @@ -1,9 +1,9 @@ [nation_hephthalite] -name=_("Hephthalite") -plural=_("?plural:Hephthalites") -groups="Asian", "Ancient", "Medieval" -legend=_("The Hephthalites were a Central Asian nomadic confederation of\ +name = _("Hephthalite") +plural = _("?plural:Hephthalites") +groups = "Asian", "Ancient", "Medieval" +legend = _("The Hephthalites were a Central Asian nomadic confederation of\ the 5th and 6th centuries CE. Their precise origins and composition remain\ obscure. They may have been of mixed Iranic, Tocharian and Turkic origin,\ but their main language is unknown. Although they were also known as the\ @@ -21,7 +21,7 @@ leaders = { "Yudhishthira", "Male" } -flag="hephthalite" +flag = "hephthalite" flag_alt = "-" style = "Asian" @@ -31,11 +31,11 @@ ruler_titles = { "Monarchy", _("%s Khagan"), _("?female:%s Khagan") } -init_techs="" -init_buildings="" -init_units="" +init_techs = "" +init_buildings = "" +init_units = "" -conflicts_with="afghani", "pakistani", "indian", "sikh", "pashtun", +conflicts_with = "afghani", "pakistani", "indian", "sikh", "pashtun", "uzbek", "uyghur", "tajik", "turkmen", "kashmiri", "ghaznavid", "kyrgyz" ; samanid civilwar_nations = "tocharian", "saka", "gokturk", "iranian", "pashtun" diff --git a/data/nation/hessian.ruleset b/data/nation/hessian.ruleset index 6b4671d618..fd59ba6b47 100644 --- a/data/nation/hessian.ruleset +++ b/data/nation/hessian.ruleset @@ -1,9 +1,9 @@ [nation_hessian] -name=_("Hessian") -plural=_("?plural:Hessians") -groups="European", "Early Modern", "Medieval" -legend=_("Hesse became a landgraviate of the Holy Roman Empire in the\ +name = _("Hessian") +plural = _("?plural:Hessians") +groups = "European", "Early Modern", "Medieval" +legend = _("Hesse became a landgraviate of the Holy Roman Empire in the\ 13th century. In the 16th century it splintered into a a number of\ smaller territories. Many Hessians fought in the American Revolution as\ mercenaries on both sides. Currently Hesse is one of the states of the\ @@ -30,15 +30,15 @@ ruler_titles = { "Democracy", _("Minister-President %s"), _("?female:Minister-President %s") } -flag="hesse" +flag = "hesse" flag_alt = "germany" style = "european" -init_techs="" -init_buildings="" -init_units="" +init_techs = "" +init_buildings = "" +init_units = "" -civilwar_nations="hanoverian", "badian", "palatinate", "rhenish" +civilwar_nations = "hanoverian", "badian", "palatinate", "rhenish" cities = "Kassel", diff --git a/data/nation/himyarite.ruleset b/data/nation/himyarite.ruleset index bd13224ebf..7524e00e86 100644 --- a/data/nation/himyarite.ruleset +++ b/data/nation/himyarite.ruleset @@ -1,10 +1,10 @@ [nation_himyarite] -name=_("Himyarite") -plural=_("?plural:Himyar") -groups="Ancient", "Asian" +name = _("Himyarite") +plural = _("?plural:Himyar") +groups = "Ancient", "Asian" -legend=_("The Himyar were originally a mountain tribe in what is now Yemen\ +legend = _("The Himyar were originally a mountain tribe in what is now Yemen\ that conquered the other South Arabian kingdoms, including Sabaea in\ 115 BCE, which were rich from the incense trade. The Himyar were castle-\ builders, finding it necessary to erect citadels to protect against\ @@ -35,11 +35,11 @@ flag = "himyar" flag_alt = "-" style = "Babylonian" -init_techs="" -init_buildings="" -init_units="" +init_techs = "" +init_buildings = "" +init_units = "" -civilwar_nations="arab", "yemeni" +civilwar_nations = "arab", "yemeni" cities = "Shabwa", diff --git a/data/nation/hittite.ruleset b/data/nation/hittite.ruleset index ada4f21f96..9808e8682c 100644 --- a/data/nation/hittite.ruleset +++ b/data/nation/hittite.ruleset @@ -1,11 +1,11 @@ [nation_hittite] -translation_domain="freeciv" +translation_domain = "freeciv" -name=_("Hittite") -plural=_("?plural:Hittites") -groups="Ancient", "Asian", "Core" -legend=_("The Hittite kingdom lasted from about 1680 BCE to about 1180 BCE.\ +name = _("Hittite") +plural = _("?plural:Hittites") +groups = "Ancient", "Asian", "Core" +legend = _("The Hittite kingdom lasted from about 1680 BCE to about 1180 BCE.\ They were the first civilization to discover iron working. At its height,\ they controlled central Anatolia, north-western Syria and Mesopotamia down\ to Babylon.") @@ -30,13 +30,14 @@ ruler_titles = { ; Flag modeled after Neo-Hittite Two-Headed Sphinx. Gold and purple are ; royal colors in many historical near-eastern empires. ; http://www.arthistory.upenn.edu/spr03/422/April10/303.JPG -flag="hittite" +flag = "hittite" flag_alt = "syria" style = "Babylonian" -init_techs="" -init_buildings="" -init_units="" +init_techs = "" +init_buildings = "" +init_units = "" + civilwar_nations = "babylonian", "sumerian", "assyrian", "mitanni", "luwian" cities = diff --git a/data/nation/holyroman.ruleset b/data/nation/holyroman.ruleset index 573504d6a9..dc293610b0 100644 --- a/data/nation/holyroman.ruleset +++ b/data/nation/holyroman.ruleset @@ -2,7 +2,7 @@ name = _("Holy Roman") plural = _("?plural:Holy Romans") -groups = "Medieval", "Early Modern", "European" +groups = "Medieval", "Early Modern", "European" legend = _("The Holy Roman Empire was considered the successor to the\ Roman Empire, but as Voltaire once quipped it was neither Holy, nor Roman\ @@ -40,128 +40,128 @@ flag_alt = "germany" style = "European" init_techs = "" -init_buildings="" -init_units="" +init_buildings = "" +init_units = "" conflicts_with = "German", "Roman", "East German" civilwar_nations = "German", "Austrian", "Papal" cities = - "Augusta Vindelicorum (forest, hills, mountains, river, !ocean)", ;Augsburg - "Vindobona (forest, river, !ocean)", ;Vienna - "Norimberga (hills, mountains, river, !ocean)", ;Nuremberg - "Roma (hills, plains)", ;Rome - "Moguntiacum (plains, hills, river, !ocean)", ;Mainz - "Colonia (plains, hills, river)", ;Cologne - "Treveris (forest, river, !ocean)", ;Trier - "Praga (hills, plains, forest, river, !ocean)", ;Prague - "Brandenburgum (plains, forest)", ;Brandenburg - "Dresda (plains, hills, river, !ocean)", ;Dresden - "Heidelberga (forest, hills, river, !ocean)", ;Heidelberg - "Wormatia (plains, forest, river, !ocean)", ;Worms - "Spira (plains, hills, river, !ocean)", ;Speyer - "Hannovera (grassland, plains, !mountains)", ;Hanover - "Monacum Bavariae (hills, mountains, !ocean)", ;Munich - "Ratisbona (forest, hills, river, !ocean)", ;Regensburg - "Salisburgum (river, mountains, !ocean)", ;Salzburg - "Herbipolis (plains, forest, river, !ocean)", ;Würzburg - "Stutgardia (hills, !ocean)", ;Stuttgart - "Carolsruha (plains, forest, river, !ocean)", ;Karsruhe - "Cassala (plains, forest, !ocean)", ;Cassel - "Monasterium Westphalorum (grassland, plains, !river)", ;Münster - "Berolinum (grassland, !mountains)", ;Berlin - "Ravenna (swamp, grassland, plains)", ;Ravenna - "Wittenberga (grassland, plains, river, !mountains)", ;Wittenberg - "Aquisgranum (plains, hills)", ;Aix-la-Chapelle - "Manhemium (grassland, forest, river, !ocean)", ;Mannheim - "Badenia (forest, hills, mountains, !ocean)", ;Baden-Baden - "Constantia (river, forest, mountains, hills, !ocean)", ;Konstanz - "Magdeburgum (grassland, plains, river)", ;Magdeburg - "Nemetacum (grassland, plains)", ;Arras - "Brunsvicum (grassland, plains)", ;Brunswick - "Mediolanum (grassland, river)", ;Milan - "Verodunum (hills, forest, grassland)", ;Verdun - "Bamberga (forest, hills, !ocean)", ;Bamberg - "Iuliacum (grassland, forest)", ;Jülich - "Clivis (grassland, plains, river)", ;Cleves - "Lentia (mountains, hills, river, !ocean)", ;Linz - "Mantua (grassland, swamp)", ;Mantua - "Dola Sequanorum (hills, river, forest, !ocean)", ;Dole - "Traiectum ad Rhenum (river, grassland, swamp, !mountains)", ;Utrecht - "Bruna (hills, forest, !ocean)", ;Brno - "Avennio Cavarum (plains, river, hills, mountains)", ;Avignon - "Francofurtum ad Moenum (grassland, hills, river, !ocean)", ;Frankfurt am Main - "Stratisburgum (river, plains, !ocean)", ;Strasbourg - "Landshuta (forest, hills, !ocean)", ;Landshut - "Mons Billiardae (hills, forest, !ocean)", ;Montbéliard - "Smalcaldia (forest, hills, !ocean)", ;Schmalkalden - "Mutina (grassland, hills,)", ;Modena - "Brema (grassland, plains, swamp, ocean, river, !mountains)", ;Bremen - "Basilia (hills, river, !ocean)", ;Basel - "Noviomagus (river, forest, grassland)", ;Nijmegen - "Vesuntio (river, hills, forest, !ocean)", ;Besançon - "Lubeca (grassland, ocean, river, !mountains)", ;Lübeck - "Florentia (hills)", ;Florence - "Nicae (hills, mountains, ocean)", ;Nice - "Erfordia (hills, forest, !ocean)", ;Erfurt - "Verona (grassland, hills, swamp)", ;Verona - "Nanceium (river, hills, !ocean)", ;Nancy - "Hamburgum (grassland, swamp, ocean, river, !mountains)", ;Hamburg - "Budissa (hills, forest, plains, !ocean)", ;Bautzen - "Luxemburgum (hills, forest)", ;Luxembourg - "Pilsna (forest, plains, hills, !ocean)", ;Plzeň - "Osnabruga (grassland, plains, forest)", ;Osnabrück - "Leodicum (hills, forest, river)", ;Liège - "Verda (grassland, plains, swamp, ocean)", ;Verden - "Turicum (hills, mountains, !ocean)", ;Zürich - "Parma (grassland)", ;Parma - "Cameracum (grassland, plains)", ;Cambrai - "Taurinum (grassland, river)", ;Turin - "Antverpia (grassland, plains, swamp, river, ocean)", ;Antwerp - "Tremonia (grassland, hills)", ;Dortmund - "Genava (river, mountains, hills, !ocean)", ;Geneva - "Tergestum (ocean, hills)", ;Trieste - "Goslaria (hills, forest, plains)", ;Goslar - "Graecia (forest, hills, mountains, !ocean)", ;Graz - "Lugdunum (river, plains, !ocean)", ;Lyon - "Oldenburgum (grassland, swamp, ocean, river, !mountains)", ;Oldenburg - "Genua (hills, ocean)", ;Genoa - "Ulma (forest, hills, river, !ocean)", ;Ulm - "Fulda (hills, river, !ocean)", ;Fulda - "Regium Lepidi (plains, grassland, mountains, hills)", ;Reggio nell Emilia - "Confluentes (forest, hills, river, !ocean)", ;Koblenz - "Vratislavia (plains, hills)", ;Wrocław - "Quedlinburgum (forest, hills)", ;Quedlinburg - "Olomucium (forest, hills, plains, !ocean)", ;Olomouc - "Paderborna (forest, plains, hills)", ;Paderborn - "Tornacum (plains, grassland)", ;Tournai - "Labacum (hills, forest)", ;Ljubljana - "Stettinum (river, grassland, plains, swamp, !mountains)", ;Szczecin - "Misnia (river, plains, hills, !ocean)", ;Meißen - "Massalia (ocean, mountains, hills)", ;Marseille - "Stralsunda (grassland, ocean, !mountains)", ;Stralsund - "Sanctogallum (mountains, !ocean)", ;Sankt Gallen - "Meranum (mountains, forest, !ocean)", ;Meran/Merano - "Potestampium (grassland, swamp, !mountains)", ;Potsdam - "Divodurum (river, hills, forest, plains, !ocean)", ;Metz - "Luneburgum (plains)", ;Lüneburg - "Suerinum (grassland, ocean, !mountains)", ;Schwerin - "Amstelodamum (swamp, ocean, grassland, !mountains)", ;Amsterdam - "Aquae Mattiacae (plains, hills, river, !ocean)", ;Wiesbaden - "Luca (hills, grassland, plains, river)", ;Lucca - "Lauenburgum (plains, grassland, river)", ;Lauenburg an der Elbe - "Adventica (hills, mountains)", ;Avenches - "Heida (swamp, grassland, !mountains)", ;Heide - "Pisae (plains, hills, river, ocean)", ;Pisa - "Lausonium (river, hills, mountains, !ocean)", ;Lausanne - "Groninga (plains, grassland)", ;Groningen - "Lipsia (grassland, plains, hills, !ocean)", ;Leipzig - "Daventria (river, forest)", ;Deventer - "Pruma (hills, forest)", ;Prüm - "Egra (hills, forest, plains, !ocean)", ;Cheb - "Auriacum (swamp, grassland)", ;Aurich - "Camberiacum (mountains, !ocean)", ;Chambéry - "Pons Aeni (mountains, river, !ocean)", ;Innsbruck - "Emda (swamp, ocean)", ;Emden - "Suitius (mountains, forest)", ;Schwyz - "Lugdumum Batavorum (river, grassland)" ;Leiden + "Augusta Vindelicorum (forest, hills, mountains, river, !ocean)", ; Augsburg + "Vindobona (forest, river, !ocean)", ; Vienna + "Norimberga (hills, mountains, river, !ocean)", ; Nuremberg + "Roma (hills, plains)", ; Rome + "Moguntiacum (plains, hills, river, !ocean)", ; Mainz + "Colonia (plains, hills, river)", ; Cologne + "Treveris (forest, river, !ocean)", ; Trier + "Praga (hills, plains, forest, river, !ocean)", ; Prague + "Brandenburgum (plains, forest)", ; Brandenburg + "Dresda (plains, hills, river, !ocean)", ; Dresden + "Heidelberga (forest, hills, river, !ocean)", ; Heidelberg + "Wormatia (plains, forest, river, !ocean)", ; Worms + "Spira (plains, hills, river, !ocean)", ; Speyer + "Hannovera (grassland, plains, !mountains)", ; Hanover + "Monacum Bavariae (hills, mountains, !ocean)", ; Munich + "Ratisbona (forest, hills, river, !ocean)", ; Regensburg + "Salisburgum (river, mountains, !ocean)", ; Salzburg + "Herbipolis (plains, forest, river, !ocean)", ; Würzburg + "Stutgardia (hills, !ocean)", ; Stuttgart + "Carolsruha (plains, forest, river, !ocean)", ; Karsruhe + "Cassala (plains, forest, !ocean)", ; Cassel + "Monasterium Westphalorum (grassland, plains, !river)", ; Münster + "Berolinum (grassland, !mountains)", ; Berlin + "Ravenna (swamp, grassland, plains)", ; Ravenna + "Wittenberga (grassland, plains, river, !mountains)", ; Wittenberg + "Aquisgranum (plains, hills)", ; Aix-la-Chapelle + "Manhemium (grassland, forest, river, !ocean)", ; Mannheim + "Badenia (forest, hills, mountains, !ocean)", ; Baden-Baden + "Constantia (river, forest, mountains, hills, !ocean)", ; Konstanz + "Magdeburgum (grassland, plains, river)", ; Magdeburg + "Nemetacum (grassland, plains)", ; Arras + "Brunsvicum (grassland, plains)", ; Brunswick + "Mediolanum (grassland, river)", ; Milan + "Verodunum (hills, forest, grassland)", ; Verdun + "Bamberga (forest, hills, !ocean)", ; Bamberg + "Iuliacum (grassland, forest)", ; Jülich + "Clivis (grassland, plains, river)", ; Cleves + "Lentia (mountains, hills, river, !ocean)", ; Linz + "Mantua (grassland, swamp)", ; Mantua + "Dola Sequanorum (hills, river, forest, !ocean)", ; Dole + "Traiectum ad Rhenum (river, grassland, swamp, !mountains)", ; Utrecht + "Bruna (hills, forest, !ocean)", ; Brno + "Avennio Cavarum (plains, river, hills, mountains)", ; Avignon + "Francofurtum ad Moenum (grassland, hills, river, !ocean)", ; Frankfurt am Main + "Stratisburgum (river, plains, !ocean)", ; Strasbourg + "Landshuta (forest, hills, !ocean)", ; Landshut + "Mons Billiardae (hills, forest, !ocean)", ; Montbéliard + "Smalcaldia (forest, hills, !ocean)", ; Schmalkalden + "Mutina (grassland, hills,)", ; Modena + "Brema (grassland, plains, swamp, ocean, river, !mountains)", ; Bremen + "Basilia (hills, river, !ocean)", ; Basel + "Noviomagus (river, forest, grassland)", ; Nijmegen + "Vesuntio (river, hills, forest, !ocean)", ; Besançon + "Lubeca (grassland, ocean, river, !mountains)", ; Lübeck + "Florentia (hills)", ; Florence + "Nicae (hills, mountains, ocean)", ; Nice + "Erfordia (hills, forest, !ocean)", ; Erfurt + "Verona (grassland, hills, swamp)", ; Verona + "Nanceium (river, hills, !ocean)", ; Nancy + "Hamburgum (grassland, swamp, ocean, river, !mountains)", ; Hamburg + "Budissa (hills, forest, plains, !ocean)", ; Bautzen + "Luxemburgum (hills, forest)", ; Luxembourg + "Pilsna (forest, plains, hills, !ocean)", ; Plzeň + "Osnabruga (grassland, plains, forest)", ; Osnabrück + "Leodicum (hills, forest, river)", ; Liège + "Verda (grassland, plains, swamp, ocean)", ; Verden + "Turicum (hills, mountains, !ocean)", ; Zürich + "Parma (grassland)", ; Parma + "Cameracum (grassland, plains)", ; Cambrai + "Taurinum (grassland, river)", ; Turin + "Antverpia (grassland, plains, swamp, river, ocean)", ; Antwerp + "Tremonia (grassland, hills)", ; Dortmund + "Genava (river, mountains, hills, !ocean)", ; Geneva + "Tergestum (ocean, hills)", ; Trieste + "Goslaria (hills, forest, plains)", ; Goslar + "Graecia (forest, hills, mountains, !ocean)", ; Graz + "Lugdunum (river, plains, !ocean)", ; Lyon + "Oldenburgum (grassland, swamp, ocean, river, !mountains)", ; Oldenburg + "Genua (hills, ocean)", ; Genoa + "Ulma (forest, hills, river, !ocean)", ; Ulm + "Fulda (hills, river, !ocean)", ; Fulda + "Regium Lepidi (plains, grassland, mountains, hills)", ; Reggio nell Emilia + "Confluentes (forest, hills, river, !ocean)", ; Koblenz + "Vratislavia (plains, hills)", ; Wrocław + "Quedlinburgum (forest, hills)", ; Quedlinburg + "Olomucium (forest, hills, plains, !ocean)", ; Olomouc + "Paderborna (forest, plains, hills)", ; Paderborn + "Tornacum (plains, grassland)", ; Tournai + "Labacum (hills, forest)", ; Ljubljana + "Stettinum (river, grassland, plains, swamp, !mountains)", ; Szczecin + "Misnia (river, plains, hills, !ocean)", ; Meißen + "Massalia (ocean, mountains, hills)", ; Marseille + "Stralsunda (grassland, ocean, !mountains)", ; Stralsund + "Sanctogallum (mountains, !ocean)", ; Sankt Gallen + "Meranum (mountains, forest, !ocean)", ; Meran/Merano + "Potestampium (grassland, swamp, !mountains)", ; Potsdam + "Divodurum (river, hills, forest, plains, !ocean)", ; Metz + "Luneburgum (plains)", ; Lüneburg + "Suerinum (grassland, ocean, !mountains)", ; Schwerin + "Amstelodamum (swamp, ocean, grassland, !mountains)", ; Amsterdam + "Aquae Mattiacae (plains, hills, river, !ocean)", ; Wiesbaden + "Luca (hills, grassland, plains, river)", ; Lucca + "Lauenburgum (plains, grassland, river)", ; Lauenburg an der Elbe + "Adventica (hills, mountains)", ; Avenches + "Heida (swamp, grassland, !mountains)", ; Heide + "Pisae (plains, hills, river, ocean)", ; Pisa + "Lausonium (river, hills, mountains, !ocean)", ; Lausanne + "Groninga (plains, grassland)", ; Groningen + "Lipsia (grassland, plains, hills, !ocean)", ; Leipzig + "Daventria (river, forest)", ; Deventer + "Pruma (hills, forest)", ; Prüm + "Egra (hills, forest, plains, !ocean)", ; Cheb + "Auriacum (swamp, grassland)", ; Aurich + "Camberiacum (mountains, !ocean)", ; Chambéry + "Pons Aeni (mountains, river, !ocean)", ; Innsbruck + "Emda (swamp, ocean)", ; Emden + "Suitius (mountains, forest)", ; Schwyz + "Lugdumum Batavorum (river, grassland)" ; Leiden diff --git a/data/nation/holysee.ruleset b/data/nation/holysee.ruleset index afd8818e29..fc7b255d73 100644 --- a/data/nation/holysee.ruleset +++ b/data/nation/holysee.ruleset @@ -1,9 +1,9 @@ [nation_holysee] -name = _("Papal") +name = _("Papal") plural = _("?plural:Papal States") -groups="Medieval", "Early Modern", "Modern", "European" -legend=_("The Papal States were the territories on the Italian Peninsula\ +groups = "Medieval", "Early Modern", "Modern", "European" +legend = _("The Papal States were the territories on the Italian Peninsula\ and elsewhere under the direct sovereign rule by the Roman Catholic popes.\ Established in the 8th century CE from territory donated to the Church by\ the pious and the wealthy, the Papal States grew to become the dominant\ @@ -37,39 +37,39 @@ flag = "vatican" flag_alt = "constantine" style = "Classical" -init_techs="" -init_buildings="" -init_units="" +init_techs = "" +init_buildings = "" +init_units = "" conflicts_with = "Roman" civilwar_nations = "Roman", "Holy Roman", "Swiss" cities = - "Civitas Vaticana", ; Vatican City - "Viterbium", ; Viterbo - "Interamna", ; Terni - "Tholentinum", ; Tolentino + "Civitas Vaticana", ; Vatican City + "Viterbium", ; Viterbo + "Interamna", ; Terni + "Tholentinum", ; Tolentino "Ancona", "Ravenna", - "Nomentum", ; Mentana - "Reate", ; Rieti + "Nomentum", ; Mentana + "Reate", ; Rieti ; "Castelfidardo", - "Velitrae", ; Velletri - "Tarracina", ; Terracina - "Centumcellae", ; Civitavecchia - "Spoletium", ; Spoleto + "Velitrae", ; Velletri + "Tarracina", ; Terracina + "Centumcellae", ; Civitavecchia + "Spoletium", ; Spoleto "Macerata", - "Urbinum", ; Urbino - "Pisaurum", ; Pesaro - "Ariminum", ; Rimini - "Forum Livii", ; Forlì - "Bononia", ; Bologna - "Ferraria", ; Ferrara - "Tuder", ; Todi - "Sutrium", ; Sutri - "Urbs Vetus", ; Orvieto - "Beneventum", ; Benevento + "Urbinum", ; Urbino + "Pisaurum", ; Pesaro + "Ariminum", ; Rimini + "Forum Livii", ; Forlì + "Bononia", ; Bologna + "Ferraria", ; Ferrara + "Tuder", ; Todi + "Sutrium", ; Sutri + "Urbs Vetus", ; Orvieto + "Beneventum", ; Benevento ; "Pontecorvo", ; "Venasque", - "Carpentoracte", ; Carpentras - "Avennio" ; Avignon + "Carpentoracte", ; Carpentras + "Avennio" ; Avignon diff --git a/data/nation/honduran.ruleset b/data/nation/honduran.ruleset index 9c9dc09be7..1ab0d25b6f 100644 --- a/data/nation/honduran.ruleset +++ b/data/nation/honduran.ruleset @@ -1,10 +1,10 @@ [nation_honduran] -name=_("Honduran") -plural=_("?plural:Hondurans") -groups="American", "Modern" +name = _("Honduran") +plural = _("?plural:Hondurans") +groups = "American", "Modern" -legend=_("Honduras has been an independent republic since the dissolution\ +legend = _("Honduras has been an independent republic since the dissolution\ of the Central American Federation in 1840. The archetypical 'banana\ republic', periods of dictatorship and of more or less democratic rule\ have followed each other. Its current constitution was adopted in 1982.") @@ -34,9 +34,9 @@ flag = "honduras" flag_alt = "-" style = "Tropical" -init_techs="" -init_buildings="" -init_units="" +init_techs = "" +init_buildings = "" +init_units = "" conflicts_with = "salvadoran", "nicaraguan" ;similar flags civilwar_nations = "miskito", "mayan", "salvadoran" @@ -93,5 +93,3 @@ cities = "Brus Laguna", "Agua Blanca Sur", "José Santos Guardiola (ocean)" - - diff --git a/data/nation/hopi.ruleset b/data/nation/hopi.ruleset index 4b483c5379..18860f2116 100644 --- a/data/nation/hopi.ruleset +++ b/data/nation/hopi.ruleset @@ -1,10 +1,10 @@ [nation_hopi] -name=_("Hopi") -plural=_("?plural:Hopis") -groups="American" +name = _("Hopi") +plural = _("?plural:Hopis") +groups = "American" -legend=_("A matrilineal culture in North America, who claim descent from the\ +legend = _("A matrilineal culture in North America, who claim descent from the\ Hisatsinom. The Hopi live today on the Hopi Reservation in northeastern\ Arizona.") @@ -32,9 +32,9 @@ flag = "hopi" flag_alt = "-" style = "Babylonian" -init_techs="" -init_buildings="" -init_units="" +init_techs = "" +init_buildings = "" +init_units = "" civilwar_nations = "raramuri", "sioux" diff --git a/data/nation/hungarian.ruleset b/data/nation/hungarian.ruleset index 934df734b9..e659fbfb84 100644 --- a/data/nation/hungarian.ruleset +++ b/data/nation/hungarian.ruleset @@ -1,9 +1,9 @@ [nation_hungarian] -name=_("Hungarian") -plural=_("?plural:Hungarians") -groups="Medieval", "Early Modern", "Modern", "European" -legend=_("Legend says that Hungary was founded by Arpad in the 9th\ +name = _("Hungarian") +plural = _("?plural:Hungarians") +groups = "Medieval", "Early Modern", "Modern", "European" +legend = _("Legend says that Hungary was founded by Arpad in the 9th\ century.") leaders = { @@ -17,16 +17,15 @@ leaders = { "Béla IV", "Male" } -flag="hungary" +flag = "hungary" flag_alt = "-" style = "European" -init_techs="" -init_buildings="" +init_techs = "" +init_buildings = "" +init_units = "" -init_units="" - -conflicts_with="indian" ; Similar flags +conflicts_with = "indian" ; Similar flags civilwar_nations = "transylvanian", "croatian", "slovakian" cities = diff --git a/data/nation/hunnic.ruleset b/data/nation/hunnic.ruleset index 0d3f942acf..a8a77deb1d 100644 --- a/data/nation/hunnic.ruleset +++ b/data/nation/hunnic.ruleset @@ -1,11 +1,11 @@ [nation_hunnic] -translation_domain="freeciv" +translation_domain = "freeciv" -name=_("Hunnic") -plural=_("?plural:Huns") -groups="Ancient", "European", "Asian", "Core" -legend=_("The European Huns were an ancient tribal confederation who first\ +name = _("Hunnic") +plural = _("?plural:Huns") +groups = "Ancient", "European", "Asian", "Core" +legend = _("The European Huns were an ancient tribal confederation who first\ appeared in the 4th century. The Huns inhabited the Eurasian steppes and\ were known as formidable horse archers. In the fifth century CE they\ created a powerful military empire under the leadership of Attila,\ @@ -15,6 +15,7 @@ legend=_("The European Huns were an ancient tribal confederation who first\ mentioned in Chinese sources, but that link has still not been\ unequivocally proven. Hunnic ethnic relations and language are likewise\ controversial.") + leaders = { "name", "sex" "Balamber", "Male" @@ -30,7 +31,8 @@ leaders = { "Dengizich", "Male" "Ernac", "Male" } -flag="hunnic" + +flag = "hunnic" flag_alt = "-" style = "Celtic" @@ -41,14 +43,14 @@ ruler_titles = { "Monarchy", _("%s Khagan"), _("?female:%s Khagan") } -init_techs="" -init_buildings="" -init_units="" +init_techs = "" +init_buildings = "" +init_units = "" -conflicts_with="hungarian", "bulgarian", "volga bulgar", "chuvash", - "russian", "soviet", "ukrainian", "cossack", "transylvanian" +conflicts_with = "hungarian", "bulgarian", "volga bulgar", "chuvash", + "russian", "soviet", "ukrainian", "cossack", "transylvanian" civilwar_nations = "avar", "volga bulgar", "slavic", "visigothic", "ostrogothic", - "gepid" + "gepid" cities = ;late classical settlements on the Pannonian Plain -- 2.30.2