One line summary of your issue
Crusader Commander Counter bugged
Game Version
3.3.5.1
What expansions do you have installed?
Jade Dragon, Monks & Mystics, The Reapers Due, Conclave, Horse Lords, Way of Life, Charlemagne, Rajas of India, Sons of Abraham, The Old Gods, The Republic, Legacy of Rome, Sword of Islam, Holy Fury
Do you have mods enabled?
No
Please explain your issue is in as much detail as possible.
The crusaderCommander counter can never exceed 1 and thus will never reach 20, and is therefore useless. This is because the counter only increments while the counters current value is NOT >= 0, otherwise it is hardcoded to 1, so it is hardcoded to 1 every time this block is triggered. Just change the line NOT = {
check_variable = { which = crusadeCommander value = 0 }
} to NOT = {
check_variable = { which = crusadeCommander value = 20 }
} in Crusader Kings II\common\scripted_effects\04_scripted_effects_crusades.txt so that the bloodline can be earned by the player in ironman.
Steps to reproduce the issue.
Try to earn the Crusader Commander bloodline.
Upload Attachment
File(s) attached
Crusader Commander Counter bugged
Game Version
3.3.5.1
What expansions do you have installed?
Jade Dragon, Monks & Mystics, The Reapers Due, Conclave, Horse Lords, Way of Life, Charlemagne, Rajas of India, Sons of Abraham, The Old Gods, The Republic, Legacy of Rome, Sword of Islam, Holy Fury
Do you have mods enabled?
No
Please explain your issue is in as much detail as possible.
The crusaderCommander counter can never exceed 1 and thus will never reach 20, and is therefore useless. This is because the counter only increments while the counters current value is NOT >= 0, otherwise it is hardcoded to 1, so it is hardcoded to 1 every time this block is triggered. Just change the line NOT = {
check_variable = { which = crusadeCommander value = 0 }
} to NOT = {
check_variable = { which = crusadeCommander value = 20 }
} in Crusader Kings II\common\scripted_effects\04_scripted_effects_crusades.txt so that the bloodline can be earned by the player in ironman.
Steps to reproduce the issue.
Try to earn the Crusader Commander bloodline.
Upload Attachment
File(s) attached