• We have updated our Community Code of Conduct. Please read through the new rules for the forum that are an integral part of Paradox Interactive’s User Agreement.

howlling

Captain
21 Badges
Jun 17, 2022
303
473
  • Europa Universalis IV: Mare Nostrum
  • Europa Universalis 4: Emperor
  • Crusader Kings III: Royal Edition
  • Crusader Kings III
  • Europa Universalis IV: Golden Century
  • Europa Universalis IV: Dharma
  • Europa Universalis IV: Rule Britannia
  • Europa Universalis IV: Cradle of Civilization
  • Europa Universalis IV: Third Rome
  • Europa Universalis IV: Mandate of Heaven
  • Europa Universalis IV: Rights of Man
  • Europa Universalis IV
  • Europa Universalis IV: Cossacks
  • Europa Universalis IV: Common Sense
  • Europa Universalis IV: Pre-order
  • Europa Universalis IV: El Dorado
  • Europa Universalis IV: Res Publica
  • Europa Universalis IV: Call to arms event
  • Europa Universalis IV: Wealth of Nations
  • Europa Universalis IV: Conquest of Paradise
  • Europa Universalis IV: Art of War

Integrity​

I have verified my game files (on Steam)​

Yes

I have disabled all mods​

Yes

Required​

Summary​

Religious taxes are not working properly.

Description​

I was playing the Ottoman Empire and something seemed odd, so I checked it out. They were clearly collecting religious taxes from the population within the country, but it wasn't actually going into the national treasury.

Steps to reproduce​

You can easily check this by playing as the Ottoman Empire and switching to proportional taxation, or by playing as the Chechens and clearing the journal.

I'm reposting this because I uploaded it during the Christmas holidays and it got buried. Please replace the reward for the Chechen Imam with something else. https://forum.paradoxplaza.com/foru...ans-are-considered-an-indian-kingdom.1724156/

Please also check the bug report and fix it.

Game Version​

1.86

OS​

Windows

Additional​

Bug Type​

Other

Save Game​

View attachment 코카서스 이맘령_1836_01_21.v3

Attachments​

K-003.pngK-002.pngK-001.png

Player Pain​

3

 
  • 1
Reactions:
A way to test without gameplay, with light modding: Edit Ottoman starting modifier "cizye_tax" (in common/static_modifiers/content_3_modifiers.txt)

From:

cizye_tax = {
icon = gfx/interface/icons/timed_modifier_icons/modifier_rifle_positive.dds
tax_heathen_add = 0.5
state_conscription_rate_mult = -0.4
}

To e.g.

cizye_tax = {
icon = gfx/interface/icons/timed_modifier_icons/modifier_rifle_positive.dds
tax_heathen_add = 0.5

tax_per_capita_add = -2
tax_land_add = -2

state_conscription_rate_mult = -0.4
}

Goal is to remove all sources of poll tax apart from the religious tax. Launch game as/observing Ottomans, see that they have 0 poll tax income while heathens still pay tax.