From 9915142dcc9e63e8719afc463f00640cee417acf Mon Sep 17 00:00:00 2001 From: MADxingjin <25790044+MADxingjin@users.noreply.github.com> Date: Sun, 2 Feb 2025 11:29:27 +0800 Subject: [PATCH] revised some patches --- About/About.xml | 2 ++ Defs/RecipeDefs/Recipes_Enlarged_CoreSK.xml | 2 +- .../ResearchDefs_MetalRefinery.xml | 1 + .../Buildings_AutomaticAssemblyer.xml.TODO | 3 ++- .../Buildings_EnlargedConvertion.xml | 2 +- Patches/PFlickableSunlamp.xml | 17 +++++-------- Patches/PMoreMetalCan.xml | 25 ++++++------------- README.MD | 12 ++++----- TODO.MD | 3 +++ VilesCompat/Wood/Patches/PVIlesWood.xml | 2 -- isekaiob.HSKGrinder.code-workspace | 3 ++- 11 files changed, 31 insertions(+), 41 deletions(-) diff --git a/About/About.xml b/About/About.xml index d106f26..d8fcd95 100644 --- a/About/About.xml +++ b/About/About.xml @@ -21,5 +21,7 @@
  • skyarkhangel.HSK
  • Dubwise.Rimefeller
  • +
  • vitech.materialsscience
  • +
  • thelonetec.tsap
  • \ No newline at end of file diff --git a/Defs/RecipeDefs/Recipes_Enlarged_CoreSK.xml b/Defs/RecipeDefs/Recipes_Enlarged_CoreSK.xml index b8370b3..dd8f78f 100644 --- a/Defs/RecipeDefs/Recipes_Enlarged_CoreSK.xml +++ b/Defs/RecipeDefs/Recipes_Enlarged_CoreSK.xml @@ -290,7 +290,7 @@ Bulk_25_Fertilizer - + Make fertilizer 25. Takes 2.8 days to make,only available for Large Industrial Compost Barrel,Space Effecient!
  • diff --git a/Defs/ResearchProjectDefs/ResearchDefs_MetalRefinery.xml b/Defs/ResearchProjectDefs/ResearchDefs_MetalRefinery.xml index 9317dc6..feb0a46 100644 --- a/Defs/ResearchProjectDefs/ResearchDefs_MetalRefinery.xml +++ b/Defs/ResearchProjectDefs/ResearchDefs_MetalRefinery.xml @@ -34,6 +34,7 @@ Industrial
  • Metals_D1
  • +
  • Metal_Automated_2
  • 9.00 35.00 diff --git a/Defs/ThingDefs_Buildings/Buildings_AutomaticAssemblyer.xml.TODO b/Defs/ThingDefs_Buildings/Buildings_AutomaticAssemblyer.xml.TODO index 7d08ef9..4ba0d52 100644 --- a/Defs/ThingDefs_Buildings/Buildings_AutomaticAssemblyer.xml.TODO +++ b/Defs/ThingDefs_Buildings/Buildings_AutomaticAssemblyer.xml.TODO @@ -2,10 +2,11 @@ - IKHSKG_AutoAssemblyer + IKHSKG_AutoAssembler Full auto Electronics assembly. best to use when in bulk crafting needs. + Things/Building/Production/EAF/EAF_off Graphic_Multi (3,3) diff --git a/Defs/ThingDefs_Buildings/Buildings_EnlargedConvertion.xml b/Defs/ThingDefs_Buildings/Buildings_EnlargedConvertion.xml index adef8c0..d1661c8 100644 --- a/Defs/ThingDefs_Buildings/Buildings_EnlargedConvertion.xml +++ b/Defs/ThingDefs_Buildings/Buildings_EnlargedConvertion.xml @@ -3,7 +3,7 @@ EnlargedCompostBarrel - A Large,industry level metal compost barrel able to bulk convert at most 75 compost into 75 fertilizer. + A Large,industry level compost barrel able to bulk at most 40 compost into 40 fertilizer. MapMeshAndRealTime Things/Building/CompostBarrel diff --git a/Patches/PFlickableSunlamp.xml b/Patches/PFlickableSunlamp.xml index d2b8e19..034c398 100644 --- a/Patches/PFlickableSunlamp.xml +++ b/Patches/PFlickableSunlamp.xml @@ -1,14 +1,9 @@ - - -
  • Core SK
  • -
    - - Defs/ThingDef[defName="SunLamp"]/comps - -
  • - - - + + Defs/ThingDef[defName="SunLamp"]/comps + +
  • + + \ No newline at end of file diff --git a/Patches/PMoreMetalCan.xml b/Patches/PMoreMetalCan.xml index 52a7f66..2ca3eca 100644 --- a/Patches/PMoreMetalCan.xml +++ b/Patches/PMoreMetalCan.xml @@ -1,21 +1,10 @@ - - - -
  • Core SK
  • - - - -
  • - Defs/RecipeDef[defName="MakeMetalCan"]/recipeUsers - -
  • ElectricSmithy
  • -
  • FabricationBench
  • -
    - - -
    -
    -
    + + Defs/RecipeDef[defName="MakeMetalCan"]/recipeUsers + +
  • ElectricSmithy
  • +
  • FabricationBench
  • +
    +
    \ No newline at end of file diff --git a/README.MD b/README.MD index f81a0a5..5b43528 100644 --- a/README.MD +++ b/README.MD @@ -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.) -* \ No newline at end of file +* Faster and larger StoneCrusher +* Lead acid battery cells. +* larger battery +* Replace CoreSK battery lines? \ No newline at end of file diff --git a/TODO.MD b/TODO.MD index f73f698..9f7c142 100644 --- a/TODO.MD +++ b/TODO.MD @@ -1,3 +1,6 @@ +# Make Large Drying Rack & large compost barrel Texture +Make them actully respect electricity. + # 育种工程 高效主粮种子 # 皮革再构 diff --git a/VilesCompat/Wood/Patches/PVIlesWood.xml b/VilesCompat/Wood/Patches/PVIlesWood.xml index 1fcd81a..9bb4deb 100644 --- a/VilesCompat/Wood/Patches/PVIlesWood.xml +++ b/VilesCompat/Wood/Patches/PVIlesWood.xml @@ -22,8 +22,6 @@
  • MakeBambooPlanks_Electric
  • SawPlanks_Drago
  • SawPlanks_Mangrove
  • - - diff --git a/isekaiob.HSKGrinder.code-workspace b/isekaiob.HSKGrinder.code-workspace index 71d9061..5afcf86 100644 --- a/isekaiob.HSKGrinder.code-workspace +++ b/isekaiob.HSKGrinder.code-workspace @@ -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)", } } \ No newline at end of file