-
Notifications
You must be signed in to change notification settings - Fork 48
/
pathways.lua
57 lines (52 loc) · 4.01 KB
/
pathways.lua
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
-- _________ __ __
-- / _____// |_____________ _/ |______ ____ __ __ ______
-- \_____ \\ __\_ __ \__ \\ __\__ \ / ___\| | \/ ___/
-- / \| | | | \// __ \| | / __ \_/ /_/ > | /\___ \
-- /_______ /|__| |__| (____ /__| (____ /\___ /|____//____ >
-- \/ \/ \//_____/ \/
-- ______________________ ______________________
-- T H E W A R B E G I N S
-- Stratagus - A free fantasy real time strategy game engine
--
-- (c) Copyright 2017-2022 by Andrettin
--
-- This program is free software; you can redistribute it and/or modify
-- it under the terms of the GNU General Public License as published by
-- the Free Software Foundation; either version 2 of the License, or
-- (at your option) any later version.
--
-- This program is distributed in the hope that it will be useful,
-- but WITHOUT ANY WARRANTY; without even the implied warranty of
-- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-- GNU General Public License for more details.
--
-- You should have received a copy of the GNU General Public License
-- along with this program; if not, write to the Free Software
-- Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
--
SetMapTemplatePathway("old_earth", "railroad", "linz", "budweis", 1832) -- Linz-Budweiser Pferdeeisenbahn commissioned in 1832; Source: Hans Peter Hye, "Die Wende zur Industrie- und Wissensgesselschaft", 2010, p. 23.
SetMapTemplatePathway("old_earth", "railroad", "vienna", "brunn", {1839, 7, 7}) -- first trains from Vienna arrived in Brno on 1839.7.7; Source: Chad Bryant, "Into an Uncertain Future: Railroads and Vormärz Liberalism in Brno, Vienna, and Prague", 2009, p. 183.
SetMapTemplatePathway("old_earth", "railroad", "olmutz", "prague", 1845) -- Olomouc-Prague State Railroad Company opened for business in 1845; Source: Chad Bryant, "Into an Uncertain Future: Railroads and Vormärz Liberalism in Brno, Vienna, and Prague", 2009, p. 187.
SetMapTemplatePathway("old_earth", "railroad", "vienna", "trieste", 1857) -- Vienna-Trieste railroad built in 1857; Source: Ivan Erceg, "Außenhandel der Nordadriatischen Seestädte als Faktor im Entstehen der kapitalistischen Beziehungen in Österreich im 18. und 19. Jahrhundert", 1968, p. 465.
-- Roman roads in Britain about 410 AD; Source: William R. Shepherd, "Historical Atlas", 1911, p. 51.
SetMapTemplatePathway("old_earth", "road", "exeter", "bath", 410)
SetMapTemplatePathway("old_earth", "road", "bath", "cirencester", 410)
SetMapTemplatePathway("old_earth", "road", "cirencester", "gloucester", 410)
SetMapTemplatePathway("old_earth", "road", "cirencester", "speen", 410)
SetMapTemplatePathway("old_earth", "road", "speen", "silchester", 410)
SetMapTemplatePathway("old_earth", "road", "dorchester", "vindogladia", 410)
SetMapTemplatePathway("old_earth", "road", "vindogladia", "old-sarum", 410)
SetMapTemplatePathway("old_earth", "road", "old-sarum", "silchester", 410)
SetMapTemplatePathway("old_earth", "road", "silchester", "bitterne", 410)
SetMapTemplatePathway("old_earth", "road", "bitterne", "chichester", 410)
SetMapTemplatePathway("old_earth", "road", "silchester", "london", 410)
SetMapTemplatePathway("old_earth", "road", "london", "rochester", 410)
SetMapTemplatePathway("old_earth", "road", "rochester", "canterbury", 410)
SetMapTemplatePathway("old_earth", "road", "canterbury", "richborough", 410)
SetMapTemplatePathway("old_earth", "road", "canterbury", "dover", 410)
SetMapTemplatePathway("old_earth", "road", "london", "colchester", 410)
SetMapTemplatePathway("old_earth", "road", "colchester", "cambridge", 410)
SetMapTemplatePathway("old_earth", "road", "cambridge", "durolipons", 410)
SetMapTemplatePathway("old_earth", "road", "london", "durolipons", 410)
SetMapTemplatePathway("old_earth", "road", "london", "saint-albans", 410)
SetMapTemplatePathway("old_earth", "road", "leicester", "lincoln", 410)