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

« back to all changes in this revision

Viewing changes to data/nation/iberian.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:
 
1
[nation_iberian]
 
2
 
 
3
name=_("Iberian")
 
4
plural=_("?plural:Iberians")
 
5
groups="Ancient", "European"
 
6
legend=_("The Iberians were non-Indo-European inhabitants of the\
 
7
 ancient Iberian Peninsula. Very little is known about their history.\
 
8
 They were subjugated by Rome in the last centuries BC.")
 
9
 
 
10
leaders = {
 
11
 "name",        "sex"
 
12
 "Budar",       "Male"
 
13
 "Busadines",   "Male"
 
14
 "Himilce",     "Female"
 
15
 "Indibil",     "Male"
 
16
 "Korbis",      "Male"
 
17
 "Korribilo",   "Male"
 
18
 "Mandonio",    "Male"
 
19
}
 
20
 
 
21
flag="iberian"
 
22
flag_alt = "-"
 
23
city_style = "Babylonian"
 
24
 
 
25
init_techs=""
 
26
init_buildings=""
 
27
init_government="Despotism"
 
28
init_units=""
 
29
conflicts_with = "spanish", "portuguese", "castilian", "catalan", "aragonese"
 
30
civilwar_nations = "basque", "etruscan", "celtiberian" ;lustianian tartessian
 
31
 
 
32
cities =
 
33
 "Kastulo",
 
34
 "Gadir",
 
35
 "Ilipla",
 
36
 "Asido",
 
37
 "Orippo",
 
38
 "Asta",
 
39
 "Myrtilis",
 
40
 "Kaetobriga",
 
41
 "Balsa",
 
42
 "Balleia",
 
43
 "Emporion",
 
44
 "Karmo",
 
45
 "Kinniana",
 
46
 "Dekiana",
 
47
 "Ilipa",
 
48
 "Ilturir",
 
49
 "Astigis",
 
50
 "Konistorgis",
 
51
 "Korduba",
 
52
 "Ipolka",
 
53
 "Odisseia",
 
54
 "Aurgi",
 
55
 "Hispalis",
 
56
 "Abra",
 
57
 "Akra Leuke",
 
58
 "Bora",
 
59
 "Tuki",
 
60
 "Baesuri",
 
61
 "Baria",
 
62
 "Akinipo",
 
63
 "Pesula",
 
64
 "Ebusos",
 
65
 "Urso",
 
66
 "Rhoda",
 
67
 "Abdera",
 
68
 "Iptuki",
 
69
 "Ostippo",
 
70
 "Junkaria",
 
71
 "Onuba",
 
72
 "Karisa",
 
73
 "Salalia",
 
74
 "Ossonoba",
 
75
 "Indika",
 
76
 "Kallentum",
 
77
 "Sexs"
 
78