[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:
>> There is, especially, no point in building
>> libraries as a human player,
AL> The dirty little secret of Freeciv is that there's no point in
AL> building any city improvements whatsover until the smallpox problem
AL> is solved.
I thought about this a little and came up with a few ideas (wheter
they suck or not is a whole different issue :))
Making tech cost a function of techlevel, i.e. something like
techcost(level) = level*factor (1)
Making tech cost a function of number of cities ((1) is not
antismallpox at all):
techcost(cities) = cities*factor (2)
(factor becomes research profitabiliy in settlement planning)
Now we can take (1) and (2) and combine them:
techcost(level, cities, techs) =
level*factor_level*(cities*factor_cities+basecost*techs)
This reduces to what is currently implemented (I believe) when factors
are 0. But I'm afraid this will also slow the game down to a crawl,
making largepox the True Strategy, which is not really what you want
-- IMHO you want smallpox and largepox be at least moderately
balanced.
--
{ 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 <=
- [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, 2003/12/04
- [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
|
|