[Freeciv-Dev] Re: (PR#7021) allies give all their techs for nothing
[Top] [All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
<URL: http://rt.freeciv.org/Ticket/Display.html?id=7021 >
On 03-12-04 you wrote:
ipop> Now we can take (1) and (2) and combine them:
ipop> techcost(level, cities, techs) =
ipop> level*factor_level*(cities*factor_cities+basecost*techs)
Oops. Not exactly :) This should be
techcost(level, cities, techs) =
max(1, level*factor_level) * (cities*factor_cities + basecost*techs)
to avoid any kind of strange behaviour.
--
{ Marek Baczyński :: UIN 57114871 :: GG 161671 :: JID imbaczek@xxxxxxxxxxxxx }
{ http://www.vlo.ids.gda.pl/ | imbaczek at poczta fm | http://www.promode.org }
.. .. .. .. ... ... ...... evolve or face extinction ...... ... ... .. .. .. ..
- [Freeciv-Dev] Re: (PR#7021) allies give all their techs for nothing, Per I. Mathisen, 2003/12/02
- [Freeciv-Dev] Re: (PR#7021) allies give all their techs for nothing, Brandon J. Van Every, 2003/12/03
- [Freeciv-Dev] Re: (PR#7021) allies give all their techs for nothing, raven@xxxxxxxxx, 2003/12/03
- [Freeciv-Dev] Re: (PR#7021) allies give all their techs for nothing, Arnstein Lindgard, 2003/12/04
- [Freeciv-Dev] Re: (PR#7021) allies give all their techs for nothing, Raimar Falke, 2003/12/04
- [Freeciv-Dev] Re: (PR#7021) allies give all their techs for nothing, imbaczek@xxxxxxxxxxxxxx, 2003/12/04
- [Freeciv-Dev] Re: (PR#7021) allies give all their techs for nothing, raven@xxxxxxxxx, 2003/12/04
- [Freeciv-Dev] Re: (PR#7021) allies give all their techs for nothing,
imbaczek@xxxxxxxxxxxxxx <=
- [Freeciv-Dev] Re: (PR#7021) allies give all their techs for nothing, Jason Short, 2003/12/04
- [Freeciv-Dev] Re: (PR#7021) allies give all their techs for nothing, raven@xxxxxxxxx, 2003/12/04
- [Freeciv-Dev] Re: (PR#7021) allies give all their techs for nothing, Arnstein Lindgard, 2003/12/05
- [Freeciv-Dev] ics, Per I. Mathisen, 2003/12/05
- [Freeciv-Dev] Re: (PR#7021) fighting ICS (was: allies give all their techs for nothing), imbaczek@xxxxxxxxxxxxxx, 2003/12/05
- [Freeciv-Dev] Re: (PR#7021) fighting ICS (was: allies give all their techs for nothing), Arnstein Lindgard, 2003/12/06
- [Freeciv-Dev] Re: [SPAM] Re: (PR#7021) fighting ICS (was: allies give all their techs for nothing), imbaczek@xxxxxxxxxxxxxx, 2003/12/06
- [Freeciv-Dev] Re: [SPAM] Re: (PR#7021) fighting ICS (was: allies give all their techs for nothing), Brandon J. Van Every, 2003/12/07
- [Freeciv-Dev] Re: [SPAM] Re: (PR#7021) fighting ICS (was: allies give all their techs for nothing), Jason Short, 2003/12/07
- [Freeciv-Dev] Re: [SPAM] Re: (PR#7021) fighting ICS (was: allies give all their techs for nothing), Brandon J. Van Every, 2003/12/07
|
|