balance changes
This commit is contained in:
parent
58eb3b18eb
commit
fd1ba59279
3 changed files with 18 additions and 16 deletions
|
@ -10,6 +10,8 @@ Date: 01.06.2022
|
||||||
|
|
||||||
Changes:
|
Changes:
|
||||||
- buffed 248ks roboport and charging station charging
|
- buffed 248ks roboport and charging station charging
|
||||||
|
- reduced diesel train pollution output
|
||||||
|
- reduced aluminum ceramic composite and glass fiber composite usage for buildings + engines in overhaul mode
|
||||||
---------------------------------------------------------------------------------------------------
|
---------------------------------------------------------------------------------------------------
|
||||||
Version: 1.0.24
|
Version: 1.0.24
|
||||||
Date: 27.5.2022
|
Date: 27.5.2022
|
||||||
|
|
|
@ -64,7 +64,7 @@ data:extend({
|
||||||
fuel_category = 'el_train_fuel',
|
fuel_category = 'el_train_fuel',
|
||||||
fuel_inventory_size = 3,
|
fuel_inventory_size = 3,
|
||||||
effectitvity = 1,
|
effectitvity = 1,
|
||||||
emissions_per_minute = 40,
|
emissions_per_minute = 20,
|
||||||
smoke = {
|
smoke = {
|
||||||
{
|
{
|
||||||
name = "train-smoke",
|
name = "train-smoke",
|
||||||
|
@ -174,11 +174,11 @@ data:extend({
|
||||||
},
|
},
|
||||||
working_sound = {
|
working_sound = {
|
||||||
sound = { filename ='__base__/sound/train-engine.ogg'},
|
sound = { filename ='__base__/sound/train-engine.ogg'},
|
||||||
apparent_volume = 0.2,
|
apparent_volume = 0.1,
|
||||||
},
|
},
|
||||||
vehicle_impact_sound = {
|
vehicle_impact_sound = {
|
||||||
filename = "__base__/sound/car-metal-impact-6.ogg",
|
filename = "__base__/sound/car-metal-impact-6.ogg",
|
||||||
volume = 0.3
|
volume = 0.1
|
||||||
},
|
},
|
||||||
|
|
||||||
},
|
},
|
||||||
|
|
|
@ -62,36 +62,36 @@ end
|
||||||
--[BUILDINGS]
|
--[BUILDINGS]
|
||||||
|
|
||||||
building_table = {
|
building_table = {
|
||||||
{"assembling-machine-2", "el_materials_ALK", 5},
|
{"assembling-machine-2", "el_materials_ALK", 3},
|
||||||
--
|
--
|
||||||
--{"fast-inserter", "el_aluminum_item", 2},
|
--{"fast-inserter", "el_aluminum_item", 2},
|
||||||
--{"long-handed-inserter", "el_aluminum_item", 2},
|
--{"long-handed-inserter", "el_aluminum_item", 2},
|
||||||
--
|
--
|
||||||
{"engine-unit", "el_materials_ALK", 5},
|
{"engine-unit", "el_materials_ALK", 3},
|
||||||
{"fast-transport-belt", "el_materials_ALK", 1},
|
{"fast-transport-belt", "el_materials_ALK", 1},
|
||||||
{"fast-splitter", "el_materials_ALK", 3},
|
{"fast-splitter", "el_materials_ALK", 3},
|
||||||
{"fast-underground-belt", "el_materials_ALK", 8},
|
{"fast-underground-belt", "el_materials_ALK", 8},
|
||||||
{"chemical-plant", "el_materials_ALK", 10},
|
{"chemical-plant", "el_materials_ALK", 6},
|
||||||
{"oil-refinery", "el_materials_ALK", 10},
|
{"oil-refinery", "el_materials_ALK", 6},
|
||||||
{"medium-electric-pole", "el_materials_ALK", 4},
|
{"medium-electric-pole", "el_materials_ALK", 2},
|
||||||
{"big-electric-pole", "el_materials_ALK", 8},
|
{"big-electric-pole", "el_materials_ALK", 4},
|
||||||
|
|
||||||
{"stack-inserter", "el_energy_crystal_item", 2},
|
{"stack-inserter", "el_energy_crystal_item", 2},
|
||||||
|
|
||||||
{"express-splitter", "fi_materials_GFK", 3},
|
{"express-splitter", "fi_materials_GFK", 3},
|
||||||
{"express-transport-belt", "fi_materials_GFK", 1},
|
{"express-transport-belt", "fi_materials_GFK", 1},
|
||||||
{"express-underground-belt","fi_materials_GFK", 8},
|
{"express-underground-belt","fi_materials_GFK", 8},
|
||||||
{"electric-furnace", "fi_materials_GFK", 12},
|
{"electric-furnace", "fi_materials_GFK", 8},
|
||||||
{"centrifuge", "fi_materials_GFK", 25},
|
{"centrifuge", "fi_materials_GFK", 20},
|
||||||
{"steam-turbine", "fi_materials_GFK", 20},
|
{"steam-turbine", "fi_materials_GFK", 15},
|
||||||
{"heat-exchanger", "fi_materials_GFK", 10},
|
{"heat-exchanger", "fi_materials_GFK", 10},
|
||||||
{"heat-pipe", "fi_materials_titan",2},
|
{"heat-pipe", "fi_materials_titan",1},
|
||||||
|
|
||||||
{"rocket-silo", "fu_materials_KFK", 40},
|
{"rocket-silo", "fu_materials_KFK", 40},
|
||||||
|
|
||||||
{"beacon", "fi_materials_titan", 12},
|
{"beacon", "fi_materials_titan", 8},
|
||||||
{"substation", "fi_materials_titan", 6},
|
{"substation", "fi_materials_titan", 4},
|
||||||
{"assembling-machine-3", "fi_materials_titan", 6},
|
{"assembling-machine-3", "fi_materials_titan", 4},
|
||||||
}
|
}
|
||||||
|
|
||||||
--[ITEMS]
|
--[ITEMS]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue