Short summary of your issue
Offer Guardian checks for University presence on the wrong character
Game Version
1.4.4
What OS are you playing on?
Windows
What platform are you using?
Steam
Do you have mods enabled?
No
Have you tried verifying your game files (Steam only)?
Yes
How much "pain" is this causing you?
3
Please explain the issue you experienced in the most condensed way possible
When you offer to be guardian of a ward in another ruler's court, the Send to University option only appears when the OTHER ruler has a university in their realm, not when you (who will be the guardian) do. Since you are offering to take the ward away from the court of the other ruler and educate them in your realm, the check should be the other way around.
Please explain how to reproduce the issue
By switching between characters in a realm that starts with a special university at 1066 start (Cairo, Pataliputra, Tirakka) it's easy to see how the interaction works.
Is there anything else you think could help us identify/replicate the issue?
In 00_interaction_effects, the condition is defined as:
scope:recipient = {
any_realm_province = {
has_university_building_trigger = yes
}
}
But in the context of the offer_guardianship_interaction I believe the "recipient" is the ruler in whose court the child is, not the character sending the request who will actually become the guardian and in whose realm the ward would be educated. So I think this check just needs a small change to flip the scope being examined.
I have attached a save game
No
Upload Attachment
File(s) attached
Offer Guardian checks for University presence on the wrong character
Game Version
1.4.4
What OS are you playing on?
Windows
What platform are you using?
Steam
Do you have mods enabled?
No
Have you tried verifying your game files (Steam only)?
Yes
How much "pain" is this causing you?
3
Please explain the issue you experienced in the most condensed way possible
When you offer to be guardian of a ward in another ruler's court, the Send to University option only appears when the OTHER ruler has a university in their realm, not when you (who will be the guardian) do. Since you are offering to take the ward away from the court of the other ruler and educate them in your realm, the check should be the other way around.
Please explain how to reproduce the issue
By switching between characters in a realm that starts with a special university at 1066 start (Cairo, Pataliputra, Tirakka) it's easy to see how the interaction works.
Is there anything else you think could help us identify/replicate the issue?
In 00_interaction_effects, the condition is defined as:
scope:recipient = {
any_realm_province = {
has_university_building_trigger = yes
}
}
But in the context of the offer_guardianship_interaction I believe the "recipient" is the ruler in whose court the child is, not the character sending the request who will actually become the guardian and in whose realm the ward would be educated. So I think this check just needs a small change to flip the scope being examined.
I have attached a save game
No
Upload Attachment
File(s) attached