Crusader Kings III

Crusader Kings III

Cities of Kings
This topic has been locked
S A I N T P E P S I  [developer] 4 Jun, 2022 @ 10:39am
Starting Cities with Mayors
I am fallible in my map-checking, so report any starting cities you see (ie, immediately at 867 or 1066) here so I can correct the title history
< >
Showing 1-3 of 3 comments
Inferchron 6 Jun, 2022 @ 8:29pm 
Rather than changing title history, removing mayors can be accomplished through an on-action. Here's the code if you're interested:

on_game_start = {
on_actions = {
ck_remove_mayors
}
}

ck_remove_mayors = {
effect = {
every_province = {
limit = {
has_holding_type = city_holding
county_controller = { NOT = { has_government = tribal_government } }
}
county_controller = { get_title = prev.barony }
}
}
}
Last edited by Inferchron; 6 Jun, 2022 @ 8:36pm
S A I N T P E P S I  [developer] 6 Jun, 2022 @ 9:08pm 
I had assumed something like this was possible, but way more complicated than this. This is a miracle, thank you
Inferchron 6 Jun, 2022 @ 9:10pm 
No problem.
< >
Showing 1-3 of 3 comments
Per page: 1530 50