Beispiel #1
0
        public override string LegendsDescription()
        {
            string timestring = base.LegendsDescription();

            return(string.Format("{0} {1} defeated {2} and took over {3}. The new government was called {4}.",
                                 timestring, AttackerCiv.ToString(), SiteCiv.ToString(),
                                 Site.AltName, NewSiteCiv.ToString()));
        }
Beispiel #2
0
        public override string LegendsDescription()
        {
            string timestring = base.LegendsDescription();

            return(string.Format("{0} {1} defeated {2} and placed the {3} {4} in charge of {5}. The new government was called {6}.",
                                 timestring, AttackerCiv.ToString(), SiteCiv.ToString(), NewLeaderHF.Race.ToString(), NewLeaderHF.ToString(),
                                 Site.AltName, NewSiteCiv.ToString()));
        }