/usr/share/games/freeciv/nation/indian.ruleset is in freeciv-data 2.5.3-1.
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 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104  | [nation_indian]
translation_domain="freeciv"
name=_("Indian")
plural=_("?plural:Indians")
groups="Modern", "Asian", "Core"
legend=_("The Republic of India was created in 1950 following a\
 non-violent independence movement led by Mahatma Gandhi. With more\
 than a billion inhabitants it is the world's second most populous\
 country as well as the world's largest democracy.")
leaders = {
 "name",                "sex"
 "Chandragupta",        "Male"
 "Ashoka",              "Male"
 "Shivaji",             "Male"
 "Subhas Chandra Bose", "Male"
 "Mohandas Gandhi",     "Male"
 "Jawaharlal Nehru",    "Male"
 "Indira Gandhi",       "Female"
}
ruler_titles = {
 "government",      "male_title",      "female_title"
 "Despotism",       _("Raja %s"),      _("Rani %s")
 "Fundamentalism",  _("Guru %s"),      _("?female:Guru %s")
 "Monarchy",        _("Maharaja %s"),  _("Maharani %s")
 "Republic",        _("Mahatma %s"),   _("?female:Mahatma %s")
}
flag="india"
flag_alt = "-"
city_style = "Asian"
init_techs=""
init_buildings=""
init_units=""
conflicts_with="Gupta", "Chola", "Mughal", "Marathi"
civilwar_nations="Bengali", "Sikh", "Kashmiri", "Assamese", "Marathi"
cities =
 "Delhi",
 "Mumbai",		; Bombay
 "Chennai",		; Madras
 "Bangalore",
 "Kolkata",		; Calcutta
 "Ahmedabad",		; Ahmadabad
 "Kanpur",
 "Hyderabad",
 "Lucknow",
 "Varanasi",		; Benares
 "Chandigarh",
 "Madurai",
 "Coimbatore",
 "Kozhikode",		; Calicut
 "Thiruvananthapuram",	; Trivandrum
 "Nagpur",
 "Amritsar",
 "Srinagar",
 "Agra",
 "Bhopal",
 "Patna",
 "Surat",
 "Jaipur",
 "Varanasi",
 "Allahabad",
 "Indore",
 "Mysore",
 "Raipur",
 "Gaya",
 "Kanpur",		; Cawnpore
 "Pune (hills)",	; Poona
 "Ranchi",
 "Bhubaneswar",
 "Thiruvananthapuram",
 "Tiruchirappalli",
 "Dehradun",
 "Aizawl",
 "Gandhinagar",
 "Imphal",
 "Thane",
 "Ludhiana",
 "Pimpri-Chinchwad",
 "Nashik",
 "Vadodara",
 "Faridabad",
 "Ghaziabad",
 "Rajkot",
 "Meerut",
 "Kalyan-Dombivali",
 "Navi Mumbai",
 "Aurangabad",
 "Solapur",
 "Jabalpur",
 "Visakhapatnam",
 "Howrah",
 "Jodhpur",
 "Guwahati",
 "Vijayawada",
 "Mira-Bhayandar",
 "Gwalior",
 "Hubballi-Dharwad"
 |