安装 Steam
登录
|
语言
繁體中文(繁体中文)
日本語(日语)
한국어(韩语)
ไทย(泰语)
български(保加利亚语)
Čeština(捷克语)
Dansk(丹麦语)
Deutsch(德语)
English(英语)
Español-España(西班牙语 - 西班牙)
Español - Latinoamérica(西班牙语 - 拉丁美洲)
Ελληνικά(希腊语)
Français(法语)
Italiano(意大利语)
Bahasa Indonesia(印度尼西亚语)
Magyar(匈牙利语)
Nederlands(荷兰语)
Norsk(挪威语)
Polski(波兰语)
Português(葡萄牙语 - 葡萄牙)
Português-Brasil(葡萄牙语 - 巴西)
Română(罗马尼亚语)
Русский(俄语)
Suomi(芬兰语)
Svenska(瑞典语)
Türkçe(土耳其语)
Tiếng Việt(越南语)
Українська(乌克兰语)
报告翻译问题






All this mod does is remove the loyalty boost on rebellion for the AI, so that one rebellion firing will not prevent other rebellions in the same country from firing.
Theoretically, it should be OK with Invictus, but I can see it causing issues if Invictus depends heavily on a modification to lines in "/on_action/00_specific_from_code."
on_rebellion_in_country = { #root scope parent country
effect = {
if = {
limit = {
is_ai = yes #There are numerous tools to offset rebellions, all of which are situational - the AI will never be able to manage these with the same ability as a human player, so we reduce the frequency of revolts to balance.
}
every_country_state = {
capital_scope = {
add_state_loyalty = 30
}
}
}
}
}
Change add_state_loyalty to zero. Although this should work fine with any mod as long as it is set to override any of the other changes, rather than be overridden by them.
Apologies for the late response and if this is useless by now; I don't really pay attention to this mod comments section anymore, lol.
It's in there.
@RomeWasntConqueredInADay