Auto change of leader's names

What would you like to see in Freeciv? Do you have a good idea what should be improved or how?
Post Reply
pyotr
Posts: 1
Joined: Thu Sep 01, 2016 8:38 pm

Auto change of leader's names

Post by pyotr »

How about something like this:

if year >= 1870 then leaders = "Wilhelm III"
if year >= 1933 then leaders = "A. Hitler"
if year >= 2005 then leaders = "A. Merkel"
etc...?
Lachu
Elite
Posts: 472
Joined: Sat May 04, 2013 2:19 pm

Re: Auto change of leader's names

Post by Lachu »

I've proposed something similar, but with traits and bonuses attached to each leader/
User avatar
dunnoob
Elite
Posts: 327
Joined: Mon Dec 23, 2013 3:13 am
Location: Hamburg
Contact:

Re: Auto change of leader's names

Post by dunnoob »

pyotr wrote:How about something like this:

if year >= 1870 then leaders = "Wilhelm III"
if year >= 1933 then leaders = "A. Hitler"
if year >= 2005 then leaders = "A. Merkel"
etc...?
They'd need three different flags, or rather two, the swastika would be a legal issue (not only) in Germany. Various patches adding a German empire (1870-1918) already exist, maybe they make it in 2.5.6 and/or 2.6.0. At the moment (incl.2.6 and 3.0) flags cannot change, not depending on the year, also not depending on the government.

Maybe your suggestion could be covered by scriptable flag + leader changes per nation in a future version (after 3.0) :?:
Post Reply