Complete.Org: Mailing Lists: Archives: freeciv-dev: August 2000:
[Freeciv-Dev] New nation: Switzerland
Home

[Freeciv-Dev] New nation: Switzerland

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
To: freeciv-dev@xxxxxxxxxxx
Cc: marc@xxxxxxxxxx
Subject: [Freeciv-Dev] New nation: Switzerland
From: Marc Gimpel <marc@xxxxxxxxxx>
Date: Mon, 07 Aug 2000 20:26:41 +0200

    Hi,

    Please find attached the files necessary to add the Swiss nation to
freeciv. I hope I got it all right. The swiss flag should be a white
cross on a red background (if I haven't screwed it all up).
    I really think you're all doing a great job.

    Marc Gimpel

[nation_swiss]

name = _("Swiss")
plural = _("?plural:Swiss")
leader = "Wilheml Tell", "Jean Calvin", "Jean-Jacques Rousseau",
         "Rudolf II Habsburg"
leader_sex = "Male", "Male", "Male", "Male"
flag="f.switzerland"
flag_alt = "-"
city_style = "European"

attack=1
expand=1
civilized=0
advisors=100,100,100,100,100,100,100
tech_goals = "Monarchy", "Masonry", "Trade", "Engineering",
             "The Republic", "Gunpowder", "Railroad", "Explosives"
wonder = "United Nations"
government = "Democracy"

; City rank calculated using the standard formula: log(size)+log(2000-year).
; City size is taken from the 1998 Census of Communes sizes.
; City age is taken to be the year that the canton entered the federation.
; A further +1 is added if the city is the capital of a canton.

cities =
  "Zürich", "Basel", "Bern", "Luzern", "Genève", "Lausanne", "Schaffhausen",
  "Fribourg", "Zug", "St.Gallen", "Schwyz", "Solothurn", "Herisau",
  "Sarnen", "Liestal", "Altdorf", "Chur", "Neuchâtel", "Winterthur",
  "Sion", "Stans", "Frauenfeld", "Glarus", "Bellinzona", "Biel",
  "Aarau", "Appenzell", "Thun", "Köniz", "Uster", "Emmen", "Kriens",
  "Dübendorf", "Dietikon", "Wädenswil", "Baar", "Wetzikon", "Horgen",
  "Kloten", "Littau", "Riehen", "Thalwil", "Ostermundigen", "Adliswil",
  "Burgdorf"

X pixmap

X pixmap

X pixmap

--- Makefile.am.orig    Mon Aug  7 20:10:08 2000
+++ Makefile.am Mon Aug  7 20:11:25 2000
@@ -59,6 +59,7 @@
        sioux.ruleset           \
        spanish.ruleset         \
        swedish.ruleset         \
+       swiss.ruleset           \
        thai.ruleset            \
        turk.ruleset            \
        ukrainian.ruleset       \
--- POTFILES.in.orig    Mon Aug  7 20:13:30 2000
+++ POTFILES.in Mon Aug  7 20:14:06 2000
@@ -158,6 +158,7 @@
 data/nation/sioux.ruleset
 data/nation/spanish.ruleset
 data/nation/swedish.ruleset
+data/nation/swiss.ruleset
 data/nation/thai.ruleset
 data/nation/turk.ruleset
 data/nation/ukrainian.ruleset
--- flags.spec.orig     Mon Aug  7 20:04:22 2000
+++ flags.spec  Mon Aug  7 20:05:20 2000
@@ -109,4 +109,5 @@
   5,  5, "f.singapore"
   5,  6, "f.chile"
   5,  7, "f.catalan"
+  5,  8, "f.switzerland"
 }
--- nations.ruleset.orig        Mon Aug  7 20:01:40 2000
+++ nations.ruleset     Mon Aug  7 20:02:37 2000
@@ -107,6 +107,7 @@
 *include "nation/singaporean.ruleset"
 *include "nation/chilean.ruleset"
 *include "nation/catalan.ruleset"
+*include "nation/swiss.ruleset"
 
 ;*include "nation/olympic.ruleset"
 ;*include "nation/krevi.ruleset"
--- shields.spec.orig   Mon Aug  7 20:07:18 2000
+++ shields.spec        Mon Aug  7 20:07:50 2000
@@ -102,4 +102,5 @@
   5,  5, "f.singapore"
   5,  6, "f.chile"
   5,  7, "f.catalan"
+  5,  8, "f.switzerland"
 }
--- flags.spec.orig     Mon Aug  7 20:08:34 2000
+++ flags.spec  Mon Aug  7 20:09:04 2000
@@ -108,4 +108,5 @@
   5,  5, "f.singapore"
   5,  6, "f.chile"
   5,  7, "f.catalan"
+  5,  8, "f.switzerland"
 }

[Prev in Thread] Current Thread [Next in Thread]