Compare commits

..

1 Commits

Author SHA1 Message Date
ProjectKoi-Kalo\Kalo
19db016772 OilTransfusion 2024-08-28 00:13:44 +08:00
9 changed files with 64 additions and 9 deletions

View File

@ -958,7 +958,6 @@
</butcherProducts> </butcherProducts>
<recipes> <recipes>
<li>Anesthetize</li> <li>Anesthetize</li>
<li MayRequire="Ludeon.RimWorld.Anomaly">SurgicalInspection</li>
<li>PN_Disassemble</li> <li>PN_Disassemble</li>
<li>PN_Repair</li> <li>PN_Repair</li>
<li>PN_Maintenance</li> <li>PN_Maintenance</li>

View File

@ -0,0 +1,31 @@
<?xml version="1.0" encoding="utf-8" ?>
<Defs>
<RecipeDef ParentName="PN_Surgery">
<defName>PN_EmergencyOilTransfusion</defName>
<label>Emergency Oil Transfusion</label>
<description>Use Pnl Fuel to reduce the effects of oil loss.</description>
<jobString>performing oil transfusion on TargetA.</jobString>
<workAmount>800</workAmount>
<hideBodyPartNames>true</hideBodyPartNames>
<targetsBodyPart>false</targetsBodyPart>
<anesthetize>false</anesthetize>
<workerClass>Recipe_BloodTransfusion</workerClass>
<surgeryOutcomeEffect IsNull="True" /> <!-- Always succeeds -->
<ingredients>
<li>
<filter>
<thingDefs>
<li>PN_AutomatonFuel</li>
</thingDefs>
</filter>
</li>
</ingredients>
<fixedIngredientFilter>
<thingDefs>
<li>PN_AutomatonFuel</li>
</thingDefs>
</fixedIngredientFilter>
</RecipeDef>
</Defs>

View File

@ -15,4 +15,8 @@
<PN_RemoveAutoRepairSystem.description>移除自动修复系统</PN_RemoveAutoRepairSystem.description> <PN_RemoveAutoRepairSystem.description>移除自动修复系统</PN_RemoveAutoRepairSystem.description>
<PN_RemoveAutoRepairSystem.jobString>移除自动修复系统中</PN_RemoveAutoRepairSystem.jobString> <PN_RemoveAutoRepairSystem.jobString>移除自动修复系统中</PN_RemoveAutoRepairSystem.jobString>
<PN_EmergencyOilTransfusion.label>紧急输油</PN_EmergencyOilTransfusion.label>
<PN_EmergencyOilTransfusion.description>使用Pnl燃料来减少漏油对姬关人形的影响。</PN_EmergencyOilTransfusion.description>
<PN_EmergencyOilTransfusion.jobString>正在对TargetA进行紧急输油。</PN_EmergencyOilTransfusion.jobString>
</LanguageData> </LanguageData>

Binary file not shown.

View File

@ -0,0 +1,21 @@
<?xml version="1.0" encoding="utf-8" ?>
<Patch>
<Operation Class="PatchOperationAdd">
<xpath>/Defs/PawnKindDef[defName="PN_Testsubject"]</xpath>
<value>
<techHediffsRequired>
<li>PN_ExperimentalEngineCore</li>
<li>PN_AutoRepairSystem</li>
</techHediffsRequired>
</value>
</Operation>
<Operation Class="PatchOperationAdd">
<xpath>/Defs/AlienRace.ThingDef_AlienRace[defName="Paniel_Race"]/recipes</xpath>
<value>
<li>PN_EmergencyOilTransfusion</li>
</value>
</Operation>
</Patch>

View File

@ -0,0 +1,8 @@
You don't need to do this for now.
//I put things that not made by demi as dlc in this folder. To unlock those content, extreat "Paniel_Experimental.7z" as Local mod in your Mods folder and active it.
It's a empty mod and just for tell the game to load things in this folder.
//我把不是由demi制作的东西作为DLC放在了这个文件夹里。要解锁这些内容在你的Mods文件夹中解压并激活"Paniel_Experimental.7z"作为本地mod。
它是一个空的mod只是为了告诉游戏加载这个文件夹里的东西。

View File

@ -44,24 +44,16 @@ and Rimworld Korea Discord members.
<steamWorkshopUrl>steam://url/CommunityFilePage/2009463077</steamWorkshopUrl> <steamWorkshopUrl>steam://url/CommunityFilePage/2009463077</steamWorkshopUrl>
<downloadUrl>https://github.com/pardeike/HarmonyRimWorld/releases/latest</downloadUrl> <downloadUrl>https://github.com/pardeike/HarmonyRimWorld/releases/latest</downloadUrl>
</li> </li>
<li>
<packageId>goudaquiche.MoharFramework</packageId>
<displayName>MoHAR framework</displayName>
<steamWorkshopUrl>steam://url/CommunityFilePage/2057001924</steamWorkshopUrl>
<downloadUrl>https://github.com/goudaQuiche/MoharFramework</downloadUrl>
</li>
</modDependencies> </modDependencies>
<loadAfter> <loadAfter>
<li>Ludeon.RimWorld</li> <li>Ludeon.RimWorld</li>
<li>brrainz.harmony</li> <li>brrainz.harmony</li>
<li>erdelf.HumanoidAlienRaces</li> <li>erdelf.HumanoidAlienRaces</li>
<li>goudaquiche.MoharFramework</li>
</loadAfter> </loadAfter>
<forceLoadAfter> <forceLoadAfter>
<li>Ludeon.RimWorld</li> <li>Ludeon.RimWorld</li>
<li>brrainz.harmony</li> <li>brrainz.harmony</li>
<li>erdelf.HumanoidAlienRaces</li> <li>erdelf.HumanoidAlienRaces</li>
<li>goudaquiche.MoharFramework</li>
</forceLoadAfter> </forceLoadAfter>
<incompatibleWith> <incompatibleWith>
<li>Ykara.elStrages.EPOE</li> <li>Ykara.elStrages.EPOE</li>