feat: 添加拦截空投舱功能并更新飞行器配置

将拦截空投舱能力从单位移至进化树
更新飞行器配置并添加新的假飞行器定义
修改拦截组件的默认飞行器类型
This commit is contained in:
2026-02-17 16:20:57 +08:00
parent 988967439f
commit be500c5d59
6 changed files with 45 additions and 3 deletions

View File

@@ -9,7 +9,7 @@ namespace ArachnaeSwarm
public class GameComponent_DropPodInterceptor : GameComponent
{
private const string DefaultAircraftDefName = "ARA_HiveCorvette_Entity";
private const string DefaultInterceptFlyOverDefName = "ARA_HiveCorvette_Fake";
private const string DefaultInterceptFlyOverDefName = "ARA_HiveCorvetteB_Fake";
private bool interceptEnabled;