YusufAliDE 246 Posted June 19, 2025 Why am I earning so little from taxes? Even if the population is large, raising taxes will not work Quote Share this post Link to post Share on other sites More sharing options...
Łukasz Jakowski 13,387 Posted June 19, 2025 Here is how it is calculated: GameValues.tax.BASE_INCOME_POPULATION_INCOME + (Math.min(province.getPopulationTotal(), GameValues.tax.TAX_EFFICIENCY_MAX_POPULATION) / GameValues.tax.TAX_EFFICIENCY_POPULATION_DIVIDE) * (taxEfficiency / 100f) * (Math.max(0.01f, 1.0f + civ.civBonuses.IncomeTaxation - province.getDevastation() - civ.getCorruption() + (province.getReligion() == civ.getReligionID() ? 0 : GameValues.religion.BASE_INCOME_DIFFERENT_RELIGION) + (province.haveACore ? 0 : GameValues.core.BASE_INCOME_NON_CORE))) Dule22 1 Quote Share this post Link to post Share on other sites More sharing options...
Marerjh 284 Posted June 19, 2025 (edited) 9 hours ago, YusufAliDE said: Why am I earning so little from taxes? Even if the population is large, raising taxes will not work For taxes to be as effective as the economy (without taking into account the impact on production), at least 82,500 people must live in the province. Take a look at tax revenue for Germany in the modern world: Here's what happens when you invest in tax efficiency: Just keep in mind that in all scenarios, tax efficiency is for some reason lower compared to the economy. Also, in all scenarios except Victorian Era, Great War, Modern World and World War II, your provinces will never have enough population for tax investments to be profitable. I don't like the current implementation of taxes tho. It seems that taxes were balanced around the population of the modern world, but in medieval scenarios, the world's population is 3-10 times smaller than the actual one. I don't know why the developer doesn't just increase the population in medieval scenarios. Edited June 19, 2025 by Marerjh Quote Share this post Link to post Share on other sites More sharing options...
YusufAliDE 246 Posted June 20, 2025 I guess I never realized this because I rarely played in modern times. Thank you! Quote Share this post Link to post Share on other sites More sharing options...