Проведён ребаланс пассажирских вагонов от Урала

This commit is contained in:
Alex_BY 2016-03-15 13:25:38 +03:00
parent d1a728894e
commit 90d95f5fdc
4 changed files with 12 additions and 12 deletions

View File

@ -291,7 +291,7 @@ return {
},
maintenance = {
runningCosts = 8000,
lifespan = 10
lifespan = 30
}
},

View File

@ -258,7 +258,7 @@ return {
description = _("Жесткий пассажирский вагон русской постройки III класса, Петербурго-Московской ж.д.")
},
railVehicle = {
topSpeed = 80.0,
topSpeed = 60.0,
weight = 23.2,
configs = {
{
@ -279,7 +279,7 @@ return {
carrier = "RAIL",
loadSpeed = 3,
capacities = {
{ type = "PASSENGERS", capacity = 40 },
{ type = "PASSENGERS", capacity = 32 },
},
},
availability = {
@ -287,11 +287,11 @@ return {
yearTo = 1877
},
cost = {
price = 45000
price = 32000
},
maintenance = {
runningCosts = 10000,
lifespan = 10
lifespan = 30
}
},

View File

@ -374,7 +374,7 @@ return {
carrier = "RAIL",
loadSpeed = 3,
capacities = {
{ type = "PASSENGERS", capacity = 60 },
{ type = "PASSENGERS", capacity = 48 },
},
},
availability = {
@ -382,11 +382,11 @@ return {
yearTo = 1914
},
cost = {
price = 80000
price = 75000
},
maintenance = {
runningCosts = 22000,
lifespan = 20
runningCosts = 15000,
lifespan = 40
}
},

View File

@ -287,7 +287,7 @@ return {
carrier = "RAIL",
loadSpeed = 3,
capacities = {
{ type = "PASSENGERS", capacity = 120 },
{ type = "PASSENGERS", capacity = 80 },
},
},
availability = {
@ -298,8 +298,8 @@ return {
price = 100000
},
maintenance = {
runningCosts = 35000,
lifespan = 20
runningCosts = 32000,
lifespan = 30
}
},