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

122 lines
2.0 KiB
Plaintext

function data()
return {
boundingInfo = {
bbMax = {
1.294, 1.294, 17.106,
},
bbMin = {
-1.294, -1.294, 0,
},
},
collider = {
params = {
},
type = "MESH",
},
lods = {
{
animations = {
},
children = {
{
id = "railroad/High/AN_Machta_Beton.msh",
transf = {
1, 0, 0, 0,
0, 1, 0, 0,
0, 0, 1, 0,
0, -4, 0, 1,
},
type = "MESH",
},
},
events = {
},
matConfigs = {
{
0,
},
},
static = false,
visibleFrom = 0,
visibleTo = 100,
},
{
animations = {
},
children = {
{
id = "railroad/Med/AN_Machta_Beton.msh",
transf = {
1, 0, 0, 0,
0, 1, 0, 0,
0, 0, 1, 0,
0, -4, 0, 1,
},
type = "MESH",
},
},
events = {
},
matConfigs = {
{
0,
},
},
static = false,
visibleFrom = 100,
visibleTo = 200,
},
{
animations = {
},
children = {
{
id = "railroad/Low/AN_Machta_Beton.msh",
transf = {
1, 0, 0, 0,
0, 1, 0, 0,
0, 0, 1, 0,
0, -4, 0, 1,
},
type = "MESH",
},
},
events = {
},
matConfigs = {
{
0,
},
},
static = false,
visibleFrom = 200,
visibleTo = 600,
},
},
metadata = {
description = {
name = _("AN_Machta_Beton"),
--description = _("Description")
},
availability = { yearFrom = 1935 },
cost = { price = 12000 },
signal = {
type = "WAYPOINT"
}
},
}
end