1520DLC/res/models/model/vehicle/tram/TatraT3.mdl

103 lines
2.0 KiB
Plaintext

function data()
return {
boundingInfo = {
bbMax = {
7.5, 0.98381000757217, 4.8104958534241,
},
bbMin = {
-7.5, -0.98381000757217, -0.33427900075912,
},
},
collider = {
params = {
},
type = "MESH",
},
lods = {
{
animations = {
},
children = {
{
id = "vehicle/tram/TatraT3_vag.grp",
transf = {
1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0.2, 1,
},
type = "GROUP",
},
},
events = {
close_all_doors = {
[1] = {
forward = false,
name = "open_all_doors",
},
},
open_all_doors = {
[1] = {
forward = true,
name = "open_all_doors",
},
},
},
matConfigs = {
{
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
},
},
static = false,
visibleFrom = 0,
visibleTo = 1190,
},
},
metadata = {
description = {
name = _("Tatra T3"),
description = _("Трамвайный вагон производства ЧКД-Прага.\n"..
"Одна из самых массовых моделей трамваев - \n"..
"всего было построено более 14 000 вагонов.\n"..
"Является прямым наследником трамвайных вагонов типа PCC.")
},
railVehicle = {
configs = {
{
axles = { "vehicle/tram/TatraT3/TatraT3_w.msh"}
}
},
topSpeed = 70,
weight = 20,
engines = {
{ type = "ELECTRIC", power = 180.0, tractiveEffort = 20.0 }
},
soundSet = "tram_modern"
},
transportVehicle = {
carrier = "TRAM",
capacities = {
{ type = "PASSENGERS", capacity = 100 }
},
loadSpeed = 3
},
availability = {
yearFrom = 1962,
yearTo = 1989
},
cost = {
price = 240000
},
maintenance = {
runningCosts = 40000,
lifespan = 40
}
},
}
end