/usr/share/games/freeciv/nation/british.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 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77  | [nation_british]
name=_("British")
plural=_("?plural:British")
groups="Early Modern", "Modern", "European"
legend=_("The United Kingdom was created in 1707 as a negotiated agreement\
 between the kingdom of England and the kingdom of Scotland. The country -\
 also known as Great Britain - became the leading industrial and maritime\
 power in the 19th century.")
leaders = {
 "name",                "sex"
 "Benjamin Disraeli",   "Male"
 "William Gladstone",   "Male"
 "George VI",           "Male"
 "Victoria",            "Female"
 "Winston Churchill",   "Male"
 "Margaret Thatcher",   "Female"
}
ruler_titles = {
 "government",      "male_title",           "female_title"
 "Anarchy",         _("Pretender %s"),      _("?female:Pretender %s")
 "Despotism",       _("Lord %s"),           _("Lady %s")
 "Fundamentalism",  _("Bishop %s"),         _("?female:Bishop %s")
 "Republic",        _("Lord Protector %s"), _("Lady Protector %s")
}
flag="united_kingdom"
flag_alt = "-"
city_style = "European"
init_techs=""
init_buildings=""
init_units=""
; We do not want British nation in the same game with English or any of the
; other nations within modern Great Britain.
conflicts_with="english", "scottish", "welsh", "cornish", "northumbrian"
civilwar_nations=
; Sub-national nations
 "english", "scottish", "welsh", "cornish",
; Northern Ireland
 "irish",
; English-speaking ex-colonies
 "american", "australian", "canadian", "New Zealand"
; Cities listed roughly in order from south to north
cities =
 "London", 
 "Bristol",
 "Southampton",
 "Portsmouth",
 "Cardiff",
 "Plymouth",
 "Falmouth",
 "Dover",
 "Felixstowe",
 "Birmingham",
 "Coventry",
 "Liverpool",
 "Manchester",
 "Sheffield",
 "Kingston upon Hull",
 "Leeds",
 "Middlesbrough",
 "Belfast",
 "Londonderry",
 "Newcastle upon Tyne",
 "Glasgow",
 "Edinburgh",
 "Grangemouth",
 "Dundee",
 "Aberdeen",
 "Peterhead",
 "Scapa",
 "Lerwick"
 |