From 37093dd9238387f7dec8cc05177f090df75bda8d Mon Sep 17 00:00:00 2001 From: "ProjectKoi-Kalo\\Kalo" Date: Thu, 4 Sep 2025 14:40:43 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9A=82=E5=AD=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 1.6/1.6/Assemblies/ArachnaeSwarm.dll | Bin 65536 -> 65536 bytes 1.6/1.6/Defs/AbilityDefs/ARA_Abilities.xml | 2 +- 1.6/1.6/Defs/JobDefs/ARA_Jobs_Interactive.xml | 2 +- .../ARA_InteractiveProducer.xml | 79 ++++++++++++++++-- .../ArachnaeSwarm/CompInteractiveProducer.cs | 2 +- 5 files changed, 75 insertions(+), 10 deletions(-) diff --git a/1.6/1.6/Assemblies/ArachnaeSwarm.dll b/1.6/1.6/Assemblies/ArachnaeSwarm.dll index 1ae0634e6b1320b47ae86b8c1a55f9eafa571b56..f6b13c119f39890177197318c46f2e4a27b9fb89 100644 GIT binary patch delta 284 zcmZo@U}d z#bib%Vb+cr3=E8u6MvX*4q&FL&@anx0ENZy~nw^>TVdL z5Cg->v!TL0bNn1vtzG`+?e7S4jW> delta 259 zcmZo@U}s809wG#I9jv^qc%L?zd!yFav{fXfT68 zJp+RP1CZ?=>IpQG!C~{?_}bddJMM-t3NSBMJ8%5C+G~&e-R_*0qh~iO+*gt0)e&O^ ps)GQx$$>wl87(&F{#eL3dBYEf&3wOpF*8M&Z5I6Zo^hf9I{ - ARA_EggSpew + ARA_EggSpewBioforgeIncubator 工艺卵 UI/Commands/EggSpew diff --git a/1.6/1.6/Defs/JobDefs/ARA_Jobs_Interactive.xml b/1.6/1.6/Defs/JobDefs/ARA_Jobs_Interactive.xml index b745ae9..89ae943 100644 --- a/1.6/1.6/Defs/JobDefs/ARA_Jobs_Interactive.xml +++ b/1.6/1.6/Defs/JobDefs/ARA_Jobs_Interactive.xml @@ -2,7 +2,7 @@ - ARA_IncubateJob + ARA_StartInteractiveProduction ArachnaeSwarm.JobDriver_StartProduction 正在启动生产 TargetA. true diff --git a/1.6/1.6/Defs/Thing_building/ARA_InteractiveProducer.xml b/1.6/1.6/Defs/Thing_building/ARA_InteractiveProducer.xml index 2849bec..ed35939 100644 --- a/1.6/1.6/Defs/Thing_building/ARA_InteractiveProducer.xml +++ b/1.6/1.6/Defs/Thing_building/ARA_InteractiveProducer.xml @@ -49,12 +49,12 @@
  • Gun_ChainShotgun - 60000 + 60000 20
  • Gun_AssaultRifle - 60000 + 60000 15
  • @@ -73,20 +73,85 @@ True 18 23 + + 10 + 0.00001 +
  • - 13 - 28 - 0.00005 + 13 + 28 + 0.00005
  • CompHeatPusherPowered 6
  • - + 120 @@ -121,4 +186,4 @@ -
    \ No newline at end of file + diff --git a/Source/ArachnaeSwarm/CompInteractiveProducer.cs b/Source/ArachnaeSwarm/CompInteractiveProducer.cs index 8d65c8a..28228ea 100644 --- a/Source/ArachnaeSwarm/CompInteractiveProducer.cs +++ b/Source/ArachnaeSwarm/CompInteractiveProducer.cs @@ -193,7 +193,7 @@ namespace ArachnaeSwarm // When the float menu is clicked, we set the selected process on the comp, // so the JobDriver knows which process to start. this._selectedProcess = process; - Job job = JobMaker.MakeJob(DefDatabase.GetNamed("ARA_IncubateJob"), parent); + Job job = JobMaker.MakeJob(DefDatabase.GetNamed("ARA_StartInteractiveProduction"), parent); selPawn.jobs.TryTakeOrderedJob(job, JobTag.Misc); }); }