1[nation_pirate]
2
3translation_domain="freeciv"
4
5name=_("Pirate")
6plural=_("?plural:Pirates")
7groups="Core", "Barbarian"
8legend=_("As long as honest men have sailed the seas, pirates have been a\
9 scourge of them and of all coastal dwelling peoples.")
10
11leaders = {
12 "name",                        "sex"
13 "Anne Bonny",                  "Female"
14 "Calico Jack",                 "Male"
15 "Cofresí",                     "Male"
16 "Blackbeard",                  "Male"
17 "Henry Morgan",                "Male"
18 "François l'Ollonais",         "Male"
19 "Bartolomeo Portugues",        "Male"
20 "Ching Shih",                  "Female"
21}
22
23flag="pirate"
24flag_alt = "-"
25style = "European"
26
27init_techs=""
28init_buildings=""
29init_units=""
30
31; Various pirate havens
32cities =
33 "New Providence",
34 "Port Royal",
35 "Tortuga"
36
37is_playable = FALSE
38barbarian_type = "Sea"
39
40; nothing more needed for barbarians
41