[
    {
        "type" : "vehicle_part",
        "id" : "null",
        "name" : "null part",
        "symbol" : "?",
        "color" : "red",
        "broken_symbol" : "?",
        "broken_color" : "red",
        "durability" : 100,
        "item" : "NULL",
        "difficulty" : 0,
        "flags" : ["NOINSTALL"],
        "breaks_into" : []
    },{
        "type" : "vehicle_part",
        "id" : "seat",
        "name" : "seat",
        "symbol" : "#",
        "color" : "red",
        "broken_symbol" : "*",
        "broken_color" : "red",
        "damage_modifier" : 60,
        "durability" : 300,
        "size" : 100,
        "item" : "seat",
        "difficulty" : 1,
        "location" : "center",
        "flags" : [
            "SEAT", "BOARDABLE", "CARGO", "BELTABLE"
        ],
        "breaks_into" : [
            {"item": "leather", "min": 1, "max": 5},
            {"item": "steel_lump", "min": 3, "max": 5},
            {"item": "steel_chunk", "min": 3, "max": 5},
            {"item": "scrap", "min": 3, "max": 5}
        ]
    },{
        "type" : "vehicle_part",
        "id" : "tracker",
        "name": "tracking device",
        "symbol": "*",
        "color": "red",
        "broken_symbol": "#",
        "broken_color": "light_gray",
        "damage_modifier": 10,
        "durability": 20,
        "item": "veh_tracker",
        "difficulty": 3,
        "epower": -63,
        "flags": [
            "TRACK", "UNMOUNT_ON_DAMAGE"
            ],
        "breaks_into": [
            {"item": "scrap", "min": 0, "max": 2}
        ]
    },{
        "type" : "vehicle_part",
        "id" : "saddle",
        "name" : "saddle",
        "symbol" : "#",
        "color" : "red",
        "broken_symbol" : "*",
        "broken_color" : "red",
        "damage_modifier" : 20,
        "durability" : 80,
        "item" : "saddle",
        "difficulty" : 1,
        "location" : "center",
        "flags" : [
            "SEAT", "BOARDABLE"
        ],
        "breaks_into" : [
            {"item": "leather", "min": 0, "max": 1},
            {"item": "scrap", "min": 1, "max": 2}
        ]
    },{
        "type" : "vehicle_part",
        "id" : "folding_seat",
        "name" : "foldable seat",
        "symbol" : "#",
        "color" : "red",
        "broken_symbol" : "*",
        "broken_color" : "red",
        "damage_modifier" : 10,
        "durability" : 20,
        "item" : "sheet",
        "difficulty" : 3,
        "location" : "anywhere",
        "flags" : [
            "SEAT", "BOARDABLE", "FOLDABLE"
        ],
        "breaks_into" : [
            {"item": "rag", "min": 1, "max": 6}
        ]
    },{
        "type" : "vehicle_part",
        "id" : "bed",
        "name" : "bed",
        "symbol" : "#",
        "color" : "magenta",
        "broken_symbol" : "*",
        "broken_color" : "magenta",
        "damage_modifier" : 60,
        "durability" : 95,
        "size" : 200,
        "item" : "seat",
        "difficulty" : 1,
        "location" : "center",
        "flags" : [
            "BED", "BOARDABLE", "CARGO", "MOUNTABLE"
        ],
        "breaks_into" : [
            {"item": "leather", "min": 1, "max": 5},
            {"item": "steel_lump", "min": 3, "max": 5},
            {"item": "steel_chunk", "min": 3, "max": 5},
            {"item": "scrap", "min": 3, "max": 5}
        ]
    },{
        "type" : "vehicle_part",
        "id" : "frame_horizontal",
        "name" : "frame",
        "symbol" : "h",
        "color" : "light_gray",
        "broken_symbol" : "#",
        "broken_color" : "light_gray",
        "durability" : 400,
        "item" : "frame",
        "difficulty" : 1,
        "location" : "structure",
        "flags" : ["MOUNTABLE"],
        "breaks_into" : [
            {"item": "steel_lump", "min": 4, "max": 6},
            {"item": "steel_chunk", "min": 4, "max": 6},
            {"item": "scrap", "min": 4, "max": 6}
        ]
    },{
        "type" : "vehicle_part",
        "id" : "frame_vertical",
        "name" : "frame",
        "symbol" : "j",
        "color" : "light_gray",
        "broken_symbol" : "#",
        "broken_color" : "light_gray",
        "durability" : 400,
        "item" : "frame",
        "difficulty" : 1,
        "location" : "structure",
        "flags" : ["MOUNTABLE"],
        "breaks_into" : [
            {"item": "steel_lump", "min": 4, "max": 6},
            {"item": "steel_chunk", "min": 4, "max": 6},
            {"item": "scrap", "min": 4, "max": 6}
        ]
    },{
        "type" : "vehicle_part",
        "id" : "frame_cross",
        "name" : "frame",
        "symbol" : "c",
        "color" : "light_gray",
        "broken_symbol" : "#",
        "broken_color" : "light_gray",
        "durability" : 400,
        "item" : "frame",
        "difficulty" : 1,
        "location" : "structure",
        "flags" : ["MOUNTABLE"],
        "breaks_into" : [
            {"item": "steel_lump", "min": 4, "max": 6},
            {"item": "steel_chunk", "min": 4, "max": 6},
            {"item": "scrap", "min": 4, "max": 6}
        ]
    },{
        "type" : "vehicle_part",
        "id" : "frame_nw",
        "name" : "frame",
        "symbol" : "y",
        "color" : "light_gray",
        "broken_symbol" : "#",
        "broken_color" : "light_gray",
        "durability" : 400,
        "item" : "frame",
        "difficulty" : 1,
        "location" : "structure",
        "flags" : ["MOUNTABLE"],
        "breaks_into" : [
            {"item": "steel_lump", "min": 4, "max": 6},
            {"item": "steel_chunk", "min": 4, "max": 6},
            {"item": "scrap", "min": 4, "max": 6}
        ]
    },{
        "type" : "vehicle_part",
        "id" : "frame_ne",
        "name" : "frame",
        "symbol" : "u",
        "color" : "light_gray",
        "broken_symbol" : "#",
        "broken_color" : "light_gray",
        "durability" : 400,
        "item" : "frame",
        "difficulty" : 1,
        "location" : "structure",
        "flags" : ["MOUNTABLE"],
        "breaks_into" : [
            {"item": "steel_lump", "min": 4, "max": 6},
            {"item": "steel_chunk", "min": 4, "max": 6},
            {"item": "scrap", "min": 4, "max": 6}
        ]
    },{
        "type" : "vehicle_part",
        "id" : "frame_se",
        "name" : "frame",
        "symbol" : "n",
        "color" : "light_gray",
        "broken_symbol" : "#",
        "broken_color" : "light_gray",
        "durability" : 400,
        "item" : "frame",
        "difficulty" : 1,
        "location" : "structure",
        "flags" : ["MOUNTABLE"],
        "breaks_into" : [
            {"item": "steel_lump", "min": 4, "max": 6},
            {"item": "steel_chunk", "min": 4, "max": 6},
            {"item": "scrap", "min": 4, "max": 6}
        ]
    },{
        "type" : "vehicle_part",
        "id" : "frame_sw",
        "name" : "frame",
        "symbol" : "b",
        "color" : "light_gray",
        "broken_symbol" : "#",
        "broken_color" : "light_gray",
        "durability" : 400,
        "item" : "frame",
        "difficulty" : 1,
        "location" : "structure",
        "flags" : ["MOUNTABLE"],
        "breaks_into" : [
            {"item": "steel_lump", "min": 4, "max": 6},
            {"item": "steel_chunk", "min": 4, "max": 6},
            {"item": "scrap", "min": 4, "max": 6}
        ]
    },{
        "type" : "vehicle_part",
        "id" : "frame_horizontal_2",
        "name" : "frame",
        "symbol" : "=",
        "color" : "light_gray",
        "broken_symbol" : "#",
        "broken_color" : "light_gray",
        "durability" : 400,
        "item" : "frame",
        "difficulty" : 1,
        "location" : "structure",
        "flags" : ["MOUNTABLE"],
        "breaks_into" : [
            {"item": "steel_lump", "min": 4, "max": 6},
            {"item": "steel_chunk", "min": 4, "max": 6},
            {"item": "scrap", "min": 4, "max": 6}
        ]
    },{
        "type" : "vehicle_part",
        "id" : "frame_vertical_2",
        "name" : "frame",
        "symbol" : "H",
        "color" : "light_gray",
        "broken_symbol" : "#",
        "broken_color" : "light_gray",
        "durability" : 400,
        "item" : "frame",
        "difficulty" : 1,
        "location" : "structure",
        "flags" : ["MOUNTABLE"],
        "breaks_into" : [
            {"item": "steel_lump", "min": 4, "max": 6},
            {"item": "steel_chunk", "min": 4, "max": 6},
            {"item": "scrap", "min": 4, "max": 6}
        ]
    },{
        "type" : "vehicle_part",
        "id" : "frame_cover",
        "name" : "frame",
        "symbol" : "^",
        "color" : "light_gray",
        "broken_symbol" : "#",
        "broken_color" : "light_gray",
        "durability" : 400,
        "item" : "frame",
        "difficulty" : 1,
        "location" : "structure",
        "flags" : ["MOUNTABLE"],
        "breaks_into" : [
            {"item": "steel_lump", "min": 4, "max": 6},
            {"item": "steel_chunk", "min": 4, "max": 6},
            {"item": "scrap", "min": 4, "max": 6}
        ]
    },{
        "type" : "vehicle_part",
        "id" : "xlframe_horizontal",
        "name" : "extra light frame",
        "symbol" : "h",
        "color" : "light_gray",
        "broken_symbol" : "#",
        "broken_color" : "light_gray",
        "durability" : 175,
        "item" : "xlframe",
        "difficulty" : 1,
        "location" : "structure",
        "flags" : ["MOUNTABLE"],
        "breaks_into" : [
            {"item": "pipe", "min": 0, "max": 4},
            {"item": "scrap", "min": 2, "max": 4}
        ]
    },{
        "type" : "vehicle_part",
        "id" : "folding_frame",
        "name" : "foldable light frame",
        "symbol" : "h",
        "color" : "light_gray",
        "broken_symbol" : "#",
        "broken_color" : "light_gray",
        "durability" : 50,
        "item" : "pipe", "commoent": "TODO: better item!",
        "difficulty" : 3,
        "location" : "structure",
        "flags" : ["MOUNTABLE", "FOLDABLE"],
        "breaks_into" : [
            {"item": "steel_chunk", "min": 0, "max": 2},
            {"item": "scrap", "min": 1, "max": 2}
        ]
    },{
        "type" : "vehicle_part",
        "id" : "xlframe_vertical",
        "name" : "extra light frame",
        "symbol" : "j",
        "color" : "light_gray",
        "broken_symbol" : "#",
        "broken_color" : "light_gray",
        "durability" : 175,
        "item" : "xlframe",
        "difficulty" : 1,
        "location" : "structure",
        "flags" : ["MOUNTABLE"],
        "breaks_into" : [
            {"item": "steel_lump", "min": 4, "max": 6},
            {"item": "steel_chunk", "min": 4, "max": 6},
            {"item": "scrap", "min": 4, "max": 6}
        ]
    },{
        "type" : "vehicle_part",
        "id" : "xlframe_cross",
        "name" : "extra light frame",
        "symbol" : "c",
        "color" : "light_gray",
        "broken_symbol" : "#",
        "broken_color" : "light_gray",
        "durability" : 175,
        "item" : "xlframe",
        "difficulty" : 1,
        "location" : "structure",
        "flags" : ["MOUNTABLE"],
        "breaks_into" : [
            {"item": "pipe", "min": 0, "max": 4},
            {"item": "scrap", "min": 2, "max": 4}
        ]
    },{
        "type" : "vehicle_part",
        "id" : "xlframe_nw",
        "name" : "extra light frame",
        "symbol" : "y",
        "color" : "light_gray",
        "broken_symbol" : "#",
        "broken_color" : "light_gray",
        "durability" : 175,
        "item" : "xlframe",
        "difficulty" : 1,
        "location" : "structure",
        "flags" : ["MOUNTABLE"],
        "breaks_into" : [
            {"item": "pipe", "min": 0, "max": 4},
            {"item": "scrap", "min": 2, "max": 4}
        ]
    },{
        "type" : "vehicle_part",
        "id" : "xlframe_ne",
        "name" : "extra light frame",
        "symbol" : "u",
        "color" : "light_gray",
        "broken_symbol" : "#",
        "broken_color" : "light_gray",
        "durability" : 175,
        "item" : "xlframe",
        "difficulty" : 1,
        "location" : "structure",
        "flags" : ["MOUNTABLE"],
        "breaks_into" : [
            {"item": "pipe", "min": 0, "max": 4},
            {"item": "scrap", "min": 2, "max": 4}
        ]
    },{
        "type" : "vehicle_part",
        "id" : "xlframe_se",
        "name" : "extra light frame",
        "symbol" : "n",
        "color" : "light_gray",
        "broken_symbol" : "#",
        "broken_color" : "light_gray",
        "durability" : 175,
        "item" : "xlframe",
        "difficulty" : 1,
        "location" : "structure",
        "flags" : ["MOUNTABLE"],
        "breaks_into" : [
            {"item": "pipe", "min": 0, "max": 4},
            {"item": "scrap", "min": 2, "max": 4}
        ]
    },{
        "type" : "vehicle_part",
        "id" : "xlframe_sw",
        "name" : "extra light frame",
        "symbol" : "b",
        "color" : "light_gray",
        "broken_symbol" : "#",
        "broken_color" : "light_gray",
        "durability" : 175,
        "item" : "xlframe",
        "difficulty" : 1,
        "location" : "structure",
        "flags" : ["MOUNTABLE"],
        "breaks_into" : [
            {"item": "pipe", "min": 0, "max": 4},
            {"item": "scrap", "min": 2, "max": 4}
        ]
    },{
        "type" : "vehicle_part",
        "id" : "xlframe_horizontal_2",
        "name" : "extra light frame",
        "symbol" : "=",
        "color" : "light_gray",
        "broken_symbol" : "#",
        "broken_color" : "light_gray",
        "durability" : 175,
        "item" : "xlframe",
        "difficulty" : 1,
        "location" : "structure",
        "flags" : ["MOUNTABLE"],
        "breaks_into" : [
            {"item": "pipe", "min": 0, "max": 4},
            {"item": "scrap", "min": 2, "max": 4}
        ]
    },{
        "type" : "vehicle_part",
        "id" : "xlframe_vertical_2",
        "name" : "extra light frame",
        "symbol" : "H",
        "color" : "light_gray",
        "broken_symbol" : "#",
        "broken_color" : "light_gray",
        "durability" : 175,
        "item" : "xlframe",
        "difficulty" : 1,
        "location" : "structure",
        "flags" : ["MOUNTABLE"],
        "breaks_into" : [
            {"item": "pipe", "min": 0, "max": 4},
            {"item": "scrap", "min": 2, "max": 4}
        ]
    },{
        "type" : "vehicle_part",
        "id" : "hdframe_horizontal",
        "name" : "heavy duty frame",
        "symbol" : "h",
        "color" : "dark_gray",
        "broken_symbol" : "#",
        "broken_color" : "light_gray",
        "durability" : 1200,
        "item" : "hdframe",
        "difficulty" : 1,
        "location" : "structure",
        "flags" : ["MOUNTABLE"],
        "breaks_into" : [
            {"item": "steel_lump", "min": 4, "max": 6},
            {"item": "steel_chunk", "min": 4, "max": 6},
            {"item": "scrap", "min": 4, "max": 6}
        ]
    },{
        "type" : "vehicle_part",
        "id" : "hdframe_vertical",
        "name" : "heavy duty frame",
        "symbol" : "j",
        "color" : "dark_gray",
        "broken_symbol" : "#",
        "broken_color" : "light_gray",
        "durability" : 1200,
        "item" : "hdframe",
        "difficulty" : 1,
        "location" : "structure",
        "flags" : ["MOUNTABLE"],
        "breaks_into" : [
            {"item": "steel_lump", "min": 4, "max": 6},
            {"item": "steel_chunk", "min": 4, "max": 6},
            {"item": "scrap", "min": 4, "max": 6}
        ]
    },{
        "type" : "vehicle_part",
        "id" : "hdframe_cross",
        "name" : "heavy duty frame",
        "symbol" : "c",
        "color" : "dark_gray",
        "broken_symbol" : "#",
        "broken_color" : "light_gray",
        "durability" : 1200,
        "item" : "hdframe",
        "difficulty" : 1,
        "location" : "structure",
        "flags" : ["MOUNTABLE"],
        "breaks_into" : [
            {"item": "steel_lump", "min": 4, "max": 6},
            {"item": "steel_chunk", "min": 4, "max": 6},
            {"item": "scrap", "min": 4, "max": 6}
        ]
    },{
        "type" : "vehicle_part",
        "id" : "hdframe_nw",
        "name" : "heavy duty frame",
        "symbol" : "y",
        "color" : "dark_gray",
        "broken_symbol" : "#",
        "broken_color" : "light_gray",
        "durability" : 1200,
        "item" : "hdframe",
        "difficulty" : 1,
        "location" : "structure",
        "flags" : ["MOUNTABLE"],
        "breaks_into" : [
            {"item": "steel_lump", "min": 4, "max": 6},
            {"item": "steel_chunk", "min": 4, "max": 6},
            {"item": "scrap", "min": 4, "max": 6}
        ]
    },{
        "type" : "vehicle_part",
        "id" : "hdframe_ne",
        "name" : "heavy duty frame",
        "symbol" : "u",
        "color" : "dark_gray",
        "broken_symbol" : "#",
        "broken_color" : "light_gray",
        "durability" : 1200,
        "item" : "hdframe",
        "difficulty" : 1,
        "location" : "structure",
        "flags" : ["MOUNTABLE"],
        "breaks_into" : [
            {"item": "scrap", "min": 1, "max": 4}
        ]
    },{
        "type" : "vehicle_part",
        "id" : "hdframe_se",
        "name" : "heavy duty frame",
        "symbol" : "n",
        "color" : "dark_gray",
        "broken_symbol" : "#",
        "broken_color" : "light_gray",
        "durability" : 1200,
        "item" : "hdframe",
        "difficulty" : 1,
        "location" : "structure",
        "flags" : ["MOUNTABLE"],
        "breaks_into" : [
            {"item": "steel_lump", "min": 4, "max": 6},
            {"item": "steel_chunk", "min": 4, "max": 6},
            {"item": "scrap", "min": 4, "max": 6}
        ]
    },{
        "type" : "vehicle_part",
        "id" : "hdframe_sw",
        "name" : "heavy duty frame",
        "symbol" : "b",
        "color" : "dark_gray",
        "broken_symbol" : "#",
        "broken_color" : "light_gray",
        "durability" : 1200,
        "item" : "hdframe",
        "difficulty" : 1,
        "location" : "structure",
        "flags" : ["MOUNTABLE"],
        "breaks_into" : [
            {"item": "steel_lump", "min": 4, "max": 6},
            {"item": "steel_chunk", "min": 4, "max": 6},
            {"item": "scrap", "min": 4, "max": 6}
        ]
    },{
        "type" : "vehicle_part",
        "id" : "hdframe_horizontal_2",
        "name" : "heavy duty frame",
        "symbol" : "=",
        "color" : "dark_gray",
        "broken_symbol" : "#",
        "broken_color" : "light_gray",
        "durability" : 1200,
        "item" : "hdframe",
        "difficulty" : 1,
        "location" : "structure",
        "flags" : ["MOUNTABLE"],
        "breaks_into" : [
            {"item": "steel_lump", "min": 4, "max": 6},
            {"item": "steel_chunk", "min": 4, "max": 6},
            {"item": "scrap", "min": 4, "max": 6}
        ]
    },{
        "type" : "vehicle_part",
        "id" : "hdframe_vertical_2",
        "name" : "heavy duty frame",
        "symbol" : "H",
        "color" : "dark_gray",
        "broken_symbol" : "#",
        "broken_color" : "light_gray",
        "durability" : 1200,
        "item" : "hdframe",
        "difficulty" : 1,
        "location" : "structure",
        "flags" : ["MOUNTABLE"],
        "breaks_into" : [
            {"item": "steel_lump", "min": 4, "max": 6},
            {"item": "steel_chunk", "min": 4, "max": 6},
            {"item": "scrap", "min": 4, "max": 6}
        ]
    },{
        "type" : "vehicle_part",
        "id" : "hdframe_cover",
        "name" : "heavy duty frame",
        "symbol" : "^",
        "color" : "dark_gray",
        "broken_symbol" : "#",
        "broken_color" : "light_gray",
        "durability" : 1200,
        "item" : "hdframe",
        "difficulty" : 1,
        "location" : "structure",
        "flags" : ["MOUNTABLE"],
        "breaks_into" : [
            {"item": "steel_lump", "min": 4, "max": 6},
            {"item": "steel_chunk", "min": 4, "max": 6},
            {"item": "scrap", "min": 4, "max": 6}
        ]
    },{
        "type" : "vehicle_part",
        "id" : "frame_handle",
        "name" : "handle",
        "symbol" : "^",
        "color" : "light_cyan",
        "broken_symbol" : "#",
        "broken_color" : "light_cyan",
        "durability" : 100,
        "item" : "pipe",
        "difficulty" : 1,
        "location" : "structure",
        "flags" : ["MOUNTABLE"],
        "breaks_into" : [
            {"item": "steel_lump", "min": 4, "max": 6},
            {"item": "steel_chunk", "min": 4, "max": 6},
            {"item": "scrap", "min": 4, "max": 6}
        ]
    },{
        "type" : "vehicle_part",
        "id" : "frame_wood_horizontal",
        "name" : "wooden frame",
        "symbol" : "h",
        "color" : "brown",
        "broken_symbol" : "#",
        "broken_color" : "brown",
        "durability" : 200,
        "item" : "frame_wood",
        "difficulty" : 1,
        "location" : "structure",
        "flags" : [],
        "breaks_into" : [
            {"item": "splinter", "min": 7, "max": 9},
            {"item": "nail", "min": 5, "max": 10}
        ]
    },{
        "type" : "vehicle_part",
        "id" : "frame_wood_vertical",
        "name" : "wooden frame",
        "symbol" : "j",
        "color" : "brown",
        "broken_symbol" : "#",
        "broken_color" : "brown",
        "durability" : 200,
        "item" : "frame_wood",
        "difficulty" : 1,
        "location" : "structure",
        "flags" : [],
        "breaks_into" : [
            {"item": "splinter", "min": 7, "max": 9},
            {"item": "nail", "min": 5, "max": 10}
        ]
    },{
        "type" : "vehicle_part",
        "id" : "frame_wood_cross",
        "name" : "wooden frame",
        "symbol" : "c",
        "color" : "brown",
        "broken_symbol" : "#",
        "broken_color" : "brown",
        "durability" : 200,
        "item" : "frame_wood",
        "difficulty" : 1,
        "location" : "structure",
        "flags" : [],
        "breaks_into" : [
            {"item": "splinter", "min": 7, "max": 9},
            {"item": "nail", "min": 5, "max": 10}
        ]
    },{
        "type" : "vehicle_part",
        "id" : "frame_wood_nw",
        "name" : "wooden frame",
        "symbol" : "y",
        "color" : "brown",
        "broken_symbol" : "#",
        "broken_color" : "brown",
        "durability" : 200,
        "item" : "frame_wood",
        "difficulty" : 1,
        "location" : "structure",
        "flags" : [],
        "breaks_into" : [
            {"item": "splinter", "min": 7, "max": 9},
            {"item": "nail", "min": 5, "max": 10}
        ]
    },{
        "type" : "vehicle_part",
        "id" : "frame_wood_ne",
        "name" : "wooden frame",
        "symbol" : "u",
        "color" : "brown",
        "broken_symbol" : "#",
        "broken_color" : "brown",
        "durability" : 200,
        "item" : "frame_wood",
        "difficulty" : 1,
        "location" : "structure",
        "flags" : [],
        "breaks_into" : [
            {"item": "splinter", "min": 7, "max": 9},
            {"item": "nail", "min": 5, "max": 10}
        ]
    },{
        "type" : "vehicle_part",
        "id" : "frame_wood_se",
        "name" : "wooden frame",
        "symbol" : "n",
        "color" : "brown",
        "broken_symbol" : "#",
        "broken_color" : "brown",
        "durability" : 200,
        "item" : "frame_wood",
        "difficulty" : 1,
        "location" : "structure",
        "flags" : [],
        "breaks_into" : [
            {"item": "splinter", "min": 7, "max": 9},
            {"item": "nail", "min": 5, "max": 10}
        ]
    },{
        "type" : "vehicle_part",
        "id" : "frame_wood_sw",
        "name" : "wooden frame",
        "symbol" : "b",
        "color" : "brown",
        "broken_symbol" : "#",
        "broken_color" : "brown",
        "durability" : 200,
        "item" : "frame_wood",
        "difficulty" : 1,
        "location" : "structure",
        "flags" : [],
        "breaks_into" : [
            {"item": "splinter", "min": 7, "max": 9},
            {"item": "nail", "min": 5, "max": 10}
        ]
    },{
        "type" : "vehicle_part",
        "id" : "frame_wood_horizontal_2",
        "name" : "wooden frame",
        "symbol" : "=",
        "color" : "brown",
        "broken_symbol" : "#",
        "broken_color" : "brown",
        "durability" : 200,
        "item" : "frame_wood",
        "difficulty" : 1,
        "location" : "structure",
        "flags" : [],
        "breaks_into" : [
            {"item": "splinter", "min": 7, "max": 9},
            {"item": "nail", "min": 5, "max": 10}
        ]
    },{
        "type" : "vehicle_part",
        "id" : "frame_wood_vertical_2",
        "name" : "wooden frame",
        "symbol" : "H",
        "color" : "brown",
        "broken_symbol" : "#",
        "broken_color" : "brown",
        "durability" : 200,
        "item" : "frame_wood",
        "difficulty" : 1,
        "location" : "structure",
        "flags" : [],
        "breaks_into" : [
            {"item": "splinter", "min": 7, "max": 9},
            {"item": "nail", "min": 5, "max": 10}
        ]
    },{
        "type" : "vehicle_part",
        "id" : "frame_wood_cover",
        "name" : "wooden frame",
        "symbol" : "^",
        "color" : "brown",
        "broken_symbol" : "#",
        "broken_color" : "brown",
        "durability" : 200,
        "item" : "frame_wood",
        "difficulty" : 1,
        "location" : "structure",
        "flags" : [],
        "breaks_into" : [
            {"item": "splinter", "min": 7, "max": 9},
            {"item": "nail", "min": 5, "max": 10}
        ]
    },{
        "type" : "vehicle_part",
        "id" : "frame_wood_handle",
        "name" : "wooden handle",
        "symbol" : "^",
        "color" : "light_red",
        "broken_symbol" : "#",
        "broken_color" : "brown",
        "durability" : 150,
        "item" : "frame_wood",
        "difficulty" : 1,
        "location" : "structure",
        "flags" : [],
        "breaks_into" : [
            {"item": "splinter", "min": 7, "max": 9},
            {"item": "nail", "min": 5, "max": 10}
        ]
    },{
        "type" : "vehicle_part",
        "id" : "frame_wood_light_vertical",
        "name" : "light wooden frame",
        "symbol" : "j",
        "color" : "brown",
        "broken_symbol" : "#",
        "broken_color" : "brown",
        "durability" : 100,
        "item" : "frame_wood_light",
        "difficulty" : 0,
        "location" : "structure",
        "flags" : [],
        "breaks_into" : [
            {"item": "splinter", "min": 3, "max": 5},
            {"item": "string_36", "min": 10, "max": 15}
        ]
    },{
        "type" : "vehicle_part",
        "id" : "frame_wood_light_cross",
        "name" : "light wooden frame",
        "symbol" : "c",
        "color" : "brown",
        "broken_symbol" : "#",
        "broken_color" : "brown",
        "durability" : 100,
        "item" : "frame_wood_light",
        "difficulty" : 0,
        "location" : "structure",
        "flags" : [],
        "breaks_into" : [
            {"item": "splinter", "min": 3, "max": 5},
            {"item": "string_36", "min": 10, "max": 15}
        ]
    },{
        "type" : "vehicle_part",
        "id" : "frame_wood_light_nw",
        "name" : "light wooden frame",
        "symbol" : "y",
        "color" : "brown",
        "broken_symbol" : "#",
        "broken_color" : "brown",
        "durability" : 100,
        "item" : "frame_wood_light",
        "difficulty" : 0,
        "location" : "structure",
        "flags" : [],
        "breaks_into" : [
            {"item": "splinter", "min": 3, "max": 5},
            {"item": "string_36", "min": 10, "max": 15}
        ]
    },{
        "type" : "vehicle_part",
        "id" : "frame_wood_light_ne",
        "name" : "light wooden frame",
        "symbol" : "u",
        "color" : "brown",
        "broken_symbol" : "#",
        "broken_color" : "brown",
        "durability" : 100,
        "item" : "frame_wood_light",
        "difficulty" : 0,
        "location" : "structure",
        "flags" : [],
        "breaks_into" : [
            {"item": "splinter", "min": 3, "max": 5},
            {"item": "string_36", "min": 10, "max": 15}
        ]
    },{
        "type" : "vehicle_part",
        "id" : "frame_wood_light_se",
        "name" : "light wooden frame",
        "symbol" : "n",
        "color" : "brown",
        "broken_symbol" : "#",
        "broken_color" : "brown",
        "durability" : 100,
        "item" : "frame_wood_light",
        "difficulty" : 0,
        "location" : "structure",
        "flags" : [],
        "breaks_into" : [
            {"item": "splinter", "min": 3, "max": 5},
            {"item": "string_36", "min": 10, "max": 15}
        ]
    },{
        "type" : "vehicle_part",
        "id" : "frame_wood_light_sw",
        "name" : "light wooden frame",
        "symbol" : "b",
        "color" : "brown",
        "broken_symbol" : "#",
        "broken_color" : "brown",
        "durability" : 100,
        "item" : "frame_wood_light",
        "difficulty" : 0,
        "location" : "structure",
        "flags" : [],
        "breaks_into" : [
            {"item": "splinter", "min": 3, "max": 5},
            {"item": "string_36", "min": 10, "max": 15}
        ]
    },{
        "type" : "vehicle_part",
        "id" : "frame_wood_light_horizontal_2",
        "name" : "light wooden frame",
        "symbol" : "=",
        "color" : "brown",
        "broken_symbol" : "#",
        "broken_color" : "brown",
        "durability" : 100,
        "item" : "frame_wood_light",
        "difficulty" : 0,
        "location" : "structure",
        "flags" : [],
        "breaks_into" : [
            {"item": "splinter", "min": 3, "max": 5},
            {"item": "string_36", "min": 10, "max": 15}
        ]
    },{
        "type" : "vehicle_part",
        "id" : "frame_wood_light_vertical_2",
        "name" : "light wooden frame",
        "symbol" : "H",
        "color" : "brown",
        "broken_symbol" : "#",
        "broken_color" : "brown",
        "durability" : 100,
        "item" : "frame_wood_light",
        "difficulty" : 0,
        "location" : "structure",
        "flags" : [],
        "breaks_into" : [
            {"item": "splinter", "min": 3, "max": 5},
            {"item": "string_36", "min": 10, "max": 15}
        ]
    },{
        "type" : "vehicle_part",
        "id" : "frame_wood_light_cover",
        "name" : "light wooden frame",
        "symbol" : "^",
        "color" : "brown",
        "broken_symbol" : "#",
        "broken_color" : "brown",
        "durability" : 100,
        "item" : "frame_wood_light",
        "difficulty" : 0,
        "location" : "structure",
        "flags" : [],
        "breaks_into" : [
            {"item": "splinter", "min": 3, "max": 5},
            {"item": "string_36", "min": 10, "max": 15}
        ]
    },{
        "type" : "vehicle_part",
        "id" : "frame_wood_light_handle",
        "name" : "light wooden handle",
        "symbol" : "^",
        "color" : "light_red",
        "broken_symbol" : "#",
        "broken_color" : "brown",
        "durability" : 75,
        "item" : "frame_wood_light",
        "difficulty" : 0,
        "location" : "structure",
        "flags" : [],
        "breaks_into" : [
            {"item": "splinter", "min": 3, "max": 5},
            {"item": "string_36", "min": 10, "max": 15}
        ]
    },{
        "type" : "vehicle_part",
        "id" : "board_horizontal",
        "name" : "board",
        "symbol" : "h",
        "color" : "light_gray",
        "broken_symbol" : "#",
        "broken_color" : "light_gray",
        "durability" : 240,
        "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}
        ]
    },{
        "type" : "vehicle_part",
        "id" : "board_vertical",
        "name" : "board",
        "symbol" : "j",
        "color" : "light_gray",
        "broken_symbol" : "#",
        "broken_color" : "light_gray",
        "durability" : 240,
        "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}
        ]
    },{
        "type" : "vehicle_part",
        "id" : "board_nw",
        "name" : "board",
        "symbol" : "y",
        "color" : "light_gray",
        "broken_symbol" : "#",
        "broken_color" : "light_gray",
        "durability" : 240,
        "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}
        ]
    },{
        "type" : "vehicle_part",
        "id" : "board_ne",
        "name" : "board",
        "symbol" : "u",
        "color" : "light_gray",
        "broken_symbol" : "#",
        "broken_color" : "light_gray",
        "durability" : 240,
        "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}
        ]
    },{
        "type" : "vehicle_part",
        "id" : "board_se",
        "name" : "board",
        "symbol" : "n",
        "color" : "light_gray",
        "broken_symbol" : "#",
        "broken_color" : "light_gray",
        "durability" : 240,
        "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}
        ]
    },{
        "type" : "vehicle_part",
        "id" : "board_sw",
        "name" : "board",
        "symbol" : "b",
        "color" : "light_gray",
        "broken_symbol" : "#",
        "broken_color" : "light_gray",
        "durability" : 240,
        "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}
        ]
    },{
        "type" : "vehicle_part",
        "id" : "hdboard_horizontal",
        "name" : "heavy duty board",
        "symbol" : "h",
        "color" : "dark_gray",
        "broken_symbol" : "#",
        "broken_color" : "light_gray",
        "durability" : 1000,
        "item" : "steel_plate",
        "difficulty" : 1,
        "location" : "center",
        "flags" : ["OPAQUE", "OBSTACLE"],
        "breaks_into" : [
            {"item": "steel_lump", "min": 4, "max": 7},
            {"item": "steel_chunk", "min": 5, "max": 6},
            {"item": "scrap", "min": 4, "max": 6}
        ]
    },{
        "type" : "vehicle_part",
        "id" : "hdboard_vertical",
        "name" : "heavy duty board",
        "symbol" : "j",
        "color" : "dark_gray",
        "broken_symbol" : "#",
        "broken_color" : "light_gray",
        "durability" : 1000,
        "item" : "steel_plate",
        "difficulty" : 1,
        "location" : "center",
        "flags" : ["OPAQUE", "OBSTACLE"],
        "breaks_into" : [
            {"item": "steel_lump", "min": 4, "max": 7},
            {"item": "steel_chunk", "min": 5, "max": 6},
            {"item": "scrap", "min": 4, "max": 6}
        ]
    },{
        "type" : "vehicle_part",
        "id" : "hdboard_nw",
        "name" : "heavy duty board",
        "symbol" : "y",
        "color" : "dark_gray",
        "broken_symbol" : "#",
        "broken_color" : "light_gray",
        "durability" : 1000,
        "item" : "steel_plate",
        "difficulty" : 1,
        "location" : "center",
        "flags" : ["OPAQUE", "OBSTACLE"],
        "breaks_into" : [
            {"item": "steel_lump", "min": 4, "max": 7},
            {"item": "steel_chunk", "min": 5, "max": 6},
            {"item": "scrap", "min": 4, "max": 6}
        ]
    },{
        "type" : "vehicle_part",
        "id" : "hdboard_ne",
        "name" : "heavy duty board",
        "symbol" : "u",
        "color" : "dark_gray",
        "broken_symbol" : "#",
        "broken_color" : "light_gray",
        "durability" : 1000,
        "item" : "steel_plate",
        "difficulty" : 1,
        "location" : "center",
        "flags" : ["OPAQUE", "OBSTACLE"],
        "breaks_into" : [
            {"item": "steel_lump", "min": 4, "max": 7},
            {"item": "steel_chunk", "min": 5, "max": 6},
            {"item": "scrap", "min": 4, "max": 6}
        ]
    },{
        "type" : "vehicle_part",
        "id" : "hdboard_se",
        "name" : "heavy duty board",
        "symbol" : "n",
        "color" : "dark_gray",
        "broken_symbol" : "#",
        "broken_color" : "light_gray",
        "durability" : 1000,
        "item" : "steel_plate",
        "difficulty" : 1,
        "location" : "center",
        "flags" : ["OPAQUE", "OBSTACLE"],
        "breaks_into" : [
            {"item": "steel_lump", "min": 4, "max": 7},
            {"item": "steel_chunk", "min": 5, "max": 6},
            {"item": "scrap", "min": 4, "max": 6}
        ]
    },{
        "type" : "vehicle_part",
        "id" : "hdboard_sw",
        "name" : "heavy duty board",
        "symbol" : "b",
        "color" : "dark_gray",
        "broken_symbol" : "#",
        "broken_color" : "light_gray",
        "durability" : 1000,
        "item" : "steel_plate",
        "difficulty" : 1,
        "location" : "center",
        "flags" : ["OPAQUE", "OBSTACLE"],
        "breaks_into" : [
            {"item": "steel_lump", "min": 4, "max": 7},
            {"item": "steel_chunk", "min": 5, "max": 6},
            {"item": "scrap", "min": 4, "max": 6}
        ]
    },{
        "type" : "vehicle_part",
        "id" : "woodboard_horizontal",
        "name" : "wooden board",
        "symbol" : "h",
        "color" : "brown",
        "broken_symbol" : "#",
        "broken_color" : "brown",
        "durability" : 300,
        "item" : "wood_plate",
        "difficulty" : 1,
        "location" : "center",
        "flags" : ["OPAQUE", "OBSTACLE"],
        "breaks_into" : [
            {"item": "splinter", "min": 7, "max": 9}
        ]
    },{
        "type" : "vehicle_part",
        "id" : "woodboard_vertical",
        "name" : "wooden board",
        "symbol" : "j",
        "color" : "brown",
        "broken_symbol" : "#",
        "broken_color" : "brown",
        "durability" : 300,
        "item" : "wood_plate",
        "difficulty" : 1,
        "location" : "center",
        "flags" : ["OPAQUE", "OBSTACLE"],
        "breaks_into" : [
            {"item": "splinter", "min": 7, "max": 9}
        ]
    },{
        "type" : "vehicle_part",
        "id" : "woodboard_nw",
        "name" : "wooden board",
        "symbol" : "y",
        "color" : "brown",
        "broken_symbol" : "#",
        "broken_color" : "brown",
        "durability" : 300,
        "item" : "wood_plate",
        "difficulty" : 1,
        "location" : "center",
        "flags" : ["OPAQUE", "OBSTACLE"],
        "breaks_into" : [
            {"item": "splinter", "min": 7, "max": 9}
        ]
    },{
        "type" : "vehicle_part",
        "id" : "woodboard_ne",
        "name" : "wooden board",
        "symbol" : "u",
        "color" : "brown",
        "broken_symbol" : "#",
        "broken_color" : "brown",
        "durability" : 300,
        "item" : "wood_plate",
        "difficulty" : 1,
        "location" : "center",
        "flags" : ["OPAQUE", "OBSTACLE"],
        "breaks_into" : [
            {"item": "splinter", "min": 7, "max": 9}
        ]
    },{
        "type" : "vehicle_part",
        "id" : "woodboard_se",
        "name" : "wooden board",
        "symbol" : "n",
        "color" : "brown",
        "broken_symbol" : "#",
        "broken_color" : "brown",
        "durability" : 300,
        "item" : "wood_plate",
        "difficulty" : 1,
        "location" : "center",
        "flags" : ["OPAQUE", "OBSTACLE"],
        "breaks_into" : [
            {"item": "splinter", "min": 7, "max": 9}
        ]
    },{
        "type" : "vehicle_part",
        "id" : "woodboard_sw",
        "name" : "wooden board",
        "symbol" : "b",
        "color" : "brown",
        "broken_symbol" : "#",
        "broken_color" : "brown",
        "durability" : 300,
        "item" : "wood_plate",
        "difficulty" : 1,
        "location" : "center",
        "flags" : ["OPAQUE", "OBSTACLE"],
        "breaks_into" : [
            {"item": "splinter", "min": 7, "max": 9}
        ]
    },{
        "type" : "vehicle_part",
        "id" : "halfboard_horizontal",
        "name" : "quarterpanel",
        "symbol" : "h",
        "color" : "light_gray",
        "broken_symbol" : "#",
        "broken_color" : "light_gray",
        "durability" : 225,
        "item" : "sheet_metal",
        "difficulty" : 1,
        "location" : "center",
        "flags" : ["OBSTACLE"],
        "breaks_into" : [
            {"item": "steel_lump", "min": 3, "max": 5},
            {"item": "steel_chunk", "min": 4, "max": 6},
            {"item": "scrap", "min": 4, "max": 6}
        ]
    },{
        "type" : "vehicle_part",
        "id" : "halfboard_vertical",
        "name" : "quarterpanel",
        "symbol" : "j",
        "color" : "light_gray",
        "broken_symbol" : "#",
        "broken_color" : "light_gray",
        "durability" : 225,
        "item" : "sheet_metal",
        "difficulty" : 1,
        "location" : "center",
        "flags" : ["OBSTACLE"],
        "breaks_into" : [
            {"item": "steel_lump", "min": 3, "max": 5},
            {"item": "steel_chunk", "min": 4, "max": 6},
            {"item": "scrap", "min": 4, "max": 6}
        ]
    },{
        "type" : "vehicle_part",
        "id" : "halfboard_nw",
        "name" : "quarterpanel",
        "symbol" : "y",
        "color" : "light_gray",
        "broken_symbol" : "#",
        "broken_color" : "light_gray",
        "durability" : 225,
        "item" : "sheet_metal",
        "difficulty" : 1,
        "location" : "center",
        "flags" : ["OBSTACLE"],
        "breaks_into" : [
            {"item": "steel_lump", "min": 3, "max": 5},
            {"item": "steel_chunk", "min": 4, "max": 6},
            {"item": "scrap", "min": 4, "max": 6}
        ]
    },{
        "type" : "vehicle_part",
        "id" : "halfboard_ne",
        "name" : "quarterpanel",
        "symbol" : "u",
        "color" : "light_gray",
        "broken_symbol" : "#",
        "broken_color" : "light_gray",
        "durability" : 225,
        "item" : "sheet_metal",
        "difficulty" : 1,
        "location" : "center",
        "flags" : ["OBSTACLE"],
        "breaks_into" : [
            {"item": "steel_lump", "min": 3, "max": 5},
            {"item": "steel_chunk", "min": 4, "max": 6},
            {"item": "scrap", "min": 4, "max": 6}
        ]
    },{
        "type" : "vehicle_part",
        "id" : "halfboard_se",
        "name" : "quarterpanel",
        "symbol" : "n",
        "color" : "light_gray",
        "broken_symbol" : "#",
        "broken_color" : "light_gray",
        "durability" : 225,
        "item" : "sheet_metal",
        "difficulty" : 1,
        "location" : "center",
        "flags" : ["OBSTACLE"],
        "breaks_into" : [
            {"item": "steel_lump", "min": 3, "max": 5},
            {"item": "steel_chunk", "min": 4, "max": 6},
            {"item": "scrap", "min": 4, "max": 6}
        ]
    },{
        "type" : "vehicle_part",
        "id" : "halfboard_sw",
        "name" : "quarterpanel",
        "symbol" : "b",
        "color" : "light_gray",
        "broken_symbol" : "#",
        "broken_color" : "light_gray",
        "durability" : 225,
        "item" : "sheet_metal",
        "difficulty" : 1,
        "location" : "center",
        "flags" : ["OBSTACLE"],
        "breaks_into" : [
            {"item": "steel_lump", "min": 3, "max": 5},
            {"item": "steel_chunk", "min": 4, "max": 6},
            {"item": "scrap", "min": 4, "max": 6}
        ]
    },{
        "type" : "vehicle_part",
        "id" : "halfboard_horizontal_2",
        "name" : "quarterpanel",
        "symbol" : "=",
        "color" : "light_gray",
        "broken_symbol" : "#",
        "broken_color" : "light_gray",
        "durability" : 225,
        "item" : "sheet_metal",
        "difficulty" : 1,
        "location" : "center",
        "flags" : ["OBSTACLE"],
        "breaks_into" : [
            {"item": "steel_lump", "min": 3, "max": 5},
            {"item": "steel_chunk", "min": 4, "max": 6},
            {"item": "scrap", "min": 4, "max": 6}
        ]
    },{
        "type" : "vehicle_part",
        "id" : "halfboard_vertical_2",
        "name" : "quarterpanel",
        "symbol" : "H",
        "color" : "light_gray",
        "broken_symbol" : "#",
        "broken_color" : "light_gray",
        "durability" : 225,
        "item" : "sheet_metal",
        "difficulty" : 1,
        "location" : "center",
        "flags" : ["OBSTACLE"],
        "breaks_into" : [
            {"item": "steel_lump", "min": 3, "max": 5},
            {"item": "steel_chunk", "min": 4, "max": 6},
            {"item": "scrap", "min": 4, "max": 6}
        ]
    },{
        "type" : "vehicle_part",
        "id" : "xlhalfboard_horizontal",
        "name" : "extra light quarterpanel",
        "symbol" : "h",
        "color" : "light_gray",
        "broken_symbol" : "#",
        "broken_color" : "light_gray",
        "durability" : 100,
        "item" : "pipe",
        "difficulty" : 1,
        "location" : "center",
        "flags" : ["OBSTACLE"],
        "breaks_into" : [
            {"item": "pipe", "min": 0, "max": 1}
        ]
    },{
        "type" : "vehicle_part",
        "id" : "xlhalfboard_vertical",
        "name" : "extra light quarterpanel",
        "symbol" : "j",
        "color" : "light_gray",
        "broken_symbol" : "#",
        "broken_color" : "light_gray",
        "durability" : 100,
        "item" : "pipe",
        "difficulty" : 1,
        "location" : "center",
        "flags" : ["OBSTACLE"],
        "breaks_into" : [
            {"item": "pipe", "min": 0, "max": 1}
        ]
    },{
        "type" : "vehicle_part",
        "id" : "xlhalfboard_nw",
        "name" : "extra light quarterpanel",
        "symbol" : "y",
        "color" : "light_gray",
        "broken_symbol" : "#",
        "broken_color" : "light_gray",
        "durability" : 100,
        "item" : "pipe",
        "difficulty" : 1,
        "location" : "center",
        "flags" : ["OBSTACLE"],
        "breaks_into" : [
            {"item": "pipe", "min": 0, "max": 1}
        ]
    },{
        "type" : "vehicle_part",
        "id" : "xlhalfboard_ne",
        "name" : "extra light quarterpanel",
        "symbol" : "u",
        "color" : "light_gray",
        "broken_symbol" : "#",
        "broken_color" : "light_gray",
        "durability" : 100,
        "item" : "pipe",
        "difficulty" : 1,
        "location" : "center",
        "flags" : ["OBSTACLE"],
        "breaks_into" : [
            {"item": "pipe", "min": 0, "max": 1}
        ]
    },{
        "type" : "vehicle_part",
        "id" : "xlhalfboard_se",
        "name" : "extra light quarterpanel",
        "symbol" : "n",
        "color" : "light_gray",
        "broken_symbol" : "#",
        "broken_color" : "light_gray",
        "durability" : 100,
        "item" : "pipe",
        "difficulty" : 1,
        "location" : "center",
        "flags" : ["OBSTACLE"],
        "breaks_into" : [
            {"item": "pipe", "min": 0, "max": 1}
        ]
    },{
        "type" : "vehicle_part",
        "id" : "xlhalfboard_sw",
        "name" : "extra light quarterpanel",
        "symbol" : "b",
        "color" : "light_gray",
        "broken_symbol" : "#",
        "broken_color" : "light_gray",
        "durability" : 100,
        "item" : "pipe",
        "difficulty" : 1,
        "location" : "center",
        "flags" : ["OBSTACLE"],
        "breaks_into" : [
            {"item": "pipe", "min": 0, "max": 1}
        ]
    },{
        "type" : "vehicle_part",
        "id" : "xlhalfboard_horizontal_2",
        "name" : "extra light quarterpanel",
        "symbol" : "=",
        "color" : "light_gray",
        "broken_symbol" : "#",
        "broken_color" : "light_gray",
        "durability" : 100,
        "item" : "pipe",
        "difficulty" : 1,
        "location" : "center",
        "flags" : ["OBSTACLE"],
        "breaks_into" : [
            {"item": "pipe", "min": 0, "max": 1}
        ]
    },{
        "type" : "vehicle_part",
        "id" : "xlhalfboard_vertical_2",
        "name" : "extra light quarterpanel",
        "symbol" : "H",
        "color" : "light_gray",
        "broken_symbol" : "#",
        "broken_color" : "light_gray",
        "durability" : 100,
        "item" : "pipe",
        "difficulty" : 1,
        "location" : "center",
        "flags" : ["OBSTACLE"],
        "breaks_into" : [
            {"item": "pipe", "min": 0, "max": 1}
        ]
    },{
        "type" : "vehicle_part",
        "id" : "halfboard_cover",
        "name" : "quarterpanel",
        "symbol" : "^",
        "color" : "light_gray",
        "broken_symbol" : "#",
        "broken_color" : "light_gray",
        "durability" : 225,
        "item" : "sheet_metal",
        "difficulty" : 1,
        "location" : "center",
        "flags" : ["OBSTACLE"],
        "breaks_into" : [
            {"item": "steel_lump", "min": 3, "max": 5},
            {"item": "steel_chunk", "min": 4, "max": 6},
            {"item": "scrap", "min": 4, "max": 6}
        ]
    },{
        "type" : "vehicle_part",
        "id" : "woodhalfboard_horizontal",
        "name" : "wooden quarterpanel",
        "symbol" : "h",
        "color" : "brown",
        "broken_symbol" : "#",
        "broken_color" : "brown",
        "durability" : 75,
        "item" : "wood_plate",
        "difficulty" : 1,
        "location" : "center",
        "flags" : ["OBSTACLE"],
        "breaks_into" : [
            {"item": "splinter", "min": 7, "max": 9}
        ]
    },{
        "type" : "vehicle_part",
        "id" : "woodhalfboard_vertical",
        "name" : "wooden quarterpanel",
        "symbol" : "j",
        "color" : "brown",
        "broken_symbol" : "#",
        "broken_color" : "brown",
        "durability" : 75,
        "item" : "wood_plate",
        "difficulty" : 1,
        "location" : "center",
        "flags" : ["OBSTACLE"],
        "breaks_into" : [
            {"item": "splinter", "min": 7, "max": 9}
        ]
    },{
        "type" : "vehicle_part",
        "id" : "woodhalfboard_nw",
        "name" : "wooden quarterpanel",
        "symbol" : "y",
        "color" : "brown",
        "broken_symbol" : "#",
        "broken_color" : "brown",
        "durability" : 75,
        "item" : "wood_plate",
        "difficulty" : 1,
        "location" : "center",
        "flags" : ["OBSTACLE"],
        "breaks_into" : [
            {"item": "splinter", "min": 7, "max": 9}
        ]
    },{
        "type" : "vehicle_part",
        "id" : "woodhalfboard_ne",
        "name" : "wooden quarterpanel",
        "symbol" : "u",
        "color" : "brown",
        "broken_symbol" : "#",
        "broken_color" : "brown",
        "durability" : 75,
        "item" : "wood_plate",
        "difficulty" : 1,
        "location" : "center",
        "flags" : ["OBSTACLE"],
        "breaks_into" : [
            {"item": "splinter", "min": 7, "max": 9}
        ]
    },{
        "type" : "vehicle_part",
        "id" : "woodhalfboard_se",
        "name" : "wooden quarterpanel",
        "symbol" : "n",
        "color" : "brown",
        "broken_symbol" : "#",
        "broken_color" : "brown",
        "durability" : 75,
        "item" : "wood_plate",
        "difficulty" : 1,
        "location" : "center",
        "flags" : ["OBSTACLE"],
        "breaks_into" : [
            {"item": "splinter", "min": 7, "max": 9}
        ]
    },{
        "type" : "vehicle_part",
        "id" : "woodhalfboard_sw",
        "name" : "wooden quarterpanel",
        "symbol" : "b",
        "color" : "brown",
        "broken_symbol" : "#",
        "broken_color" : "brown",
        "durability" : 75,
        "item" : "wood_plate",
        "difficulty" : 1,
        "location" : "center",
        "flags" : ["OBSTACLE"],
        "breaks_into" : [
            {"item": "splinter", "min": 7, "max": 9}
        ]
    },{
        "type" : "vehicle_part",
        "id" : "woodhalfboard_horizontal_2",
        "name" : "wooden quarterpanel",
        "symbol" : "=",
        "color" : "brown",
        "broken_symbol" : "#",
        "broken_color" : "brown",
        "durability" : 75,
        "item" : "wood_plate",
        "difficulty" : 1,
        "location" : "center",
        "flags" : ["OBSTACLE"],
        "breaks_into" : [
            {"item": "splinter", "min": 7, "max": 9}
        ]
    },{
        "type" : "vehicle_part",
        "id" : "woodhalfboard_vertical_2",
        "name" : "wooden quarterpanel",
        "symbol" : "H",
        "color" : "brown",
        "broken_symbol" : "#",
        "broken_color" : "brown",
        "durability" : 75,
        "item" : "wood_plate",
        "difficulty" : 1,
        "location" : "center",
        "flags" : ["OBSTACLE"],
        "breaks_into" : [
            {"item": "splinter", "min": 7, "max": 9}
        ]
    },{
        "type" : "vehicle_part",
        "id" : "aisle_horizontal",
        "name" : "aisle",
        "symbol" : "=",
        "color" : "white",
        "broken_symbol" : "#",
        "broken_color" : "light_gray",
        "durability" : 400,
        "item" : "sheet_metal",
        "difficulty" : 1,
        "location" : "center",
        "flags" : ["AISLE", "BOARDABLE"],
        "breaks_into" : [
            {"item": "steel_lump", "min": 4, "max": 6},
            {"item": "steel_chunk", "min": 4, "max": 6},
            {"item": "scrap", "min": 4, "max": 6}
        ]
    },{
        "type" : "vehicle_part",
        "id" : "aisle_vertical",
        "name" : "aisle",
        "symbol" : "H",
        "color" : "white",
        "broken_symbol" : "#",
        "broken_color" : "light_gray",
        "durability" : 400,
        "item" : "sheet_metal",
        "difficulty" : 1,
        "location" : "center",
        "flags" : ["AISLE", "BOARDABLE"],
        "breaks_into" : [
            {"item": "steel_lump", "min": 4, "max": 6},
            {"item": "steel_chunk", "min": 4, "max": 6},
            {"item": "scrap", "min": 4, "max": 6}
        ]
    },{
        "type" : "vehicle_part",
        "id" : "trunk_floor",
        "name" : "floor trunk",
        "symbol" : "=",
        "color" : "white",
        "broken_symbol" : "#",
        "broken_color" : "light_gray",
        "durability" : 400,
        "size" : 350,
        "item" : "sheet_metal",
        "difficulty" : 1,
        "location" : "center",
        "flags" : ["AISLE", "BOARDABLE", "CARGO", "COVERED"],
        "breaks_into" : [
            {"item": "steel_lump", "min": 4, "max": 6},
            {"item": "steel_chunk", "min": 4, "max": 6},
            {"item": "scrap", "min": 4, "max": 6}
        ]
    },{
        "type" : "vehicle_part",
        "id" : "stowboard_horizontal",
        "name" : "stow board",
        "symbol" : "h",
        "color" : "white",
        "broken_symbol" : "#",
        "broken_color" : "light_gray",
        "durability" : 200,
        "size" : 250,
        "item" : "sheet_metal",
        "difficulty" : 3,
        "location" : "center",
        "flags" : ["OBSTACLE", "OPAQUE", "CARGO", "COVERED"]
    },{
        "type":"vehicle_part",
        "id" : "stowboard_vertical",
        "name" : "stow board",
        "symbol" : "j",
        "color" : "white",
        "broken_symbol" : "#",
        "broken_color" : "light_gray",
        "durability" : 200,
        "size" : 250,
        "item" : "sheet_metal",
        "difficulty" : 3,
        "location" : "center",
        "flags" : ["OBSTACLE", "OPAQUE", "CARGO", "COVERED"]
    },{
        "type" : "vehicle_part",
        "id" : "roof_cloth",
        "name" : "cloth roof",
        "symbol" : "#",
        "color" : "light_gray",
        "broken_symbol" : "#",
        "broken_color" : "dark_gray",
        "durability" : 15,
        "item" : "sheet",
        "difficulty" : 1,
        "location" : "roof",
        "flags" : ["ROOF", "FOLDABLE"],
        "breaks_into" : [
            {"item": "rag", "min": 3, "max": 6}
        ]
    },{
        "type" : "vehicle_part",
        "id" : "roof",
        "name" : "roof",
        "symbol" : "#",
        "color" : "light_gray",
        "broken_symbol" : "#",
        "broken_color" : "dark_gray",
        "durability" : 240,
        "item" : "sheet_metal",
        "difficulty" : 1,
        "location" : "roof",
        "flags" : ["ROOF"],
        "breaks_into" : [
            {"item": "steel_lump", "min": 1, "max": 3},
            {"item": "steel_chunk", "min": 3, "max": 4},
            {"item": "scrap", "min": 4, "max": 6}
        ]
    },{
        "type" : "vehicle_part",
        "id" : "hdroof",
        "name" : "heavy duty roof",
        "symbol" : "#",
        "color" : "dark_gray",
        "broken_symbol" : "#",
        "broken_color" : "dark_gray",
        "durability" : 1000,
        "item" : "steel_plate",
        "difficulty" : 1,
        "location" : "roof",
        "flags" : ["ROOF"],
        "breaks_into" : [
            {"item": "steel_lump", "min": 2, "max": 4},
            {"item": "steel_chunk", "min": 3, "max": 5},
            {"item": "scrap", "min": 4, "max": 6}
        ]
    },{
        "type" : "vehicle_part",
        "id" : "door",
        "name" : "door",
        "symbol" : "+",
        "color" : "cyan",
        "broken_symbol" : "&",
        "broken_color" : "cyan",
        "damage_modifier" : 80,
        "durability" : 225,
        "size" : 10,
        "item" : "frame",
        "difficulty" : 2,
        "location" : "center",
        "flags" : ["CARGO", "OBSTACLE", "OPENABLE", "BOARDABLE", "WINDOW"],
        "breaks_into" : [
            {"item": "steel_lump", "min": 4, "max": 6},
            {"item": "steel_chunk", "min": 4, "max": 6},
            {"item": "scrap", "min": 4, "max": 6}
        ]
    },{
        "type" : "vehicle_part",
        "id" : "door_opaque",
        "name" : "opaque door",
        "symbol" : "+",
        "color" : "cyan",
        "broken_symbol" : "&",
        "broken_color" : "cyan",
        "damage_modifier" : 80,
        "durability" : 240,
        "size" : 10,
        "item" : "frame",
        "difficulty" : 2,
        "location" : "center",
        "flags" : ["CARGO", "OBSTACLE", "OPAQUE", "OPENABLE", "BOARDABLE"],
        "breaks_into" : [
            {"item": "steel_lump", "min": 4, "max": 6},
            {"item": "steel_chunk", "min": 4, "max": 6},
            {"item": "scrap", "min": 4, "max": 6}
        ]
    },{
        "type" : "vehicle_part",
        "id" : "door_internal",
        "name" : "internal door",
        "symbol" : "+",
        "color" : "cyan",
        "broken_symbol" : "&",
        "broken_color" : "cyan",
        "damage_modifier" : 75,
        "durability" : 240,
        "item" : "frame",
        "difficulty" : 2,
        "location" : "center",
        "flags" : ["OBSTACLE", "OPAQUE", "OPENABLE", "ROOF", "BOARDABLE"],
        "breaks_into" : [
            {"item": "steel_lump", "min": 4, "max": 6},
            {"item": "steel_chunk", "min": 4, "max": 6},
            {"item": "scrap", "min": 4, "max": 6}
        ]
    },{
        "type" : "vehicle_part",
        "id" : "hatch",
        "name" : "hatch",
        "symbol" : "+",
        "color" : "light_gray",
        "broken_symbol" : "&",
        "broken_color" : "light_gray",
        "damage_modifier" : 80,
        "durability" : 120,
        "size" : 150,
        "item" : "frame",
        "difficulty" : 2,
        "location" : "center",
        "flags" : ["CARGO", "OBSTACLE", "OPENABLE", "MULTISQUARE", "BOARDABLE", "COVERED"],
        "breaks_into" : [
            {"item": "steel_lump", "min": 4, "max": 6},
            {"item": "steel_chunk", "min": 4, "max": 6},
            {"item": "scrap", "min": 4, "max": 6}
        ]
    },{
        "type" : "vehicle_part",
        "id" : "hdhatch",
        "name" : "heavy duty hatch",
        "symbol" : "+",
        "color" : "dark_gray",
        "broken_symbol" : "&",
        "broken_color" : "dark_gray",
        "damage_modifier" : 80,
        "durability" : 360,
        "size" : 150,
        "item" : "hdframe",
        "difficulty" : 4,
        "location" : "center",
        "flags" : ["CARGO", "OBSTACLE", "OPENABLE", "MULTISQUARE", "BOARDABLE", "COVERED"],
        "breaks_into" : [
            {"item": "steel_lump", "min": 4, "max": 6},
            {"item": "steel_chunk", "min": 4, "max": 6},
            {"item": "scrap", "min": 4, "max": 6}
        ]
    },{
        "type" : "vehicle_part",
        "id" : "windshield",
        "name" : "windshield",
        "symbol" : "\"",
        "color" : "light_cyan",
        "broken_symbol" : "0",
        "broken_color" : "light_gray",
        "damage_modifier" : 70,
        "durability" : 50,
        "item" : "glass_sheet",
        "difficulty" : 1,
        "location" : "center",
        "flags" : ["OVER", "OBSTACLE", "WINDOW"],
        "breaks_into" : [
            {"item": "glass_shard", "min": 3, "max": 6}
        ]
    },{
        "type" : "vehicle_part",
        "id" : "blade_horizontal",
        "name" : "blade",
        "symbol" : "-",
        "color" : "white",
        "broken_symbol" : "x",
        "broken_color" : "white",
        "damage_modifier" : 250,
        "durability" : 200,
        "item" : "blade",
        "difficulty" : 2,
        "location" : "structure",
        "flags" : ["UNMOUNT_ON_DAMAGE", "SHARP", "PROTRUSION"],
        "breaks_into" : []
    },{
        "type" : "vehicle_part",
        "id" : "blade_vertical",
        "name" : "blade",
        "symbol" : "|",
        "color" : "white",
        "broken_symbol" : "x",
        "broken_color" : "white",
        "damage_modifier" : 250,
        "durability" : 200,
        "item" : "blade",
        "difficulty" : 2,
        "location" : "structure",
        "flags" : ["UNMOUNT_ON_DAMAGE", "SHARP", "PROTRUSION"],
        "breaks_into" : []
    },{
        "type" : "vehicle_part",
        "id" : "spike",
        "name" : "spike",
        "symbol" : ".",
        "color" : "white",
        "broken_symbol" : "x",
        "broken_color" : "white",
        "damage_modifier" : 300,
        "durability" : 250,
        "item" : "spike",
        "difficulty" : 2,
        "location" : "structure",
        "flags" : ["UNMOUNT_ON_DAMAGE", "SHARP", "PROTRUSION"],
        "breaks_into" : []
    },{
        "type" : "vehicle_part",
        "id" : "wheel",
        "name" : "wheel",
        "symbol" : "0",
        "color" : "dark_gray",
        "broken_symbol" : "x",
        "broken_color" : "light_gray",
        "damage_modifier" : 50,
        "durability" : 200,
        "wheel_width" : 9,
        "item" : "wheel",
        "difficulty" : 4,
        "location" : "under",
        "flags" : ["WHEEL", "VARIABLE_SIZE"],
        "breaks_into" : [
            {"item": "steel_lump", "min": 1, "max": 2},
            {"item": "steel_chunk", "min": 1, "max": 2},
            {"item": "scrap", "min": 1, "max": 2}
        ]
    },{
        "type" : "vehicle_part",
        "id" : "wheel_wide",
        "name" : "wide wheel",
        "symbol" : "O",
        "color" : "dark_gray",
        "broken_symbol" : "x",
        "broken_color" : "light_gray",
        "damage_modifier" : 50,
        "durability" : 400,
        "wheel_width" : 14,
        "item" : "wheel_wide",
        "difficulty" : 5,
        "location" : "under",
        "flags" : ["WHEEL", "VARIABLE_SIZE"],
        "breaks_into" : [
            {"item": "steel_lump", "min": 2, "max": 3},
            {"item": "steel_chunk", "min": 2, "max": 3},
            {"item": "scrap", "min": 2, "max": 3}
        ]
    },{
        "type" : "vehicle_part",
        "id" : "wheel_armor",
        "name" : "armored wheel",
        "symbol" : "0",
        "color" : "green",
        "broken_symbol" : "x",
        "broken_color" : "light_gray",
        "damage_modifier" : 50,
        "durability" : 800,
        "wheel_width" : 20,
        "item" : "wheel_armor",
        "difficulty" : 6,
        "location" : "under",
        "flags" : ["WHEEL", "VARIABLE_SIZE"],
        "breaks_into" : [
            {"item": "steel_lump", "min": 2, "max": 3},
            {"item": "steel_chunk", "min": 2, "max": 3},
            {"item": "scrap", "min": 2, "max": 3}
        ]
    },{
        "type" : "vehicle_part",
        "id" : "roller_drum",
        "name" : "Roller drum",
        "symbol" : "B",
        "color" : "light_red",
        "broken_symbol" : "E",
        "broken_color" : "light_gray",
        "damage_modifier" : 500,
        "durability" : 7500,
        "wheel_width" : 60,
        "item" : "hd_steel_drum",
        "difficulty" : 7,
        "location" : "center",
        "flags" : ["OBSTACLE", "WHEEL", "VARIABLE_SIZE"],
        "breaks_into" : [
        {"item": "steel_lump", "min": 25, "max": 75},
        {"item": "steel_chunk", "min": 30, "max": 90},
        {"item": "scrap", "min": 50, "max": 150}
        ]
    },{
        "type" : "vehicle_part",
        "id" : "wheel_unicycle",
        "name" : "unicycle wheel",
        "symbol" : "|",
        "color" : "dark_gray",
        "broken_symbol" : "x",
        "broken_color" : "light_gray",
        "damage_modifier" : 50,
        "durability" : 40,
        "wheel_width" : 2,
        "item" : "wheel_bicycle",
        "difficulty" : 2,
        "location" : "under",
        "flags" : ["WHEEL", "STABLE", "VARIABLE_SIZE"],
        "breaks_into" : [
            {"item": "steel_lump", "min": 0, "max": 1},
            {"item": "steel_chunk", "min": 1, "max": 2},
            {"item": "scrap", "min": 1, "max": 2}
        ]
    },{
        "type" : "vehicle_part",
        "id" : "wheel_wheelchair",
        "name" : "wheelchair wheel",
        "symbol" : "|",
        "color" : "dark_gray",
        "broken_symbol" : "x",
        "broken_color" : "light_gray",
        "damage_modifier" : 50,
        "durability" : 40,
        "wheel_width" : 4,
        "item" : "wheel_wheelchair",
        "difficulty" : 2,
        "location" : "under",
        "flags" : ["WHEEL", "STABLE", "VARIABLE_SIZE", "FOLDABLE"],
        "breaks_into" : [
            {"item": "steel_lump", "min": 0, "max": 1},
            {"item": "steel_chunk", "min": 1, "max": 2},
            {"item": "scrap", "min": 1, "max": 2}
        ]
    },{
        "type" : "vehicle_part",
        "id" : "wheel_bicycle",
        "name" : "bicycle wheel",
        "symbol" : "|",
        "color" : "dark_gray",
        "broken_symbol" : "x",
        "broken_color" : "light_gray",
        "damage_modifier" : 50,
        "durability" : 40,
        "wheel_width" : 2,
        "item" : "wheel_bicycle",
        "difficulty" : 1,
        "location" : "under",
        "flags" : ["WHEEL", "VARIABLE_SIZE"],
        "breaks_into" : [
            {"item": "steel_lump", "min": 0, "max": 1},
            {"item": "steel_chunk", "min": 1, "max": 2},
            {"item": "scrap", "min": 1, "max": 2}
        ]
    },{
        "type" : "vehicle_part",
        "id" : "wheel_motorbike",
        "name" : "motorbike wheel",
        "symbol" : "o",
        "color" : "dark_gray",
        "broken_symbol" : "x",
        "broken_color" : "light_gray",
        "damage_modifier" : 50,
        "durability" : 90,
        "wheel_width" : 4,
        "item" : "wheel_motorbike",
        "difficulty" : 2,
        "location" : "under",
        "flags" : ["WHEEL", "VARIABLE_SIZE"],
        "breaks_into" : [
            {"item": "steel_lump", "min": 1, "max": 3},
            {"item": "steel_chunk", "min": 1, "max": 3},
            {"item": "scrap", "min": 1, "max": 3}
        ]
    },{
        "type" : "vehicle_part",
        "id" : "wheel_small",
        "name" : "small wheel",
        "symbol" : "o",
        "color" : "dark_gray",
        "broken_symbol" : "x",
        "broken_color" : "light_gray",
        "damage_modifier" : 50,
        "durability" : 70,
        "wheel_width" : 6,
        "item" : "wheel_small",
        "difficulty" : 2,
        "location" : "under",
        "flags" : ["WHEEL", "VARIABLE_SIZE"],
        "breaks_into" : [
            {"item": "steel_lump", "min": 1, "max": 1},
            {"item": "steel_chunk", "min": 1, "max": 3},
            {"item": "scrap", "min": 1, "max": 3}
        ]
    },{
        "type" : "vehicle_part",
        "id" : "wheel_caster",
        "name" : "casters",
        "symbol" : "o",
        "color" : "dark_gray",
        "broken_symbol" : "x",
        "broken_color" : "light_gray",
        "damage_modifier" : 50,
        "durability" : 70,
        "wheel_width" : 6,
        "item" : "wheel_caster",
        "difficulty" : 1,
        "location" : "under",
        "flags" : ["WHEEL", "STABLE", "VARIABLE_SIZE", "FOLDABLE"],
        "breaks_into" : [
            {"item": "steel_lump", "min": 0, "max": 1},
            {"item": "steel_chunk", "min": 1, "max": 2},
            {"item": "scrap", "min": 1, "max": 2}]
    },{
        "type" : "vehicle_part",
        "id" : "wheel_wood",
        "name" : "wooden cart wheel",
        "symbol" : "|",
        "color" : "brown",
        "broken_symbol" : "x",
        "broken_color" : "brown",
        "damage_modifier" : 50,
        "durability" : 30,
        "wheel_width" : 2,
        "item" : "wheel_wood",
        "difficulty" : 2,
        "location" : "under",
        "flags" : ["WHEEL", "VARIABLE_SIZE"],
        "breaks_into" : [
            {"item": "2x4", "min": 0, "max": 4},
            {"item": "nail", "min": 5, "max": 15}]
    },{
        "type" : "vehicle_part",
        "id" : "wheel_wood_b",
        "name" : "banded wooden cart wheel",
        "symbol" : "|",
        "color" : "brown",
        "broken_symbol" : "x",
        "broken_color" : "brown",
        "damage_modifier" : 60,
        "durability" : 60,
        "wheel_width" : 2,
        "item" : "wheel_wood_b",
        "difficulty" : 2,
        "location" : "under",
        "flags" : ["WHEEL", "VARIABLE_SIZE"],
        "breaks_into" : [
            {"item": "2x4", "min": 0, "max": 4},
            {"item": "nail", "min": 5, "max": 15},
            {"item": "scrap", "min": 1, "max": 2}]
    },{
        "type" : "vehicle_part",
        "id" : "engine_1cyl",
        "name" : "1-cylinder engine",
        "symbol" : "*",
        "color" : "light_red",
        "broken_symbol" : "#",
        "broken_color" : "red",
        "damage_modifier" : 80,
        "durability" : 150,
        "epower" : 0,
        "fuel_type" : "gasoline",
        "item" : "1cyl_combustion",
        "difficulty" : 2,
        "location" : "engine_block",
        "flags" : ["ENGINE", "VARIABLE_SIZE"],
        "breaks_into" : [
            {"item": "steel_lump", "min": 5, "max": 10},
            {"item": "steel_chunk", "min": 5, "max": 10},
            {"item": "scrap", "min": 5, "max": 10}
        ]
    },{
        "type" : "vehicle_part",
        "id" : "engine_vtwin",
        "name" : "V-twin engine",
        "symbol" : "*",
        "color" : "light_red",
        "broken_symbol" : "#",
        "broken_color" : "red",
        "damage_modifier" : 80,
        "durability" : 200,
        "epower" : -50,
        "fuel_type" : "gasoline",
        "item" : "v2_combustion",
        "difficulty" : 2,
        "location" : "engine_block",
        "flags" : ["ENGINE", "VARIABLE_SIZE"],
        "breaks_into" : [
            {"item": "steel_lump", "min": 10, "max": 20},
            {"item": "steel_chunk", "min": 10, "max": 20},
            {"item": "scrap", "min": 10, "max": 20}
        ]
    },{
        "type" : "vehicle_part",
        "id" : "engine_inline4",
        "name" : "Inline-4 engine",
        "symbol" : "*", "color": "light_red",
        "broken_symbol" : "#",
        "broken_color" : "red",
        "damage_modifier" : 80,
        "durability" : 300,
        "epower" : -100,
        "fuel_type" : "gasoline",
        "item" : "i4_combustion",
        "difficulty" : 3,
        "location" : "engine_block",
        "flags" : ["ENGINE", "VARIABLE_SIZE"],
        "breaks_into" : [
            {"item": "steel_lump", "min": 20, "max": 30},
            {"item": "steel_chunk", "min": 20, "max": 30},
            {"item": "scrap", "min": 20, "max": 30}
        ]
    },{
        "type" : "vehicle_part",
        "id" : "engine_v6",
        "name" : "V6 engine",
        "symbol" : "*",
        "color" : "light_red",
        "broken_symbol" : "#",
        "broken_color" : "red",
        "damage_modifier" : 80,
        "durability" : 400,
        "epower" : -150,
        "fuel_type" : "gasoline",
        "item" : "v6_combustion",
        "difficulty" : 4,
        "location" : "engine_block",
        "flags" : ["ENGINE", "VARIABLE_SIZE"],
        "breaks_into" : [
            {"item": "steel_lump", "min": 30, "max": 40},
            {"item": "steel_chunk", "min": 30, "max": 40},
            {"item": "scrap", "min": 30, "max": 40}
        ]
    },{
        "type" : "vehicle_part",
        "id" : "engine_v8",
        "name" : "V8 engine",
        "symbol" : "*",
        "color" : "light_red",
        "broken_symbol" : "#",
        "broken_color" : "red",
        "damage_modifier" : 80,
        "durability" : 400,
        "epower" : -200,
        "fuel_type" : "gasoline",
        "item" : "v8_combustion",
        "difficulty" : 4,
        "location" : "engine_block",
        "flags" : ["ENGINE", "VARIABLE_SIZE"],
        "breaks_into" : [
            {"item": "steel_lump", "min": 40, "max": 50},
            {"item": "steel_chunk", "min": 40, "max": 50},
            {"item": "scrap", "min": 40, "max": 50}
        ]
    },{
        "type" : "vehicle_part",
        "id" : "engine_v12",
        "name" : "V12 Engine",
        "symbol" : "*",
        "color" : "light_red",
        "broken_symbol" : "#",
        "broken_color" : "red",
        "damage_modifier" : 80,
        "durability" : 600,
        "epower" : -350,
        "fuel_type" : "gasoline",
        "item" : "v12_combustion",
        "difficulty" : 8,
        "location" : "engine_block",
        "flags" : ["ENGINE", "VARIABLE_SIZE"],
        "breaks_into" : [
            {"item": "steel_lump", "min": 45, "max": 58},
            {"item": "steel_chunk", "min": 45, "max": 58},
            {"item": "scrap", "min": 45, "max": 58}
        ]
    },{
        "type" : "vehicle_part",
        "id" : "diesel_engine_v6",
        "name" : "V6 diesel engine",
        "symbol" : "*",
        "color" : "light_gray",
        "broken_symbol" : "#",
        "broken_color" : "red",
        "damage_modifier" : 80,
        "durability" : 400,
        "epower" : -200,
        "fuel_type" : "diesel",
        "item" : "v6_diesel",
        "difficulty" : 5,
        "location" : "engine_block",
        "flags" : ["ENGINE", "VARIABLE_SIZE"],
        "breaks_into" : [
            {"item": "steel_lump", "min": 30, "max": 40},
            {"item": "steel_chunk", "min": 30, "max": 40},
            {"item": "scrap", "min": 30, "max": 40}
        ]
    },{
        "type" : "vehicle_part",
        "id" : "diesel_engine_v8",
        "name" : "V8 diesel engine",
        "symbol" : "*",
        "color" : "light_gray",
        "broken_symbol" : "#",
        "broken_color" : "red",
        "damage_modifier" : 80,
        "durability" : 400,
        "epower" : -400,
        "fuel_type" : "diesel",
        "item" : "v8_diesel",
        "difficulty" : 5,
        "location" : "engine_block",
        "flags" : ["ENGINE", "VARIABLE_SIZE"],
        "breaks_into" : [
            {"item": "steel_lump", "min": 30, "max": 40},
            {"item": "steel_chunk", "min": 30, "max": 40},
            {"item": "scrap", "min": 30, "max": 40}
        ]
    },{
        "type" : "vehicle_part",
        "id" : "diesel_engine_i6",
        "name" : "straight-6 diesel engine",
        "symbol" : "*",
        "color" : "light_gray",
        "broken_symbol" : "#",
        "broken_color" : "red",
        "damage_modifier" : 80,
        "durability" : 400,
        "epower" : -300,
        "fuel_type" : "diesel",
        "item" : "i6_diesel",
        "difficulty" : 5,
        "location" : "engine_block",
        "flags" : ["ENGINE", "VARIABLE_SIZE"],
        "breaks_into" : [
            {"item": "steel_lump", "min": 30, "max": 40},
            {"item": "steel_chunk", "min": 30, "max": 40},
            {"item": "scrap", "min": 30, "max": 40}
        ]
    },{
        "type" : "vehicle_part",
        "id" : "engine_electric",
        "name" : "electric motor",
        "symbol" : "*",
        "color" : "yellow",
        "broken_symbol" : "#",
        "broken_color" : "red",
        "damage_modifier" : 80,
        "durability" : 200,
        "power" : 70,
        "epower" : -29000,
        "fuel_type" : "battery",
        "item" : "motor",
        "difficulty" : 3,
        "location" : "engine_block",
        "flags" : ["ENGINE"],
        "breaks_into" : [
            {"item": "steel_lump", "min": 3, "max": 5},
            {"item": "steel_chunk", "min": 3, "max": 5},
            {"item": "scrap", "min": 3, "max": 5},
            {"item": "cable", "min": 10, "max": 15}
        ]
    },{
        "type" : "vehicle_part",
        "id" : "engine_electric_large",
        "name" : "large electric motor",
        "symbol" : "*",
        "color" : "yellow",
        "broken_symbol" : "#",
        "broken_color" : "red",
        "damage_modifier" : 80,
        "durability" : 400,
        "power" : 350,
        "epower" : -137000,
        "fuel_type" : "battery",
        "item" : "motor_large",
        "difficulty" : 4,
        "location" : "engine_block",
        "flags" : ["ENGINE"],
        "breaks_into" : [
            {"item": "steel_lump", "min": 30, "max": 40},
            {"item": "steel_chunk", "min": 30, "max": 40},
            {"item": "scrap", "min": 30, "max": 40},
            {"item": "cable", "min": 15, "max": 20}
        ]
    },{
        "type" : "vehicle_part",
        "id" : "engine_electric_small",
        "name" : "small electric motor",
        "symbol" : "*",
        "color" : "yellow",
        "broken_symbol" : "#",
        "broken_color" : "red",
        "damage_modifier" : 80,
        "durability" : 120,
        "power" : 15,
        "epower" : -6000,
        "fuel_type" : "battery",
        "item" : "motor_small",
        "difficulty" : 1,
        "location" : "engine_block",
        "flags" : ["ENGINE"],
        "breaks_into" : [
            {"item": "steel_lump", "min": 1, "max": 2},
            {"item": "steel_chunk", "min": 1, "max": 2},
            {"item": "scrap", "min": 1, "max": 2},
            {"item": "cable", "min": 3, "max": 6}
        ]
    },{
        "type" : "vehicle_part",
        "id" : "engine_plasma",
        "name" : "plasma engine",
        "symbol" : "*",
        "color" : "light_blue",
        "broken_symbol" : "#",
        "broken_color" : "red",
        "damage_modifier" : 80,
        "durability" : 250,
        "power" : 400,
        "epower" : 2238,
        "fuel_type" : "plasma",
        "item" : "plasma_engine",
        "difficulty" : 6,
        "location" : "engine_block",
        "flags" : ["ENGINE"],
        "breaks_into" : [
            {"item": "steel_lump", "min": 10, "max": 15},
            {"item": "steel_chunk", "min": 10, "max": 15},
            {"item": "scrap", "min": 10, "max": 15}
        ]
    },{
        "type" : "vehicle_part",
        "id" : "foot_pedals",
        "name" : "foot pedals",
        "symbol" : "*",
        "color" : "light_gray",
        "broken_symbol" : "#",
        "broken_color" : "red",
        "damage_modifier" : 50,
        "durability" : 50,
        "power" : 60,
        "fuel_type" : "muscle",
        "item" : "foot_crank",
        "difficulty" : 1,
        "location" : "engine_block",
        "flags" : ["PEDALS", "ENGINE", "FOLDABLE"],
        "breaks_into" : [
            {"item": "steel_chunk", "min": 1, "max": 2},
            {"item": "scrap", "min": 0, "max": 2}
        ]
    },{
        "type" : "vehicle_part",
        "id" : "hand_rims",
        "name" : "hand rims",
        "symbol" : "*",
        "color" : "light_gray",
        "broken_symbol" : "#",
        "broken_color" : "red",
        "damage_modifier" : 50,
        "durability" : 50,
        "power" : 50,
        "fuel_type" : "muscle",
        "item" : "hand_rims",
        "difficulty" : 1,
        "location" : "engine_block",
        "flags" : ["HAND_RIMS", "ENGINE", "FOLDABLE"],
        "breaks_into" : [
            {"item": "steel_chunk", "min": 1, "max": 2},
            {"item": "scrap", "min": 0, "max": 2}
        ]
    },{
        "type" : "vehicle_part",
        "id" : "gas_tank_small",
        "name" : "gasoline tank (small)",
        "symbol" : "O",
        "color" : "light_red",
        "broken_symbol" : "#",
        "broken_color" : "red",
        "damage_modifier" : 80,
        "durability" : 100,
        "size" : 6000,
        "fuel_type" : "gasoline",
        "item" : "metal_tank_small",
        "difficulty" : 1,
        "location" : "fuel_source",
        "flags" : ["FUEL_TANK"],
        "breaks_into" : [
            {"item": "steel_lump", "min": 1, "max": 2},
            {"item": "scrap", "min": 1, "max": 2}
        ]
    },{
        "type" : "vehicle_part",
        "id" : "gas_tank",
        "name" : "gasoline tank",
        "symbol" : "O",
        "color" : "light_red",
        "broken_symbol" : "#",
        "broken_color" : "red",
        "damage_modifier" : 80,
        "durability" : 150,
        "size" : 30000,
        "fuel_type" : "gasoline",
        "item" : "metal_tank",
        "difficulty" : 1,
        "location" : "fuel_source",
        "flags" : ["FUEL_TANK"],
        "breaks_into" : [
            {"item": "steel_lump", "min": 1, "max": 1},
            {"item": "steel_chunk", "min": 1, "max": 2},
            {"item": "scrap", "min": 1, "max": 2}
        ]
    },{
        "type" : "vehicle_part",
        "id" : "gas_tank_little",
        "name" : "gasoline tank (little)",
        "symbol" : "O",
        "color" : "light_red",
        "broken_symbol" : "#",
        "broken_color" : "red",
        "damage_modifier" : 80,
        "durability" : 75,
        "size" : 650,
        "fuel_type" : "gasoline",
        "item" : "metal_tank_little",
        "difficulty" : 1,
        "location" : "fuel_source",
        "flags" : ["FUEL_TANK"],
        "breaks_into" : [
            {"item": "scrap", "min": 1, "max": 2}
        ]
    },{
        "type" : "vehicle_part",
        "id" : "external_gas_tank",
        "name" : "externally mounted gas tank",
        "symbol" : "O",
        "color" : "light_red",
        "broken_symbol" : "#",
        "broken_color" : "red",
        "damage_modifier" : 80,
        "durability" : 160,
        "size" : 110000,
        "fuel_type" : "gasoline",
        "item" : "55gal_drum",
        "difficulty" : 1,
        "location" : "structure",
        "flags" : ["UNMOUNT_ON_DAMAGE", "FUEL_TANK", "PROTRUSION"],
        "breaks_into" : []
    },{
        "type" : "vehicle_part",
        "id" : "diesel_tank_small",
        "name" : "diesel tank (small)",
        "symbol" : "O",
        "color" : "green",
        "broken_symbol" : "#",
        "broken_color" : "red",
        "damage_modifier" : 80,
        "durability" : 100,
        "size" : 6000,
        "fuel_type" : "diesel",
        "item" : "metal_tank_small",
        "difficulty" : 1,
        "location" : "fuel_source",
        "flags" : ["FUEL_TANK"],
        "breaks_into" : [
            {"item": "steel_lump", "min": 1, "max": 2},
            {"item": "scrap", "min": 1, "max": 2}
        ]
    },{
        "type" : "vehicle_part",
        "id" : "diesel_tank",
        "name" : "diesel tank",
        "symbol" : "O",
        "color" : "green",
        "broken_symbol" : "#",
        "broken_color" : "red",
        "damage_modifier" : 80,
        "durability" : 150,
        "size" : 30000,
        "fuel_type" : "diesel",
        "item" : "metal_tank",
        "difficulty" : 1,
        "location" : "fuel_source",
        "flags" : ["FUEL_TANK"],
        "breaks_into" : [
            {"item": "steel_lump", "min": 1, "max": 1},
            {"item": "steel_chunk", "min": 1, "max": 2},
            {"item": "scrap", "min": 1, "max": 2}
        ]
    },{
        "type" : "vehicle_part",
        "id" : "diesel_tank_little",
        "name" : "diesel tank (little)",
        "symbol" : "O",
        "color" : "green",
        "broken_symbol" : "#",
        "broken_color" : "red",
        "damage_modifier" : 80,
        "durability" : 75,
        "size" : 650,
        "fuel_type" : "gasoline",
        "item" : "metal_tank_little",
        "difficulty" : 1,
        "location" : "fuel_source",
        "flags" : ["FUEL_TANK"],
        "breaks_into" : [
            {"item": "scrap", "min": 1, "max": 2}
        ]
    },{
        "type" : "vehicle_part",
        "id" : "external_diesel_tank",
        "name" : "externally mounted diesel tank",
        "symbol" : "O",
        "color" : "green",
        "broken_symbol" : "#",
        "broken_color" : "red",
        "damage_modifier" : 80,
        "durability" : 160,
        "size" : 110000,
        "fuel_type" : "diesel",
        "item" : "metal_tank",
        "difficulty" : 1,
        "location" : "structure",
        "flags" : ["UNMOUNT_ON_DAMAGE", "FUEL_TANK", "PROTRUSION"],
        "breaks_into" : []
    },{
        "type" : "vehicle_part",
        "id" : "small_storage_battery",
        "name" : "small storage battery",
        "symbol" : "O",
        "color" : "yellow",
        "broken_symbol" : "#",
        "broken_color" : "red",
        "damage_modifier" : 80,
        "durability" : 200,
        "size" : 1000,
        "fuel_type" : "battery",
        "item" : "small_storage_battery",
        "difficulty" : 1,
        "location" : "fuel_source",
        "flags" : ["FUEL_TANK"],
        "breaks_into" : [
            {"item": "scrap", "min": 1, "max": 2}
        ]
    },{
        "type" : "vehicle_part",
        "id" : "storage_battery",
        "name" : "storage battery",
        "symbol" : "O",
        "color" : "yellow",
        "broken_symbol" : "#",
        "broken_color" : "red",
        "damage_modifier" : 80,
        "durability" : 300,
        "size" : 100000,
        "fuel_type" : "battery",
        "item" : "storage_battery",
        "difficulty" : 2,
        "location" : "fuel_source",
        "flags" : ["FUEL_TANK"],
        "breaks_into" : [
            {"item": "steel_lump", "min": 5, "max": 10},
            {"item": "steel_chunk", "min": 5, "max": 10},
            {"item": "scrap", "min": 5, "max": 10}
        ]
    },{
        "type" : "vehicle_part",
        "id" : "minireactor",
        "name" : "minireactor",
        "symbol" : "O",
        "color" : "light_green",
        "broken_symbol" : "#",
        "broken_color" : "red",
        "damage_modifier" : 80,
        "durability" : 580,
        "size" : 10000,
        "epower" : 149200,
        "fuel_type" : "plutonium",
        "item" : "minireactor",
        "difficulty" : 7,
        "location" : "fuel_source",
        "flags" : ["FUEL_TANK"],
        "breaks_into" : [
            {"item": "steel_lump", "min": 6, "max": 11},
            {"item": "steel_chunk", "min": 6, "max": 11},
            {"item": "scrap", "min": 6, "max": 11}
        ]
    },{
        "type" : "vehicle_part",
        "id" : "hydrogen_tank",
        "name" : "hydrogen tank",
        "symbol" : "O",
        "color" : "light_blue",
        "broken_symbol" : "#",
        "broken_color" : "red",
        "damage_modifier" : 80,
        "durability" : 150,
        "size" : 3000,
        "fuel_type" : "plasma",
        "item" : "metal_tank",
        "difficulty" : 1,
        "location" : "fuel_source",
        "flags" : ["FUEL_TANK"],
        "breaks_into" : [
            {"item": "steel_lump", "min": 1, "max": 1},
            {"item": "steel_chunk", "min": 1, "max": 2},
            {"item": "scrap", "min": 1, "max": 2}
        ]
    },{
        "type" : "vehicle_part",
        "id" : "water_tank",
        "name" : "water tank",
        "symbol" : "O",
        "color" : "light_cyan",
        "broken_symbol" : "#",
        "broken_color" : "red",
        "damage_modifier" : 80,
        "durability" : 150,
        "size" : 400,
        "fuel_type" : "water",
        "item" : "metal_tank",
        "difficulty" : 1,
        "location" : "fuel_source",
        "flags" : ["FUEL_TANK"],
        "breaks_into" : [
            {"item": "steel_lump", "min": 1, "max": 1},
            {"item": "steel_chunk", "min": 1, "max": 2},
            {"item": "scrap", "min": 1, "max": 2}
        ]
    },{
        "type" : "vehicle_part",
        "id" : "minifridge",
        "name" : "minifridge",
        "symbol" : "H",
        "color" : "light_blue",
        "broken_symbol" : "#",
        "broken_color" : "light_blue",
        "damage_modifier" : 80,
        "durability" : 100,
        "epower" : -249,
        "size" : 300,
        "item" : "minifridge",
        "difficulty" : 3,
        "location" : "center",
        "flags" : ["CARGO", "OBSTACLE", "FRIDGE", "COVERED"],
        "breaks_into" : [
            {"item": "steel_lump", "min": 8, "max": 13},
            {"item": "steel_chunk", "min": 8, "max": 13},
            {"item": "scrap", "min": 8, "max": 13},
            {"item": "hose", "min": 0, "max": 1}
        ]
    },{
        "type" : "vehicle_part",
        "id" : "trunk",
        "name" : "trunk",
        "symbol" : "H",
        "color" : "brown",
        "broken_symbol" : "#",
        "broken_color" : "brown",
        "damage_modifier" : 80,
        "durability" : 350,
        "size" : 650,
        "item" : "frame",
        "difficulty" : 1,
        "location" : "center",
        "flags" : ["CARGO", "COVERED"],
        "breaks_into" : [
            {"item": "steel_lump", "min": 4, "max": 6},
            {"item": "steel_chunk", "min": 4, "max": 6},
            {"item": "scrap", "min": 4, "max": 6}
        ]
    },{
        "type" : "vehicle_part",
        "id" : "box",
        "name" : "box",
        "symbol" : "o",
        "color" : "brown",
        "broken_symbol" : "#",
        "broken_color" : "brown",
        "damage_modifier" : 60,
        "durability" : 100,
        "size" : 275,
        "item" : "frame",
        "difficulty" : 1,
        "location" : "center",
        "flags" : ["CARGO", "BOARDABLE", "COVERED"],
        "breaks_into" : [
            {"item": "steel_lump", "min": 4, "max": 6},
            {"item": "steel_chunk", "min": 4, "max": 6},
            {"item": "scrap", "min": 4, "max": 6}
        ]
    },{
        "type" : "vehicle_part",
        "id" : "travois",
        "name" : "travois",
        "symbol" : "o",
        "color" : "brown",
        "broken_symbol" : "#",
        "broken_color" : "brown",
        "damage_modifier" : 60,
        "durability" : 50,
        "size" : 200,
        "item" : "frame_wood_light",
        "difficulty" : 0,
        "location" : "center",
        "flags" : ["CARGO", "BOARDABLE", "COVERED"],
        "breaks_into" : [
            {"item": "splinter", "min": 3, "max": 5},
            {"item": "string_36", "min": 10, "max": 15}
        ]
    },{
        "type" : "vehicle_part",
        "id" : "basketsm",
        "name" : "wire bike basket",
        "symbol" : "o",
        "color" : "brown",
        "broken_symbol" : "#",
        "broken_color" : "brown",
        "damage_modifier" : 60,
        "durability" : 75,
        "size" : 60,
        "item" : "wire",
        "difficulty" : 1,
        "location" : "center",
        "flags" : ["CARGO", "BOARDABLE", "FOLDABLE"]
    },{
        "type" : "vehicle_part",
        "id" : "basketlg",
        "name" : "shopping cart basket",
        "symbol" : "o",
        "color" : "brown",
        "broken_symbol" : "#",
        "broken_color" : "brown",
        "damage_modifier" : 60,
        "durability" : 75,
        "size" : 200,
        "item" : "basket",
        "difficulty" : 1,
        "location" : "center",
        "flags" : ["CARGO", "BOARDABLE"]
    },{
        "type" : "vehicle_part",
        "id" : "veh_table",
        "name" : "table",
        "symbol" : "#",
        "color" : "red",
        "broken_symbol" : "#",
        "broken_color" : "light_gray",
        "damage_modifier" : 60,
        "durability" : 145,
        "size" : 15,
        "item" : "v_table",
        "difficulty" : 1,
        "location" : "center",
        "flags" : ["CARGO", "OBSTACLE"],
        "breaks_into" : [
            {"item": "2x4", "min": 1, "max": 6},
            {"item": "splinter", "min": 4, "max": 6},
            {"item": "nail", "min": 4, "max": 7}
        ]
    },{
        "type" : "vehicle_part",
        "id" : "controls",
        "name" : "controls",
        "symbol" : "$",
        "color" : "light_gray",
        "broken_symbol" : "$",
        "broken_color" : "red",
        "damage_modifier" : 10,
        "durability" : 250,
        "item" : "vehicle_controls",
        "difficulty" : 3,
        "flags" : ["CONTROLS", "FOLDABLE"],
        "breaks_into" : [
            {"item": "steel_lump", "min": 1, "max": 1},
            {"item": "steel_chunk", "min": 1, "max": 3},
            {"item": "scrap", "min": 1, "max": 3}
        ]
    },{
        "type" : "vehicle_part",
        "id" : "muffler",
        "name" : "muffler",
        "symbol" : "/",
        "color" : "light_gray",
        "broken_symbol" : "/",
        "broken_color" : "light_gray",
        "damage_modifier" : 10,
        "durability" : 50,
        "bonus" : 40,
        "item" : "muffler",
        "difficulty" : 2,
        "flags" : ["MUFFLER"],
        "breaks_into" : [
            {"item": "steel_lump", "min": 3, "max": 5},
            {"item": "steel_chunk", "min": 3, "max": 5},
            {"item": "scrap", "min": 3, "max": 5}
        ]
    },{
        "type" : "vehicle_part",
        "id" : "seatbelt",
        "name" : "seatbelt",
        "symbol" : ",",
        "color" : "light_gray",
        "broken_symbol" : ",",
        "broken_color" : "red",
        "damage_modifier" : 10,
        "durability" : 35,
        "bonus" : 25,
        "item" : "rope_6",
        "difficulty" : 1,
        "location" : "on_seat",
        "flags" : ["SEATBELT"],
        "breaks_into" : [
            {"item": "string_36", "min": 0, "max": 3}
        ]
    },{
        "type" : "vehicle_part",
        "id" : "seatbelt_heavyduty",
        "name" : "5-point harness",
        "symbol" : ",",
        "color" : "light_gray",
        "broken_symbol" : ",",
        "broken_color" : "red",
        "damage_modifier" : 10,
        "durability" : 100,
        "bonus" : 25,
        "item" : "rope_30",
        "difficulty" : 2,
        "location" : "on_seat",
        "flags" : ["SEATBELT"],
        "breaks_into" : [
            {"item": "string_36", "min": 0, "max": 3}
        ]
    },{
        "type" : "vehicle_part",
        "id" : "v_curtain",
        "name": "curtain",
        "symbol": "\"",
        "color": "dark_gray",
        "broken_symbol": "0",
        "broken_color": "light_gray",
        "damage_modifier": 1,
        "durability": 200,
        "bonus": 25,
        "item": "sheet",
        "location": "on_windshield",
        "difficulty": 1,
        "flags": ["OPENABLE", "OPENCLOSE_INSIDE", "OPAQUE", "CURTAIN"],
        "breaks_into": []
    },{
        "type" : "vehicle_part",
        "id" : "solar_panel",
        "name" : "solar panel",
        "symbol" : "#",
        "color" : "yellow",
        "broken_symbol" : "x",
        "broken_color" : "yellow",
        "damage_modifier" : 10,
        "durability" : 20,
        "epower" : 111,
        "item" : "solar_panel",
        "difficulty" : 6,
        "location" : "on_roof",
        "flags" : ["SOLAR_PANEL"],
        "breaks_into" : [
            {"item": "steel_lump", "min": 2, "max": 4},
            {"item": "steel_chunk", "min": 2, "max": 4},
            {"item": "scrap", "min": 2, "max": 4},
            {"item": "solar_cell", "min": 1, "max": 4}
        ]
    },{
        "type" : "vehicle_part",
        "id" : "reinforced_solar_panel",
        "name" : "reinforced solar panel",
        "symbol" : "#",
        "color" : "light_blue",
        "broken_symbol" : "x",
        "broken_color" : "light_gray",
        "damage_modifier" : 80,
        "durability" : 300,
        "epower" : 105,
        "item" : "reinforced_solar_panel",
        "difficulty" : 6,
        "location" : "on_roof",
        "flags" : ["SOLAR_PANEL"],
        "breaks_into" : [
            {"item": "steel_lump", "min": 4, "max": 7},
            {"item": "steel_chunk", "min": 4, "max": 7},
            {"item": "scrap", "min": 4, "max": 7},
            {"item": "solar_cell", "min": 1, "max": 4}
        ]
    },{
        "type" : "vehicle_part",
        "id" : "solar_panel_v2",
        "name" : "upgraded solar panel",
        "symbol" : "#",
        "color" : "yellow",
        "broken_symbol" : "x",
        "broken_color" : "yellow",
        "damage_modifier" : 10,
        "durability" : 20,
        "epower" : 222,
        "item" : "solar_panel_v2",
        "difficulty" : 8,
        "location" : "on_roof",
        "flags" : ["SOLAR_PANEL"],
        "breaks_into" : [
            {"item": "steel_lump", "min": 2, "max": 4},
            {"item": "steel_chunk", "min": 2, "max": 4},
            {"item": "scrap", "min": 2, "max": 4},
            {"item": "solar_cell", "min": 1, "max": 6}
        ]
    },{
        "type" : "vehicle_part",
        "id" : "reinforced_solar_panel_v2",
        "name" : "upgraded reinforced solar panel",
        "symbol" : "#",
        "color" : "light_blue",
        "broken_symbol" : "x",
        "broken_color" : "light_gray",
        "damage_modifier" : 80,
        "durability" : 300,
        "epower" : 210,
        "item" : "reinforced_solar_panel_v2",
        "difficulty" : 9,
        "location" : "on_roof",
        "flags" : ["SOLAR_PANEL"],
        "breaks_into" : [
            {"item": "steel_lump", "min": 4, "max": 7},
            {"item": "steel_chunk", "min": 4, "max": 7},
            {"item": "scrap", "min": 4, "max": 7},
            {"item": "solar_cell", "min": 1, "max": 6}
        ]
    },{
        "type" : "vehicle_part",
        "id" : "solar_panel_v3",
        "name" : "quantum solar panel",
        "symbol" : "#",
        "color" : "yellow",
        "broken_symbol" : "x",
        "broken_color" : "light_gray",
        "damage_modifier" : 10,
        "durability" : 30,
        "epower" : 555,
        "item" : "solar_panel_v3",
        "difficulty" : 12,
        "location" : "on_roof",
        "flags" : ["SOLAR_PANEL"],
        "breaks_into" : [
            {"item": "steel_lump", "min": 4, "max": 4},
            {"item": "steel_chunk", "min": 4, "max": 4},
            {"item": "scrap", "min": 4, "max": 4},
            {"item": "solar_cell", "min": 2, "max": 8}
        ]
    },{
        "type" : "vehicle_part",
        "id": "water_faucet",
        "name": "water faucet",
        "symbol": "u",
        "color": "light_gray",
        "broken_symbol": "-",
        "broken_color": "light_gray",
        "damage_modifier": 10,
        "durability": 45,
        "item": "water_faucet",
        "difficulty": 1,
        "flags": ["FAUCET"],
        "breaks_into" : [
            {"item": "scrap", "min": 1, "max": 3}
        ]
    },{
        "type" : "vehicle_part",
        "id" : "kitchen_unit",
        "name" : "kitchen unit",
        "symbol" : "&",
        "color" : "light_cyan",
        "broken_symbol" : "x",
        "broken_color" : "light_cyan",
        "damage_modifier" : 10,
        "durability" : 80,
        "size" : 400,
        "item" : "kitchen_unit",
        "difficulty" : 4,
        "location" : "center",
        "flags" : ["CARGO", "OBSTACLE", "KITCHEN", "COVERED"],
        "breaks_into" : [
            {"item": "steel_lump", "min": 30, "max": 40},
            {"item": "steel_chunk", "min": 30, "max": 40},
            {"item": "scrap", "min": 30, "max": 40},
            {"item": "pan", "min": 0, "max": 1},
            {"item": "pot", "min": 0, "max": 1}
        ]
    },{
        "type" : "vehicle_part",
        "id" : "welding_rig",
        "name" : "welding rig",
        "symbol" : "&",
        "color" : "light_red",
        "broken_symbol" : "x",
        "broken_color" : "light_red",
        "damage_modifier" : 10,
        "durability" : 95,
        "size" : 400,
        "item" : "weldrig",
        "difficulty" : 4,
        "location" : "center",
        "flags" : ["CARGO", "OBSTACLE", "WELDRIG", "COVERED"],
        "breaks_into" : [
            {"item": "steel_lump", "min": 3, "max": 6},
            {"item": "steel_chunk", "min": 3, "max": 6},
            {"item": "scrap", "min": 3, "max": 6},
            {"item": "welder", "min": 0, "max": 1}
        ]
    },{
        "type" : "vehicle_part",
        "id" : "craft_rig",
        "name" : "FOODCO kitchen buddy",
        "symbol" : "&",
        "color" : "light_green",
        "broken_symbol" : "x",
        "broken_color" : "light_gray",
        "damage_modifier" : 10,
        "durability" : 80,
        "size" : 400,
        "item" : "craftrig",
        "difficulty" : 4,
        "location" : "center",
        "flags" : ["CARGO", "OBSTACLE", "CRAFTRIG", "COVERED"],
        "breaks_into" : [
            {"item": "steel_lump", "min": 4, "max": 7},
            {"item": "steel_chunk", "min": 4, "max": 7},
            {"item": "scrap", "min": 4, "max": 7},
            {"item": "pan", "min": 0, "max": 1},
            {"item": "pot", "min": 0, "max": 1},
            {"item": "water_purifier", "min": 0, "max": 1},
            {"item": "vac_sealer", "min": 0, "max": 1},
            {"item": "dehydrator", "min": 0, "max": 1},
            {"item": "press", "min": 0, "max": 1}
        ]
    },{
        "type" : "vehicle_part",
        "id" : "chemlab",
        "name" : "onboard chemistry lab",
        "symbol" : "&",
        "color" : "yellow",
        "broken_symbol" : "x",
        "broken_color" : "light_gray",
        "damage_modifier" : 10,
        "durability" : 65,
        "size" : 400,
        "item" : "chemlab",
        "difficulty" : 4,
        "location" : "center",
        "flags" : ["CARGO", "OBSTACLE", "CHEMLAB", "COVERED"],
        "breaks_into" : [
            {"item": "steel_lump", "min": 4, "max": 7},
            {"item": "steel_chunk", "min": 4, "max": 7},
            {"item": "scrap", "min": 4, "max": 7},
            {"item": "chemistry_set", "min": 0, "max": 1},
            {"item": "hotplate", "min": 0, "max": 1}
        ]
    },{
        "type" : "vehicle_part",
        "id" : "veh_forge",
        "name" : "mounted electric forge",
        "symbol" : "&",
        "color" : "red",
        "broken_symbol" : "x",
        "broken_color" : "light_gray",
        "damage_modifier" : 10,
        "durability" : 180,
        "item" : "forgerig",
        "difficulty" : 3,
        "location" : "center",
        "flags" : ["OBSTACLE", "FORGE"],
        "breaks_into" : [
            {"item": "steel_lump", "min": 4, "max": 5},
            {"item": "steel_chunk", "min": 4, "max": 6},
            {"item": "scrap", "min": 4, "max": 6}
        ]
    },{
        "type" : "vehicle_part",
        "id" : "m249",
        "name" : "mounted M249",
        "symbol" : "t",
        "color" : "cyan",
        "broken_symbol" : "#",
        "broken_color" : "cyan",
        "damage_modifier" : 80,
        "durability" : 400,
        "fuel_type" : "223",
        "item" : "m249",
        "size" : 40,
        "difficulty" : 6,
        "location" : "on_roof",
        "flags" : ["TURRET", "CARGO"],
        "breaks_into" : [
            {"item": "m249", "min": 0, "max": 1}
        ]
    },{
        "type" : "vehicle_part",
        "id" : "flamethrower",
        "name" : "mounted flamethrower",
        "symbol" : "t",
        "color" : "dark_gray",
        "broken_symbol" : "#",
        "broken_color" : "dark_gray",
        "damage_modifier" : 80,
        "durability" : 400,
        "fuel_type" : "gasoline",
        "item" : "flamethrower",
        "difficulty" : 7,
        "location" : "on_roof",
        "flags" : ["TURRET"],
        "breaks_into" : [
            {"item": "flamethrower", "min": 0, "max": 1}
        ]
    },{
        "type" : "vehicle_part",
        "id" : "plasma_gun",
        "name" : "mounted plasma gun",
        "symbol" : "t",
        "color" : "light_blue",
        "broken_symbol" : "#",
        "broken_color" : "light_blue",
        "damage_modifier" : 80,
        "durability" : 400,
        "fuel_type" : "plasma",
        "item" : "plasma_rifle",
        "difficulty" : 7,
        "location" : "on_roof",
        "flags" : ["TURRET"],
        "breaks_into" : [
            {"item": "plasma_rifle", "min": 0, "max": 1}
        ]
    },{
        "type" : "vehicle_part",
        "id" : "fusion_gun",
        "name" : "mounted fusion gun",
        "symbol" : "t",
        "color" : "magenta",
        "broken_symbol" : "#",
        "broken_color" : "magenta",
        "damage_modifier" : 80,
        "durability" : 400,
        "fuel_type" : "fusion",
        "item" : "ftk93",
        "difficulty" : 7,
        "size" : 10,
        "location" : "on_roof",
        "flags" : ["TURRET", "CARGO"],
        "breaks_into" : [
            {"item": "ftk93", "min": 0, "max": 1}
        ]
    },{
        "type" : "vehicle_part",
        "id" : "laser_gun",
        "name" : "mounted NX17",
        "symbol" : "t",
        "color" : "magenta",
        "broken_symbol" : "#",
        "broken_color" : "magenta",
        "damage_modifier" : 80,
        "durability" : 400,
        "fuel_type" : "battery",
        "item" : "nx17",
        "difficulty" : 7,
        "location" : "on_roof",
        "flags" : ["TURRET"],
        "breaks_into" : [
            {"item": "nx17", "min": 0, "max": 1}
        ]
    },{
        "type" : "vehicle_part",
        "id" : "mounted_browning",
        "name" : "mounted M2 Browning",
        "symbol" : "t",
        "color" : "green",
        "broken_symbol" : "#",
        "broken_color" : "green",
        "damage_modifier" : 80,
        "durability" : 400,
        "fuel_type" : "50",
        "item" : "m2browning",
        "difficulty" : 6,
        "size" : 1600,
        "location" : "on_roof",
        "flags" : ["TURRET", "CARGO"],
        "breaks_into" : [
            {"item": "m2browning", "min": 0, "max": 1}
        ]
    },{
        "type" : "vehicle_part",
        "id" : "mounted_mk19",
        "name" : "mounted Mark 19 grenade launcher",
        "symbol" : "t",
        "color" : "green",
        "broken_symbol" : "#",
        "broken_color" : "green",
        "damage_modifier" : 80,
        "durability" : 400,
        "fuel_type" : "40mm",
        "item" : "mark19",
        "difficulty" : 6,
        "size" : 480,
        "location" : "on_roof",
        "flags" : ["TURRET", "CARGO"],
        "breaks_into" : [
            {"item": "mark19", "min": 0, "max": 1}
        ]
    },{
        "type" : "vehicle_part",
        "id" : "plating_wood",
        "name" : "wooden armor",
        "symbol" : ")",
        "color" : "brown",
        "broken_symbol" : ")",
        "broken_color" : "brown",
        "durability" : 300,
        "item" : "wood_plate",
        "difficulty" : 3,
        "location" : "armor",
        "flags" : ["ARMOR"],
        "breaks_into" : [
            {"item": "splinter", "min": 7, "max": 9}
        ]
    },{
        "type" : "vehicle_part",
        "id" : "plating_steel",
        "name" : "steel plating",
        "symbol" : ")",
        "color" : "light_cyan",
        "broken_symbol" : ")",
        "broken_color" : "light_cyan",
        "durability" : 1000,
        "item" : "steel_plate",
        "difficulty" : 3,
        "location" : "armor",
        "flags" : ["ARMOR"],
        "breaks_into" : [
            {"item": "steel_lump", "min": 4, "max": 6},
            {"item": "steel_chunk", "min": 4, "max": 6},
            {"item": "scrap", "min": 4, "max": 6}
        ]
    },{
        "type" : "vehicle_part",
        "id" : "plating_superalloy",
        "name" : "superalloy plating",
        "symbol" : ")",
        "color" : "dark_gray",
        "broken_symbol" : ")",
        "broken_color" : "dark_gray",
        "durability" : 900,
        "item" : "alloy_plate",
        "difficulty" : 4,
        "location" : "armor",
        "flags" : ["ARMOR"],
        "breaks_into" : [
            {"item": "steel_lump", "min": 4, "max": 6},
            {"item": "steel_chunk", "min": 4, "max": 6},
            {"item": "scrap", "min": 4, "max": 6}
        ]
    },{
        "type" : "vehicle_part",
        "id" : "plating_spiked",
        "name" : "spiked plating",
        "symbol" : ")",
        "color" : "red",
        "broken_symbol" : ")",
        "broken_color" : "red",
        "damage_modifier" : 150,
        "durability" : 900,
        "item" : "spiked_plate",
        "difficulty" : 3,
        "location" : "armor",
        "flags" : ["ARMOR", "SHARP"],
        "breaks_into" : [
            {"item": "steel_lump", "min": 4, "max": 6},
            {"item": "steel_chunk", "min": 4, "max": 6},
            {"item": "scrap", "min": 4, "max": 6},
            {"item": "spike", "min": 0, "max": 2}
        ]
    },{
        "type" : "vehicle_part",
        "id" : "plating_hard",
        "name" : "hard plating",
        "symbol" : ")",
        "color" : "cyan",
        "broken_symbol" : ")",
        "broken_color" : "cyan",
        "durability" : 2300,
        "item" : "hard_plate",
        "difficulty" : 4,
        "location" : "armor",
        "flags" : ["ARMOR"],
        "breaks_into" : [
            {"item": "steel_lump", "min": 4, "max": 6},
            {"item": "steel_chunk", "min": 4, "max": 6},
            {"item": "scrap", "min": 4, "max": 6}
        ]
    },{
        "type" : "vehicle_part",
        "id" : "plating_military",
        "name" : "military composite armor",
        "symbol" : ")",
        "color" : "green",
        "broken_symbol" : ")",
        "broken_color" : "green",
        "durability" : 3250,
        "item" : "mil_plate",
        "difficulty" : 6,
        "location" : "armor",
        "flags" : ["ARMOR"],
        "breaks_into" : [
            {"item": "steel_lump", "min": 4, "max": 6},
            {"item": "steel_chunk", "min": 4, "max": 6},
            {"item": "scrap", "min": 4, "max": 6},
            {"item": "ceramic_armor", "min": 0, "max": 4}
        ]
    },{
        "type" : "vehicle_part",
        "id" : "headlight",
        "name" : "head light",
        "symbol" : "*",
        "color" : "white",
        "broken_symbol" : "*",
        "broken_color" : "white",
        "damage_modifier" : 10,
        "durability" : 20,
        "epower" : -187,
        "bonus" : 480,
        "item" : "flashlight",
        "difficulty" : 1,
        "flags" : ["CONE_LIGHT"],
        "breaks_into" : [
            {"item": "scrap", "min": 0, "max": 2}
        ]
    },{
        "type" : "vehicle_part",
        "id" : "headlight_reinforced",
        "name" : "reinforced head light",
        "symbol" : "*",
        "color" : "light_blue",
        "broken_symbol" : "*",
        "broken_color" : "white",
        "damage_modifier" : 10,
        "durability" : 80,
        "epower" : -187,
        "bonus" : 480,
        "item" : "headlight_reinforced",
        "difficulty" : 1,
        "flags" : ["CONE_LIGHT"],
        "breaks_into" : [
            {"item": "scrap", "min": 0, "max": 2}
        ]
    },{
        "type" : "vehicle_part",
        "id" : "reinforced_windshield",
        "name" : "reinforced windshield",
        "symbol" : "\"",
        "color" : "light_blue",
        "broken_symbol" : "0",
        "broken_color" : "light_gray",
        "damage_modifier" : 80,
        "durability" : 250,
        "item" : "reinforced_glass_sheet",
        "difficulty" : 6,
        "location" : "center",
        "flags" : ["OBSTACLE", "WINDOW"],
        "breaks_into" : [
            {"item": "glass_shard", "min": 3, "max": 6},
            {"item": "wire", "min": 4, "max": 8}
        ]
    },{
        "type" : "vehicle_part",
        "id" : "horn_bicycle",
        "name" : "bicycle horn",
        "symbol" : "*",
        "color" : "light_gray",
        "broken_symbol" : "*",
        "broken_color" : "red",
        "damage_modifier" : 10,
        "durability" : 75,
        "bonus" : 15,
        "item" : "horn_bicycle",
        "difficulty" : 1,
        "flags" : ["HORN"],
        "breaks_into" : [
            {"item": "scrap", "min": 0, "max": 1}
        ]
    },{
        "type" : "vehicle_part",
        "id" : "horn_car",
        "name" : "car horn",
        "symbol" : "*",
        "color" : "light_gray",
        "broken_symbol" : "*",
        "broken_color" : "red",
        "damage_modifier" : 10,
        "durability" : 100,
        "bonus" : 30,
        "item" : "horn_car",
        "difficulty" : 3,
        "flags" : ["HORN"],
        "breaks_into" : [
            {"item": "scrap", "min": 0, "max": 2}
        ]
    },{
        "type" : "vehicle_part",
        "id" : "horn_big",
        "name" : "truck horn",
        "symbol" : "*",
        "color" : "light_gray",
        "broken_symbol" : "*",
        "broken_color" : "red",
        "damage_modifier" : 10,
        "durability" : 125,
        "bonus" : 45,
        "item" : "horn_big",
        "difficulty" : 3,
        "flags" : ["HORN"],
        "breaks_into" : [
            {"item": "steel_chunk", "min": 0, "max": 1}
        ]
    },{
        "type" : "vehicle_part",
        "id" : "battery_motorbike",
        "name" : "motorbike battery",
        "symbol" : "o",
        "color" : "yellow",
        "broken_symbol" : "#",
        "broken_color" : "red",
        "damage_modifier" : 30,
        "durability" : 100,
        "size" : 12000,
        "fuel_type" : "battery",
        "item" : "battery_motorbike",
        "difficulty" : 2,
        "flags" : ["FUEL_TANK"],
        "breaks_into" : [
            {"item": "steel_lump", "min": 4, "max": 7},
            {"item": "steel_chunk", "min": 4, "max": 7},
            {"item": "scrap", "min": 4, "max": 7}
        ]
    },{
        "type" : "vehicle_part",
        "id" : "battery_car",
        "name" : "car battery",
        "symbol" : "o",
        "color" : "yellow",
        "broken_symbol" : "#",
        "broken_color" : "red",
        "damage_modifier" : 50,
        "durability" : 120,
        "size" : 30000,
        "fuel_type" : "battery",
        "item" : "battery_car",
        "difficulty" : 2,
        "flags" : ["FUEL_TANK"],
        "breaks_into" : [
            {"item": "steel_lump", "min": 6, "max": 9},
            {"item": "steel_chunk", "min": 6, "max": 9},
            {"item": "scrap", "min": 6, "max": 9}
        ]
    },{
        "type" : "vehicle_part",
        "id" : "battery_truck",
        "name" : "truck battery",
        "symbol" : "o",
        "color" : "yellow",
        "broken_symbol" : "#",
        "broken_color" : "red",
        "damage_modifier" : 60,
        "durability" : 180,
        "size" : 50000,
        "fuel_type" : "battery",
        "item" : "battery_truck",
        "difficulty" : 2,
        "flags" : ["FUEL_TANK"],
        "breaks_into" : [
            {"item": "steel_lump", "min": 8, "max": 12},
            {"item": "steel_chunk", "min": 8, "max": 12},
            {"item": "scrap", "min": 8, "max": 12}
        ]
    },{
        "type" : "vehicle_part",
        "id" : "alternator_motorbike",
        "name" : "motorbike alternator",
        "symbol" : "*",
        "color" : "yellow",
        "broken_symbol" : "#",
        "broken_color" : "red",
        "damage_modifier" : 80,
        "durability" : 250,
        "power" : -4,
        "epower" : 746,
        "fuel_type" : "battery",
        "item" : "alternator_motorbike",
        "difficulty" : 3,
        "flags" : ["ALTERNATOR"],
        "breaks_into" : [
            {"item": "steel_lump", "min": 2, "max": 5},
            {"item": "steel_chunk", "min": 2, "max": 5},
            {"item": "scrap", "min": 2, "max": 5}
        ]
    },{
        "type" : "vehicle_part",
        "id" : "alternator_car",
        "name" : "car alternator",
        "symbol" : "*",
        "color" : "yellow",
        "broken_symbol" : "#",
        "broken_color" : "red",
        "damage_modifier" : 80,
        "durability" : 275,
        "power" : -7,
        "epower" : 1492,
        "item" : "alternator_car",
        "difficulty" : 3,
        "flags" : ["ALTERNATOR"],
        "breaks_into" : [
            {"item": "steel_lump", "min": 3, "max": 6},
            {"item": "steel_chunk", "min": 3, "max": 6},
            {"item": "scrap", "min": 3, "max": 6}
        ]
    },{
        "type" : "vehicle_part",
        "id" : "alternator_truck",
        "name" : "truck alternator",
        "symbol" : "*",
        "color" : "yellow",
        "broken_symbol" : "#",
        "broken_color" : "red",
        "damage_modifier" : 80,
        "durability" : 325,
        "power" : -10,
        "epower" : 2238,
        "item" : "alternator_truck",
        "difficulty" : 3,
        "flags" : ["ALTERNATOR"],
        "breaks_into" : [
            {"item": "steel_lump", "min": 4, "max": 7},
            {"item": "steel_chunk", "min": 4, "max": 7},
            {"item": "scrap", "min": 4, "max": 7}
        ]
    },{
        "type" : "vehicle_part",
        "id" : "door_trunk",
        "name" : "trunk door",
        "symbol" : "+",
        "color" : "light_gray",
        "broken_symbol" : "&",
        "broken_color" : "light_gray",
        "damage_modifier" : 80,
        "durability" : 150,
        "item" : "frame",
        "difficulty" : 2,
        "location" : "center",
        "flags" : ["OBSTACLE", "OPENABLE", "MULTISQUARE", "BOARDABLE"],
        "breaks_into" : [
            {"item": "steel_lump", "min": 4, "max": 6},
            {"item": "steel_chunk", "min": 4, "max": 6},
            {"item": "scrap", "min": 4, "max": 6}
        ]
    },{
        "type" : "vehicle_part",
        "id" : "door_shutter",
        "name" : "shutter door",
        "symbol" : "+",
        "color" : "white",
        "broken_symbol" : "&",
        "broken_color" : "white",
        "damage_modifier" : 80,
        "durability" : 95,
        "item" : "sheet_metal",
        "difficulty" : 3,
        "location" : "center",
        "flags" : ["OPAQUE", "OBSTACLE", "OPENABLE", "MULTISQUARE", "BOARDABLE"],
        "breaks_into" : [
            {"item": "steel_lump", "min": 4, "max": 6},
            {"item": "steel_chunk", "min": 4, "max": 6},
            {"item": "scrap", "min": 4, "max": 6}
        ]
    },{
        "type" : "vehicle_part",
        "id" : "door_sliding",
        "name" : "sliding door",
        "symbol" : "+",
        "color" : "light_cyan",
        "broken_symbol" : "&",
        "broken_color" : "light_cyan",
        "damage_modifier" : 80,
        "durability" : 150,
        "item" : "frame",
        "difficulty" : 2,
        "location" : "center",
        "flags" : ["OBSTACLE", "OPENABLE", "MULTISQUARE", "BOARDABLE"],
        "breaks_into" : [
            {"item": "steel_lump", "min": 4, "max": 6},
            {"item": "steel_chunk", "min": 4, "max": 6},
            {"item": "scrap", "min": 4, "max": 6}
        ]
    },{
        "type" : "vehicle_part",
        "id" : "light_red",
        "name" : "red light",
        "symbol" : "*",
        "color" : "red",
        "broken_symbol" : "-",
        "broken_color" : "red",
        "damage_modifier" : 10,
        "durability" : 20,
        "epower" : -125,
        "bonus" : 350,
        "item" : "light_emergency_red",
        "difficulty" : 1,
        "location" : "on_roof",
        "flags" : ["CIRCLE_LIGHT", "ODDTURN"],
        "breaks_into" : [
            {"item": "steel_chunk", "min": 0, "max": 1},
            {"item": "scrap", "min": 1, "max": 1}
        ]
    },{
        "type" : "vehicle_part",
        "id" : "light_blue",
        "name" : "blue light",
        "symbol" : "*",
        "color" : "blue",
        "broken_symbol" : "-",
        "broken_color" : "blue",
        "damage_modifier" : 10,
        "durability" : 20,
        "epower" : -125,
        "bonus" : 350,
        "item" : "light_emergency_blue",
        "difficulty" : 1,
        "location" : "on_roof",
        "flags" : ["CIRCLE_LIGHT", "EVENTURN"],
        "breaks_into" : [
            {"item": "steel_chunk", "min": 0, "max": 1},
            {"item": "scrap", "min": 1, "max": 1}
        ]
    },{
        "type" : "vehicle_part",
        "id" : "cargo_space",
        "name" : "cargo space",
        "symbol" : "=",
        "color" : "light_gray",
        "broken_symbol" : "#",
        "broken_color" : "dark_gray",
        "durability" : 250,
        "size" : 1000,
        "item" : "cargo_rack",
        "difficulty" : 1,
        "location" : "center",
        "flags" : ["AISLE", "BOARDABLE", "CARGO", "COVERED"],
        "breaks_into" : [
            {"item": "steel_lump", "min": 6, "max": 8},
            {"item": "steel_chunk", "min": 6, "max": 8},
            {"item": "scrap", "min": 6, "max": 8}
        ]
    },{
            "type" : "vehicle_part",
        "id" : "floodlight",
        "name" : "floodlight",
        "symbol" : "*",
        "color" : "white",
        "broken_symbol" : "-",
        "broken_color" : "blue",
        "damage_modifier" : 10,
        "durability" : 20,
        "epower" : -187,
        "bonus" : 600,
        "item" : "floodlight",
        "difficulty" : 1,
        "location" : "on_roof",
        "flags" : ["CIRCLE_LIGHT"],
        "breaks_into" : [
            {"item": "steel_chunk", "min": 0, "max": 2},
            {"item": "scrap", "min": 1, "max": 2}
        ]
    },{
            "type" : "vehicle_part",
        "id" : "recharge_station",
        "name" : "recharging station",
        "symbol" : "#",
        "color" : "light_green",
        "broken_symbol" : "0",
        "broken_color" : "blue",
        "damage_modifier" : 10,
        "durability" : 20,
        "epower" : -187,
        "bonus" : 600,
        "item" : "recharge_station",
        "difficulty" : 3,
        "location" : "on_cargo",
        "flags" : ["INTERNAL", "RECHARGE"],
        "breaks_into" : [
            {"item": "steel_chunk", "min": 0, "max": 2},
            {"item": "scrap", "min": 1, "max": 2},
            {"item": "cable", "min": 1, "max": 3}
        ]
    },{
        "type" : "vehicle_part",
        "id" : "wing_mirror",
        "name" : "wing mirror",
        "symbol" : "o",
        "color" : "light_cyan",
        "broken_symbol" : "*",
        "broken_color" : "dark_gray",
        "damage_modifier" : 10,
        "durability" : 20,
        "item" : "mirror",
        "difficulty" : 1,
        "location" : "structure",
        "flags" : ["MIRROR", "PROTRUSION", "UNMOUNT_ON_DAMAGE", "FOLDABLE"],
        "breaks_into" : [
            {"item": "glass_shard", "min": 0, "max": 2}
        ]
    },{
        "type" : "vehicle_part",
        "id" : "stereo",
        "name" : "stereo system",
        "symbol" : "&",
        "color" : "red",
        "broken_symbol" : "&",
        "broken_color" : "light_gray",
        "damage_modifier" : 0,
        "durability" : 60,
        "epower" : -1,
        "bonus" : 40,
        "item" : "stereo",
        "difficulty" : 2,
        "flags" : ["STEREO"],
        "breaks_into" : [
            {"item": "steel_lump", "min": 3, "max": 5},
            {"item": "steel_chunk", "min": 3, "max": 5},
            {"item": "scrap", "min": 3, "max": 5}
        ]
    },{
        "type" : "vehicle_part",
        "id" : "engine_1cyl_small",
        "name" : "1-cylinder engine",
        "symbol" : "*",
        "color" : "light_red",
        "broken_symbol" : "#",
        "broken_color" : "red",
        "damage_modifier" : 80,
        "durability" : 120,
        "epower" : 0,
        "fuel_type" : "gasoline",
        "item" : "1cyl_combustion_small",
        "difficulty" : 2,
        "location" : "engine_block",
        "flags" : ["ENGINE", "VARIABLE_SIZE"],
        "breaks_into" : [
            {"item": "steel_lump", "min": 2, "max": 4},
            {"item": "steel_chunk", "min": 2, "max": 4},
            {"item": "scrap", "min": 2, "max": 4}
        ]
    },
    {
        "type" : "vehicle_part",
        "id" : "jumper_cable",
        "name" : "jumper cable",
        "symbol" : "{",
        "color" : "yellow",
        "broken_symbol" : "*",
        "broken_color" : "dark_gray",
        "damage_modifier" : 10,
        "epower" : 1,
        "//" : "Epower for POWER_TRANSFER stuff is how much percentage-wise loss there is in transmission",
        "durability" : 120,
        "item" : "jumper_cable",
        "difficulty" : 1,
        "flags" : ["NOINSTALL", "UNMOUNT_ON_DAMAGE", "UNMOUNT_ON_MOVE", "POWER_TRANSFER"],
        "breaks_into" : [
            {"item": "cable", "min": 1, "max": 10},
            {"item": "plastic_chunk", "min": 1, "max": 2}
        ]
    },
    {
        "type" : "vehicle_part",
        "id" : "jumper_cable_heavy",
        "name" : "heavy-duty cable",
        "symbol" : "{",
        "color" : "yellow",
        "broken_symbol" : "*",
        "broken_color" : "dark_gray",
        "damage_modifier" : 10,
        "durability" : 120,
        "epower" : 5,
        "//" : "Epower for POWER_TRANSFER stuff is how much percentage-wise loss there is in transmission",
        "item" : "jumper_cable_heavy",
        "difficulty" : 1,
        "flags" : ["NOINSTALL", "UNMOUNT_ON_DAMAGE", "UNMOUNT_ON_MOVE", "POWER_TRANSFER"],
        "breaks_into" : [
            {"item": "wire", "min": 4, "max": 8},
            {"item": "plastic_chunk", "min": 4, "max": 8}
        ]
    },
    {
        "type" : "vehicle_part",
        "id" : "jumper_cable_debug",
        "name" : "Shiny Cable",
        "symbol" : "{",
        "color" : "yellow",
        "broken_symbol" : "*",
        "broken_color" : "dark_gray",
        "epower" : 0,
        "//" : "Epower for POWER_TRANSFER stuff is how much percentage-wise loss there is in transmission",
        "damage_modifier" : 10,
        "durability" : 120,
        "item" : "jumper_cable_debug",
        "difficulty" : 1,
        "flags" : ["NOINSTALL", "UNMOUNT_ON_DAMAGE", "UNMOUNT_ON_MOVE", "POWER_TRANSFER"],
        "breaks_into" : [
            {"item": "jumper_cable_debug", "min": 1, "max": 1}
        ]
    },
    {
        "type" : "vehicle_part",
        "id" : "seat_wood",
        "name" : "wooden seat",
        "symbol" : "#",
        "color" : "brown",
        "broken_symbol" : "*",
        "broken_color" : "brown",
        "damage_modifier" : 60,
        "durability" : 125,
        "item" : "frame_wood",
        "difficulty" : 1,
        "location" : "center",
        "flags" : ["SEAT", "BOARDABLE", "BELTABLE"],
        "breaks_into" : [
            {"item": "splinter", "min": 7, "max": 9}
        ]
    },
    {
        "type" : "vehicle_part",
        "id" : "spike_wood",
        "name" : "wooden spike",
        "symbol" : ".",
        "color" : "brown",
        "broken_symbol" : "x",
        "broken_color" : "brown",
        "damage_modifier" : 115,
        "durability" : 150,
        "item" : "pointy_stick",
        "difficulty" : 2,
        "location" : "structure",
        "flags" : ["UNMOUNT_ON_DAMAGE", "SHARP", "PROTRUSION"],
        "breaks_into" : []
    },
    {
        "type" : "vehicle_part",
        "id" : "door_wood",
        "name" : "wooden door",
        "symbol" : "+",
        "color" : "brown",
        "broken_symbol" : "&",
        "broken_color" : "brown",
        "damage_modifier" : 75,
        "durability" : 160,
        "item" : "frame_wood",
        "difficulty" : 2,
        "location" : "center",
        "flags" : ["OBSTACLE", "OPENABLE", "BOARDABLE", "WINDOW"],
        "breaks_into" : [
            {"item": "splinter", "min": 7, "max": 9}
        ]
    },
    {
        "type" : "vehicle_part",
        "id" : "roof_wood",
        "name" : "wooden roof",
        "symbol" : "#",
        "color" : "light_gray",
        "broken_symbol" : "#",
        "broken_color" : "dark_gray",
        "durability" : 130,
        "item" : "frame_wood",
        "difficulty" : 1,
        "location" : "roof",
        "flags" : ["ROOF"],
        "breaks_into" : [
            {"item": "splinter", "min": 7, "max": 9}
        ]
    },
    {
        "type" : "vehicle_part",
        "id" : "plating_chitin",
        "name" : "chitin plating",
        "symbol" : ")",
        "color" : "yellow",
        "broken_symbol" : ")",
        "broken_color" : "light_gray",
        "durability" : 480,
        "item" : "chitin_plate",
        "difficulty" : 3,
        "location" : "armor",
        "flags" : ["ARMOR"],
        "breaks_into" : [
            {"item": "chitin_piece", "min": 2, "max": 12}
        ]
    },
    {
        "type" : "vehicle_part",
        "id" : "plating_bone",
        "name" : "bone plating",
        "symbol" : ")",
        "color" : "white",
        "broken_symbol" : ")",
        "broken_color" : "light_gray",
        "durability" : 400,
        "item" : "bone_plate",
        "difficulty" : 3,
        "location" : "armor",
        "flags" : ["ARMOR"],
        "breaks_into" : [
            {"item": "bone", "min": 0, "max": 5}
        ]
    },
    {
        "type" : "vehicle_part",
        "id" : "metal_wheel",
        "name" : "metal wheel",
        "symbol" : "|",
        "color" : "light_gray",
        "broken_symbol" : "x",
        "broken_color" : "light_gray",
        "damage_modifier" : 70,
        "durability" : 180,
        "wheel_width" : 3,
        "item" : "wheel_metal",
        "difficulty" : 2,
        "location" : "under",
        "flags" : ["WHEEL", "VARIABLE_SIZE"],
        "breaks_into" : [
            {"item": "scrap", "min": 4, "max": 6},
            {"item": "steel_chunk", "min": 2, "max": 3}
        ]
    }
]
