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

121 lines
2.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.087, 3.016, 2.577,
},
bbMin = {
-3.087, -3.016, -0.48035699129105,
},
},
collider = {
params = {
},
type = "MESH",
},
lods = {
{
animations = {
},
children = {
{
id = "vehicle/truck/zis5/zis5.msh",
transf = {
1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1,
},
type = "MESH",
}, {
id = "vehicle/truck/zis5/zis-5_wb.msh",
transf = {
1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -1.422, 0.0 , 0.45, 1,
},
type = "MESH",
}, {
id = "vehicle/truck/zis5/zis-5_wf.msh",
transf = {
1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 2.391, 0.823 , 0.45, 1,
},
type = "MESH",
}, {
id = "vehicle/truck/zis5/zis-5_wf.msh",
transf = {
-1, 0, 0, 0, 0, -1, 0, 0, 0, 0, 1, 0, 2.391, -0.823 , 0.45, 1,
},
type = "MESH",
},{
id = "vehicle/truck/zis5/tent.msh",
transf = {
1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0.0 , 0, 1,
},
type = "MESH",
},
},
events = {
},
matConfigs = {
{
0, 0, 0, 0, 0, 0,
},
},
static = false,
visibleFrom = 0,
visibleTo = 1190,
},
},
metadata = {
description = {
name = _("ЗиС 5"),
description = _("Советский грузовой автомобиль грузоподъёмностью 3 т \n"..
"второй по массовости (после ГАЗ-АА) грузовик 1930-40-х \n"..
"Выпускался с 1933 по 1948 на Автомобильном заводе имени И. В. Сталина.")
},
roadVehicle = {
topSpeed = 60.0,
weight = 3.0,
power = 54.0,
tractiveEffort = 5.0,
configs = {
{
axles = { "vehicle/truck/zis5/zis-5_wb.msh" },
wheels = { "vehicle/truck/zis5/zis-5_wf.msh" },
fakeBogies = { { group = 0, position = 0, offset = 0 } }
}
},
soundSet = "truck_old"
},
transportVehicle = {
carrier = "ROAD",
capacities = {
{ type = "COAL", capacity = 40 },
{ type = "IRON_ORE", capacity = 40 },
{ type = "WOOD", capacity = 40 },
{ type = "OIL", capacity = 40 },
{ type = "GOODS", capacity = 40 }
}
},
availability = {
yearFrom = 1933,
yearTo = 1948
},
cost = {
price = 80000
},
maintenance = {
runningCosts = 25000,
lifespan = 20
}
},
}
end