1520DLC/res/models/model/vehicle/train/0-3-0_V.mdl

138 lines
2.7 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 = {
4.09185, 1.39639, 5.01839,
},
bbMin = {
-9.78163, -1.39639, -0.0232029,
},
},
collider = {
params = {
},
type = "MESH",
},
lods = {
{
animations = {
},
children = {
{
id = "vehicle/train/0-3-0_V.grp",
transf = {
1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1,
},
type = "GROUP",
},{
id = "vehicle/train/0-3-0_V_Tender.grp",
transf = {
1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -7.04132, 0, 0, 1,
},
type = "GROUP",
},
},
events = {
drive = {
[1] = {
forward = true,
name = "drive",
}
},
},
matConfigs = {
{
0, 0,
},
},
static = false,
visibleFrom = 0,
visibleTo = 2500,
},
},
metadata = {
description = {
name = _("0-3-0 (Серия В)"),
description = _(
"Паровоз типа 0-3-0 серии В производства Коломенского завода. Такие паровозы строились по заказу Московско-Брестской Железной Дороги и в 1871 году именно такой паровоз первым пришёл в Минск, открыв железнодорожное движение через этот город." )
},
railVehicle = {
topSpeed = 50.0,
weight = 35,
engines = {
{ type = "STEAM", power = 210.0, tractiveEffort = 60.0 }
},
configs = {
{
axles = {
"vehicle/train/0-3-0_V/0-3-0_V_Tender_Wheel.msh",
},
fakeBogies = {
{group = 1, position = 0, offset = 0},
},
},
},
soundSet = { name = "train_steam_old", horn = "vehicle/train_steam_old/steam_horn_23.wav" }
},
transportVehicle = {
carrier = "RAIL"
},
availability = {
yearFrom = 1867,
yearTo = 1884
},
cost = {
price = 480000
},
maintenance = {
runningCosts = 280000,
lifespan = 35
},
particleSystem = {
emitters = {
{
position = { 2.71838, .0, 4.4591 },
velocity = { .0, .0, 10.0 },
color = { .3, .3, .3 },
frequency = 100,
lifeTime = 15.0,
size01 = { 1, 12.0 },
child = 1
},
{
position = { 2.71838, 1.0459, .7058 },
velocity = { .0, 4.0, 0.0 },
color = { .4, .4, .4 },
frequency = 12,
lifeTime = 10.0,
size01 = { .8, 10.0 },
child = 1
},
{
position = { 2.71838, -1.0459, .7058 },
velocity = { .0, -4.0, 0.0 },
color = { .4, .4, .4 },
frequency = 12,
lifeTime = 10.0,
size01 = { .8, 10.0 },
child = 1
}
}
}
},
}
end
CostIndex = S;