"添加冷冻切割尾手术配方及安装描述"

This commit is contained in:
ProjectKoi-Kalo\Kalo 2025-05-13 20:46:42 +08:00
parent 963bab36c9
commit 7c0803d5f5
2 changed files with 34 additions and 0 deletions

View File

@ -287,6 +287,36 @@
<addsHediff>DRM_FlameSlashTail</addsHediff>
</RecipeDef>
<RecipeDef ParentName="SurgeryInstallBodyPartProstheticBase">
<defName>InstallDRM_CryoSlashTail</defName>
<label>install Cryo slash tail</label>
<description>Install a Cryo slash tail.</description>
<descriptionHyperlinks>
<ThingDef>DRM_CryoSlashTail</ThingDef>
<HediffDef>DRM_CryoSlashTail</HediffDef>
</descriptionHyperlinks>
<jobString>Installing Cryo slash tail.</jobString>
<ingredients>
<li>
<filter>
<thingDefs>
<li>DRM_CryoSlashTail</li>
</thingDefs>
</filter>
<count>1</count>
</li>
</ingredients>
<fixedIngredientFilter>
<thingDefs>
<li>DRM_CryoSlashTail</li>
</thingDefs>
</fixedIngredientFilter>
<appliedOnFixedBodyParts>
<li>Spine</li>
</appliedOnFixedBodyParts>
<addsHediff>DRM_CryoSlashTail</addsHediff>
</RecipeDef>
<RecipeDef ParentName="SurgeryInstallBodyPartProstheticBase">
<defName>InstallDRM_AcidSlashTail</defName>
<label>install Acid slash tail</label>

View File

@ -57,6 +57,10 @@
<InstallDRM_FlameSlashTail.description>安装焚斩尾。</InstallDRM_FlameSlashTail.description>
<InstallDRM_FlameSlashTail.jobString>正在安装焚斩尾。</InstallDRM_FlameSlashTail.jobString>
<InstallDRM_CryoSlashTail.label>安装霜斩尾</InstallDRM_CryoSlashTail.label>
<InstallDRM_CryoSlashTail.description>安装霜斩尾。</InstallDRM_CryoSlashTail.description>
<InstallDRM_CryoSlashTail.jobString>正在安装霜斩尾。</InstallDRM_CryoSlashTail.jobString>
<InstallDRM_AcidSlashTail.label>安装酸斩尾</InstallDRM_AcidSlashTail.label>
<InstallDRM_AcidSlashTail.description>安装酸斩尾。</InstallDRM_AcidSlashTail.description>
<InstallDRM_AcidSlashTail.jobString>正在安装酸斩尾。</InstallDRM_AcidSlashTail.jobString>