2025-7-14

This commit is contained in:
Tourswen
2025-07-14 03:47:48 +08:00
parent b0f3ea1b10
commit 9f95777891
4 changed files with 25 additions and 12 deletions

View File

@@ -887,6 +887,12 @@
<isBad>false</isBad> <isBad>false</isBad>
<duplicationAllowed>true</duplicationAllowed> <duplicationAllowed>true</duplicationAllowed>
<keepOnBodyPartRestoration>false</keepOnBodyPartRestoration> <!-- true --> <keepOnBodyPartRestoration>false</keepOnBodyPartRestoration> <!-- true -->
<comps>
<li Class="HediffCompProperties_ChanceToRemove">
<intervalTicks>1</intervalTicks>
<chance>1</chance>
</li>
</comps>
</HediffDef> </HediffDef>
<RecipeDef ParentName="SurgeryInstallBodyPartArtificialBase"> <RecipeDef ParentName="SurgeryInstallBodyPartArtificialBase">

View File

@@ -82,7 +82,7 @@
<RecipeDef ParentName="MediumMechanoidRecipe"> <RecipeDef ParentName="MediumMechanoidRecipe">
<defName>WULA_Build_AI_Heavy_Panzer</defName> <defName>WULA_Build_AI_Heavy_Panzer</defName>
<label>建造SMp-38"萨克森"</label> <label>建造SMp-38"萨克森"</label>
<description>建造一台SMp-38"萨克森"智能战车,不包含配套武器</description> <description>建造一台SMp-38"萨克森"智能战车。</description>
<ingredients Inherit="False"> <ingredients Inherit="False">
<li> <li>
<filter> <filter>
@@ -126,9 +126,9 @@
<researchPrerequisite>WULA_AI_Machine_Panzer_Technology</researchPrerequisite> <researchPrerequisite>WULA_AI_Machine_Panzer_Technology</researchPrerequisite>
</RecipeDef> </RecipeDef>
<RecipeDef ParentName="MediumMechanoidRecipe"> <RecipeDef ParentName="MediumMechanoidRecipe">
<defName>WULA_Build_Armour</defName> <defName>WULA_Build_AI_Heavy_Panzer_Gunnery</defName>
<label>建造SMp-11"甲胄"</label> <label>建造SMp-38A"斯佩萨特"</label>
<description>建造一台SMp-11"甲胄"大型战甲,不包含配套武器</description> <description>建造一台SMp-38A"斯佩萨特"智能战车</description>
<ingredients Inherit="False"> <ingredients Inherit="False">
<li> <li>
<filter> <filter>
@@ -136,7 +136,7 @@
<li>Steel</li> <li>Steel</li>
</thingDefs> </thingDefs>
</filter> </filter>
<count>500</count> <count>600</count>
</li> </li>
<li> <li>
<filter> <filter>
@@ -144,7 +144,7 @@
<li>Plasteel</li> <li>Plasteel</li>
</thingDefs> </thingDefs>
</filter> </filter>
<count>200</count> <count>250</count>
</li> </li>
<li> <li>
<filter> <filter>
@@ -152,7 +152,7 @@
<li>ComponentIndustrial</li> <li>ComponentIndustrial</li>
</thingDefs> </thingDefs>
</filter> </filter>
<count>20</count> <count>24</count>
</li> </li>
<li> <li>
<filter> <filter>
@@ -160,16 +160,16 @@
<li>ComponentSpacer</li> <li>ComponentSpacer</li>
</thingDefs> </thingDefs>
</filter> </filter>
<count>3</count> <count>4</count>
</li> </li>
</ingredients> </ingredients>
<products> <products>
<Wula_Armour>1</Wula_Armour> <Wula_AI_Heavy_Panzer_Gunnery>1</Wula_AI_Heavy_Panzer_Gunnery>
</products> </products>
<descriptionHyperlinks> <descriptionHyperlinks>
<ThingDef>Wula_Armour</ThingDef> <ThingDef>Wula_AI_Heavy_Panzer_Gunnery</ThingDef>
</descriptionHyperlinks> </descriptionHyperlinks>
<researchPrerequisite>WULA_Armour_Technology</researchPrerequisite> <researchPrerequisite>WULA_AI_Machine_Panzer_Technology</researchPrerequisite>
</RecipeDef> </RecipeDef>
<RecipeDef ParentName="LightMechanoidRecipe"> <RecipeDef ParentName="LightMechanoidRecipe">

View File

@@ -387,7 +387,7 @@
<li>WULA_Build_Mech_Cat_EMP</li> <li>WULA_Build_Mech_Cat_EMP</li>
<li>WULA_Build_Mech_Cat_Fire</li> <li>WULA_Build_Mech_Cat_Fire</li>
<li>WULA_Build_AI_Heavy_Panzer</li> <li>WULA_Build_AI_Heavy_Panzer</li>
<li>WULA_Build_Armour</li> <li>WULA_Build_AI_Heavy_Panzer_Gunnery</li>
</recipes> </recipes>
<comps> <comps>
<li Class="CompProperties_WasteProducer" /> <li Class="CompProperties_WasteProducer" />

View File

@@ -855,6 +855,9 @@
<CarryingCapacity>1200</CarryingCapacity> <CarryingCapacity>1200</CarryingCapacity>
<ShootingAccuracyPawn>200</ShootingAccuracyPawn> <ShootingAccuracyPawn>200</ShootingAccuracyPawn>
<IncomingDamageFactor>0.75</IncomingDamageFactor> <IncomingDamageFactor>0.75</IncomingDamageFactor>
<MechEnergyLossPerHP MayRequire="Ludeon.RimWorld.Biotech">0.1</MechEnergyLossPerHP>
<WastepacksPerRecharge MayRequire="Ludeon.RimWorld.Biotech">5</WastepacksPerRecharge>
</statBases> </statBases>
<race> <race>
<body>WULA_AI_Heavy_Panzer_Body</body> <body>WULA_AI_Heavy_Panzer_Body</body>
@@ -915,6 +918,8 @@
<statBases> <statBases>
<MoveSpeed>6</MoveSpeed> <MoveSpeed>6</MoveSpeed>
<WastepacksPerRecharge MayRequire="Ludeon.RimWorld.Biotech">0</WastepacksPerRecharge>
</statBases> </statBases>
<race> <race>
<mechEnabledWorkTypes> <mechEnabledWorkTypes>
@@ -961,6 +966,8 @@
<statBases> <statBases>
<MoveSpeed>5</MoveSpeed> <MoveSpeed>5</MoveSpeed>
<WastepacksPerRecharge MayRequire="Ludeon.RimWorld.Biotech">0</WastepacksPerRecharge>
</statBases> </statBases>
<race> <race>
<mechEnabledWorkTypes> <mechEnabledWorkTypes>