More updates.
This commit is contained in:
parent
fd601cd82d
commit
fc76053855
89
Defs/Recipes/RCore_BulkChemfuel.xml
Normal file
89
Defs/Recipes/RCore_BulkChemfuel.xml
Normal file
@ -0,0 +1,89 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<Defs>
|
||||
<RecipeDef>
|
||||
<defName>Make_ChemfuelFromWoodBulk</defName>
|
||||
<label>make chemfuel from wood x4</label>
|
||||
<description>Make a batch of chemfuel by extracting and condensing wood gas from logs.</description>
|
||||
<jobString>Refining chemfuel from wood.</jobString>
|
||||
<effectWorking>Cremate</effectWorking>
|
||||
<soundWorking>Recipe_Cremate</soundWorking>
|
||||
<workAmount>6000</workAmount>
|
||||
<workSpeedStat>GeneralLaborSpeed</workSpeedStat>
|
||||
<ingredients>
|
||||
<li>
|
||||
<filter>
|
||||
<thingDefs>
|
||||
<li>WoodLog</li>
|
||||
</thingDefs>
|
||||
</filter>
|
||||
<count>280</count>
|
||||
</li>
|
||||
</ingredients>
|
||||
<fixedIngredientFilter>
|
||||
<thingDefs>
|
||||
<li>WoodLog</li>
|
||||
</thingDefs>
|
||||
</fixedIngredientFilter>
|
||||
<products>
|
||||
<Chemfuel>140</Chemfuel>
|
||||
</products>
|
||||
</RecipeDef>
|
||||
<RecipeDef>
|
||||
<defName>Make_ChemfuelFromOrganicsBulk</defName>
|
||||
<label>make chemfuel from organics x4</label>
|
||||
<description>Make a batch of chemfuel by extracting biofuel from organic feedstocks.</description>
|
||||
<jobString>Refining chemfuel from organics.</jobString>
|
||||
<effectWorking>Cremate</effectWorking>
|
||||
<soundWorking>Recipe_Cremate</soundWorking>
|
||||
<workAmount>2500</workAmount>
|
||||
<workSpeedStat>GeneralLaborSpeed</workSpeedStat>
|
||||
<allowMixingIngredients>true</allowMixingIngredients>
|
||||
<ingredientValueGetterClass>IngredientValueGetter_Nutrition</ingredientValueGetterClass>
|
||||
<ingredients>
|
||||
<li>
|
||||
<filter>
|
||||
<customSummary>feedstock</customSummary>
|
||||
<categories>
|
||||
<li>Foods</li>
|
||||
<li>PlantMatter</li>
|
||||
</categories>
|
||||
<disallowedThingDefs>
|
||||
<li>Hay</li>
|
||||
<li>Dye</li>
|
||||
</disallowedThingDefs>
|
||||
<disallowedCategories>
|
||||
<li>FoodMeals</li>
|
||||
</disallowedCategories>
|
||||
</filter>
|
||||
<count>14</count>
|
||||
</li>
|
||||
</ingredients>
|
||||
<fixedIngredientFilter>
|
||||
<categories>
|
||||
<li>Foods</li>
|
||||
<li>PlantMatter</li>
|
||||
</categories>
|
||||
<disallowedThingDefs>
|
||||
<li>Hay</li>
|
||||
<li>Dye</li>
|
||||
<li MayRequire="Ludeon.RimWorld.Biotech">HemogenPack</li>
|
||||
<li MayRequire="Ludeon.RimWorld.Biotech">BabyFood</li>
|
||||
</disallowedThingDefs>
|
||||
<disallowedCategories>
|
||||
<li>FoodMeals</li>
|
||||
</disallowedCategories>
|
||||
</fixedIngredientFilter>
|
||||
<defaultIngredientFilter>
|
||||
<categories>
|
||||
<li>FoodRaw</li>
|
||||
</categories>
|
||||
<disallowedCategories>
|
||||
<li>MeatRaw</li>
|
||||
<li>AnimalProductRaw</li>
|
||||
</disallowedCategories>
|
||||
</defaultIngredientFilter>
|
||||
<products>
|
||||
<Chemfuel>140</Chemfuel>
|
||||
</products>
|
||||
</RecipeDef>
|
||||
</Defs>
|
@ -1,22 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<Patch>
|
||||
<Operation Class="PatchOperationAdd">
|
||||
<xpath>Defs/ThingDef[defName="Synthread" or defName="Hyperweave" or
|
||||
defName="DevilstrandCloth"]</xpath>
|
||||
<value>
|
||||
<stackLimit>150</stackLimit>
|
||||
</value>
|
||||
</Operation>
|
||||
<Operation Class="PatchOperationAdd">
|
||||
<xpath>Defs/ThingDef[defName="Cloth"]</xpath>
|
||||
<value>
|
||||
<stackLimit>300</stackLimit>
|
||||
</value>
|
||||
</Operation>
|
||||
<Operation Class="PatchOperationReplace">
|
||||
<xpath>Defs/ThingDef[defName="WoolBase"]/stackLimit</xpath>
|
||||
<value>
|
||||
<stackLimit>300</stackLimit>
|
||||
</value>
|
||||
</Operation>
|
||||
</Patch>
|
40
Patches/PCore_Stacklimit.xml
Normal file
40
Patches/PCore_Stacklimit.xml
Normal file
@ -0,0 +1,40 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<Patch>
|
||||
<Operation Class="PatchOperationAdd">
|
||||
<xpath>Defs/ThingDef[defName="Synthread" or defName="Hyperweave" or
|
||||
defName="DevilstrandCloth"]</xpath>
|
||||
<value>
|
||||
<stackLimit>150</stackLimit>
|
||||
</value>
|
||||
</Operation>
|
||||
<Operation Class="PatchOperationAdd">
|
||||
<xpath>Defs/ThingDef[defName="Cloth"]</xpath>
|
||||
<value>
|
||||
<stackLimit>300</stackLimit>
|
||||
</value>
|
||||
</Operation>
|
||||
<Operation Class="PatchOperationAdd">
|
||||
<xpath>Defs/ThingDef[defName="WoodLog"]</xpath>
|
||||
<value>
|
||||
<stackLimit>300</stackLimit>
|
||||
</value>
|
||||
</Operation>
|
||||
<Operation Class="PatchOperationReplace">
|
||||
<xpath>Defs/ThingDef[@Name="WoolBase"]/stackLimit</xpath>
|
||||
<value>
|
||||
<stackLimit>300</stackLimit>
|
||||
</value>
|
||||
</Operation>
|
||||
<Operation Class="PatchOperationAdd">
|
||||
<xpath>Defs/ThingDef[defName="Steel"]</xpath>
|
||||
<value>
|
||||
<stackLimit>150</stackLimit>
|
||||
</value>
|
||||
</Operation>
|
||||
<Operation Class="PatchOperationAdd">
|
||||
<xpath>Defs/ThingDef[defName="RawRice" or defName="RawCorn"]</xpath>
|
||||
<value>
|
||||
<stackLimit>300</stackLimit>
|
||||
</value>
|
||||
</Operation>
|
||||
</Patch>
|
@ -4,6 +4,7 @@
|
||||
|
||||
## 泰南(原版游戏)
|
||||
TODO:使得原版游戏的防弹衣,防弹裤,动力装甲和海军装甲Stuffable。
|
||||
添加了批量精炼化合燃料的Recipe (x4)
|
||||
|
||||
## CE_Propellant
|
||||
添加了菜园子生棉的直接Recipe,添加了批量Recipe
|
||||
|
@ -6,6 +6,7 @@
|
||||
<li IfModActive="aoba.deadmanswitch.core">ModPatches/DMS</li>
|
||||
<li IfModActive="yy.capesandarmor">ModPatches/yy.capesandarmor</li>
|
||||
<li IfModActive="vanillaracesexpanded.phytokin">ModPatches/VRE.phytokin</li>
|
||||
<li IfModActive="vanillaracesexpanded.highmate">ModPatches/VRE.highmate</li>
|
||||
<li IfModActive="automatic.rimlaser">ModPatches/Rimlaser.CE</li>
|
||||
<li IfModActive="azuraal.ammoisexpensive">ModPatches/CE_Propellant</li>
|
||||
<li IfModActive="lanyv.bunnyarmourfromhoomancute">ModPatches/lanyv.bunnyarmourfromhoomancute</li>
|
||||
|
Loading…
Reference in New Issue
Block a user