找到 <!-- Maximum Xenon Invasion Force ships number. -->
<!-- This controls the max ship number for Xenon Invasion Force. They are too strong. -->
<set_value name="md.CM_Config.Settings.$XenonMax" exact="2" />
把“2”修改成你想要的数字,这个数字决定x族每次发动入侵出动的旗舰数量上限。
上面这个只是基础数字,具体出动舰队的数量和x族入侵的地区的敌对空间站,舰只数量有关。
set_value name="$XenonMax" exact="md.CM_Config.Settings.$XenonMax" />
<set_value name="$XenonMax" exact="$Num_Enemy_Capships" chance="if event.param == 'CW_invade_now' and $Num_Enemy_Capships/3 gt $XenonMax then 100 else 0" />
---------------------------------------------------------------------------------------------------------------------
另外
<!-- Minimum and Maximum Invasion Force delay in seconds. Default min="420s" max="900s" (dont forget the "s") -->
<!-- This controls the min and max delay for each Invasion Force round -->
<set_value name="md.CM_Config.Settings.$IFDelay_Min" exact="420s" />
<set_value name="md.CM_Config.Settings.$IFDelay_Max" exact="900s" />
这里决定每次入侵的间隔时间。
------------------------------------------------------------------------------------------------------------------------------------------------
这里是x族反击舰队的规模设定
<!-- Retaliation Force Xenon capship max number. Default = 3 -->
<!-- This controls the Xenon max capships on a Retaliation Force -->
<set_value name="md.CM_Config.Settings.$RFMaxXenonShips" exact="2" />
----------------------------------------------------------------------------------------------------------------------------------------------
<!-- Capships max escort squads.-->
<!-- This controls the number of max escort squad for capships (for Invasion and Retaliation forces). If too much, can slow down your fps-->
<!-- Now works with all JOB FLEETS in the game -->
<set_value name="md.CM_Config.Settings.$Squad" exact="2" />
<!-- Wingman max for each squad. -->
<!-- This controls the max number of wingman for each escort squad (for Invasion and Retaliation forces). If too much, can slow down your fps-->
<!-- Now works with all JOB FLEETS in the game -->
<set_value name="md.CM_Config.Settings.$Wing" exact="2" />