1520DLC/res/models/model/depot/AN_Depo_Lvov.mdl

122 lines
1.7 KiB
Plaintext

function data()
return {
boundingInfo = {
bbMax = {
77.801, 21.348, 17.422,
},
bbMin = {
-0.541, -14.723, 0,
}
},
collider = {
params = {
},
type = "MESH",
},
lods = {
{
animations = {
},
children = {
{
id = "depot/High/AN_Depo_Lvov.msh",
transf = {
1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1,
},
type = "MESH",
},
},
events = {
},
matConfigs = {
{
0,
},
},
static = false,
visibleFrom = 0,
visibleTo = 200,
},
{
animations = {
},
children = {
{
id = "depot/Med/AN_Depo_Lvov.msh",
transf = {
1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1,
},
type = "MESH",
},
},
events = {
},
matConfigs = {
{
0,
},
},
static = false,
visibleFrom = 200,
visibleTo = 600,
},
{
animations = {
},
children = {
{
id = "depot/Low/AN_Depo_Lvov.msh",
transf = {
1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1,
},
type = "MESH",
},
},
events = {
},
matConfigs = {
{
0,
},
},
static = false,
visibleFrom = 600,
visibleTo = 2500,
},
},
metadata = {
description = {
name = _("AN_Depo_Lvov"), -- Train depot
--description = _("Description")
},
availability = {
yearFrom = 1914,
--yearTo = 1991,
},
cost = {
price = 60000
},
vehicleDepot = {
carrier = "RAIL",
capacity = 5
},
},
}
end