Short summary of your issue
[Script] Wrong modifier in claimant_faction_modifiers
Game Version
1.5.0.2
What OS are you playing on?
Windows
What platform are you using?
Steam
What DLC do you have installed?
Royal Court,
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
One of the modifiers in claimant_faction_modifiers, used in the claimant_faction ai_create_score and ai_join_score, is incoherent with the comment, and might explain why claimant factions seem a bit too agressive for AI rulers to handle.
This gives a +100 modifiers to all de jure vassals of the faction target, which doesn't really make sense, and is not at all what the comment suggests is the intent.
Intent was presumably to use
Please explain how to reproduce the issue
Is there anything else you think could help us identify/replicate the issue?
I have attached a save game
No
Upload Attachment
File(s) attached
[Script] Wrong modifier in claimant_faction_modifiers
Game Version
1.5.0.2
What OS are you playing on?
Windows
What platform are you using?
Steam
What DLC do you have installed?
Royal Court,
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
One of the modifiers in claimant_faction_modifiers, used in the claimant_faction ai_create_score and ai_join_score, is incoherent with the comment, and might explain why claimant factions seem a bit too agressive for AI rulers to handle.
Code:
# If I'm de jure of the Claimant, I want to support them
modifier = {
add = 100
is_rightful_liege_of_trigger = {
VASSAL = root
LIEGE = $FACTION_TARGET$
}
}
This gives a +100 modifiers to all de jure vassals of the faction target, which doesn't really make sense, and is not at all what the comment suggests is the intent.
Intent was presumably to use
LIEGE = $FACTION_CLAIMANT$
.Please explain how to reproduce the issue
Is there anything else you think could help us identify/replicate the issue?
I have attached a save game
No
Upload Attachment
File(s) attached
Attachments
- 1
- 1