Zen's Car Workbench - ZenarchistCode/ZenModPack GitHub Wiki

workbench

What Is This?

This mod adds a craftable vehicle toolbench storage item to the game.

Recipe:

Use 60 Nails on 5 Sheet Metal to craft the kit.

Use a screwdriver to de-craft the workbench back into a kit.

Storage:

  • 50 slots
  • 1 tire iron
  • 1 tire repair kit
  • 1 gasoline canister
  • 1 car radiator
  • 1 car battery
  • 1 truck battery
  • 1 sledgehammer
  • 2 spark plugs
  • 1 glow plug
  • 6 rags
  • 1 pliers
  • 1 screwdriver
  • 1 wrench
  • 2 spraypaint

3D Model Credits:

The 3D models were free on Sketchfab under the CC Attribution license.

Master Config

To disable this mod set "ZenCarWorkbench": 0 in %server_profile/Zenarchist/ZenModPackConfig.json

Types.xml

    <!-- Car Workbench -->
    <type name="Zen_CarWorkbench">
        <lifetime>1209600</lifetime>
        <flags count_in_cargo="0" count_in_hoarder="0" count_in_map="1" count_in_player="0" crafted="1" deloot="0"/>
    </type>
    <type name="Zen_CarWorkbenchKit">
        <nominal>2</nominal>
        <lifetime>14400</lifetime>
        <restock>0</restock>
        <min>1</min>
        <quantmin>-1</quantmin>
        <quantmax>-1</quantmax>
        <cost>100</cost>
        <flags count_in_cargo="0" count_in_hoarder="0" count_in_map="1" count_in_player="0" crafted="0" deloot="0"/>
        <category name="tools" />
        <tag name="floor"/>
        <usage name="Industrial" />
    </type>
⚠️ **GitHub.com Fallback** ⚠️