• 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.

Yefreitor_

Recruit
Apr 4, 2025
7
13

Information​

I have verifed my game files (Steam only)​

Yes

I have disabled all mods​

Yes

I am running the latest game update​

Yes

Required​

Summary​

In the Subsume Province scheme, one of the ai_will_do modifiers is missing a value

Description​

The 1.15 patch added the missing value for the Border Dispute scheme, but missed the one for the Subsume Province scheme.

The code below is from the Border Dispute scheme, which was fixed in the 1.15 patch, for reference.

# Land
modifier = {
scope:recipient = {
any_sub_realm_county = {
OR = {
duchy.holder = scope:actor
kingdom.holder = scope:actor
}
}
}
add = 50 <--- This one is missing from the Subsume Province scheme.
}

Steps to reproduce​

Check the ai_will_do for start_subsume_province_interaction in common\character_interactions\06_ep3_scheme_interactions.txt.

Game Version​

1.16.1

Platform​

Windows

Additional Information​

Affected Feature​

  • Gameplay

Save Game​



Other Attachments​

1.png

 
Last edited:
Upvote 0