{
    "RegistryName": "udp:chevy_3500",
    "Addon": "fvtm:udp",
    "Name": "Chevy Silverado 3500HD",
    "Model": "fvp:models/vehicles/chevy_3500",
    "PrimaryColor": "#A8A8A8",
    "SecondaryColor": "#C2C2C2",
    "Texture": "Default;udp:textures/vehicles/ChevySilverado.png",
    "WheelPositions":[
        { "x":  0, "y": 2, "z":  21, "id": "left_front_wheel", "radius": 10, "steering": true },
        { "x":  0, "y": 2, "z": -21, "id": "right_front_wheel", "radius": 10, "y_rot": 180, "steering": true },
        { "x": -88, "y": 2, "z":  20, "id": "left_dual_1", "radius": 10, "drive": true },
        { "x": -88, "y": 2, "z": -20, "id": "right_dual_1", "radius": 10, "y_rot": 180, "drive": true },
        { "x": -88, "y": 2, "z":  27, "id": "left_dual_2", "radius": 10, "drive": true },
        { "x": -88, "y": 2, "z": -27, "id": "right_dual_2", "radius": 10, "y_rot": 180, "drive": true },
    ],
    "Attributes": [
    	{ "id":"weight", "type": "float", "value": 3175 },
    	{ "id":"constructor_length", "type": "float", "value": 5 },
    	{ "id":"constructor_height", "type": "float", "value": -12 },
    	{ "id":"constructor_wheel_offset", "type": "float", "value": 20 },
    	{ "id":"chevy_3500_doors_fl", "type": "boolean", "value": false, "editable": true, "seat": "driver" },
    	{ "id":"chevy_3500_doors_fr", "type": "boolean", "value": false, "editable": true, "seat": "pass_front" },
    	{ "id":"chevy_3500_doors_bl", "type": "boolean", "value": false, "editable": true, "seat": "pass_back_left" },
    	{ "id":"chevy_3500_doors_br", "type": "boolean", "value": false, "editable": true, "seat": "pass_back_right" }
    ],
    "RequiredParts": [
        "cab",
        "lights",
        "seats",
        "engine",
        "fuel_tank"
        "bed"
     ],
    "PreInstalled":{
    	"cab": "udp:chevy_3500_cab"
    	"lights": "udp:chevy_3500_lights",
	"seats": "udp:chevy_3500_seats",
	"engine": "udp:duramax66",
	"fuel_tank": "udp:chevy_3500_fuel_tank"
	"bed": "udp:chevy_3500_bed"
    },
    "LegacyData":{
    	"MaxPositiveThrottle": 1.5,
    	"MaxNegativeThrottle": 0.4,
    	"TurnLeftModifier": 0.67,
    	"TurnRightModifier": 0.67
    }
}