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

« back to all changes in this revision

Viewing changes to data/civ2/nations.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
 
 
2
; Modifying this file:
 
3
; You should not modify this file except to make bugfixes or
 
4
; for other "maintenance".  If you want to make custom changes
 
5
; you should create a new datadir subdirectory and copy this file
 
6
; into that directory, and then modify that copy.  Then use the
 
7
; command "rulesetdir <mysubdir>" in the server to have freeciv
 
8
; use your new customized file.
 
9
 
 
10
; See data/default/nations.ruleset for more information.
 
11
 
 
12
; Note: The list is based on Civ2-ToT.
 
13
 
 
14
[datafile]
 
15
description="Civ2-equivalent nations data for Freeciv"
 
16
options="+Freeciv-2.3-ruleset"
 
17
 
 
18
; Descriptions of nation groups
 
19
; name          = name of the group
 
20
; match         = How much the AI will try to select a nation in the same
 
21
;                 group
 
22
 
 
23
[ngroup_ancient]
 
24
name=_("?nationgroup:Ancient")
 
25
match=0
 
26
[ngroup_medieval]
 
27
name=_("?nationgroup:Medieval")
 
28
match=0
 
29
[ngroup_modern]
 
30
name=_("?nationgroup:Modern")
 
31
match=0
 
32
[ngroup_african]
 
33
name=_("?nationgroup:African")
 
34
match=0
 
35
[ngroup_american]
 
36
name=_("?nationgroup:American")
 
37
match=0
 
38
[ngroup_asian]
 
39
name=_("?nationgroup:Asian")
 
40
match=0
 
41
[ngroup_european]
 
42
name=_("?nationgroup:European")
 
43
match=0
 
44
 
 
45
*include "nation/roman.ruleset"
 
46
*include "nation/babylonian.ruleset"
 
47
*include "nation/german.ruleset"
 
48
*include "nation/egyptian.ruleset"
 
49
*include "nation/american.ruleset"
 
50
*include "nation/greek.ruleset"
 
51
*include "nation/indian.ruleset"
 
52
*include "nation/russian.ruleset"
 
53
*include "nation/zulu.ruleset"
 
54
*include "nation/french.ruleset"
 
55
*include "nation/aztec.ruleset"
 
56
*include "nation/chinese.ruleset"
 
57
*include "nation/english.ruleset"
 
58
*include "nation/mongol.ruleset"
 
59
*include "nation/gallic.ruleset"        ; Substitute for "Celtic"
 
60
*include "nation/japanese.ruleset"
 
61
*include "nation/viking.ruleset"
 
62
*include "nation/spanish.ruleset"
 
63
*include "nation/persian.ruleset"
 
64
*include "nation/carthaginian.ruleset"
 
65
*include "nation/sioux.ruleset"
 
66
*include "nation/arab.ruleset"
 
67
*include "nation/inca.ruleset"
 
68
*include "nation/barbarian.ruleset"
 
69
*include "nation/pirate.ruleset"