Stellaris

Stellaris

Remote Re-education Facilities - New Authoritarian Civic
Compatibility with Ethics Mods
You can add compatibility with other ethic mods without a patch simply by adding their ethics to your scripted triggers file, like below. At the bottom I added the ethics from Ethics & Civics: Bug Branch. This will not affect those playing without the mod, and you can do this with other ethic mods too.

is_correct_ethic = { exists = owner exists = pop OR = { is_non_sapient_robot = yes AND = { owner = { is_materialist = yes } pop = { pop_has_ethic = ethic_materialist } } AND = { owner = { is_authoritarian = yes } pop = { pop_has_ethic = ethic_authoritarian } } AND = { owner = { is_spiritualist = yes } pop = { pop_has_ethic = ethic_spiritualist } } AND = { owner = { is_egalitarian = yes } pop = { pop_has_ethic = ethic_egalitarian } } AND = { owner = { is_militarist = yes } pop = { pop_has_ethic = ethic_militarist } } AND = { owner = { is_pacifist = yes } pop = { pop_has_ethic = ethic_pacifist } } AND = { owner = { is_xenophile = yes } pop = { pop_has_ethic = ethic_xenophile } } AND = { owner = { is_xenophobe = yes } pop = { pop_has_ethic = ethic_xenophobe } } AND = { owner = { is_ecocentric = yes } pop = { pop_has_ethic = ethic_ecocentric } } AND = { owner = { is_anthropocentric = yes } pop = { pop_has_ethic = ethic_anthropocentric } } AND = { owner = { is_elitist = yes } pop = { pop_has_ethic = ethic_elitist } } AND = { owner = { is_pluralist = yes } pop = { pop_has_ethic = ethic_pluralist } } AND = { owner = { is_competitive = yes } pop = { pop_has_ethic = ethic_competitive } } AND = { owner = { is_cooperative = yes } pop = { pop_has_ethic = ethic_cooperative } } } }
最后由 Chastity the Celibate 编辑于; 2023 年 1 月 2 日 上午 8:10
< >
正在显示第 1 - 2 条,共 2 条留言
Donofett  [开发者] 2023 年 1 月 4 日 上午 6:00 
Thank you! I'll get a patch pushed shortly.
Donofett  [开发者] 2023 年 4 月 1 日 下午 12:54 
FINALLY added this.
< >
正在显示第 1 - 2 条,共 2 条留言
每页显示数: 1530 50