0.21 balance changes
This commit is contained in:
parent
57bb98b769
commit
c716b99bd5
12 changed files with 88 additions and 48 deletions
|
@ -167,18 +167,18 @@ data:extend({
|
|||
sound = {
|
||||
{
|
||||
filename = "__base__/sound/train-breaks.ogg",
|
||||
volume = 0.6,
|
||||
volume = 0.2,
|
||||
}
|
||||
},
|
||||
},
|
||||
},
|
||||
working_sound = {
|
||||
sound = { filename ='__base__/sound/train-engine.ogg'},
|
||||
apparent_volume = 0.5,
|
||||
apparent_volume = 0.2,
|
||||
},
|
||||
vehicle_impact_sound = {
|
||||
filename = "__base__/sound/car-metal-impact-6.ogg",
|
||||
volume = 0.8
|
||||
volume = 0.3
|
||||
},
|
||||
|
||||
},
|
||||
|
|
|
@ -14,7 +14,7 @@ data:extend({
|
|||
type = 'item',
|
||||
icon = sprite('item.png'),
|
||||
icon_size = 64,
|
||||
stack_size = 500,
|
||||
stack_size = 100,
|
||||
subgroup = 'el_item_subgroup_a',
|
||||
order = 'a-c',
|
||||
fuel_glow_color = {r=0.1,g=0.74,b=0.39,a=0.5},
|
||||
|
|
|
@ -144,7 +144,7 @@ data:extend({
|
|||
working_sound =
|
||||
{
|
||||
sound = {filename = "__base__/sound/chemical-plant-3.ogg" },
|
||||
apparent_volume = 0.1,
|
||||
apparent_volume = 0.05,
|
||||
},
|
||||
},
|
||||
})
|
||||
|
|
|
@ -14,7 +14,7 @@ data:extend({
|
|||
type = 'item',
|
||||
icon = sprite('diesel_item.png'),
|
||||
icon_size = 64,
|
||||
stack_size = 100,
|
||||
stack_size = 50,
|
||||
subgroup = 'el_item_subgroup_d',
|
||||
order = 'b-a',
|
||||
fuel_acceleration_multiplier = 1,
|
||||
|
@ -28,7 +28,7 @@ data:extend({
|
|||
type = 'item',
|
||||
icon = sprite('diesel_energized_item.png'),
|
||||
icon_size = 64,
|
||||
stack_size = 100,
|
||||
stack_size = 50,
|
||||
subgroup = 'el_item_subgroup_d',
|
||||
order = 'b-b',
|
||||
fuel_acceleration_multiplier = 0.55,
|
||||
|
|
|
@ -105,7 +105,7 @@ data:extend({
|
|||
},
|
||||
working_sound = {
|
||||
sound = { filename ='__base__/sound/pipe.ogg'},
|
||||
apparent_volume = 0.3,
|
||||
apparent_volume = 0.1,
|
||||
},
|
||||
},
|
||||
})
|
Loading…
Add table
Add a link
Reference in a new issue