存
This commit is contained in:
Binary file not shown.
13
1.6/1.6/Defs/JobDefs/SuperCarry_JobDef.xml
Normal file
13
1.6/1.6/Defs/JobDefs/SuperCarry_JobDef.xml
Normal 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>
|
||||
@@ -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>
|
||||
|
||||
@@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<LanguageData>
|
||||
|
||||
<SuperCarry>强制携带 {0}</SuperCarry>
|
||||
|
||||
</LanguageData>
|
||||
Reference in New Issue
Block a user