Mod request: Make stonecutting a mining job

Started by Drecain, July 17, 2017, 10:11:27 AM

Previous topic - Next topic

Drecain

Hey folks, I've been looking all over and can't seem to find a mod that does what I'd like. I really want a mod that changes the work skill used in stonecutting table from crafting to mining.

Anyone who can help me out and make one or perhaps explain how I could make it myself? I imagine it's a simple edit but I don't know where to look :)
Thanks guys and keep up the good work! ;)

kaptain_kavern

Heya,

You definitively want to have a look in your Rimworld folder at :  "Core/Defs/WorkGiverDefs/WorkGivers.xml" - It is where it is defined.

And as an example (if it can help) here is a patche file from my "Corrected Workgivers" mod. The first patch (starting line 4) is meant to change Stonecutting to be tied to "Construction" skill. So it is really similar to what you want to achieve.

Drecain

I'll check it out once I get off work. Thanks mate ;)

jamaicancastle

In addition to the workGiver, you'll probably want to pop into Defs/Stats/Stats_Pawns_WorkRecipes, find "StonecuttingSpeed", and adjust it to use Mining rather than Construction. Otherwise Construction will continue to affect how good you are at it, not Mining.

kaptain_kavern

Thanks for precising :-D

I may have not understood well enough what OP was wanting