Compare commits

...

3 Commits

Author SHA1 Message Date
ProjectKoi-Kalo\Kalo
a41d8608dc 添加PanielRaceDef.xml中的SurgicalInspection配方及其依赖项。bug report@Pupil_passed 2025-02-03 16:45:48 +08:00
ProjectKoi-Kalo\Kalo
80c6ed6c48 Add Mohar Framework mod dependency and load order updates in About.xml 2024-12-17 22:54:37 +08:00
ProjectKoi-Kalo\Kalo
92bec9f5e2 fix 2024-08-28 11:34:48 +08:00
7 changed files with 9 additions and 22 deletions

View File

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

View File

@ -1,14 +0,0 @@
<?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>
</Patch>

View File

@ -1,8 +0,0 @@
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,16 +44,24 @@ and Rimworld Korea Discord members.
<steamWorkshopUrl>steam://url/CommunityFilePage/2009463077</steamWorkshopUrl>
<downloadUrl>https://github.com/pardeike/HarmonyRimWorld/releases/latest</downloadUrl>
</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>
<loadAfter>
<li>Ludeon.RimWorld</li>
<li>brrainz.harmony</li>
<li>erdelf.HumanoidAlienRaces</li>
<li>goudaquiche.MoharFramework</li>
</loadAfter>
<forceLoadAfter>
<li>Ludeon.RimWorld</li>
<li>brrainz.harmony</li>
<li>erdelf.HumanoidAlienRaces</li>
<li>goudaquiche.MoharFramework</li>
</forceLoadAfter>
<incompatibleWith>
<li>Ykara.elStrages.EPOE</li>