From 8c806e49afe55c50d658aade2d1f72ab5163c554 Mon Sep 17 00:00:00 2001 From: "ProjectKoi-Kalo\\Kalo" Date: Fri, 3 Oct 2025 14:54:15 +0800 Subject: [PATCH] zc --- 1.6/1.6/Assemblies/ArachnaeSwarm.dll | Bin 352256 -> 352256 bytes .../Defs/Thing_building/ARA_SwarmTurret.xml | 21 +++++++++++------- .../Building_CatastropheMissileSilo.cs | 2 +- 3 files changed, 14 insertions(+), 9 deletions(-) diff --git a/1.6/1.6/Assemblies/ArachnaeSwarm.dll b/1.6/1.6/Assemblies/ArachnaeSwarm.dll index 98f8a99155f36634b80df0446e1daa01e14828be..04f2729893d3d9945613cb1a81becb6c8156ac09 100644 GIT binary patch delta 91 zcmZoTAlh(1bV4Vy#=NbKJzIMiS>CX0WME*MKIILgGRsyVYy0jujIUW(c7vF!J~EzJ t$Fzr`yLxXKQnxEKc2C@tUQh1OSM5CN%&6 delta 91 zcmZoTAlh(1bV4WdeYq!%JzIMiS>CYNF)?sWpYn!LnZ*^z+P?b@<7*a{co1{dN5(Vj tm`*abS1e!xV&?4?3s^pQ32Z*RxqfAFig)AvIeVT=Uevk0;x$W02>^lxCt?5q diff --git a/1.6/1.6/Defs/Thing_building/ARA_SwarmTurret.xml b/1.6/1.6/Defs/Thing_building/ARA_SwarmTurret.xml index 6370358..c5e2336 100644 --- a/1.6/1.6/Defs/Thing_building/ARA_SwarmTurret.xml +++ b/1.6/1.6/Defs/Thing_building/ARA_SwarmTurret.xml @@ -139,11 +139,11 @@ true true -
  • - 10 +
  • + 600000 + true 寿命 这种半植物生命的寿命转瞬即逝。 - true
  • PassThroughOnly @@ -347,7 +347,7 @@
  • - 0.5 + 0.5
  • @@ -409,7 +409,7 @@
  • -
  • (0, -2.5)
  • +
  • (0, -2.5)
  • @@ -496,7 +496,7 @@
  • - 0.5 + 0.5
  • @@ -559,7 +559,7 @@
  • -
  • (0, -1.4)
  • +
  • (0, -1.4)
  • @@ -665,6 +665,11 @@ + +
  • + 0.3 +
  • +
    CatastropheMissile_Weapon 15.0 @@ -719,7 +724,7 @@
  • -
  • (0, -5)
  • +
  • (0, -5)
  • diff --git a/Source/ArachnaeSwarm/Buildings/Building_CatastropheMissileSilo/Building_CatastropheMissileSilo.cs b/Source/ArachnaeSwarm/Buildings/Building_CatastropheMissileSilo/Building_CatastropheMissileSilo.cs index f6a33d4..5a46632 100644 --- a/Source/ArachnaeSwarm/Buildings/Building_CatastropheMissileSilo/Building_CatastropheMissileSilo.cs +++ b/Source/ArachnaeSwarm/Buildings/Building_CatastropheMissileSilo/Building_CatastropheMissileSilo.cs @@ -12,7 +12,7 @@ using RimWorld.Planet; namespace ArachnaeSwarm { [StaticConstructorOnStartup] - public class Building_CatastropheMissileSilo : Building_TurretGun + public class Building_CatastropheMissileSilo : Building_TurretGunHasSpeed { public GlobalTargetInfo longTarget; public static readonly Texture2D FireMissionTex = ContentFinder.Get("ArachnaeSwarm/UI/Commands/ARA_CatastropheMissileSilo_FireMission", true);