1520DLC/res/models/model/vehicle/truck/zil4331.mdl

185 lines
3.5 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

function data()
return {
boundingInfo = {
bbMax = {
3.78319, 1.512, 2.131,
},
bbMin = {
-3.81, -1.512, -0.48035699129105,
},
},
collider = {
params = {
},
type = "MESH",
},
lods = {
{
animations = {
},
children = {
{
id = "vehicle/truck/zil4331/zil4331_body_lod0.msh",
transf = {
1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1,
},
type = "MESH",
}, {
id = "vehicle/truck/zil4331/zil4331_wf.msh",
transf = {
1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 2.79765, -0.9856, 0.54975, 1,
},
type = "MESH",
}, {
id = "vehicle/truck/zil4331/zil4331_wf.msh",
transf = {
-1, 0, 0, 0, 0, -1, 0, 0, 0, 0, 1, 0, 2.79765, 0.9856, 0.54975, 1,
},
type = "MESH",
}, {
id = "vehicle/truck/zil4331/zil4331_wb.msh",
transf = {
1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -1.73575, 0, 0.54975, 1,
},
type = "MESH",
},
},
events = {
},
matConfigs = {
{
0, 0, 0, 0,
},
},
static = false,
visibleFrom = 0,
visibleTo = 150,
},
{
animations = {
},
children = {
{
id = "vehicle/truck/zil4331/zil4331_body_lod1.msh",
transf = {
1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1,
},
type = "MESH",
}, {
id = "vehicle/truck/zil4331/zil4331_wf.msh",
transf = {
1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 2.79765, -0.9856, 0.54975, 1,
},
type = "MESH",
}, {
id = "vehicle/truck/zil4331/zil4331_wf.msh",
transf = {
-1, 0, 0, 0, 0, -1, 0, 0, 0, 0, 1, 0, 2.79765, 0.9856, 0.54975, 1,
},
type = "MESH",
}, {
id = "vehicle/truck/zil4331/zil4331_wb.msh",
transf = {
1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -1.73575, 0, 0.54975, 1,
},
type = "MESH",
},
},
events = {
},
matConfigs = {
{
0, 0, 0, 0,
},
},
static = false,
visibleFrom = 150,
visibleTo = 500,
},
{
animations = {
},
children = {
{
id = "vehicle/truck/zil4331/zil4331_body_lod2.msh",
transf = {
1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1,
},
type = "MESH",
},
},
events = {
},
matConfigs = {
{
0, 0, 0, 0,
},
},
static = false,
visibleFrom = 500,
visibleTo = 1500,
},
},
metadata = {
description = {
name = _("ЗиЛ-4331"),
description = _("Советский и россйиский грузовой автомобиль. Пришёл на смену ЗиЛ-130 в 1987 году и выпускается по настоящее время. На данный момент выпущено уже более 1,6млн экземпляров.")
},
roadVehicle = {
topSpeed = 90.0,
weight = 4.82,
power = 136.0,
tractiveEffort = 15.0,
configs = {
{
axles = { "vehicle/truck/zil4331/zil4331_wb.msh" },
wheels = { "vehicle/truck/zil4331/zil4331_wf.msh", },
fakeBogies = { { group = 0, position = 0, offset = 0 } }
}
},
soundSet = "zil4331"
},
transportVehicle = {
carrier = "ROAD",
capacities = {
{ type = "COAL", capacity = 64 },
{ type = "IRON_ORE", capacity = 64 },
{ type = "WOOD", capacity = 64 },
{ type = "OIL", capacity = 64 },
{ type = "GOODS", capacity = 64 }
}
},
availability = {
yearFrom = 1987,
--yearTo = 1994
},
cost = {
price = 120000
},
maintenance = {
runningCosts = 40000,
lifespan = 40
}
},
}
end