1520DLC/res/models/model/vehicle/train/Od.mdl

209 lines
4.2 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 = {
5.67759, 1.63217, 4.9271,
},
bbMin = {
-11.95398, -1.63579, -0.177649,
},
},
collider = {
params = {
},
type = "MESH",
},
lods = {
{
animations = {
},
children = {
{
id = "vehicle/train/Od.grp",
transf = {
1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1,
},
type = "GROUP",
},{
id = "vehicle/train/Od_Tender.grp",
transf = {
1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -8.45888, 0, 0, 1,
},
type = "GROUP",
},
},
events = {
drive = {
[1] = {
forward = true,
name = "drive",
}
},
},
matConfigs = {
{
0, 0,
},
},
static = false,
visibleFrom = 0,
visibleTo = 2500,
},
{
animations = {
},
children = {
{
id = "vehicle/train/Od_lod1.grp",
transf = {
1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1,
},
type = "GROUP",
},{
id = "vehicle/train/Od_Tender_lod1.grp",
transf = {
1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -8.45888, 0, 0, 1,
},
type = "GROUP",
},
},
events = {
drive = {
[1] = {
forward = true,
name = "drive",
}
},
},
matConfigs = {
{
0, 0,
},
},
static = false,
visibleFrom = 200,
visibleTo = 600,
},
{
animations = {
},
children = {
{
id = "vehicle/train/Od_lod2.grp",
transf = {
1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1,
},
type = "GROUP",
},{
id = "vehicle/train/Od_Tender_lod2.grp",
transf = {
1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -8.45888, 0, 0, 1,
},
type = "GROUP",
},
},
matConfigs = {
{
0, 0,
},
},
static = false,
visibleFrom = 600,
visibleTo = 2500,
},
},
metadata = {
description = {
name = _("Од"),
description = _(
"Этот паровоз типа 0-4-0 появился в России в конце XIX века. Серия О (Основной) включала в себя множество модификаций паровозов и стала самой массовой в Российской Империи. Разновидность Од (которая до 1912 года называлась Нормальным типом 1893 года, а также Нормальным типом 1897 года) массово использовалась и на дорогах Советскго Союза, а также в составе бронепоездов во время Великой Отечественной Войны." )
},
railVehicle = {
topSpeed = 50.0,
weight = 52.5,
engines = {
{ type = "STEAM", power = 404.0, tractiveEffort = 87.0 }
},
configs = {
{
axles = {
"vehicle/train/O/Od_Tender_Wheel.msh",
},
fakeBogies = {
{group = 1, position = 0, offset = 0},
},
},
},
soundSet = { name = "train_steam_old", horn = "vehicle/train_steam_old/steam_horn_24.wav" }
},
transportVehicle = {
carrier = "RAIL"
},
availability = {
yearFrom = 1890,
yearTo = 1903
},
cost = {
price = 450000
},
maintenance = {
runningCosts = 300000,
lifespan = 45
},
particleSystem = {
emitters = {
{
position = { 3.05, .0, 5.0093 },
velocity = { .0, .0, 10.0 },
color = { .3, .3, .3 },
frequency = 100,
lifeTime = 15.0,
size01 = { 1, 12.0 },
child = 1
},
{
position = { 3.04, 1.1633, .3476 },
velocity = { .0, 4.0, 0.0 },
color = { .4, .4, .4 },
frequency = 12,
lifeTime = 10.0,
size01 = { .8, 10.0 },
child = 1
},
{
position = { 3.04, -1.1633, .3476 },
velocity = { .0, -4.0, 0.0 },
color = { .4, .4, .4 },
frequency = 12,
lifeTime = 10.0,
size01 = { .8, 10.0 },
child = 1
}
}
}
},
}
end
CostIndex = S;