I'm working on the "Crusader Kings III" achievement via Poland's Cossack King path. But I'm getting nervous that King Pavel might not be eligible for the achievement, since he takes power via Fascist support, instead of Non-Aligned like the other candidates.
The achievement code is below, but I can't seem to find where the flag "achievement_POL_elected_monarch" gets set.
Has anyone been able to get the achievement yet with King Pavel?
The achievement code is below, but I can't seem to find where the flag "achievement_POL_elected_monarch" gets set.
Has anyone been able to get the achievement yet with King Pavel?
Code:
crusader_kings_3 = {
id = 146
possible = {
is_ironman = yes
difficulty > 1
has_start_date < 1936.01.02
has_any_custom_difficulty_setting = no
game_rules_allow_achievements = yes
original_tag = POL
}
happened = {
POL = {
has_country_flag = achievement_POL_elected_monarch #done this way to avoid spoiling the easteregg character
controls_state = 454
}
}
}