Skip to content

Commit 8043220

Browse files
Tweaks to mounted kitchen and workshop (#82883)
* Tweaks to mounted kitchen and workshop Add WORKBENCH flag, to crafting can be done on those. They're flat surfaces after all. Workbench specs are similar to simple table, so a dedicated workbench (like we found on some specialized trucks) still make sense. Add CABLE_PORTS flag, so we can connect and recharge tools. Yes, now you can recharge your smartphone while in bed on the default RV. The ports make senses as you can "attach" tools to similar effect. The systems were made concurrently and do not account for each other, the reason that may have escaped from earlier audit. * Update data/json/vehicleparts/modular_tools.json Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 98764c1 commit 8043220

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

data/json/vehicleparts/modular_tools.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,8 @@
9797
"damage_reduction": { "all": 30 },
9898
"durability": 80,
9999
"size": "50 L",
100-
"flags": [ "CARGO", "OBSTACLE", "FLAT_SURF", "VEH_TOOLS" ],
100+
"flags": [ "CARGO", "OBSTACLE", "FLAT_SURF", "WORKBENCH", "CABLE_PORTS", "VEH_TOOLS" ],
101+
"workbench": { "multiplier": 1.1, "mass": "150 kg", "volume": "20 L" },
101102
"//": "allow tools common for both kitchen unit and workshop; unpowered or low-power and no fume hood required",
102103
"allowed_tools": [
103104
"aluminum_pan",

0 commit comments

Comments
 (0)