Complete.Org: Mailing Lists: Archives: freeciv-dev: September 2005:
[Freeciv-Dev] (PR#13715) wonder and government fields in nation rulesets
Home

[Freeciv-Dev] (PR#13715) wonder and government fields in nation rulesets

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
Subject: [Freeciv-Dev] (PR#13715) wonder and government fields in nation rulesets
From: "Jason Short" <jdorje@xxxxxxxxxxxxxxxxxxxxx>
Date: Fri, 2 Sep 2005 17:57:17 -0700
Reply-to: bugs@xxxxxxxxxxx

<URL: http://bugs.freeciv.org/Ticket/Display.html?id=13715 >

> [per - Sat Aug 20 09:05:26 2005]:
> 
> On Fri, 19 Aug 2005, Jason Short wrote:
> > The 'wonder' and 'government' fields in the nation rulesets seem to be
> > unused. What are these supposed to do?
> 
> They were used to prime AI tech wants. I rewrote this code so that this
> information (kludge) is no longer necessary.


for file in `find . -name "*.ruleset"`; do cat $file | grep -v "^wonder"
| grep -v "^government" > foo; mv foo $file; done

This patch removes them all.  I will commit immediately.

-jason

Index: american.ruleset
===================================================================
RCS file: /home/freeciv/CVS/freeciv/data/nation/american.ruleset,v
retrieving revision 1.16
diff -p -u -r1.16 american.ruleset
--- american.ruleset    7 May 2005 14:03:52 -0000       1.16
+++ american.ruleset    3 Sep 2005 00:56:58 -0000
@@ -61,8 +61,6 @@ init_techs=""
 init_buildings=""
 init_government="Despotism"
 init_units=""
-wonder="Statue of Liberty"
-government="Democracy"
 civilwar_nations = "filipino", "mexican", "canadian", "sioux", "quebecois"
 
 cities =
Index: arab.ruleset
===================================================================
RCS file: /home/freeciv/CVS/freeciv/data/nation/arab.ruleset,v
retrieving revision 1.11
diff -p -u -r1.11 arab.ruleset
--- arab.ruleset        7 May 2005 14:03:52 -0000       1.11
+++ arab.ruleset        3 Sep 2005 00:56:58 -0000
@@ -19,8 +19,6 @@ init_techs=""
 init_buildings=""
 init_government="Despotism"
 init_units=""
-wonder="Oracle"
-government="Monarchy"
 civilwar_nations = "turk", "persian"
 
 ; Arab Peninsula and Near East.  City names are mostly from the Ummayyad 
Index: argentine.ruleset
===================================================================
RCS file: /home/freeciv/CVS/freeciv/data/nation/argentine.ruleset,v
retrieving revision 1.15
diff -p -u -r1.15 argentine.ruleset
--- argentine.ruleset   7 May 2005 14:03:52 -0000       1.15
+++ argentine.ruleset   3 Sep 2005 00:56:58 -0000
@@ -19,8 +19,6 @@ init_buildings=""
 
 init_government="Despotism"
 init_units=""
-wonder="J.S. Bach's Cathedral"
-government="Democracy"
 civilwar_nations = "chilean"
 
 cities =
Index: assyrian.ruleset
===================================================================
RCS file: /home/freeciv/CVS/freeciv/data/nation/assyrian.ruleset,v
retrieving revision 1.4
diff -p -u -r1.4 assyrian.ruleset
--- assyrian.ruleset    7 May 2005 14:03:52 -0000       1.4
+++ assyrian.ruleset    3 Sep 2005 00:56:58 -0000
@@ -19,8 +19,6 @@ init_techs=""
 init_buildings=""
 init_government="Despotism"
 init_units=""
-wonder="Great Library"
-government="Democracy"
 
 
 cities =
Index: australian.ruleset
===================================================================
RCS file: /home/freeciv/CVS/freeciv/data/nation/australian.ruleset,v
retrieving revision 1.13
diff -p -u -r1.13 australian.ruleset
--- australian.ruleset  7 May 2005 14:03:52 -0000       1.13
+++ australian.ruleset  3 Sep 2005 00:56:58 -0000
@@ -20,8 +20,6 @@ init_buildings=""
 
 init_government="Despotism"
 init_units=""
-wonder="Hoover Dam"
-government="Democracy"
 
 cities =
   "Canberra", "Sydney", "Melbourne", "Brisbane", "Adelaide", "Perth",
Index: austrian.ruleset
===================================================================
RCS file: /home/freeciv/CVS/freeciv/data/nation/austrian.ruleset,v
retrieving revision 1.5
diff -p -u -r1.5 austrian.ruleset
--- austrian.ruleset    7 May 2005 14:03:52 -0000       1.5
+++ austrian.ruleset    3 Sep 2005 00:56:58 -0000
@@ -13,8 +13,6 @@ init_techs=""
 init_buildings=""
 init_government="Despotism"
 init_units=""
-wonder= "J.S. Bach's Cathedral"
-government = "Monarchy"
 
 cities =
   "Wien", "Graz", "Linz", "Salzburg", "Innsbruck", "Klagenfurt",
Index: aztec.ruleset
===================================================================
RCS file: /home/freeciv/CVS/freeciv/data/nation/aztec.ruleset,v
retrieving revision 1.13
diff -p -u -r1.13 aztec.ruleset
--- aztec.ruleset       7 May 2005 14:03:52 -0000       1.13
+++ aztec.ruleset       3 Sep 2005 00:56:58 -0000
@@ -18,8 +18,6 @@ init_buildings=""
 
 init_government="Despotism"
 init_units=""
-wonder="Hoover Dam"
-government="Communism"
 civilwar_nations = "inca"
 
 cities =
Index: babylonian.ruleset
===================================================================
RCS file: /home/freeciv/CVS/freeciv/data/nation/babylonian.ruleset,v
retrieving revision 1.12
diff -p -u -r1.12 babylonian.ruleset
--- babylonian.ruleset  7 May 2005 14:03:52 -0000       1.12
+++ babylonian.ruleset  3 Sep 2005 00:56:58 -0000
@@ -17,8 +17,6 @@ init_buildings=""
 
 init_government="Despotism"
 init_units=""
-wonder="Hanging Gardens"
-government="Monarchy"
 civilwar_nations = "israeli", "persian", "arab"
 
 cities =
Index: barbarian.ruleset
===================================================================
RCS file: /home/freeciv/CVS/freeciv/data/nation/barbarian.ruleset,v
retrieving revision 1.11
diff -p -u -r1.11 barbarian.ruleset
--- barbarian.ruleset   16 Jul 2005 03:54:13 -0000      1.11
+++ barbarian.ruleset   3 Sep 2005 00:56:58 -0000
@@ -13,8 +13,6 @@ init_buildings=""
 
 init_government="Despotism"
 init_units=""
-wonder = "Apollo Program"
-government = "Despotism"
 
 cities = "Nowhere"
 
Index: bavarian.ruleset
===================================================================
RCS file: /home/freeciv/CVS/freeciv/data/nation/bavarian.ruleset,v
retrieving revision 1.13
diff -p -u -r1.13 bavarian.ruleset
--- bavarian.ruleset    7 May 2005 14:03:52 -0000       1.13
+++ bavarian.ruleset    3 Sep 2005 00:56:58 -0000
@@ -16,8 +16,6 @@ init_techs=""
 init_buildings=""
 init_government="Despotism"
 init_units=""
-wonder= "Leonardo's Workshop"
-government = "Monarchy"
 civilwar_nations = "german"
 
 cities =
Index: belgian.ruleset
===================================================================
RCS file: /home/freeciv/CVS/freeciv/data/nation/belgian.ruleset,v
retrieving revision 1.7
diff -p -u -r1.7 belgian.ruleset
--- belgian.ruleset     7 May 2005 14:03:52 -0000       1.7
+++ belgian.ruleset     3 Sep 2005 00:56:58 -0000
@@ -17,8 +17,6 @@ init_techs=""
 init_buildings=""
 init_government="Despotism"
 init_units=""
-wonder= "Cure for Cancer"
-government = "Monarchy"
 
 cities =
   "Brussel", "Antwerpen", "Gent", "Charleroi", "Liège", "Brugge", "Namur",
Index: boer.ruleset
===================================================================
RCS file: /home/freeciv/CVS/freeciv/data/nation/boer.ruleset,v
retrieving revision 1.14
diff -p -u -r1.14 boer.ruleset
--- boer.ruleset        7 May 2005 14:03:52 -0000       1.14
+++ boer.ruleset        3 Sep 2005 00:56:58 -0000
@@ -19,8 +19,6 @@ init_techs=""
 init_buildings=""
 init_government="Despotism"
 init_units=""
-wonder= "Magellan's Expedition"
-government= "Communism"
 civilwar_nations = "dutch"
 
 cities =
Index: bosnia.ruleset
===================================================================
RCS file: /home/freeciv/CVS/freeciv/data/nation/bosnia.ruleset,v
retrieving revision 1.6
diff -p -u -r1.6 bosnia.ruleset
--- bosnia.ruleset      7 May 2005 14:03:52 -0000       1.6
+++ bosnia.ruleset      3 Sep 2005 00:56:58 -0000
@@ -26,8 +26,6 @@ init_buildings=""
 
 init_government="Despotism"
 init_units=""
-wonder="Sun Tzu's War Academy"
-government="Republic"
 ciwilwar_nations="croatian", "serbian"
 
 cities =
Index: brazilian.ruleset
===================================================================
RCS file: /home/freeciv/CVS/freeciv/data/nation/brazilian.ruleset,v
retrieving revision 1.16
diff -p -u -r1.16 brazilian.ruleset
--- brazilian.ruleset   7 May 2005 14:03:52 -0000       1.16
+++ brazilian.ruleset   3 Sep 2005 00:56:58 -0000
@@ -25,8 +25,6 @@ init_techs=""
 init_buildings=""
 init_government="Despotism"
 init_units=""
-wonder="Marco Polo's Embassy"
-government="Republic"
 civilwar_nations = "chilean"
 
 cities =
Index: byzantium.ruleset
===================================================================
RCS file: /home/freeciv/CVS/freeciv/data/nation/byzantium.ruleset,v
retrieving revision 1.5
diff -p -u -r1.5 byzantium.ruleset
--- byzantium.ruleset   7 May 2005 14:03:52 -0000       1.5
+++ byzantium.ruleset   3 Sep 2005 00:56:58 -0000
@@ -25,8 +25,6 @@ init_techs=""
 init_buildings=""
 init_government="Despotism"
 init_units=""
-wonder="Sun Tzu's War Academy"
-government="Monarchy"
 civilwar_nations = "greek", "italian", "turk", "arab"
 
 cities =
Index: canadian.ruleset
===================================================================
RCS file: /home/freeciv/CVS/freeciv/data/nation/canadian.ruleset,v
retrieving revision 1.12
diff -p -u -r1.12 canadian.ruleset
--- canadian.ruleset    7 May 2005 14:03:52 -0000       1.12
+++ canadian.ruleset    3 Sep 2005 00:56:58 -0000
@@ -16,8 +16,6 @@ init_techs=""
 init_buildings=""
 init_government="Despotism"
 init_units=""
-wonder="Cure For Cancer"
-government="Democracy"
 civilwar_nations = "american"
 
 ; Capitals of provinces and territories are listed first in this list
Index: carthaginian.ruleset
===================================================================
RCS file: /home/freeciv/CVS/freeciv/data/nation/carthaginian.ruleset,v
retrieving revision 1.11
diff -p -u -r1.11 carthaginian.ruleset
--- carthaginian.ruleset        7 May 2005 14:03:52 -0000       1.11
+++ carthaginian.ruleset        3 Sep 2005 00:56:58 -0000
@@ -17,8 +17,6 @@ init_buildings=""
 
 init_government="Despotism"
 init_units=""
-wonder="Lighthouse"
-government="Monarchy"
 civilwar_nations = "roman"
 
 ;Ancient cities from Africa and south Spain,
Index: catalan.ruleset
===================================================================
RCS file: /home/freeciv/CVS/freeciv/data/nation/catalan.ruleset,v
retrieving revision 1.15
diff -p -u -r1.15 catalan.ruleset
--- catalan.ruleset     7 May 2005 14:03:52 -0000       1.15
+++ catalan.ruleset     3 Sep 2005 00:56:58 -0000
@@ -25,8 +25,6 @@ init_buildings=""
 
 init_government="Despotism"
 init_units=""
-wonder="A.Smith's Trading Co."
-government="Republic"
 civilwar_nations = "spanish", "portuguese"
 
 ; This city list does not actually correspond to medieval Catalonia,
Index: chilean.ruleset
===================================================================
RCS file: /home/freeciv/CVS/freeciv/data/nation/chilean.ruleset,v
retrieving revision 1.17
diff -p -u -r1.17 chilean.ruleset
--- chilean.ruleset     7 May 2005 14:03:52 -0000       1.17
+++ chilean.ruleset     3 Sep 2005 00:56:58 -0000
@@ -26,8 +26,6 @@ init_buildings=""
 
 init_government="Despotism"
 init_units=""
-wonder="Hoover Dam"
-government="Democracy"
 civilwar_nations = "argentine"
 
 cities =
Index: chinese.ruleset
===================================================================
RCS file: /home/freeciv/CVS/freeciv/data/nation/chinese.ruleset,v
retrieving revision 1.13
diff -p -u -r1.13 chinese.ruleset
--- chinese.ruleset     7 May 2005 14:03:52 -0000       1.13
+++ chinese.ruleset     3 Sep 2005 00:56:58 -0000
@@ -27,8 +27,6 @@ init_buildings=""
 
 init_government="Despotism"
 init_units=""
-wonder="Great Wall"
-government="Communism"
 civilwar_nations = "vietnamese", "japanese", "korean"
 
 cities =
Index: columbian.ruleset
===================================================================
RCS file: /home/freeciv/CVS/freeciv/data/nation/columbian.ruleset,v
retrieving revision 1.4
diff -p -u -r1.4 columbian.ruleset
--- columbian.ruleset   7 May 2005 14:03:52 -0000       1.4
+++ columbian.ruleset   3 Sep 2005 00:56:58 -0000
@@ -13,8 +13,6 @@ init_techs=""
 init_buildings=""
 init_government="Despotism"
 init_units=""
-wonder= "Statue of Liberty"
-government = "Democracy"
 
 cities =
   "Bogotá", "Medellin", "Cali", "Barranquilla", "Cartagena", "Cúcuta",
Index: cornish.ruleset
===================================================================
RCS file: /home/freeciv/CVS/freeciv/data/nation/cornish.ruleset,v
retrieving revision 1.12
diff -p -u -r1.12 cornish.ruleset
--- cornish.ruleset     7 May 2005 14:03:52 -0000       1.12
+++ cornish.ruleset     3 Sep 2005 00:56:58 -0000
@@ -16,8 +16,6 @@ init_techs=""
 init_buildings=""
 init_government="Despotism"
 init_units=""
-wonder = "King Richard's Crusade"
-government = "Republic"
 civilwar_nations = "english", "irish"
 
 cities =
Index: croatian.ruleset
===================================================================
RCS file: /home/freeciv/CVS/freeciv/data/nation/croatian.ruleset,v
retrieving revision 1.11
diff -p -u -r1.11 croatian.ruleset
--- croatian.ruleset    7 May 2005 14:03:52 -0000       1.11
+++ croatian.ruleset    3 Sep 2005 00:56:58 -0000
@@ -30,8 +30,6 @@ init_buildings=""
 
 init_government="Despotism"
 init_units=""
-wonder="Hoover Dam"
-government="Republic"
 civilwar_nations = "slovenian"
 
 cities =
Index: czech.ruleset
===================================================================
RCS file: /home/freeciv/CVS/freeciv/data/nation/czech.ruleset,v
retrieving revision 1.12
diff -p -u -r1.12 czech.ruleset
--- czech.ruleset       7 May 2005 14:03:52 -0000       1.12
+++ czech.ruleset       3 Sep 2005 00:56:58 -0000
@@ -28,8 +28,6 @@ init_buildings=""
 
 init_government="Despotism"
 init_units=""
-wonder = "Shakespeare's Theatre"
-government = "Republic"
 civilwar_nations = "croatian"
 
 cities =
Index: danish.ruleset
===================================================================
RCS file: /home/freeciv/CVS/freeciv/data/nation/danish.ruleset,v
retrieving revision 1.19
diff -p -u -r1.19 danish.ruleset
--- danish.ruleset      7 May 2005 14:03:52 -0000       1.19
+++ danish.ruleset      3 Sep 2005 00:56:58 -0000
@@ -31,8 +31,6 @@ init_buildings=""
 
 init_government="Despotism"
 init_units=""
-wonder="Magellan's Expedition"
-government="Democracy"
 civilwar_nations = "english", "icelandic"
 
 cities =
Index: dunedain.ruleset
===================================================================
RCS file: /home/freeciv/CVS/freeciv/data/nation/dunedain.ruleset,v
retrieving revision 1.14
diff -p -u -r1.14 dunedain.ruleset
--- dunedain.ruleset    7 May 2005 14:03:52 -0000       1.14
+++ dunedain.ruleset    3 Sep 2005 00:56:58 -0000
@@ -24,8 +24,6 @@ init_techs=""
 init_buildings=""
 init_government="Despotism"
 init_units=""
-wonder="Magellan's Expedition"
-government="Monarchy"
 civilwar_nations = "mordor"
 
 cities =
Index: dutch.ruleset
===================================================================
RCS file: /home/freeciv/CVS/freeciv/data/nation/dutch.ruleset,v
retrieving revision 1.15
diff -p -u -r1.15 dutch.ruleset
--- dutch.ruleset       7 May 2005 14:03:52 -0000       1.15
+++ dutch.ruleset       3 Sep 2005 00:56:58 -0000
@@ -17,8 +17,6 @@ init_buildings=""
 
 init_government="Despotism"
 init_units=""
-wonder="Magellan's Expedition"
-government="Democracy"
 civilwar_nations = "boer"
 
 ;names from the Golden Age, from Holland circling outward
Index: egyptian.ruleset
===================================================================
RCS file: /home/freeciv/CVS/freeciv/data/nation/egyptian.ruleset,v
retrieving revision 1.11
diff -p -u -r1.11 egyptian.ruleset
--- egyptian.ruleset    7 May 2005 14:03:52 -0000       1.11
+++ egyptian.ruleset    3 Sep 2005 00:56:58 -0000
@@ -24,8 +24,6 @@ init_buildings=""
 
 init_government="Despotism"
 init_units=""
-wonder="Pyramids"
-government="Monarchy"
 civilwar_nations = "israeli"
 
 cities =
Index: elvish.ruleset
===================================================================
RCS file: /home/freeciv/CVS/freeciv/data/nation/elvish.ruleset,v
retrieving revision 1.5
diff -p -u -r1.5 elvish.ruleset
--- elvish.ruleset      7 May 2005 14:03:52 -0000       1.5
+++ elvish.ruleset      3 Sep 2005 00:56:59 -0000
@@ -27,8 +27,6 @@ init_government="Despotism"
 init_units=""
 
 ; Think of the Girdle of Melian, the Encircling Mountains around Rivendell, 
the rivers (Silverlode and Anduin) around Lothlorien, etc.
-wonder="Great Wall"
-government="Monarchy"
 
 ; /* <-- avoid gettext warnings
 ; Cities in order of seeing them on the map :-)
Index: english.ruleset
===================================================================
RCS file: /home/freeciv/CVS/freeciv/data/nation/english.ruleset,v
retrieving revision 1.14
diff -p -u -r1.14 english.ruleset
--- english.ruleset     7 May 2005 14:03:52 -0000       1.14
+++ english.ruleset     3 Sep 2005 00:56:59 -0000
@@ -24,8 +24,6 @@ init_buildings=""
 
 init_government="Despotism"
 init_units=""
-wonder="King Richard's Crusade"
-government="Democracy"
 civilwar_nations = "american", "australian", "canadian"
 
 cities =
Index: estonian.ruleset
===================================================================
RCS file: /home/freeciv/CVS/freeciv/data/nation/estonian.ruleset,v
retrieving revision 1.12
diff -p -u -r1.12 estonian.ruleset
--- estonian.ruleset    7 May 2005 14:03:52 -0000       1.12
+++ estonian.ruleset    3 Sep 2005 00:56:59 -0000
@@ -18,8 +18,6 @@ init_techs=""
 init_buildings=""
 init_government="Despotism"
 init_units=""
-wonder="United Nations"
-government = "Democracy"
 civilwar_nations = "danish", "dutch"
 
 cities =
Index: ethiopian.ruleset
===================================================================
RCS file: /home/freeciv/CVS/freeciv/data/nation/ethiopian.ruleset,v
retrieving revision 1.6
diff -p -u -r1.6 ethiopian.ruleset
--- ethiopian.ruleset   7 May 2005 14:03:52 -0000       1.6
+++ ethiopian.ruleset   3 Sep 2005 00:56:59 -0000
@@ -18,8 +18,6 @@ init_techs=""
 init_buildings=""
 init_government="Despotism"
 init_units=""
-wonder="Hanging Gardens"
-government="Monarchy"
 
 cities =
   "Addis Abeba", "Dire Dawa", "Gonder", "Nazret", "Harer", "Mek'ele",
Index: filipino.ruleset
===================================================================
RCS file: /home/freeciv/CVS/freeciv/data/nation/filipino.ruleset,v
retrieving revision 1.15
diff -p -u -r1.15 filipino.ruleset
--- filipino.ruleset    7 May 2005 14:03:52 -0000       1.15
+++ filipino.ruleset    3 Sep 2005 00:56:59 -0000
@@ -16,8 +16,6 @@ init_techs=""
 init_buildings=""
 init_government="Despotism"
 init_units=""
-wonder="Hoover Dam"
-government="Communism"
 civilwar_nations = "japanese"
 
 cities =
Index: finnish.ruleset
===================================================================
RCS file: /home/freeciv/CVS/freeciv/data/nation/finnish.ruleset,v
retrieving revision 1.13
diff -p -u -r1.13 finnish.ruleset
--- finnish.ruleset     7 May 2005 14:03:52 -0000       1.13
+++ finnish.ruleset     3 Sep 2005 00:56:59 -0000
@@ -24,8 +24,6 @@ init_buildings=""
 
 init_government="Despotism"
 init_units=""
-wonder="Women's Suffrage"
-government="Republic"
 civilwar_nations = "viking"
 
 ; /* <-- avoid gettext warnings
Index: french.ruleset
===================================================================
RCS file: /home/freeciv/CVS/freeciv/data/nation/french.ruleset,v
retrieving revision 1.15
diff -p -u -r1.15 french.ruleset
--- french.ruleset      7 May 2005 14:03:52 -0000       1.15
+++ french.ruleset      3 Sep 2005 00:56:59 -0000
@@ -19,8 +19,6 @@ init_buildings=""
 
 init_government="Despotism"
 init_units=""
-wonder="Magellan's Expedition"
-government="Republic"
 civilwar_nations = "canadian"
 
 cities =
Index: galician.ruleset
===================================================================
RCS file: /home/freeciv/CVS/freeciv/data/nation/galician.ruleset,v
retrieving revision 1.5
diff -p -u -r1.5 galician.ruleset
--- galician.ruleset    7 May 2005 14:03:52 -0000       1.5
+++ galician.ruleset    3 Sep 2005 00:56:59 -0000
@@ -22,8 +22,6 @@ init_techs=""
 init_buildings=""
 init_government="Despotism"
 init_units=""
-wonder="Magellan's Expedition"
-government="Republic"
 
 cities =
   "Santiago de Compostela", "A Coruña", "Vigo", "Lugo", "Pontevedra",
Index: german.ruleset
===================================================================
RCS file: /home/freeciv/CVS/freeciv/data/nation/german.ruleset,v
retrieving revision 1.21
diff -p -u -r1.21 german.ruleset
--- german.ruleset      7 May 2005 14:03:52 -0000       1.21
+++ german.ruleset      3 Sep 2005 00:56:59 -0000
@@ -31,8 +31,6 @@ init_buildings=""
 
 init_government="Despotism"
 init_units=""
-wonder     = "J.S. Bach's Cathedral"
-government = "Republic"
 civilwar_nations = "french", "italian"
 
 cities =
Index: greek.ruleset
===================================================================
RCS file: /home/freeciv/CVS/freeciv/data/nation/greek.ruleset,v
retrieving revision 1.14
diff -p -u -r1.14 greek.ruleset
--- greek.ruleset       7 May 2005 14:03:52 -0000       1.14
+++ greek.ruleset       3 Sep 2005 00:56:59 -0000
@@ -17,8 +17,6 @@ init_techs=""
 init_buildings=""
 init_government="Despotism"
 init_units=""
-wonder="Lighthouse"
-government="Republic"
 civilwar_nations = "egyptian", "persian"
 
 cities =
Index: hobbits.ruleset
===================================================================
RCS file: /home/freeciv/CVS/freeciv/data/nation/hobbits.ruleset,v
retrieving revision 1.6
diff -p -u -r1.6 hobbits.ruleset
--- hobbits.ruleset     7 May 2005 14:03:52 -0000       1.6
+++ hobbits.ruleset     3 Sep 2005 00:56:59 -0000
@@ -23,8 +23,6 @@ init_buildings=""
 init_government="Despotism"
 init_units=""
 ; Hanging Gardens: as Samwise used his gift from Galadriel, all plants grew 
fast, and the first year was called 'the year of Plenty'
-wonder="Hanging Gardens"
-government="Monarchy"
 
 ;'Important' villages in the Shire and Buckland, and at the end the White 
Hills (a gift from King Elessar). (starting with Michel Delving, as the capital 
of the Shire, followed by Hobbiton)
 ; I've used Karen Wynn Fontstadt's 'Atlas of Middle-earth' to look up the names
Index: hungarian.ruleset
===================================================================
RCS file: /home/freeciv/CVS/freeciv/data/nation/hungarian.ruleset,v
retrieving revision 1.13
diff -p -u -r1.13 hungarian.ruleset
--- hungarian.ruleset   7 May 2005 14:03:52 -0000       1.13
+++ hungarian.ruleset   3 Sep 2005 00:56:59 -0000
@@ -15,8 +15,6 @@ init_buildings=""
 
 init_government="Despotism"
 init_units=""
-wonder="J.S. Bach's Cathedral"
-government="Republic"
 civilwar_nations = "lithuanian", "croatian", "slovenian"
 
 cities =
Index: icelandic.ruleset
===================================================================
RCS file: /home/freeciv/CVS/freeciv/data/nation/icelandic.ruleset,v
retrieving revision 1.5
diff -p -u -r1.5 icelandic.ruleset
--- icelandic.ruleset   7 May 2005 14:03:52 -0000       1.5
+++ icelandic.ruleset   3 Sep 2005 00:56:59 -0000
@@ -21,8 +21,6 @@ init_techs=""
 init_buildings=""
 init_government="Despotism"
 init_units=""
-wonder="Magellan's Expedition"
-government="Republic"
 civilwar_nations = "danish", "english", "canadian"
 
 cities =
Index: inca.ruleset
===================================================================
RCS file: /home/freeciv/CVS/freeciv/data/nation/inca.ruleset,v
retrieving revision 1.13
diff -p -u -r1.13 inca.ruleset
--- inca.ruleset        7 May 2005 14:03:52 -0000       1.13
+++ inca.ruleset        3 Sep 2005 00:56:59 -0000
@@ -23,8 +23,6 @@ init_buildings=""
 
 init_government="Despotism"
 init_units=""
-wonder="Great Wall"
-government="Monarchy"
 civilwar_nations = "aztec"
 
 cities =
Index: indian.ruleset
===================================================================
RCS file: /home/freeciv/CVS/freeciv/data/nation/indian.ruleset,v
retrieving revision 1.12
diff -p -u -r1.12 indian.ruleset
--- indian.ruleset      7 May 2005 14:03:52 -0000       1.12
+++ indian.ruleset      3 Sep 2005 00:56:59 -0000
@@ -17,8 +17,6 @@ init_techs=""
 init_buildings=""
 init_government="Despotism"
 init_units=""
-wonder="Oracle"
-government="Republic"
 civilwar_nations = "arab"
 
 cities =
Index: indonesian.ruleset
===================================================================
RCS file: /home/freeciv/CVS/freeciv/data/nation/indonesian.ruleset,v
retrieving revision 1.4
diff -p -u -r1.4 indonesian.ruleset
--- indonesian.ruleset  7 May 2005 14:03:52 -0000       1.4
+++ indonesian.ruleset  3 Sep 2005 00:56:59 -0000
@@ -13,8 +13,6 @@ init_techs=""
 init_buildings=""
 init_government="Despotism"
 init_units=""
-wonder= "Magellan's Expedition"
-government = "Despotism"
 
 cities =
   "Jakarta", "Surabaya", "Bandung", "Medan", "Semarang", "Palembang",
Index: inuit.ruleset
===================================================================
RCS file: /home/freeciv/CVS/freeciv/data/nation/inuit.ruleset,v
retrieving revision 1.1
diff -p -u -r1.1 inuit.ruleset
--- inuit.ruleset       20 Aug 2005 07:06:18 -0000      1.1
+++ inuit.ruleset       3 Sep 2005 00:56:59 -0000
@@ -30,8 +30,6 @@ init_techs=""
 init_buildings=""
 init_government="Despotism"
 init_units=""
-wonder="Lighthouse"
-government="Democracy"
 civilwar_nations = "canadian", "quebecois"
 
 ; City names are taken from Greenland (a self-governing territory of the
Index: irish.ruleset
===================================================================
RCS file: /home/freeciv/CVS/freeciv/data/nation/irish.ruleset,v
retrieving revision 1.15
diff -p -u -r1.15 irish.ruleset
--- irish.ruleset       7 May 2005 14:03:52 -0000       1.15
+++ irish.ruleset       3 Sep 2005 00:56:59 -0000
@@ -44,8 +44,6 @@ init_techs=""
 init_buildings=""
 init_government="Despotism"
 init_units=""
-wonder = "Marco Polo's Embassy"
-government = "Democracy"
 civilwar_nations = "cornish", "english", "scottish", "welsh"
 
 cities =
Index: iroquois.ruleset
===================================================================
RCS file: /home/freeciv/CVS/freeciv/data/nation/iroquois.ruleset,v
retrieving revision 1.1
diff -p -u -r1.1 iroquois.ruleset
--- iroquois.ruleset    18 Aug 2005 16:02:04 -0000      1.1
+++ iroquois.ruleset    3 Sep 2005 00:56:59 -0000
@@ -30,8 +30,6 @@ init_techs=""
 init_buildings=""
 init_government="Despotism"
 init_units=""
-wonder="United Nations"
-government="Republic"
 civilwar_nations = "american", "quebecois"
 
 ; This city list is a modified version of the list found here:
Index: israeli.ruleset
===================================================================
RCS file: /home/freeciv/CVS/freeciv/data/nation/israeli.ruleset,v
retrieving revision 1.12
diff -p -u -r1.12 israeli.ruleset
--- israeli.ruleset     7 May 2005 14:03:52 -0000       1.12
+++ israeli.ruleset     3 Sep 2005 00:56:59 -0000
@@ -21,8 +21,6 @@ init_buildings=""
 
 init_government="Despotism"
 init_units=""
-wonder="J.S. Bach's Cathedral"
-government="Democracy"
 civilwar_nations = "arab"
 
 cities =
Index: italian.ruleset
===================================================================
RCS file: /home/freeciv/CVS/freeciv/data/nation/italian.ruleset,v
retrieving revision 1.13
diff -p -u -r1.13 italian.ruleset
--- italian.ruleset     7 May 2005 14:03:52 -0000       1.13
+++ italian.ruleset     3 Sep 2005 00:56:59 -0000
@@ -19,8 +19,6 @@ init_techs=""
 init_buildings=""
 init_government="Despotism"
 init_units=""
-wonder = "Leonardo's Workshop"
-government = "Republic"
 civilwar_nations = "kenyan"
 
 cities =
Index: japanese.ruleset
===================================================================
RCS file: /home/freeciv/CVS/freeciv/data/nation/japanese.ruleset,v
retrieving revision 1.15
diff -p -u -r1.15 japanese.ruleset
--- japanese.ruleset    13 Aug 2005 05:15:39 -0000      1.15
+++ japanese.ruleset    3 Sep 2005 00:56:59 -0000
@@ -43,8 +43,6 @@ init_techs=""
 init_buildings=""
 init_government="Despotism"
 init_units=""
-wonder="Oracle"
-government="Republic"
 civilwar_nations = "korean", "filipino"
 
 cities =
Index: kampuchean.ruleset
===================================================================
RCS file: /home/freeciv/CVS/freeciv/data/nation/kampuchean.ruleset,v
retrieving revision 1.5
diff -p -u -r1.5 kampuchean.ruleset
--- kampuchean.ruleset  7 May 2005 14:03:52 -0000       1.5
+++ kampuchean.ruleset  3 Sep 2005 00:56:59 -0000
@@ -18,8 +18,6 @@ init_techs=""
 init_buildings=""
 init_government="Despotism"
 init_units=""
-wonder="Oracle"
-government="Communism"
 
 cities =
   "Phnom Penh", "Angkor Thom", "Battambang",
Index: kenyan.ruleset
===================================================================
RCS file: /home/freeciv/CVS/freeciv/data/nation/kenyan.ruleset,v
retrieving revision 1.12
diff -p -u -r1.12 kenyan.ruleset
--- kenyan.ruleset      7 May 2005 14:03:52 -0000       1.12
+++ kenyan.ruleset      3 Sep 2005 00:56:59 -0000
@@ -12,8 +12,6 @@ init_techs=""
 init_buildings=""
 init_government="Despotism"
 init_units=""
-wonder="Sun Tzu's War Academy"
-government="Republic"
 
 cities =
   "Nairobi", "Mombasa", "Malindi", "Kisumu", "Labu", "Kitale", "Nakuru",
Index: latvian.ruleset
===================================================================
RCS file: /home/freeciv/CVS/freeciv/data/nation/latvian.ruleset,v
retrieving revision 1.12
diff -p -u -r1.12 latvian.ruleset
--- latvian.ruleset     7 May 2005 14:03:52 -0000       1.12
+++ latvian.ruleset     3 Sep 2005 00:56:59 -0000
@@ -15,8 +15,6 @@ init_techs=""
 init_buildings=""
 init_government="Despotism"
 init_units=""
-wonder="Cure For Cancer"
-government = "Democracy"
 civilwar_nations = "polish", "swedish"
 
 cities =
Index: lithuanian.ruleset
===================================================================
RCS file: /home/freeciv/CVS/freeciv/data/nation/lithuanian.ruleset,v
retrieving revision 1.12
diff -p -u -r1.12 lithuanian.ruleset
--- lithuanian.ruleset  7 May 2005 14:03:52 -0000       1.12
+++ lithuanian.ruleset  3 Sep 2005 00:56:59 -0000
@@ -19,8 +19,6 @@ init_techs=""
 init_buildings=""
 init_government="Despotism"
 init_units=""
-wonder="Copernicus' Observatory"
-government = "Republic"
 civilwar_nations = "polish", "danish"
 
 cities =
Index: malaysian.ruleset
===================================================================
RCS file: /home/freeciv/CVS/freeciv/data/nation/malaysian.ruleset,v
retrieving revision 1.5
diff -p -u -r1.5 malaysian.ruleset
--- malaysian.ruleset   20 Aug 2005 01:14:48 -0000      1.5
+++ malaysian.ruleset   3 Sep 2005 00:56:59 -0000
@@ -32,8 +32,6 @@ init_techs = ""
 init_buildings = ""
 init_government = "Despotism"
 init_units = ""
-wonder = "Magellan's Expedition"
-government = "Republic"
 civilwar_nations = "singaporean", "indonesian"
 
 cities =
Index: martian.ruleset
===================================================================
RCS file: /home/freeciv/CVS/freeciv/data/nation/martian.ruleset,v
retrieving revision 1.4
diff -p -u -r1.4 martian.ruleset
--- martian.ruleset     7 May 2005 14:03:52 -0000       1.4
+++ martian.ruleset     3 Sep 2005 00:56:59 -0000
@@ -14,8 +14,6 @@ init_techs=""
 init_buildings=""
 init_government="Despotism"
 init_units=""
-wonder="Apollo Program"
-government="Communism"
 
 cities =
        "Olympus Mons", "Utopia Planitia", "Hellas Planitia",
Index: mexican.ruleset
===================================================================
RCS file: /home/freeciv/CVS/freeciv/data/nation/mexican.ruleset,v
retrieving revision 1.4
diff -p -u -r1.4 mexican.ruleset
--- mexican.ruleset     7 May 2005 14:03:53 -0000       1.4
+++ mexican.ruleset     3 Sep 2005 00:56:59 -0000
@@ -13,8 +13,6 @@ init_techs=""
 init_buildings=""
 init_government="Despotism"
 init_units=""
-wonder= "Statue of Liberty"
-government = "The Republic"
 
 cities =
   "Ciudad de México", "Guadalajara", "Monterrey",
Index: mongol.ruleset
===================================================================
RCS file: /home/freeciv/CVS/freeciv/data/nation/mongol.ruleset,v
retrieving revision 1.12
diff -p -u -r1.12 mongol.ruleset
--- mongol.ruleset      7 May 2005 14:03:53 -0000       1.12
+++ mongol.ruleset      3 Sep 2005 00:56:59 -0000
@@ -22,8 +22,6 @@ init_buildings=""
 
 init_government="Despotism"
 init_units=""
-wonder="Sun Tzu's War Academy"
-government="Monarchy"
 civilwar_nations = "chinese", "russian"
 
 cities =
Index: mordor.ruleset
===================================================================
RCS file: /home/freeciv/CVS/freeciv/data/nation/mordor.ruleset,v
retrieving revision 1.12
diff -p -u -r1.12 mordor.ruleset
--- mordor.ruleset      7 May 2005 14:03:53 -0000       1.12
+++ mordor.ruleset      3 Sep 2005 00:56:59 -0000
@@ -20,8 +20,6 @@ init_techs=""
 init_buildings=""
 init_government="Despotism"
 init_units=""
-wonder="Sun Tzu's War Academy"
-government="Monarchy"
 civilwar_nations = "dunedain"
 
 cities =
Index: newzealand.ruleset
===================================================================
RCS file: /home/freeciv/CVS/freeciv/data/nation/newzealand.ruleset,v
retrieving revision 1.3
diff -p -u -r1.3 newzealand.ruleset
--- newzealand.ruleset  7 May 2005 14:03:53 -0000       1.3
+++ newzealand.ruleset  3 Sep 2005 00:56:59 -0000
@@ -19,8 +19,6 @@ init_buildings=""
 
 init_government="Despotism"
 init_units=""
-wonder="Women's Suffrage"
-government="Republic"
 
 cities =
  "Wellington (hills, ocean)", "Auckland (hills, ocean)", "Christchurch 
(plains, ocean)", "Dunedin (ocean)",
Index: nigerian.ruleset
===================================================================
RCS file: /home/freeciv/CVS/freeciv/data/nation/nigerian.ruleset,v
retrieving revision 1.4
diff -p -u -r1.4 nigerian.ruleset
--- nigerian.ruleset    7 May 2005 14:03:53 -0000       1.4
+++ nigerian.ruleset    3 Sep 2005 00:56:59 -0000
@@ -13,8 +13,6 @@ init_techs=""
 init_buildings=""
 init_government="Despotism"
 init_units=""
-wonder= "Statue of Liberty"
-government = "Despotism"
 
 cities =
   "Abuja", "Lagos", "Ibadan", "Kano", "Oshogbo", "Ilorin", "Abeokuta",
Index: observer.ruleset
===================================================================
RCS file: /home/freeciv/CVS/freeciv/data/nation/observer.ruleset,v
retrieving revision 1.4
diff -p -u -r1.4 observer.ruleset
--- observer.ruleset    16 Jul 2005 03:54:13 -0000      1.4
+++ observer.ruleset    3 Sep 2005 00:56:59 -0000
@@ -13,8 +13,6 @@ init_buildings=""
 
 init_government="Despotism"
 init_units=""
-wonder = ""
-government = "Anarchy"
 
 cities = "Nowhere"
 
Index: persian.ruleset
===================================================================
RCS file: /home/freeciv/CVS/freeciv/data/nation/persian.ruleset,v
retrieving revision 1.11
diff -p -u -r1.11 persian.ruleset
--- persian.ruleset     7 May 2005 14:03:53 -0000       1.11
+++ persian.ruleset     3 Sep 2005 00:56:59 -0000
@@ -19,8 +19,6 @@ init_techs=""
 init_buildings=""
 init_government="Despotism"
 init_units=""
-wonder="Hanging Gardens"
-government="Monarchy"
 civilwar_nations = "babylonian", "arab"
 
 ;first are ancient cities in latin version
Index: phoenician.ruleset
===================================================================
RCS file: /home/freeciv/CVS/freeciv/data/nation/phoenician.ruleset,v
retrieving revision 1.4
diff -p -u -r1.4 phoenician.ruleset
--- phoenician.ruleset  7 May 2005 14:03:53 -0000       1.4
+++ phoenician.ruleset  3 Sep 2005 00:56:59 -0000
@@ -24,8 +24,6 @@ init_units=""
 
 init_techs=""
 init_buildings=""
-wonder="Magellan's Expedition"
-government="Monarchy"
 civilwar_nations="turk", "carthaginian", "israeli"
 
 cities =
Index: polish.ruleset
===================================================================
RCS file: /home/freeciv/CVS/freeciv/data/nation/polish.ruleset,v
retrieving revision 1.23
diff -p -u -r1.23 polish.ruleset
--- polish.ruleset      16 Aug 2005 06:58:02 -0000      1.23
+++ polish.ruleset      3 Sep 2005 00:56:59 -0000
@@ -33,8 +33,6 @@ init_techs=""
 init_buildings=""
 init_government="Despotism"
 init_units=""
-wonder="Copernicus' Observatory"
-government="Democracy"
 civilwar_nations = "lithuanian", "silesian", "ukrainian"
 
 cities =
Index: portuguese.ruleset
===================================================================
RCS file: /home/freeciv/CVS/freeciv/data/nation/portuguese.ruleset,v
retrieving revision 1.14
diff -p -u -r1.14 portuguese.ruleset
--- portuguese.ruleset  7 May 2005 14:03:53 -0000       1.14
+++ portuguese.ruleset  3 Sep 2005 00:56:59 -0000
@@ -22,8 +22,6 @@ init_techs=""
 init_buildings=""
 init_government="Despotism"
 init_units=""
-wonder="Magellan's Expedition"
-government="Republic"
 civilwar_nations = "brazilian"
 
 cities =
Index: quebecois.ruleset
===================================================================
RCS file: /home/freeciv/CVS/freeciv/data/nation/quebecois.ruleset,v
retrieving revision 1.4
diff -p -u -r1.4 quebecois.ruleset
--- quebecois.ruleset   7 May 2005 14:03:53 -0000       1.4
+++ quebecois.ruleset   3 Sep 2005 00:56:59 -0000
@@ -19,8 +19,6 @@ init_techs=""
 init_buildings=""
 init_government="Despotism"
 init_units=""
-wonder="Great Library"
-government="Democracy"
 
 cities =
   "Québec", "Montréal", "Trois-Rivières", "Sherbrooke", "Lévis", "Sorel", 
Index: roman.ruleset
===================================================================
RCS file: /home/freeciv/CVS/freeciv/data/nation/roman.ruleset,v
retrieving revision 1.16
diff -p -u -r1.16 roman.ruleset
--- roman.ruleset       7 May 2005 14:03:53 -0000       1.16
+++ roman.ruleset       3 Sep 2005 00:56:59 -0000
@@ -24,8 +24,6 @@ init_techs=""
 init_buildings=""
 init_government="Despotism"
 init_units=""
-wonder="Leonardo's Workshop"
-government="Republic"
 civilwar_nations = "italian", "spanish", "french"
 
 cities =
Index: russian.ruleset
===================================================================
RCS file: /home/freeciv/CVS/freeciv/data/nation/russian.ruleset,v
retrieving revision 1.11
diff -p -u -r1.11 russian.ruleset
--- russian.ruleset     7 May 2005 14:03:53 -0000       1.11
+++ russian.ruleset     3 Sep 2005 00:56:59 -0000
@@ -21,8 +21,6 @@ init_buildings=""
 
 init_government="Despotism"
 init_units=""
-wonder="Women's Suffrage"
-government="Communism"
 civilwar_nations = "ukrainian", "polish"
 
 cities =
Index: scottish.ruleset
===================================================================
RCS file: /home/freeciv/CVS/freeciv/data/nation/scottish.ruleset,v
retrieving revision 1.18
diff -p -u -r1.18 scottish.ruleset
--- scottish.ruleset    7 May 2005 14:03:53 -0000       1.18
+++ scottish.ruleset    3 Sep 2005 00:56:59 -0000
@@ -23,8 +23,6 @@ init_buildings=""
 
 init_government="Despotism"
 init_units=""
-wonder="Hoover Dam"
-government="Democracy"
 civilwar_nations = "welsh"
 
 cities =
Index: serbian.ruleset
===================================================================
RCS file: /home/freeciv/CVS/freeciv/data/nation/serbian.ruleset,v
retrieving revision 1.11
diff -p -u -r1.11 serbian.ruleset
--- serbian.ruleset     7 May 2005 14:03:53 -0000       1.11
+++ serbian.ruleset     3 Sep 2005 00:56:59 -0000
@@ -27,8 +27,6 @@ init_buildings=""
 
 init_government="Despotism"
 init_units=""
-wonder="Sun Tzu's War Academy"
-government="Monarchy"
 civilwar_nations = "slovenian"
 
 cities =
Index: silesian.ruleset
===================================================================
RCS file: /home/freeciv/CVS/freeciv/data/nation/silesian.ruleset,v
retrieving revision 1.17
diff -p -u -r1.17 silesian.ruleset
--- silesian.ruleset    7 May 2005 14:03:53 -0000       1.17
+++ silesian.ruleset    3 Sep 2005 00:56:59 -0000
@@ -26,8 +26,6 @@ init_buildings=""
 
 init_government="Despotism"
 init_units=""
-wonder="Great Wall" ; Yes, we had own great wall ("Wały Śląskie") 
-government="Democracy"
 civilwar_nations = "polish"
 
 ; if you want your favourite city to be in more prominent place, go ahead
Index: singaporean.ruleset
===================================================================
RCS file: /home/freeciv/CVS/freeciv/data/nation/singaporean.ruleset,v
retrieving revision 1.11
diff -p -u -r1.11 singaporean.ruleset
--- singaporean.ruleset 7 May 2005 14:03:53 -0000       1.11
+++ singaporean.ruleset 3 Sep 2005 00:56:59 -0000
@@ -37,8 +37,6 @@ init_techs=""
 init_buildings=""
 init_government="Despotism"
 init_units=""
-wonder="J.S. Bach's Cathedral"
-government="Republic"
 
 cities =
   "Singapore", "Esplanade", "Tumasik", "Raffles Place", "Keppel", "Chinatown",
Index: sioux.ruleset
===================================================================
RCS file: /home/freeciv/CVS/freeciv/data/nation/sioux.ruleset,v
retrieving revision 1.13
diff -p -u -r1.13 sioux.ruleset
--- sioux.ruleset       18 Aug 2005 16:06:55 -0000      1.13
+++ sioux.ruleset       3 Sep 2005 00:56:59 -0000
@@ -27,8 +27,6 @@ init_techs=""
 init_buildings=""
 init_government="Despotism"
 init_units=""
-wonder="Sun Tzu's War Academy"
-government="Republic"
 civilwar_nations = "american", "canadian"
 
 
Index: slovakian.ruleset
===================================================================
RCS file: /home/freeciv/CVS/freeciv/data/nation/slovakian.ruleset,v
retrieving revision 1.3
diff -p -u -r1.3 slovakian.ruleset
--- slovakian.ruleset   7 May 2005 14:03:53 -0000       1.3
+++ slovakian.ruleset   3 Sep 2005 00:56:59 -0000
@@ -27,8 +27,6 @@ init_buildings=""
 
 init_government="Despotism"
 init_units=""
-wonder= "Leonardo's Workshop"
-government="Democracy"
 civilwar_nations="hungarian"
 
 cities =
Index: slovenian.ruleset
===================================================================
RCS file: /home/freeciv/CVS/freeciv/data/nation/slovenian.ruleset,v
retrieving revision 1.11
diff -p -u -r1.11 slovenian.ruleset
--- slovenian.ruleset   7 May 2005 14:03:53 -0000       1.11
+++ slovenian.ruleset   3 Sep 2005 00:56:59 -0000
@@ -21,8 +21,6 @@ init_buildings=""
 
 init_government="Despotism"
 init_units=""
-wonder="Hoover Dam"
-government="Democracy"
 civilwar_nations = "serbian"
 
 cities =
Index: spanish.ruleset
===================================================================
RCS file: /home/freeciv/CVS/freeciv/data/nation/spanish.ruleset,v
retrieving revision 1.14
diff -p -u -r1.14 spanish.ruleset
--- spanish.ruleset     7 May 2005 14:03:53 -0000       1.14
+++ spanish.ruleset     3 Sep 2005 00:56:59 -0000
@@ -25,8 +25,6 @@ init_techs=""
 init_buildings=""
 init_government="Despotism"
 init_units=""
-wonder="Magellan's Expedition"
-government="Democracy"
 civilwar_nations = "chilean", "argentine"
 
 cities =
Index: sumerian.ruleset
===================================================================
RCS file: /home/freeciv/CVS/freeciv/data/nation/sumerian.ruleset,v
retrieving revision 1.4
diff -p -u -r1.4 sumerian.ruleset
--- sumerian.ruleset    7 May 2005 14:03:53 -0000       1.4
+++ sumerian.ruleset    3 Sep 2005 00:56:59 -0000
@@ -18,8 +18,6 @@ init_techs=""
 init_buildings=""
 init_government="Despotism"
 init_units=""
-wonder="A.Smith's Trading Co."
-government="Communism"
 
 cities =
   "Uruk", "Eridu", "Ur", "Lagash", "Nippur", "Umma",
Index: swedish.ruleset
===================================================================
RCS file: /home/freeciv/CVS/freeciv/data/nation/swedish.ruleset,v
retrieving revision 1.19
diff -p -u -r1.19 swedish.ruleset
--- swedish.ruleset     16 Aug 2005 06:10:53 -0000      1.19
+++ swedish.ruleset     3 Sep 2005 00:57:00 -0000
@@ -30,8 +30,6 @@ init_buildings=""
 
 init_government="Despotism"
 init_units=""
-wonder="Magellan's Expedition"
-government="Democracy"
 civilwar_nations = "viking", "danish"
 
 ; /* <-- avoid gettext warnings
Index: swiss.ruleset
===================================================================
RCS file: /home/freeciv/CVS/freeciv/data/nation/swiss.ruleset,v
retrieving revision 1.7
diff -p -u -r1.7 swiss.ruleset
--- swiss.ruleset       7 May 2005 14:03:53 -0000       1.7
+++ swiss.ruleset       3 Sep 2005 00:57:00 -0000
@@ -17,8 +17,6 @@ init_buildings=""
 
 init_government="Despotism"
 init_units=""
-wonder="United Nations"
-government="Democracy"
 
 cities =
   "Bern (river)", "Zürich", "Basel (river)", "Genève", "Lausanne",
Index: taiwanese.ruleset
===================================================================
RCS file: /home/freeciv/CVS/freeciv/data/nation/taiwanese.ruleset,v
retrieving revision 1.6
diff -p -u -r1.6 taiwanese.ruleset
--- taiwanese.ruleset   7 May 2005 14:03:53 -0000       1.6
+++ taiwanese.ruleset   3 Sep 2005 00:57:00 -0000
@@ -13,8 +13,6 @@ init_techs=""
 init_buildings=""
 init_government="Despotism"
 init_units=""
-wonder= "Marco Polo's Embassy"
-government = "Democracy"
 
 ; These names used to be spelled differently (Taipeh instead of Taipei).
 ; The new names are better but may not be canonical.
Index: thai.ruleset
===================================================================
RCS file: /home/freeciv/CVS/freeciv/data/nation/thai.ruleset,v
retrieving revision 1.13
diff -p -u -r1.13 thai.ruleset
--- thai.ruleset        7 May 2005 14:03:53 -0000       1.13
+++ thai.ruleset        3 Sep 2005 00:57:00 -0000
@@ -18,8 +18,6 @@ init_techs=""
 init_buildings=""
 init_government="Despotism"
 init_units=""
-wonder= "Marco Polo's Embassy"
-government = "Democracy"
 civilwar_nations = "vietnamese"
 
 cities =
Index: turk.ruleset
===================================================================
RCS file: /home/freeciv/CVS/freeciv/data/nation/turk.ruleset,v
retrieving revision 1.13
diff -p -u -r1.13 turk.ruleset
--- turk.ruleset        7 May 2005 14:03:53 -0000       1.13
+++ turk.ruleset        3 Sep 2005 00:57:00 -0000
@@ -24,8 +24,6 @@ init_buildings=""
 
 init_government="Despotism"
 init_units=""
-wonder="Sun Tzu's War Academy"
-government="Republic"
 civilwar_nations = "slovenian", "czech"
 
 cities =
Index: ukrainian.ruleset
===================================================================
RCS file: /home/freeciv/CVS/freeciv/data/nation/ukrainian.ruleset,v
retrieving revision 1.11
diff -p -u -r1.11 ukrainian.ruleset
--- ukrainian.ruleset   7 May 2005 14:03:53 -0000       1.11
+++ ukrainian.ruleset   3 Sep 2005 00:57:00 -0000
@@ -19,8 +19,6 @@ init_techs=""
 init_buildings=""
 init_government="Despotism"
 init_units=""
-wonder="Sun Tzu's War Academy"
-government="Communism"
 civilwar_nations = "polish"
 
 cities =
Index: venezuelan.ruleset
===================================================================
RCS file: /home/freeciv/CVS/freeciv/data/nation/venezuelan.ruleset,v
retrieving revision 1.4
diff -p -u -r1.4 venezuelan.ruleset
--- venezuelan.ruleset  7 May 2005 14:03:53 -0000       1.4
+++ venezuelan.ruleset  3 Sep 2005 00:57:00 -0000
@@ -24,8 +24,6 @@ init_techs=""
 init_buildings=""
 init_government="Despotism"
 init_units=""
-wonder="A.Smith's Trading Co."
-government=""
 cities =
   "Caracas", "Zulia (ocean)", "Falcón", "Lara", "Yaracuy", "Trujillo",
   "Barinas", "Apure", "Cojedes", "Táchira", "Mérida (hills)", "Vargas",
Index: vietnamese.ruleset
===================================================================
RCS file: /home/freeciv/CVS/freeciv/data/nation/vietnamese.ruleset,v
retrieving revision 1.10
diff -p -u -r1.10 vietnamese.ruleset
--- vietnamese.ruleset  7 May 2005 14:03:53 -0000       1.10
+++ vietnamese.ruleset  3 Sep 2005 00:57:00 -0000
@@ -16,8 +16,6 @@ init_techs=""
 init_buildings=""
 init_government="Despotism"
 init_units=""
-wonder= "Great Wall"
-government = "Communism"
 
 cities =
   "Hanoi", "Ho Chi Minh City", "Saigon", "Haifong", "Nam Dinh",
Index: viking.ruleset
===================================================================
RCS file: /home/freeciv/CVS/freeciv/data/nation/viking.ruleset,v
retrieving revision 1.18
diff -p -u -r1.18 viking.ruleset
--- viking.ruleset      7 May 2005 14:03:53 -0000       1.18
+++ viking.ruleset      3 Sep 2005 00:57:00 -0000
@@ -37,8 +37,6 @@ init_buildings=""
 
 init_government="Despotism"
 init_units=""
-wonder="Magellan's Expedition"
-government="Republic"
 civilwar_nations = "swedish", "finnish", "icelandic"
 
 ;Norwegian (and Icelandic) names.
Index: welsh.ruleset
===================================================================
RCS file: /home/freeciv/CVS/freeciv/data/nation/welsh.ruleset,v
retrieving revision 1.12
diff -p -u -r1.12 welsh.ruleset
--- welsh.ruleset       7 May 2005 14:03:53 -0000       1.12
+++ welsh.ruleset       3 Sep 2005 00:57:00 -0000
@@ -27,8 +27,6 @@ init_buildings=""
 
 init_government="Despotism"
 init_units=""
-wonder="Hoover Dam"
-government="Democracy"
 civilwar_nations = "scottish"
 
 cities =
Index: zulu.ruleset
===================================================================
RCS file: /home/freeciv/CVS/freeciv/data/nation/zulu.ruleset,v
retrieving revision 1.13
diff -p -u -r1.13 zulu.ruleset
--- zulu.ruleset        7 May 2005 14:03:53 -0000       1.13
+++ zulu.ruleset        3 Sep 2005 00:57:00 -0000
@@ -29,8 +29,6 @@ init_buildings=""
 
 init_government="Despotism"
 init_units=""
-wonder="Apollo Program"
-government="Communism"
 
 cities =
  "Zimbabwe", "Ulundi", "Bapedi", "Hlobane", "Isandhlwana",

[Prev in Thread] Current Thread [Next in Thread]
  • [Freeciv-Dev] (PR#13715) wonder and government fields in nation rulesets, Jason Short <=