Crusader Kings III

Crusader Kings III

Cities of Kings
此主题已被锁定
S A I N T P E P S I  [开发者] 2022 年 6 月 4 日 上午 10:39
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
< >
正在显示第 1 - 3 条,共 3 条留言
Inferchron 2022 年 6 月 6 日 下午 8:29 
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 }
}
}
}
最后由 Inferchron 编辑于; 2022 年 6 月 6 日 下午 8:36
S A I N T P E P S I  [开发者] 2022 年 6 月 6 日 下午 9:08 
I had assumed something like this was possible, but way more complicated than this. This is a miracle, thank you
Inferchron 2022 年 6 月 6 日 下午 9:10 
No problem.
< >
正在显示第 1 - 3 条,共 3 条留言
每页显示数: 1530 50