/usr/share/games/freeciv/nation/hittite.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  | [nation_hittite]
name=_("Hittite")
plural=_("?plural:Hittites")
groups="Ancient", "Asian", "Core"
; /* TRANS: Legend for nation in "core" set */
legend=_("The Hittite kingdom lasted from about 1680 BCE to about 1180 BCE.\
 They were the first civilization to discover iron working. At its height,\
 they controlled central Anatolia, north-western Syria and Mesopotamia down\
 to Babylon.")
leaders = {
 "name",                "sex"
 "Suppiluliumas",       "Male"
 "Kanis",               "Female"
 "Labarnas",            "Male"
 "Anittas",             "Male"
 "Hattusilis",          "Male"
 "Mursilis",            "Male"
 "Telipinus",           "Male"
 "Muwatallis",          "Male"
}
ruler_titles = {
 "government",     "male_title",        "female_title"
 "Anarchy",        _("Usurper %s"),     _("?female:Usurper %s")
}
; Flag modeled after Neo-Hittite Two-Headed Sphinx. Gold and purple are
; royal colors in many historical near-eastern empires.
; http://www.arthistory.upenn.edu/spr03/422/April10/303.JPG
flag="hittite"
flag_alt = "syria"
city_style = "Babylonian"
init_techs=""
init_buildings=""
init_units=""
civilwar_nations = "babylonian", "sumerian", "assyrian", "mitanni", "luwian"
cities =
 "Nesa",
 "Kussara",
 "Hattusas",
 "Zalpuwa",
 "Puruskhanda",
 "Salatiwari",
 "Nerik",
 "Tiliura",
 "Hupisna",
 "Tuwanuwa",
 "Nenassa",
 "Landa",
 "Zallara",
 "Lusna",
; Kizzuwatna cities (they were Hittite neighbours and alllies):
 "Mersin",
 "Adana",
 "Ursa",
; More cities founded or ruled by the Hittites
 "Carchemish",
 "Arpad",
 "Milid",
 "Emar",
 "Alalakh"
 |