Was leafing through the vehicle_parts Json to see if I wanted HD boards hard enough to give up on quarterpanels. During my sifting I found an extra zero.
},{
“type” : “vehicle_part”,
“id” : “board_vertical”,
“name” : “board”,
“symbol” : “j”,
“color” : “light_gray”,
“broken_symbol” : “#”,
“broken_color” : “light_gray”,
“durability” : 2400,
“item” : “sheet_metal”,
“difficulty” : 1,
“location” : “center”,
“flags” : [“OPAQUE”, “OBSTACLE”],
“breaks_into” : [
{“item”: “steel_lump”, “min”: 3, “max”: 5},
{“item”: “steel_chunk”, “min”: 4, “max”: 6},
{“item”: “scrap”, “min”: 4, “max”: 6}
Now I’ll be the first to admit I don’t know what half of what’s written there means, but I have a hunch durability is how much of a pounding these parts can take. Either way all the other boards have 240