~ubuntu-branches/debian/sid/freeciv/sid

« back to all changes in this revision

Viewing changes to data/nation/nubian.ruleset

  • Committer: Package Import Robot
  • Author(s): Clint Adams, Karl Goetz, Clint Adams
  • Date: 2011-08-28 22:40:00 UTC
  • mfrom: (1.2.19 upstream)
  • Revision ID: package-import@ubuntu.com-20110828224000-j2r1erewlem25dox
Tags: 2.3.0-1
[ Karl Goetz ]
* New upstream version.
* Fix themes_sdl_use_system_fonts.diff to apply cleanly on 2.3.0
* Massage work_around_unity_induced_breakage.diff to get it
  applying to the new codebase (The patch assumes commits made
  after 2.3.0 was tagged upstream).

[ Clint Adams ]
* Fudge build system to think there is no libtool mismatch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
 into smaller Christian kingdoms which persisted into medieval times\
18
18
 before being conquered by Muslim Arabs.")
19
19
 
20
 
leader=
21
 
 "Alara",
22
 
 "Kashta",
23
 
 "Piye",
24
 
 "Aspelta",
25
 
 "Taharqa",
26
 
 "Amanishakheto"
27
 
leader_sex="Male", "Male", "Male", "Male", "Male", "Female"
 
20
leaders = {
 
21
 "name",                "sex"
 
22
 "Alara",               "Male"
 
23
 "Kashta",              "Male"
 
24
 "Piye",                "Male"
 
25
 "Aspelta",             "Male"
 
26
 "Taharqa",             "Male"
 
27
 "Amanishakheto",       "Female"
 
28
}
 
29
 
 
30
ruler_titles = {
 
31
 "government",      "male_title",          "female_title"
 
32
 "Despotism",       _("Pharaoh %s"),       _("?female:Pharaoh %s")
 
33
 "Monarchy",        _("Great Pharaoh %s"), _("?female:Great Pharaoh %s")
 
34
}
 
35
 
28
36
flag="nubia"
29
37
flag_alt = "-"
30
38
city_style = "Babylonian"
31
39
 
32
 
ruler_titles = { "government",      "male_title",      "female_title"
33
 
                 "Despotism",       _("Pharaoh"),      _("?female:Pharaoh")
34
 
                 "Monarchy", _("Great Pharaoh"), _("?female:Great Pharaoh")
35
 
               }
36
 
 
37
40
init_techs=""
38
41
init_buildings=""
39
42
init_government="Despotism"