This commit is contained in:
2025-11-18 11:50:30 +08:00
parent 710eca55d4
commit 875edfcc41
14 changed files with 1275 additions and 89 deletions

View File

@@ -42,11 +42,16 @@ namespace WulaFallenEmpire
public bool avoidHittingFlyOver = true;
// 信件通知
public bool sendAttackLetter = true; // 是否发送攻击信件
public bool sendAttackLetter = false; // 是否发送攻击信件
public string customLetterLabel; // 自定义信件标题
public string customLetterText; // 自定义信件内容
public LetterDef letterDef = LetterDefOf.ThreatBig; // 信件类型
// 新增:派系甄别系统
public bool useFactionDiscrimination = false; // 是否使用派系甄别
public FactionDef targetFaction; // 目标派系(友军派系)
public bool useMicroTracking = false; // 是否启用微追踪
public CompProperties_ShipArtillery()
{
compClass = typeof(CompShipArtillery);