From 54d46e1a163bfccf33f55cf42f6d3b26c57d4945 Mon Sep 17 00:00:00 2001 From: Andrettin <6322423+Andrettin@users.noreply.github.com> Date: Fri, 4 Mar 2022 07:40:56 +0100 Subject: [PATCH] Added minor building sites in Bohemia --- data/sites/earth/europe/bohemia/brunn.txt | 31 +++++++++++++++++++ .../earth/europe/bohemia/hradec_kralove.txt | 9 ++++++ data/sites/earth/europe/bohemia/liberec.txt | 9 ++++++ data/sites/earth/europe/bohemia/ostrava.txt | 9 ++++++ data/sites/earth/europe/bohemia/pardubice.txt | 9 ++++++ data/sites/earth/europe/bohemia/pilsen.txt | 12 +++++++ data/sites/earth/europe/bohemia/zlin.txt | 9 ++++++ .../data/campaigns/an_orcish_incursion.txt | 2 +- scripts/settlements_moravia.lua | 21 ------------- 9 files changed, 89 insertions(+), 22 deletions(-) create mode 100644 data/sites/earth/europe/bohemia/brunn.txt create mode 100644 data/sites/earth/europe/bohemia/hradec_kralove.txt create mode 100644 data/sites/earth/europe/bohemia/liberec.txt create mode 100644 data/sites/earth/europe/bohemia/ostrava.txt create mode 100644 data/sites/earth/europe/bohemia/pardubice.txt create mode 100644 data/sites/earth/europe/bohemia/pilsen.txt create mode 100644 data/sites/earth/europe/bohemia/zlin.txt diff --git a/data/sites/earth/europe/bohemia/brunn.txt b/data/sites/earth/europe/bohemia/brunn.txt new file mode 100644 index 0000000000..8ff5a4e586 --- /dev/null +++ b/data/sites/earth/europe/bohemia/brunn.txt @@ -0,0 +1,31 @@ +brunn = { + name = "Brunn" #"Brünn" + map_template = earth + geocoordinate = { 16.60998327500 49.20039349270 } #from Natural Earth + base_unit_type = unit_minor_building_site + cultural_names = { + slavic = "Brno" + } + regions = { + bohemia + } + + history = { + 1477 = { + owner = hungary #Brünn was a Hungarian possession about 1477; Source: William R. Shepherd, "Historical Atlas", 1923, pp. 86-87. + building_classes += farm + } + + 1490 = { + owner = bohemia #Brünn was reunited with Bohemia in 1490; Source: William R. Shepherd, "Historical Atlas", 1923, pp. 86-87. + } + + 1526 = { + owner = austria #Brünn became an Austrian Habsburg possession in 1526; Source: William R. Shepherd, "Historical Atlas", 1926, pp. 118-119. + } + + 1815 = { + owner = austria #Brünn was a part of the Austrian province of Moravia in 1815; Source: William R. Shepherd, "Historical Atlas", 1911, pp. 158-159. + } + } +} diff --git a/data/sites/earth/europe/bohemia/hradec_kralove.txt b/data/sites/earth/europe/bohemia/hradec_kralove.txt new file mode 100644 index 0000000000..e073ee62df --- /dev/null +++ b/data/sites/earth/europe/bohemia/hradec_kralove.txt @@ -0,0 +1,9 @@ +hradec_kralove = { + name = "Hradec Kralove" #"Hradec Králové" + map_template = earth + geocoordinate = { 15.81200152540 50.20599617220 } #from Natural Earth + base_unit_type = unit_minor_building_site + regions = { + bohemia + } +} diff --git a/data/sites/earth/europe/bohemia/liberec.txt b/data/sites/earth/europe/bohemia/liberec.txt new file mode 100644 index 0000000000..af22e6dc47 --- /dev/null +++ b/data/sites/earth/europe/bohemia/liberec.txt @@ -0,0 +1,9 @@ +liberec = { + name = "Liberec" + map_template = earth + geocoordinate = { 15.07999914420 50.79995993970 } #from Natural Earth + base_unit_type = unit_minor_building_site + regions = { + bohemia + } +} diff --git a/data/sites/earth/europe/bohemia/ostrava.txt b/data/sites/earth/europe/bohemia/ostrava.txt new file mode 100644 index 0000000000..9f8243e4d1 --- /dev/null +++ b/data/sites/earth/europe/bohemia/ostrava.txt @@ -0,0 +1,9 @@ +ostrava = { + name = "Ostrava" + map_template = earth + geocoordinate = { 18.24998653020 49.83035504060 } #from Natural Earth + base_unit_type = unit_minor_building_site + regions = { + bohemia + } +} diff --git a/data/sites/earth/europe/bohemia/pardubice.txt b/data/sites/earth/europe/bohemia/pardubice.txt new file mode 100644 index 0000000000..db65ca84bf --- /dev/null +++ b/data/sites/earth/europe/bohemia/pardubice.txt @@ -0,0 +1,9 @@ +pardubice = { + name = "Pardubice" + map_template = earth + geocoordinate = { 15.76000931670 50.04041973780 } #from Natural Earth + base_unit_type = unit_minor_building_site + regions = { + bohemia + } +} diff --git a/data/sites/earth/europe/bohemia/pilsen.txt b/data/sites/earth/europe/bohemia/pilsen.txt new file mode 100644 index 0000000000..0a77649d7c --- /dev/null +++ b/data/sites/earth/europe/bohemia/pilsen.txt @@ -0,0 +1,12 @@ +pilsen = { + name = "Pilsen" + map_template = earth + geocoordinate = { 13.36000077180 49.74043804840 } #from Natural Earth + base_unit_type = unit_minor_building_site + cultural_names = { + slavic = "Plzen" + } + regions = { + bohemia + } +} diff --git a/data/sites/earth/europe/bohemia/zlin.txt b/data/sites/earth/europe/bohemia/zlin.txt new file mode 100644 index 0000000000..58e37b826f --- /dev/null +++ b/data/sites/earth/europe/bohemia/zlin.txt @@ -0,0 +1,9 @@ +zlin = { + name = "Zlin" #"Zlín" + map_template = earth + geocoordinate = { 17.65002315130 49.23041749990 } #from Natural Earth + base_unit_type = unit_minor_building_site + regions = { + bohemia + } +} diff --git a/modules/battle_for_wesnoth/modules/an_orcish_incursion/data/campaigns/an_orcish_incursion.txt b/modules/battle_for_wesnoth/modules/an_orcish_incursion/data/campaigns/an_orcish_incursion.txt index a3c5a83b4e..c8f659e038 100644 --- a/modules/battle_for_wesnoth/modules/an_orcish_incursion/data/campaigns/an_orcish_incursion.txt +++ b/modules/battle_for_wesnoth/modules/an_orcish_incursion/data/campaigns/an_orcish_incursion.txt @@ -5,7 +5,7 @@ an_orcish_incursion = { faction = wesmere start_date = 8 start_date_calendar = years_wesnoth - map_templates = { universe } + map_templates = { alfheim } required_map_templates = { northern_marches_of_wesmere valley_of_trolls diff --git a/scripts/settlements_moravia.lua b/scripts/settlements_moravia.lua index 8bb42f61ae..36f6fc9c5c 100644 --- a/scripts/settlements_moravia.lua +++ b/scripts/settlements_moravia.lua @@ -25,27 +25,6 @@ -- Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -- -DefineSite("brunn", { - Name = "Brno", - MapTemplate = "old_earth", - Position = {4206, 936}, - BaseUnitType = "unit_settlement_site", - CulturalNames = { - "slav", "Brno", - "teuton", "Brunn" -- "Brünn" - }, - HistoricalOwners = { - 1477, "hungary", -- Brünn was a Hungarian possession about 1477; Source: William R. Shepherd, "Historical Atlas", 1923, pp. 86-87. - 1490, "bohemia", -- Brünn was reunited with Bohemia in 1490; Source: William R. Shepherd, "Historical Atlas", 1923, pp. 86-87. - 1526, "austria", -- Brünn became an Austrian Habsburg possession in 1526; Source: William R. Shepherd, "Historical Atlas", 1926, pp. 118-119. - 1815, "austria" -- Brünn was a part of the Austrian province of Moravia in 1815; Source: William R. Shepherd, "Historical Atlas", 1911, pp. 158-159. - }, - HistoricalBuildings = { - 1815, 0, "town_hall" - }, - Regions = {"cisleithania", "czechoslovakia"} -}) - DefineSite("doubravnik", { Name = "Doubravnik", MapTemplate = "old_earth",