revised some patches

This commit is contained in:
MADxingjin 2025-02-02 11:29:27 +08:00
parent dc4ae43106
commit 9915142dcc
11 changed files with 31 additions and 41 deletions

View File

@ -21,5 +21,7 @@
<loadAfter>
<li>skyarkhangel.HSK</li>
<li>Dubwise.Rimefeller</li>
<li>vitech.materialsscience</li>
<li>thelonetec.tsap</li>
</loadAfter>
</ModMetaData>

View File

@ -290,7 +290,7 @@
</RecipeDef>
<RecipeDef ParentName="BulkMake_FertilizerBase" Class="UniversalFermenterSK.RecipeDef_UF">
<defName>Bulk_25_Fertilizer</defName>
<label>make fertilizer 20</label>
<label>make fertilizer 25</label>
<description>Make fertilizer 25. Takes 2.8 days to make,only available for Large Industrial Compost Barrel,Space Effecient!</description>
<ingredients>
<li>

View File

@ -34,6 +34,7 @@
<techLevel>Industrial</techLevel>
<prerequisites>
<li>Metals_D1</li>
<li>Metal_Automated_2</li>
</prerequisites>
<researchViewX>9.00</researchViewX>
<researchViewY>35.00</researchViewY>

View File

@ -2,10 +2,11 @@
<!--Automatic Assemblyer is a 5x2 Bench capable of auto assemble most electronics in batch with more efficency than manually soldering all those parts.-->
<Defs>
<ThingDef ParentName="UniversalFermenterBase" Class="UniversalFermenterSK.ThingDef_UF">
<defName>IKHSKG_AutoAssemblyer</defName>
<defName>IKHSKG_AutoAssembler</defName>
<label>Automatic Electronics Assembly</label>
<description>Full auto Electronics assembly. best to use when in bulk crafting needs.</description>
<graphicData>
<!-- TODO Get a better texture for this one.-->
<texPath>Things/Building/Production/EAF/EAF_off</texPath>
<graphicClass>Graphic_Multi</graphicClass>
<drawSize>(3,3)</drawSize>

View File

@ -3,7 +3,7 @@
<ThingDef ParentName="UniversalFermenterBase" Class="UniversalFermenterSK.ThingDef_UF">
<defName>EnlargedCompostBarrel</defName>
<label>Industrial compost barrel</label>
<description>A Large,industry level metal compost barrel able to bulk convert at most 75 compost into 75 fertilizer.</description>
<description>A Large,industry level compost barrel able to bulk at most 40 compost into 40 fertilizer.</description>
<drawerType>MapMeshAndRealTime</drawerType>
<graphicData>
<texPath>Things/Building/CompostBarrel</texPath>

View File

@ -1,14 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<Patch>
<Operation Class="PatchOperationFindMod">
<mods>
<li>Core SK</li>
</mods>
<match Class = "PatchOperationAdd">
<xpath>Defs/ThingDef[defName="SunLamp"]/comps</xpath>
<value>
<li Class="CompProperties_Flickable"/>
</value>
</match>
</Operation>
<Operation Class="PatchOperationAdd">
<xpath>Defs/ThingDef[defName="SunLamp"]/comps</xpath>
<value>
<li Class="CompProperties_Flickable" />
</value>
</Operation>
</Patch>

View File

@ -1,21 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<Patch>
<Patch>
<Operation Class="PatchOperationFindMod">
<mods>
<li>Core SK</li>
</mods>
<match Class="PatchOperationSequence">
<operations>
<li Class="PatchOperationAdd">
<xpath>Defs/RecipeDef[defName="MakeMetalCan"]/recipeUsers</xpath>
<value>
<li>ElectricSmithy</li>
<li>FabricationBench</li>
</value>
</li>
</operations>
</match>
</Operation>
</Patch>
<Operation Class="PatchOperationAdd">
<xpath>Defs/RecipeDef[defName="MakeMetalCan"]/recipeUsers</xpath>
<value>
<li>ElectricSmithy</li>
<li>FabricationBench</li>
</value>
</Operation>
</Patch>

View File

@ -1,6 +1,6 @@
# ISEKAIOB.HSKGrinder
A Mod made for Rimworld HSK 1.4
A Mod made for Rimworld HSK 1.5
---
## Description
Collections of stuffs to automate some HSK recipes which I find grinding for pawns to do even in late game
@ -9,16 +9,13 @@ Collections of stuffs to automate some HSK recipes which I find grinding for paw
* Oil Byproduct Automation via Rimfeller builtin factory system
* Metal Smeltry Automation via UF
* Larger Barrel for fertilizer.
* Mechanical Sawmill for medieval technology, quicker than primitve ones.
* Mechanical Sawmill for medieval technology, slightly quicker than primitve ones.
* Bigger drying rack for mass drying ingridents.
*
## WIP
* Actual Comp AutoCrafter (WIP)
* Auto Concrete Rolling Barrel.
* Lead acid battery cells.
* larger battery
* Replace CoreSK battery lines?
* intregrate "more tools" with rebalanced stats and cost.
## Todo
@ -27,4 +24,7 @@ Collections of stuffs to automate some HSK recipes which I find grinding for paw
* Large Barrel for alcohol production
* Automatic Weaving Clothes via UF
* Actual Comp AutoCrafter via UF(How to do the animation is a problem.)
*
* Faster and larger StoneCrusher
* Lead acid battery cells.
* larger battery
* Replace CoreSK battery lines?

View File

@ -1,3 +1,6 @@
# Make Large Drying Rack & large compost barrel Texture
Make them actully respect electricity.
# 育种工程
高效主粮种子
# 皮革再构

View File

@ -22,8 +22,6 @@
<li>MakeBambooPlanks_Electric</li>
<li>SawPlanks_Drago</li>
<li>SawPlanks_Mangrove</li>
</recipes>
</value>
</Operation>

View File

@ -10,6 +10,7 @@
"rwxml.paths.rimWorldManaged": "",
"rwxml.paths.localMods": "",
"rwxml.logs.level": "silly",
"workbench.colorTheme": "Material Theme",
"workbench.colorTheme": "Visual Studio Dark",
"blockman.n04Sub01ColorComboPresetForDarkTheme": "Classic Dark 1 (Gradients)",
}
}