Skip to content

Commit

Permalink
Added minor building sites in Bohemia
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrettin committed Mar 4, 2022
1 parent 24caa8c commit 54d46e1
Show file tree
Hide file tree
Showing 9 changed files with 89 additions and 22 deletions.
31 changes: 31 additions & 0 deletions data/sites/earth/europe/bohemia/brunn.txt
Original file line number Diff line number Diff line change
@@ -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.
}
}
}
9 changes: 9 additions & 0 deletions data/sites/earth/europe/bohemia/hradec_kralove.txt
Original file line number Diff line number Diff line change
@@ -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
}
}
9 changes: 9 additions & 0 deletions data/sites/earth/europe/bohemia/liberec.txt
Original file line number Diff line number Diff line change
@@ -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
}
}
9 changes: 9 additions & 0 deletions data/sites/earth/europe/bohemia/ostrava.txt
Original file line number Diff line number Diff line change
@@ -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
}
}
9 changes: 9 additions & 0 deletions data/sites/earth/europe/bohemia/pardubice.txt
Original file line number Diff line number Diff line change
@@ -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
}
}
12 changes: 12 additions & 0 deletions data/sites/earth/europe/bohemia/pilsen.txt
Original file line number Diff line number Diff line change
@@ -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
}
}
9 changes: 9 additions & 0 deletions data/sites/earth/europe/bohemia/zlin.txt
Original file line number Diff line number Diff line change
@@ -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
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
21 changes: 0 additions & 21 deletions scripts/settlements_moravia.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 54d46e1

Please sign in to comment.