[
  {
    "type":"VAR_VEH_PART",
    "id": "inflatable_section",
    "symbol": "o",
    "color": "green",
    "name": "inflatable section",
    "name_plural": "inflatable section",
    "description": "inflatable section",
    "price": 8000,
    "material": ["plastic", "null"],
    "weight": 3000,
    "volume": 50,
    "bashing": 8,
    "cutting": 0,
    "to_hit": -1,
    "min-bigness": 30,
    "max-bigness": 30,
    "category": "veh_parts",
    "bigness-aspect": "WHEEL_DIAMETER"
},{
    "type":"GENERIC",
    "id" : "hand_paddles",
    "name" : "oars",
    "name_plural" : "oars",
    "description" : "Oars for a boat",
    "weight" : 816,
    "to_hit" : -1,
    "color" : "light_gray",
    "symbol" : ":",
    "material" : ["wood", "null"],
    "volume" : 2,
    "bashing" : 10,
    "cutting" : 0,
    "category" : "veh_parts",
    "price" : 9000
},{
    "type":"VAR_VEH_PART",
    "id": "inflatable_airbag",
    "symbol": "o",
    "color": "dark_gray",
    "name": "inflatable airbag",
    "name_plural": "inflatable airbag",
    "description": "inflatable airbag",
    "price": 8000,
    "material": ["plastic", "null"],
    "weight": 3000,
    "volume": 50,
    "bashing": 8,
    "cutting": 0,
    "to_hit": -1,
    "min-bigness": 30,
    "max-bigness": 30,
    "category": "veh_parts",
    "bigness-aspect": "WHEEL_DIAMETER"
  }
]
