adaneslavo / More-Unique-Components-for-VP

Adds 3rd and 4th unique component to each civilization.
1 stars 6 forks source link

German Teutonic Order conquest doesn't properly wipe out Holy City religion #144

Closed Enrico-Swagolo closed 6 years ago

Enrico-Swagolo commented 6 years ago

version : current, unless some ninja-release came out

If you conquer a city after Teutonic Order, it'll properly turn opposing religion into atheists. The only problem is if it occurs to a Holy City, then everyone from other religions is converted to atheists, but the base religious +30 pressure that always affects holy cities remains, so you have to wait until 1 citizen turns before using an inquisitor if you really want the pressure off.

adaneslavo commented 6 years ago

So if I understood correctly you have only your religion + atheist in the city (catholic f.e.) , but muslim pressure (because it was muslim holy city) is still on. Then you need to wait until 1 person converts to muslim (from that pressure) to make use of inquisitor and totally wipe out muslim religion. Right?

I think we cannot do much about this. We use lua, and lua has ready function that changes peoples faith in the city. we do not affect pressure in any way. @infixo can you help us and tell if there's any way to make that happen? To wipe out foreign pressure in addition to followers?

Enrico-Swagolo commented 6 years ago

Yes, that is correct. For instance Catholic Germany takes the Islamic Holy City Paris, every non-catholic is turned into an atheist but the holy city pressure remains even if hovering over the city doesn't mention it being a Holy City.

On Mon, May 14, 2018 at 7:01 PM, Adam notifications@github.com wrote:

So if I understood correctly you have only your religion + atheist in the city (catholic f.e.) , but muslim pressure (because it was muslim holy city) is still on. Then you need to wait until 1 person converts to muslim (from that pressure) to convert make use of inquisitor and totally wipe out muslim religion. Right?

I think we cannot do much about this. We use lua, and lua has ready function that changes peoples faith in the city. we do not affect pressury in any way. @Infixo https://github.com/Infixo can you help us and tell if there's any way to make that happen? To wipe out foreign pressure in addition to followers?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/adaneslavo/More-Unique-Components-for-VP/issues/144#issuecomment-388889692, or mute the thread https://github.com/notifications/unsubscribe-auth/AQMrKIZ1W6_G6nTtoAsVj_wzFzhlnvcpks5tybhqgaJpZM4T9ACj .

pineappledan commented 6 years ago

Sounds like it's working as intended, more or less

Infixo commented 6 years ago
  1. Religious pressure from being a Holy City is added to the city regardless of existing religions, followers, etc. It's just from being a Holy City.
  2. I see no Lua functions to deal with religious pressure. It seems that it is fully done inside DLL as an auto-process.
Infixo commented 6 years ago

Also, I don't see why somebody thinks that there's an error somewhere here. Chapter promo "un-converts" followers. And it does. It doesn't say "removes a religion". Should be closed, there's no error here.