Skip to content

Commit

Permalink
Added several minor building sites in Italy
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrettin committed Feb 6, 2022
1 parent 6b2a496 commit 55013a5
Show file tree
Hide file tree
Showing 8 changed files with 125 additions and 62 deletions.
31 changes: 31 additions & 0 deletions data/sites/earth/europe/italy/modena/modena.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
modena = {
name = "Modena"
map_template = earth
geocoordinate = { 10.91999466820 44.65002524730 } #from Natural Earth
base_unit_type = unit_minor_building_site
cultural_names = {
latin = "Mutina" #Source: William R. Shepherd, "Historical Atlas", 1911, p. 29.
}
regions = {
modena
}

history = {
-183 = {
owner = rome #Mutina founded as a colony in 183 BC; Source: William R. Shepherd, "Historical Atlas", 1911, p. 29.
building_classes += farm
}

-100 = {
owner = rome #Mutina was a Roman possession about 100 BC; Source: William R. Shepherd, "Historical Atlas", 1926, p. 29.
}

1477 = {
owner = modena #Modena was a Modenese possession about 1477; Source: William R. Shepherd, "Historical Atlas", 1923, pp. 86-87.
}

1494 = {
owner = modena
}
}
}
27 changes: 27 additions & 0 deletions data/sites/earth/europe/italy/naples/brindisi.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
brindisi = {
name = "Brindisi"
map_template = earth
geocoordinate = { 17.93000606150 40-64034751290 } #from Natural Earth
base_unit_type = unit_minor_building_site
cultural_names = {
latin = "Brundisium" #Source: "Ancient Warfare VII.6", 2013, p. 7.
}
regions = {
italy
}

history = {
161 = {
owner = rome #Brundisium was in existence and under Roman ownership in the 161-180 AD period; Source: "Ancient Warfare VII.6", 2013, p. 7.
building_classes += farm
}

1494 = {
owner = sicily #Brindisi was a possession of the Kingdom of the Two Sicilies about 1494; Source: William R. Shepherd, "Historical Atlas", 1911, pp. 90-91.
}

1560 = {
owner = spain #Brindisi was a Spanish possession about 1560; Source: William R. Shepherd, "Historical Atlas", 1926, pp. 118-119.
}
}
}
9 changes: 9 additions & 0 deletions data/sites/earth/europe/italy/sardinia/olbia.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
olbia = {
name = "Olbia"
map_template = earth
geocoordinate = { 9.51507185767 40.91428489730 } #from Natural Earth
base_unit_type = unit_minor_building_site
regions = {
sardinia
}
}
9 changes: 9 additions & 0 deletions data/sites/earth/europe/italy/sardinia/sassari.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
sassari = {
name = "Sassari"
map_template = earth
geocoordinate = { 8.57000890975 40.73000612290 } #from Natural Earth
base_unit_type = unit_minor_building_site
regions = {
sardinia
}
}
9 changes: 9 additions & 0 deletions data/sites/earth/europe/italy/sicily/marsala.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
marsala = {
name = "Marsala"
map_template = earth
geocoordinate = { 12.43866166040 37.80540427560 } #from Natural Earth
base_unit_type = unit_minor_building_site
regions = {
sicily
}
}
9 changes: 9 additions & 0 deletions data/sites/earth/europe/italy/sicily/ragusa.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
ragusa_sicily = {
name = "Ragusa"
map_template = earth
geocoordinate = { 14.72999466820 36.93003135080 } #from Natural Earth
base_unit_type = unit_minor_building_site
regions = {
sicily
}
}
31 changes: 31 additions & 0 deletions data/sites/earth/europe/italy/tuscany/florence.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
florence = {
name = "Florence"
map_template = earth
geocoordinate = { 11.25000036480 43.78000083320 } #from Natural Earth
base_unit_type = unit_minor_building_site
cultural_names = {
latin = "Florentia" #Source: "Ancient Warfare VII.6", 2013, p. 7.
}
regions = {
tuscany
}

history = {
-750 = {
owner = etruscan_tribe #Florence's area was Etruscan territory in the 750-625 BC period; Source: William R. Shepherd, "Historical Atlas", 1926, p. 5.
building_classes += farm
}

-264 = {
owner = rome #Florence's area was a part of Roman territory in 264 BC; Source: William R. Shepherd, "Historical Atlas", 1911, pp. 34-35.
}

1477 = {
owner = florence #Florence was a Florentine possession about 1477; Source: William R. Shepherd, "Historical Atlas", 1923, pp. 86-87.
}

1494 = {
owner = florence #Florence was a possession of the Republic of Florence about 1494; Source: William R. Shepherd, "Historical Atlas", 1911, pp. 90-91.
}
}
}
62 changes: 0 additions & 62 deletions scripts/settlements_italy.lua
Original file line number Diff line number Diff line change
Expand Up @@ -79,25 +79,6 @@ DefineSite("ariminum", {
Regions = {"italy"}
})

DefineSite("brindisi", {
Name = "Brindisi",
MapTemplate = "old_earth",
Position = {4245, 1123},
CulturalNames = {
"italian", "Brindisi",
"latin", "Brundisium" -- Source: "Ancient Warfare VII.6", 2013, p. 7.
},
HistoricalOwners = {
161, "rome", -- Brundisium was in existence and under Roman ownership in the 161-180 AD period; Source: "Ancient Warfare VII.6", 2013, p. 7.
1494, "sicily", -- Brindisi was a possession of the Kingdom of the Two Sicilies about 1494; Source: William R. Shepherd, "Historical Atlas", 1911, pp. 90-91.
1560, "spain" -- Brindisi was a Spanish possession about 1560; Source: William R. Shepherd, "Historical Atlas", 1926, pp. 118-119.
},
HistoricalBuildings = {
161, 0, "farm"
},
Regions = {"italy"}
})

DefineSite("cosa", {
Name = "Cosa",
MapTemplate = "old_earth",
Expand Down Expand Up @@ -154,28 +135,6 @@ DefineSite("firmum", {
Regions = {"italy"}
})

DefineSite("florence", {
Name = "Florence",
MapTemplate = "old_earth",
Position = {4095, 1054},
BaseUnitType = "unit_settlement_site",
CulturalNames = {
"italian", "Florence",
"latin", "Florentia" -- Source: "Ancient Warfare VII.6", 2013, p. 7.
},
HistoricalOwners = {
-750, "etruscan-tribe", -- Florence's area was Etruscan territory in the 750-625 BC period; Source: William R. Shepherd, "Historical Atlas", 1926, p. 5.
-264, "rome", -- Florence's area was a part of Roman territory in 264 BC; Source: William R. Shepherd, "Historical Atlas", 1911, pp. 34-35.
161, "rome", -- Florentia was in existence and under Roman ownership in the 161-180 AD period; Source: "Ancient Warfare VII.6", 2013, p. 7.
1477, "florence", -- Florence was a Florentine possession about 1477; Source: William R. Shepherd, "Historical Atlas", 1923, pp. 86-87.
1494, "florence" -- Florence was a possession of the Republic of Florence about 1494; Source: William R. Shepherd, "Historical Atlas", 1911, pp. 90-91.
},
HistoricalBuildings = {
-750, 0, "town_hall"
},
Regions = {"italy"}
})

DefineSite("hatria", {
Name = "Hatria",
MapTemplate = "old_earth",
Expand Down Expand Up @@ -211,27 +170,6 @@ DefineSite("luni-sul-mignone", {
Regions = {"italy"}
})

DefineSite("modena", {
Name = "Modena",
MapTemplate = "old_earth",
Position = {4089, 1032},
BaseUnitType = "unit_settlement_site",
CulturalNames = {
"italian", "Modena",
"latin", "Mutina" -- Source: William R. Shepherd, "Historical Atlas", 1911, p. 29.
},
HistoricalOwners = {
-183, "rome", -- Mutina founded as a colony in 183 BC; Source: William R. Shepherd, "Historical Atlas", 1911, p. 29.
-100, "rome", -- Mutina was a Roman possession about 100 BC; Source: William R. Shepherd, "Historical Atlas", 1926, p. 29.
1477, "modena", -- Modena was a Modenese possession about 1477; Source: William R. Shepherd, "Historical Atlas", 1923, pp. 86-87.
1494, "modena"
},
HistoricalBuildings = {
-218, 0, "town_hall"
},
Regions = {"modena"}
})

DefineSite("novum-castrum", {
Name = "Novum Castrum",
MapTemplate = "old_earth",
Expand Down

0 comments on commit 55013a5

Please sign in to comment.