我看吧里一直没有人发合成繁衍相关的代码,刚好这把我是合成繁衍开,就去翻了一下代码。直接说结论,这次合成繁衍事件链主要和两个隐藏变量有关,"synth_virtual_society"value和"synth_physical_society"value,其分别对应着虚拟和机械两个方向,变量的取值取决于你在事件链中的选项。如果你打到政体改革的这个事件,整个事件链就结束了,政体改革就是最后的事件。若此时你不满意当前的政体,比如说你最后是合成人帝国而你想要虚拟帝国,你可以输入以下两段代码来更改政体。
先输入:effect = {remove_country_flag = synth_physical remove_country_flag = synth_synth_virtual set_variable = {which = "synth_virtual_society"value = 2} set_variable = {which = "synth_physical_society"value = 2}}
然后触发政体改革最终事件:
event synth.1500
接下来自己选择想要的政体就行了,机械女仆镇楼 m。

先输入:effect = {remove_country_flag = synth_physical remove_country_flag = synth_synth_virtual set_variable = {which = "synth_virtual_society"value = 2} set_variable = {which = "synth_physical_society"value = 2}}
然后触发政体改革最终事件:
event synth.1500
接下来自己选择想要的政体就行了,机械女仆镇楼 m。
