MikeyUK
New member
I'm getting a 404 on that link...
I also tried getting a ratchet set from the cheat menu and couldn't find it.
I think the main version was updated since that patch so you should have it.
This is the XML in the recipes.xml file.
<recipe name="VMToolRachetSet" count="1" craft_time="15" craft_area="workbench" tags="workbenchCrafting">
<ingredient name="resourceForgedIron" count="2"/>
<ingredient name="resourceMechanicalParts" count="2"/>
<ingredient name="resourceScrapPolymers" count="10"/>
<ingredient name="resourceOil" count="1"/>
</recipe>
Maybe you were spelling it in a different way, in this mod its "Rachet" not "Ratchet". I think "Ratchet" is the correct way but it seems the non "t" version is used too though less commonly.
Loot table is as follows, I don't know enough to say how rare that makes it!
Code:
<append xpath="//lootcontainer[@name='airDrop']">
<item name="VMToolRachetSet" count="1,2" prob="0.42" force_prob="true"/>
<item name="VMToolCompressor" count="1" prob="0.23" force_prob="true"/>
<item name="CarFootpump" count="1" prob="0.23" force_prob="true"/>
</append>
<append xpath="//lootgroup[@name='groupAutomotive']">
<item name="WireCutters" count="1,2" prob="0.04" force_prob="true"/>
<item name="ElectricalWire" count="1,4" prob="0.05" force_prob="true"/>
<item name="VMToolRachetSet" count="1,2" prob="0.42" force_prob="true"/>
<item name="VMToolCompressor" count="1" prob="0.33" force_prob="true"/>
<item name="CarFootpump" count="1" prob="0.26" force_prob="true"/>
</append>
<append xpath="//lootcontainer[@name='garage']">
<item name="VMToolRachetSet" count="1,2" prob="0.5" force_prob="true"/>
<item name="VMToolCompressor" count="1" prob="0.3" force_prob="true"/>
</append>