This commit is contained in:
2025-09-25 19:04:31 +08:00
parent 820a106c78
commit 8d58c5b0b1
8 changed files with 136 additions and 0 deletions

Binary file not shown.

View File

@@ -0,0 +1,13 @@
<?xml version="1.0" encoding="utf-8" ?>
<Defs>
<JobDef>
<defName>SuperCarry</defName>
<driverClass>ArachnaeSwarm.JobDriver_SuperCarry</driverClass>
<reportString>正在超级携带 TargetA。</reportString>
<suspendable>false</suspendable>
<allowOpportunisticPrefix>true</allowOpportunisticPrefix>
<carryThingAfterJob>true</carryThingAfterJob>
</JobDef>
</Defs>

View File

@@ -261,6 +261,13 @@
<apparelTags>
</apparelTags>
<apparelMoney>0</apparelMoney>
<modExtensions>
<li Class="ArachnaeSwarm.SuperCarryExtension">
<canSuperCarry>true</canSuperCarry>
<requiresFlight>true</requiresFlight>
<canCarryHostile>false</canCarryHostile>
</li>
</modExtensions>
</PawnKindDef>
<PawnKindDef ParentName="ArachnaeNodeABasePawnKind">
<defName>ArachnaeNode_Race_NeuroSwarm</defName>

View File

@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8" ?>
<LanguageData>
<SuperCarry>强制携带 {0}</SuperCarry>
</LanguageData>