Skip to content

Commit 9900d93

Browse files
authored
fix: set aluminum boards/panels to not use sheet metal to install (#8187)
1 parent 9a1bbf5 commit 9900d93

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

data/json/vehicleparts/boards.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@
6868
"copy-from": "board",
6969
"type": "vehicle_part",
7070
"name": { "str": "aluminum board" },
71+
"item": "aluminium_sheet",
7172
"proportional": { "durability": 0.75 },
7273
"breaks_into": [ { "item": "material_aluminium_ingot", "count": [ 2, 4 ] } ],
7374
"damage_reduction": { "all": 20 }
@@ -77,6 +78,7 @@
7778
"copy-from": "halfboard",
7879
"type": "vehicle_part",
7980
"name": { "str": "aluminum quarterpanel" },
81+
"item": "aluminium_sheet",
8082
"proportional": { "durability": 0.75 },
8183
"breaks_into": [ { "item": "material_aluminium_ingot", "count": [ 2, 4 ] } ],
8284
"damage_reduction": { "all": 20 }

0 commit comments

Comments
 (0)