[Freeciv-Dev] Re: Another freeciv testing
[Top] [All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
On Mon, Mar 11, 2002 at 04:40:33PM +0100, Reinier Post wrote:
> Defending diplomats work like a stack (because they're in a city, this is
> the right thing to do), the attacking diplomat faces each in turn, and
> has to beat all in order to stand the (normal) a priori chance to
> succeed in his mission. In practice this means that you can't make
> a city safe by adding defending diplomats of diplchance is high.
>
> If I remember correctly.
That only applies to some missions, (Establish Embassy makes no
sense to fail) but yes, diplchance is checked when inciting a revolt.
http://www.freeciv.org/lxr/source/server/diplomats.c#L540
city_incite_cost() can be found here.
http://www.freeciv.org/lxr/source/server/cityturn.c#L1582
The equation we use boils down to
((defender_treasury+1000)*city_size)/distance_from_capital
This is similar in at least the vaguest form to the Civ2 equation,
which definitely included the defender's treasury size and the distance
from the capital as elements.
--
Anthony J. Stuckey stuckey@xxxxxxxxxxxxxxxxx
"And they said work hard, and die suddenly, because it's fun."
-Robyn Hitchcock.
- [Freeciv-Dev] Re: Another freeciv testing, (continued)
- [Freeciv-Dev] Re: Another freeciv testing, Tony Stuckey, 2002/03/08
- [Freeciv-Dev] Re: Another freeciv testing, Baumans, 2002/03/08
- [Freeciv-Dev] Re: Another freeciv testing, Michael Suess, 2002/03/09
- [Freeciv-Dev] Re: Another freeciv testing, Gregory Berkolaiko, 2002/03/11
- [Freeciv-Dev] Re: Another freeciv testing, Christian Knoke, 2002/03/11
- [Freeciv-Dev] Re: Another freeciv testing, Gregory Berkolaiko, 2002/03/11
- [Freeciv-Dev] Re: Another freeciv testing, Christian Knoke, 2002/03/11
- [Freeciv-Dev] Re: Another freeciv testing, Reinier Post, 2002/03/11
- [Freeciv-Dev] Re: Another freeciv testing, Reinier Post, 2002/03/11
- [Freeciv-Dev] Re: Another freeciv testing,
Tony Stuckey <=
- [Freeciv-Dev] Re: Another freeciv testing, Tony Stuckey, 2002/03/11
- [Freeciv-Dev] Re: Another freeciv testing, Gregory Berkolaiko, 2002/03/11
- [Freeciv-Dev] Re: Another freeciv testing, Per I. Mathisen, 2002/03/11
- [Freeciv-Dev] Re: Another freeciv testing, Christian Knoke, 2002/03/11
- [Freeciv-Dev] Re: Another freeciv testing, Raimar Falke, 2002/03/12
- [Freeciv-Dev] Re: Another freeciv testing, Christian Knoke, 2002/03/12
|
|