Integrity
I have verified my game files (on Steam)
YesI have disabled all mods
NoRequired
Summary
Janissary Estate has 50% loyalty when ruler has exactly 5 Military skillDescription
The clear developer intention is that Janissary Estate gains 5% loyalty equilibrium per military skill of the ruler.See attached screenshots for a 3-mil ruler (15%) and a 6-mil ruler (30%, like Mehmed at game start).
However, if the ruler has _exactly_ 5 military skill, the loyalty should be 25% but instead two separate 25% appear leading to an overall 50% increase. See attached screenshot, and also attached savegame with the issue.
[Aside: usually I would not be too fussed about a bug like this in my favour" except that it made it somewhat difficult to intentionally trigger the Janissary Coup disaster as I had a juicy 4/6/5 ruler whose heir also had 5 mil.]
Looking at the game files, I'm guessing that there's been some kind of copy-paste error or VCS merge conflict:
```
loyalty_modifier = {
desc = EST_VAL_RULER_MIL_SKILLS_LOY
trigger = {
mil = 5
NOT = { mil = 6 }
}
loyalty = 25
}
loyalty_modifier = {
desc = EST_VAL_RULER_MIL_SKILLS_LOY
trigger = {
mil = 6
}
loyalty = 30
}
loyalty_modifier = {
desc = EST_VAL_RULER_MIL_SKILLS_LOY
trigger = {
mil = 5
NOT = { mil = 6 }
}
loyalty = 25
}
```
Steps to reproduce
1. Start game as Ottomans2. Obtain a ruler with 5 mil (FTR I did this with console commands in the attached savegame by repeatedly triggering the harem heir event)
3. Observe Janissary loyalty equilibrium in Estates screen
Game Version
1.36.2.0OS
WindowsAdditional
Bug Type
- Other
Attachments
View attachment Ottomans1486_01_03_rulerWith5Mil.eu4


Screenshot

- 1