Stellaris
Remote Re-education Facilities - New Authoritarian Civic
Chastity the Celibate 2023년 1월 2일 오전 8시 08분
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분
< >
전체 댓글 2개 중 1~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.
< >
전체 댓글 2개 중 1~2개 표시 중
페이지당 표시 개수: 1530 50