1520DLC/res/models/model/railroad/ZaborM3.mdl

64 lines
977 B
Plaintext

function data()
return {
boundingInfo = {
bbMax = {
1.51, 0.077, 3.8,
},
bbMin = {
-1.51, -0.077, 0,
},
},
collider = {
params = {
},
type = "MESH",
},
lods = {
{
animations = {
},
children = {
{
id = "railroad/ZaborM3.msh",
transf = {
1, 0, 0, 0,
0, 1, 0, 0,
0, 0, 1, 0,
0, -2.55, 0, 1,
},
type = "MESH",
},
},
events = {
},
matConfigs = {
{
0,
},
},
static = false,
visibleFrom = 0,
visibleTo = 700,
},
},
metadata = {
description = {
name = _("AN_ZaborM3"),
--description = _("Description")
},
availability = { yearFrom = 1950 },
cost = { price = 500 },
signal = {
type = "WAYPOINT"
}
},
}
end