Complete.Org: Mailing Lists: Archives: freeciv-dev: October 2005:
[Freeciv-Dev] Re: (PR#14297) new city styles for ruleset
Home

[Freeciv-Dev] Re: (PR#14297) new city styles for ruleset

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
To: jdorje@xxxxxxxxxxxxxxxxxxxxx
Subject: [Freeciv-Dev] Re: (PR#14297) new city styles for ruleset
From: "Daniel Markstedt" <himasaram@xxxxxxxx>
Date: Thu, 13 Oct 2005 02:49:00 -0700
Reply-to: bugs@xxxxxxxxxxx

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

I already made a patch to implement the new city styles for many 
nations, at ticket #13898.

Daniel

On 2005-10-13, at 10.43, Jason Short wrote:

>
> <URL: http://bugs.freeciv.org/Ticket/Display.html?id=14297 >
>
> Amplio has two new city styles: Celtic and Babylonian.
>
> This patch adds them to the ruleset.  They are included in the
> cities.ruleset and are used by 2 nations: Welsh use Celtic and
> Babylonian uses Babylonian.  I leave a full city-style update to the
> nations people (Daniel).
>
> Also it would be nice to add the styles to isotrident/isophex/trident.
>
> -jason
>
> Index: data/default/cities.ruleset
> ===================================================================
> --- data/default/cities.ruleset       (revision 11114)
> +++ data/default/cities.ruleset       (working copy)
> @@ -88,6 +88,24 @@
>  ; No reqs
>  replaced_by = "Renaissance"
>
> +[citystyle_babylonian]
> +name        = _("Babylonian")
> +graphic     = "city.babylonian"
> +graphic_alt = "city.classical"
> +citizens_graphic = "ancient"
> +citizens_graphic_alt = "generic"
> +; No reqs
> +replaced_by = "Renaissance"
> +
> +[citystyle_celtic]
> +name        = _("Celtic")
> +graphic     = "city.celtic"
> +graphic_alt = "city.european"
> +citizens_graphic = "ancient"
> +citizens_graphic_alt = "generic"
> +; No reqs
> +replaced_by = "Renaissance"
> +
>  [citystyle_tropical]
>  name        = _("Tropical")
>  graphic     = "city.tropical"
> Index: data/nation/welsh.ruleset
> ===================================================================
> --- data/nation/welsh.ruleset (revision 11114)
> +++ data/nation/welsh.ruleset (working copy)
> @@ -13,7 +13,7 @@
>  leader_sex="Male", "Male", "Male"
>  flag="wales"
>  flag_alt = "united_kingdom"
> -city_style = "European"
> +city_style = "Celtic"
>
>  ;names = "Yr Ymerodreath Gymreig"          "empire"            
> (depotism)
>  ;      = "Y Twysysogaeth Cymru"            "principality"      
> (monarchy)
> Index: data/nation/babylonian.ruleset
> ===================================================================
> --- data/nation/babylonian.ruleset    (revision 11114)
> +++ data/nation/babylonian.ruleset    (working copy)
> @@ -14,7 +14,7 @@
>  leader_sex="Male", "Male", "Male", "Male"
>  flag = "iraq_old"
>  flag_alt = "-"
> -city_style = "Classical"
> +city_style = "Babylonian"
>
>  init_techs=""
>  init_buildings=""





[Prev in Thread] Current Thread [Next in Thread]
  • [Freeciv-Dev] Re: (PR#14297) new city styles for ruleset, Daniel Markstedt <=