1--       _________ __                 __
2--      /   _____//  |_____________ _/  |______     ____  __ __  ______
3--      \_____  \\   __\_  __ \__  \\   __\__  \   / ___\|  |  \/  ___/
4--      /        \|  |  |  | \// __ \|  |  / __ \_/ /_/  >  |  /\___ \
5--     /_______  /|__|  |__|  (____  /__| (____  /\___  /|____//____  >
6--             \/                  \/          \//_____/            \/
7--  ______________________                           ______________________
8--                        T H E   W A R   B E G I N S
9--         Stratagus - A free fantasy real time strategy game engine
10--
11--      (c) Copyright 2016-2019 by Andrettin
12--
13--      This program is free software; you can redistribute it and/or modify
14--      it under the terms of the GNU General Public License as published by
15--      the Free Software Foundation; either version 2 of the License, or
16--      (at your option) any later version.
17--
18--      This program is distributed in the hope that it will be useful,
19--      but WITHOUT ANY WARRANTY; without even the implied warranty of
20--      MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
21--      GNU General Public License for more details.
22--
23--      You should have received a copy of the GNU General Public License
24--      along with this program; if not, write to the Free Software
25--      Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
26--
27
28DefineCharacter("strabo", { -- Source: H. H. Howorth, "The Ethnology of Germany, Part II: The Germans of Caesar", 1878, p. 222.
29	Name = "Strabo",
30	Gender = "male",
31	Type = "unit-teuton-priest",
32	Civilization = "greek",
33	StartDate = -60, -- born
34	DeathDate = 24, -- died
35	AuthoredWorks = {"upgrade-work-geography"}
36})
37
38DefineCharacter("galen-of-pergamon", { -- Source: "Ancient Warfare VII.6", 2013, p. 10.
39	Name = "Galen",
40	ExtraName = "of Pergamon",
41	Gender = "male",
42	Type = "unit-teuton-priest", -- personal physician of the Roman emperor Marcus Aurelius; he also wrote literary works
43	Civilization = "greek", -- his mother tongue was Greek
44	StartDate = 130, -- born
45	DeathDate = 210 -- died
46})
47
48DefineCharacter("zosimus", { -- Source: B. H. Slicher van Bath, "Dutch Tribal Problems", 1949, p. 320.
49	Name = "Zosimus",
50	Gender = "male",
51	Type = "unit-teuton-priest",
52	Civilization = "greek",
53	StartDate = 500, -- wrote "Historia nova" around 500 AD
54	AuthoredWorks = {"upgrade-work-historia-nova"}
55})
56
57DefineCharacter("theodore", { -- Source: Frank Stenton, "Anglo-Saxon England", 1971, pp. 131-132, 139.
58	Name = "Theodore",
59	Gender = "male",
60	Type = "unit-teuton-priest", -- monk, and later archbishop
61	Civilization = "greek", -- from Tarsus
62	Faction = "kent",
63	StartDate = 667, -- ordained subdeacon in 667
64	DeathDate = {690, 9, 19}, -- died on 690.9.19
65	Deities = {"christian-god"}
66	-- forsook the eastern tonsure for the Roman one in 668.3.26, and was then consecrated by the Pope as archbishop of Canterbury
67	-- on 668.5.27 he left Rome for Britain
68	-- arrived in Canterbury on 669.5.27
69})
70
71DefineCharacter("constantine-pogonatus", { -- Source: Frank Stenton, "Anglo-Saxon England", 1971, p. 137.
72	Name = "Constantine",
73	ExtraName = "Pogonatus",
74	Gender = "male",
75	Type = "unit-teuton-knight-lord", -- emperor
76	Civilization = "greek",
77	StartDate = 678 -- Emperor of the Eastern Roman Empire as of 678
78})
79
80