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

64 lines
992 B
Plaintext

function data()
return {
boundingInfo = {
bbMax = {
1.561, -4.904, -0.061,
},
bbMin = {
-1.541, 3.011, 2.186,
},
},
collider = {
params = {
},
type = "MESH",
},
lods = {
{
animations = {
},
children = {
{
id = "railroad/AN_Rail_End.msh",
transf = {
1, 0, 0, 0,
0, 1, 0, 0,
0, 0, 1, 0,
0, 0, 0.15, 1,
},
type = "MESH",
},
},
events = {
},
matConfigs = {
{
0,
},
},
static = false,
visibleFrom = 0,
visibleTo = 700,
},
},
metadata = {
description = {
name = _("AN_Rail_End"),
--description = _("Description")
},
availability = { yearFrom = 1850 },
cost = { price = 10000 },
signal = {
type = "WAYPOINT"
}
},
}
end