SoPnL 애드온 추가

This commit is contained in:
Cocopomel 2021-09-16 22:49:06 +09:00
parent 8122cf7410
commit bcc1365fe8
2 changed files with 43 additions and 0 deletions

41
1.3/Patches/SoPnL.xml Normal file
View File

@ -0,0 +1,41 @@
<?xml version="1.0" encoding="utf-8" ?>
<Patch>
<Operation Class="PatchOperationFindMod">
<mods>
<li>Paniel the Secret of PnL</li>
</mods>
<match Class="PatchOperationSequence">
<success>Always</success>
<operations>
<li Class="PatchOperationAdd">
<xpath>/Defs/ThingDef[defName = "PN_Brain"]/thingCategories</xpath>
<value>
<li>PN_BrainCoreCatagory</li>
</value>
</li>
<li Class="PatchOperationAdd">
<xpath>/Defs/ThingDef[defName = "PN_BrainCasing"]</xpath>
<value>
<recipeMaker>
<workSpeedStat>GeneralLaborSpeed</workSpeedStat>
<workSkill>Crafting</workSkill>
<effectWorking>Smith</effectWorking>
<soundWorking>Recipe_Smith</soundWorking>
<unfinishedThingDef>UnfinishedHealthItemBionic</unfinishedThingDef>
<skillRequirements>
<Crafting>8</Crafting>
</skillRequirements>
<researchPrerequisite>PNRP_BrainCasing</researchPrerequisite>
<recipeUsers>
<li>PN_AutomatonBench</li>
</recipeUsers>
</recipeMaker>
</value>
</li>
</operations>
</match>
</Operation>
</Patch>

View File

@ -8,6 +8,8 @@
</supportedVersions> </supportedVersions>
<description> <description>
Paniel the Automata Paniel the Automata
Paniel the Secret of PnL : https://steamcommunity.com/sharedfiles/filedetails/?id=2603293585
</description> </description>
<modDependencies> <modDependencies>
<li> <li>