{
  "definitions" : [//Dyes: Black=0 Red =1 Green=2 Brown=3 Blue=4 Purple=5 UNU=6 Silver=7 Grey=8 Pink=9 Lime=10 Yellow=11 Light Blue=12 Magenta=13 Orange=14 White=15
		{
			"name" : "§cUNU Steed",
			"subName" : "",
			"extraMaterials" : ["minecraft:dye:1:2", "minecraft:dye:2:1", "minecraft:dye:12:1", "minecraft:dye:6:1", "minecraft:dye:10:1"]
		}
	],
	
	"general": {
		"numberWindows" : 5,
		"type" : "car",
		"openTop" : true,
		"emptyMass" : 2300, //will need to be cnanged
		"materials" : ["minecraft:iron_ingot:-1:30"]
  },

  "motorized" : {
		"fuelCapacity" : 15000,
		"hornSound" : "redcliffe:rccivil_horn",
		"instruments" : [
			{ //Main Right
				"pos" : [0.40625, 1.125, 3.15625],
				"rot" : [14, 0, 0],
				"hudpos" : [70, 62.5],
				"scale" : 0.015625,
				//"hudScale" : 0.85,
				"hudScale" : 0.46875,
				"hudX" : 268,
				"hudY" : 35
			},
			{ //Main Center
				"pos" : [0.5625, 1.125, 3.15625],
				"rot" : [14, 0, 0],
				"hudpos" : [50, 62.5],
				"scale" : 0.015625,
				//"hudScale" : 0.85,
				"hudScale" : 0.46875,
				"hudX" : 200,
				"hudY" : 35
			},
			{ //Main Left
				"pos" : [0.71875, 1.125, 3.15625],
				"rot" : [14, 0, 0],
				"hudpos" : [30, 62.5],
				"scale" : 0.015625,
				//"hudScale" : 0.85,
				"hudScale" : 0.46875,
				"hudX" : 132,
				"hudY" : 35
			}
    ],
		"controls" : []
  },

  "car" : {
		"isBigTruck" : false,
		"isFrontWheelDrive" : false,
		"isRearWheelDrive" : true,
		"dragCoefficient" : 0.65,
		"axleRatio" : 3.55
  },
	
	"parts": [
		{
      "pos" : [-1.125, 0.0, 0.0],
      "turnsWithSteer" : false,
      "isController" : false,
      "types" : ["wheel"],
		"minValue" : 0.8,
		"maxValue" : 0.875
    },
		{
      "pos" : [1.125, 0.0, 0.0],
      "turnsWithSteer" : false,
      "isController" : false,
      "types" : ["wheel"],
		"minValue" : 0.8,
		"maxValue" : 0.875
    },
		{
      "pos" : [-1.125, 0.0, 4.375],
      "turnsWithSteer" : true,
      "isController" : false,
      "types" : ["wheel"],
		"minValue" : 0.8,
		"maxValue" : 0.875
    },
		{
      "pos" : [1.125, 0.0, 4.375],
      "turnsWithSteer" : true,
      "isController" : false,
      "types" : ["wheel"],
		"minValue" : 0.8,
		"maxValue" : 0.875
	},
		{
      "pos" : [0.563, 0.625, 2.5],
      "turnsWithSteer" : false,
      "isController" : true,
      "types" : ["seat"]
    },
		{
      "pos" : [-0.563, 0.625, 2.5],
      "turnsWithSteer" : false,
      "isController" : false,
      "types" : ["seat"]
    },
		{
      "pos" : [0, 0.125, 3.813],
      "types" : ["engine_car"],
	  //"customTypes" : ["350_v8"],
		"exhaustPos" : [0.375, -0.0625, -1.75, -0.375, -0.0625, -1.75],
		"exhaustVelocity" : [0, 0, -1, 0, 0, -1],
		"minValue" : 0.0,
		"maxValue" : 1.0
    }
  ],
	
  "collision": [
    { //Hood 1
      "pos" : [0, 1.125, 4],
      "width" : 1.5,
      "height" : 0.125
    }, //Roof 1
		 {
      "pos" : [0.5, 2, 2.563],
      "width" : 1.0,
      "height" : 0.125
    }, //Roof 2
		 {
      "pos" : [-0.5, 2, 2.563],
      "width" : 1.0,
      "height" : 0.125
    }, //Bed 1
		 {
      "pos" : [0, 0.375, 1.25],
      "width" : 1.875,
      "height" : 0.125
    }, //Bed 2
		 {
      "pos" : [0, 0.375, -0.625],
      "width" : 1.875,
      "height" : 0.125
    }, //Wheel 1
		 {
      "pos" : [-1.125, 0.75, 0.0],
      "width" : 0.125,
      "height" : 0.125
    }, //Wheel 2
		 {
      "pos" : [1.125, 0.75, 0.0],
      "width" : 0.125,
      "height" : 0.125
    }, //Wheel 3
		 {
      "pos" : [-1.125, 0.75, 4.375],
      "width" : 0.125,
      "height" : 0.125
    }, //Wheel 4
		 {
      "pos" : [1.125, 0.75, 4.375],
      "width" : 0.125,
      "height" : 0.125
    }
  ],

  "rendering": {
  		"hudBackplaneTexturePercentages" : [0.29688, 0.30664, 0.20703, 0.21875],
		"hudMouldingTexturePercentages" : [0.60156, 0.66602, 0.16406, 0.18164],
		"hudTexture" : "uunverse:textures/guis/redcliffe_hud_unu_truck.png",
		"panelTexture" : "uunverse:textures/guis/redcliffe_panel_unu_truck.png",
		//"panelTextColor" : "#cccccc",
		//"panelLitColor" : "#cccccc",
		"defaultDisplayText" : "RC-0000",
		"displayTextMaxLength" : 7,
		"textMarkings" : [
		],
		"rotatableModelObjects" : [
			{
				"partName" : "$Gas",
				"rotationPoint" : [0.25, 0.313, 3.25],
				"rotationAxis" : [25.0, 0.0, 0.0],
				"rotationVariable" : "throttle"
			},
			{
				"partName" : "$Brake",
				"rotationPoint" : [0.406, 0.25, 3.25],
				"rotationAxis" : [12.5, 0.0, 0.0],
				"rotationVariable" : "brake"
			},
			{
				"partName" : "$Gearshift",
				"rotationPoint" : [0.563, 1.188, 2.938],
				"rotationAxis" : [0, -0.5, 0.866],
				"rotationVariable" : "engine_gearshift_1"
			},
			{
				"partName" : "$SteeringWheel",
				"rotationPoint" : [0.563, 1.188, 2.938],
				"rotationAxis" : [0, 0.5, -0.866],
				"rotationVariable" : "steering_wheel"
			},
			{
				"partName" : "$SteeringColumn",
				"rotationPoint" : [0.563, 0.844, 3.531],
				"rotationAxis" : [0.188, 0.695, -0.695],
				"rotationVariable" : "steering_wheel"
			},
			{
				"partName" : "$RearAxle",
				"rotationPoint" : [0, 0, 0],
				"rotationAxis" : [1, 0, 0],
				//"rotationVariable" : "driveshaft"
				"rotationVariable" : "engine_driveshaft_rotation_1"
			},
			{
				"partName" : "$Driveshaft",
				"rotationPoint" : [0, 0.188, 3],
				"rotationAxis" : [0, -0.061, -0.998],
				//"rotationVariable" : "driveshaft"
				"rotationVariable" : "engine_driveshaft_rotation_1"
			}, //Front right steering
			{
				"partName" : "$RightFront",
				"rotationPoint" : [-1.125, 0.0, 4.375],
				"rotationAxis" : [0, 1, 0],
				"rotationVariable" : "steering_wheel"
			},
			{
				"partName" : "$RightFront",
				"rotationPoint" : [-1.12501, 0.0, 4.375],
				"rotationAxis" : [1, 0, 0],
				//"rotationVariable" : "driveshaft"
				"rotationVariable" : "engine_driveshaft_rotation_1"
			},
			{
				"partName" : "$PassengerSteeringHub",
				"rotationPoint" : [-1.125, 0.0, 4.375],
				"rotationAxis" : [0, 1, 0],
				"rotationVariable" : "steering_wheel"
			}, //Front left steering
			{
				"partName" : "$LeftFront",
				"rotationPoint" : [1.125, 0.0, 4.375],
				"rotationAxis" : [0, 1, 0],
				"rotationVariable" : "steering_wheel"
			},
			{
				"partName" : "$LeftFront",
				"rotationPoint" : [1.12501, 0.0, 4.375],
				"rotationAxis" : [1, 0, 0],
				//"rotationVariable" : "driveshaft"
				"rotationVariable" : "engine_driveshaft_rotation_1"
			},
			{
				"partName" : "$DriverSteeringHub",
				"rotationPoint" : [1.125, 0.0, 4.375],
				"rotationAxis" : [0, 1, 0],
				"rotationVariable" : "steering_wheel"
			}
		]
  }
}
