/usr/share/games/freeciv/nation/pirate.ruleset is in freeciv-data 2.4.3-3.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
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 | [nation_pirate]
name=_("Pirate")
plural=_("?plural:Pirates")
groups="Core"
; /* TRANS: Legend for nation in "core" set */
legend=_("As long as honest men have sailed the seas, pirates have been a\
scourge of them and of all coastal dwelling peoples.")
leaders = {
"name", "sex"
"Anne Bonny", "Female"
"Calico Jack", "Male"
"CofresÃ", "Male"
"Blackbeard", "Male"
"Henry Morgan", "Male"
"François l'Ollonais", "Male"
"Bartolomeo Portugues", "Male"
}
flag="pirate"
flag_alt = "-"
city_style = "European"
init_techs=""
init_buildings=""
init_units=""
; Various pirate havens
cities =
"New Providence",
"Port Royal",
"Tortuga"
is_playable = 0
barbarian_type = "Sea"
; nothing more needed for barbarians
|