Complete.Org: Mailing Lists: Archives: freeciv-dev: March 2001:
[Freeciv-Dev] Re: As if we needed another ics solution...
Home

[Freeciv-Dev] Re: As if we needed another ics solution...

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
To: freeciv-dev@xxxxxxxxxxx
Subject: [Freeciv-Dev] Re: As if we needed another ics solution...
From: "Mike Jing" <miky40@xxxxxxxxxxx>
Date: Tue, 06 Mar 2001 20:06:50 -0500
Reply-to: mike_jing@xxxxxxxxx

Michael Hasselmann <michael.hasselmann@xxxxxx> wrote:

As you can easily see in the patch, the formula used is:

+ pcity->shield_prod =
+   pcity->shield_prod * (100 + pcity->size * game.metrobonus) / 100;
+ pcity->trade_prod =
+   pcity->trade_prod * (100 + pcity->size * game.metrobonus) / 100;

So a city with the size of 10, 20 or 29 has a bonus of 100%, 200% or
290%:

    (100 + 10 * 10) / 100 = 2.00
    (100 + 20 * 10) / 100 = 3.00
    (100 + 29 * 10) / 100 = 3.90

OK, so it's not as bad as the description led me to believe. However, I still feel it will favor large cities too much, but I could be wrong.

Mike



_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com




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