pmotschmann / Evolve

An incremental game about evolving a civilization
Mozilla Public License 2.0
794 stars 343 forks source link

Increase mercenary replenishment rate for high pop races #1136

Open yarukishi opened 1 month ago

yarukishi commented 1 month ago

The exponential cost base for mercenaries is 1.1 for all races, regardless of high population scaling. This causes mercenaries to be extremely difficult to use on high population races, where the exponential cost increase is far greater than for normal races.

This patch multiplies the number of dice rolls to replenish the mercenary pool by the high population scaling factor. For example, with rank 1 high population (4x), the mercenary pool attempts to replenish up to 4 times per game day.

I tested with a random insect pillar save and quickly observed that multiple mercenaries could be replenished in one game day (depending on random number generation).