2025-8-14
This commit is contained in:
37
Source/任务框架范例/Defs/HediffDefs/InsectPart.xml
Normal file
37
Source/任务框架范例/Defs/HediffDefs/InsectPart.xml
Normal file
@@ -0,0 +1,37 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Defs>
|
||||
|
||||
<HediffDef ParentName="ImplantHediffBase">
|
||||
<defName>AE_BodyPart_Exoskeleton</defName>
|
||||
<label>insect-like exoskeleton</label>
|
||||
<labelNoun>insect-like exoskeleton</labelNoun>
|
||||
<description>The body of this pawn has been partially changed to insect-like, resulting in exoskeletons resembling those of the insect.</description>
|
||||
<defaultLabelColor>(0.98,0,0,0.9)</defaultLabelColor>
|
||||
<addedPartProps>
|
||||
<solid>true</solid>
|
||||
<partEfficiency>1.5</partEfficiency>
|
||||
<betterThanNatural>false</betterThanNatural>
|
||||
</addedPartProps>
|
||||
<stages>
|
||||
<li>
|
||||
<statFactors>
|
||||
<IncomingDamageFactor>0.7</IncomingDamageFactor>
|
||||
</statFactors>
|
||||
</li>
|
||||
</stages>
|
||||
</HediffDef>
|
||||
|
||||
<HediffDef ParentName="AddedBodyPartBase">
|
||||
<defName>AE_BodyPart_CompoundEye</defName>
|
||||
<label>compound eye</label>
|
||||
<labelNoun>compound eye</labelNoun>
|
||||
<description>The eye of this pawn has been partially changed to insect-like,his "eyes" are sharper now.</description>
|
||||
<defaultLabelColor>(0.98,0,0,0.9)</defaultLabelColor>
|
||||
<addedPartProps>
|
||||
<solid>true</solid>
|
||||
<partEfficiency>1.5</partEfficiency>
|
||||
<betterThanNatural>false</betterThanNatural>
|
||||
</addedPartProps>
|
||||
</HediffDef>
|
||||
|
||||
</Defs>
|
||||
Reference in New Issue
Block a user