Information
I have verifed my game files (Steam only)
YesI have disabled all mods
YesI am running the latest game update
YesRequired
Summary
In the Subsume Province scheme, one of the ai_will_do modifiers is missing a valueDescription
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.1Platform
WindowsAdditional Information
Affected Feature
- Gameplay
Save Game
Other Attachments

Last edited:
Upvote
0