LoneGazebo / Community-Patch-DLL

Community Patch for Civilization V - Brave New World
Other
290 stars 160 forks source link

HappinessPerXPopulationGlobal stacking problem #11196

Open Hokath opened 3 months ago

Hokath commented 3 months ago

I've changed a policy to have HappinessPerXPopulationGlobal on it This is currently used in the Progress tree If you have both policies it seems that the "X" is what is added, leading to a reduction of happiness.

So two policies that give happiness per 3 population do not give 2 happiness per 3 population, they give 1 happiness per 6 population.

I don't think there is any use case for it stacking this way, please could the addition step be at the end so it can be on multiple policies?

Hokath commented 2 months ago

@LessRekkless Does the your fraction class I've been hearing about fix this? Will it work out the box, could you take a quick look?