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

102 lines
1.9 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

function data()
return {
boundingInfo = {
bbMax = {
8, 0.98381000757217, 4.8104958534241,
},
bbMin = {
-8, -0.98381000757217, -0.33427900075912,
},
},
collider = {
params = {
},
type = "MESH",
},
lods = {
{
animations = {
},
children = {
{
id = "vehicle/tram/KTM5M3_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,
},
},
static = false,
visibleFrom = 0,
visibleTo = 1190,
},
},
metadata = {
description = {
name = _("71-605 (KTМ-5M3)"),
description = _("Советский четырёхосный трамвайный вагон.\n"..
"Одна из самых массовых моделей трамваев - \n"..
"всего было построено более 14 000 вагонов.\n"..
"Отличается простотой конструкции и низким ресурсом кузова.")
},
railVehicle = {
configs = {
{
axles = { "vehicle/tram/KTM5M3/ktm5m3_w.msh"}
}
},
topSpeed = 75,
weight = 18.65,
engines = {
{ type = "ELECTRIC", power = 180.0, tractiveEffort = 20.0 }
},
soundSet = "tram_modern"
},
transportVehicle = {
carrier = "TRAM",
capacities = {
{ type = "PASSENGERS", capacity = 120 }
},
loadSpeed = 3
},
availability = {
yearFrom = 1971,
yearTo = 1989
},
cost = {
price = 250000
},
maintenance = {
runningCosts = 48000,
lifespan = 25
}
},
}
end