This commit is contained in:
ProjectKoi-Kalo\Kalo 2024-05-19 11:06:08 +08:00
parent dea3d6b9d3
commit 755beceb52
2 changed files with 38 additions and 8 deletions

View File

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8" ?> <?xml version="1.0" encoding="utf-8" ?>
<Defs> <Defs>
<ThingDef Name="DRM_ApparelArmorReconBase" ParentName="ArmorMachineableBase" Abstract="True"> <ThingDef Name="DRM_ApparelArmorBase" ParentName="ApparelBase" Abstract="True">
<recipeMaker> <recipeMaker>
<workSpeedStat>GeneralLaborSpeed</workSpeedStat> <workSpeedStat>GeneralLaborSpeed</workSpeedStat>
<workSkill>Crafting</workSkill> <workSkill>Crafting</workSkill>
@ -65,7 +65,7 @@
</thingSetMakerTags> </thingSetMakerTags>
</ThingDef> </ThingDef>
<ThingDef Name="DRM_ApparelArmorHelmetReconBase" ParentName="ArmorHelmetMakeableBase" Abstract="True"> <ThingDef Name="DRM_ApparelArmorHelmetBase" ParentName="ApparelBase" Abstract="True">
<recipeMaker> <recipeMaker>
<workSpeedStat>GeneralLaborSpeed</workSpeedStat> <workSpeedStat>GeneralLaborSpeed</workSpeedStat>
<workSkill>Crafting</workSkill> <workSkill>Crafting</workSkill>
@ -97,9 +97,11 @@
<Insulation_Heat>2</Insulation_Heat> <Insulation_Heat>2</Insulation_Heat>
<EquipDelay>1.5</EquipDelay> <EquipDelay>1.5</EquipDelay>
</statBases> </statBases>
<thingCategories>
<li>ArmorHeadgear</li>
</thingCategories>
<costList> <costList>
<WoolDragonian>20</WoolDragonian> <Plasteel>25</Plasteel>
<Plasteel>30</Plasteel>
</costList> </costList>
<apparel> <apparel>
<bodyPartGroups> <bodyPartGroups>
@ -112,6 +114,7 @@
<defaultOutfitTags> <defaultOutfitTags>
<li>Soldier</li> <li>Soldier</li>
</defaultOutfitTags> </defaultOutfitTags>
<parentTagDef>ApparelHead</parentTagDef>
</apparel> </apparel>
<comps> <comps>
<li Class="CompProperties_Biocodable"/> <li Class="CompProperties_Biocodable"/>
@ -121,7 +124,7 @@
</thingSetMakerTags> </thingSetMakerTags>
</ThingDef> </ThingDef>
<ThingDef ParentName="DRM_ApparelArmorReconBase"> <ThingDef ParentName="DRM_ApparelArmorBase">
<defName>DRM_BattleDressC</defName> <defName>DRM_BattleDressC</defName>
<label>dragonian Battle dress c</label> <label>dragonian Battle dress c</label>
<description>Lightweight armor with plate on the dress.Upgrade with Plasteel.</description> <description>Lightweight armor with plate on the dress.Upgrade with Plasteel.</description>
@ -131,21 +134,44 @@
<li>DRM_BattleDressC</li> <li>DRM_BattleDressC</li>
</tags> </tags>
</apparel> </apparel>
<comps>
<li Class="CompProperties_CauseHediff_Apparel">
<hediff>DRM_KnightForce</hediff>
</li>
</comps>
</ThingDef> </ThingDef>
<ThingDef ParentName="DRM_ApparelArmorHelmetReconBase"> <HediffDef>
<defName>DRM_KnightForce</defName>
<label>KnightForce</label>
<description>Can't be knock back.This person is fully prepared.</description>
<hediffClass>HediffWithComps</hediffClass>
<stages>
<li>
<statFactors>
<StaggerDurationFactor>0</StaggerDurationFactor>
</statFactors>
</li>
</stages>
<comps>
<li Class="HediffCompProperties_RemoveIfApparelDropped" />
</comps>
<isBad>false</isBad>
</HediffDef>
<ThingDef ParentName="DRM_ApparelArmorHelmetBase">
<defName>DRM_BattleHelmC</defName> <defName>DRM_BattleHelmC</defName>
<label>dragonian battle helm C</label> <label>dragonian battle helm C</label>
<description>A lightweight battle helm with a complex design.Can protect Full Head.</description> <description>A lightweight battle helm with a complex design.Can protect Full Head.</description>
<apparel> <apparel>
<tags> <tags>
<li>DR_Armor</li> <li>DR_Armor</li>
<li>DRM_BattleHelmD</li> <li>DRM_BattleHelmC</li>
</tags> </tags>
</apparel> </apparel>
</ThingDef> </ThingDef>
<ThingDef ParentName="DRM_ApparelArmorHelmetReconBase"> <ThingDef ParentName="DRM_ApparelArmorHelmetBase">
<defName>DRM_BattleHelmD</defName> <defName>DRM_BattleHelmD</defName>
<label>dragonian battle helm D</label> <label>dragonian battle helm D</label>
<description>A lightweight battle helm with a complex design.Can protect Full Head.</description> <description>A lightweight battle helm with a complex design.Can protect Full Head.</description>

View File

@ -52,5 +52,9 @@
<InstallHardenDragonianOrb.label>安装硬化龙珠</InstallHardenDragonianOrb.label> <InstallHardenDragonianOrb.label>安装硬化龙珠</InstallHardenDragonianOrb.label>
<InstallHardenDragonianOrb.description>安装硬化龙珠。</InstallHardenDragonianOrb.description> <InstallHardenDragonianOrb.description>安装硬化龙珠。</InstallHardenDragonianOrb.description>
<InstallHardenDragonianOrb.jobString>正在安装硬化龙珠。</InstallHardenDragonianOrb.jobString> <InstallHardenDragonianOrb.jobString>正在安装硬化龙珠。</InstallHardenDragonianOrb.jobString>
<DRM_KnightForce.label>骑士之力</DRM_KnightForce.label>
<DRM_KnightForce.description>这个人已经完全准备就绪。无法被击退。</DRM_KnightForce.description>
<DRM_KnightForce.labelNoun>骑士之力</DRM_KnightForce.labelNoun>
</LanguageData> </LanguageData>