0.21 balance changes
This commit is contained in:
parent
57bb98b769
commit
c716b99bd5
12 changed files with 88 additions and 48 deletions
|
@ -3052,6 +3052,10 @@ data:extend({
|
|||
{
|
||||
type = 'unlock-recipe',
|
||||
recipe = 'gr_kovarex_recipe',
|
||||
},
|
||||
{
|
||||
type = 'unlock-recipe',
|
||||
recipe = 'gr_kovarex_2_recipe',
|
||||
}
|
||||
},
|
||||
unit = {
|
||||
|
|
|
@ -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,
|
||||
},
|
||||
},
|
||||
})
|
|
@ -14,7 +14,7 @@ data:extend({
|
|||
type = 'item',
|
||||
icon = sprite('item.png'),
|
||||
icon_size = 64,
|
||||
stack_size = 500,
|
||||
stack_size = 100,
|
||||
subgroup = 'fi_item_subgroup_b',
|
||||
order = 'a-c',
|
||||
fuel_glow_color = {r=0.1,g=0.74,b=0.39,a=0.5},
|
||||
|
|
|
@ -165,7 +165,7 @@ data:extend({
|
|||
type = 'item',
|
||||
icon = sprite('train_crystal_item.png'),
|
||||
icon_size = 64,
|
||||
stack_size = 100,
|
||||
stack_size = 20,
|
||||
subgroup = 'fi_item_subgroup_d',
|
||||
order = 'd-a',
|
||||
fuel_acceleration_multiplier = 0.6,
|
||||
|
|
|
@ -135,7 +135,7 @@ data:extend({
|
|||
type = 'item',
|
||||
icon = sprite('empty_container.png'),
|
||||
icon_size = 64,
|
||||
stack_size = 1,
|
||||
stack_size = 5,
|
||||
subgroup = 'fu_item_subgroup_b',
|
||||
order = 'f-a',
|
||||
},
|
||||
|
@ -144,7 +144,7 @@ data:extend({
|
|||
type = 'item',
|
||||
icon = sprite('charged_container.png'),
|
||||
icon_size = 64,
|
||||
stack_size = 1,
|
||||
stack_size = 5,
|
||||
subgroup = 'fu_item_subgroup_b',
|
||||
order = 'f-a',
|
||||
},
|
||||
|
|
|
@ -60,6 +60,19 @@ data:extend({
|
|||
energy_usage = '400MW',
|
||||
--fluid
|
||||
fluid_boxes = {
|
||||
{
|
||||
filter = "fu_lead_fluid_cold",
|
||||
base_area = 1,
|
||||
height = 2,
|
||||
base_level = -1,
|
||||
pipe_covers = pipecoverspictures(),
|
||||
pipe_picture = grey_south_pipe_picture,
|
||||
pipe_connections =
|
||||
{
|
||||
{type = "input", position = {2, 7}}
|
||||
},
|
||||
production_type = "input"
|
||||
},
|
||||
{
|
||||
base_area = 1,
|
||||
height = 2,
|
||||
|
@ -68,7 +81,7 @@ data:extend({
|
|||
pipe_picture = grey_south_pipe_picture,
|
||||
pipe_connections =
|
||||
{
|
||||
{type = "input", position = {-1, -7}},
|
||||
{type = "input", position = {-2, -7}},
|
||||
},
|
||||
production_type = "input"
|
||||
},
|
||||
|
@ -80,23 +93,12 @@ data:extend({
|
|||
pipe_picture = grey_south_pipe_picture,
|
||||
pipe_connections =
|
||||
{
|
||||
{type = "input", position = {1, -7}}
|
||||
},
|
||||
production_type = "input"
|
||||
},
|
||||
{
|
||||
base_area = 1,
|
||||
height = 2,
|
||||
base_level = -1,
|
||||
pipe_covers = pipecoverspictures(),
|
||||
pipe_picture = grey_south_pipe_picture,
|
||||
pipe_connections =
|
||||
{
|
||||
{type = "input", position = {3, -7}}
|
||||
{type = "input", position = {2, -7}}
|
||||
},
|
||||
production_type = "input"
|
||||
},
|
||||
{
|
||||
filter = "fu_lead_fluid_hot",
|
||||
base_area = 1,
|
||||
height = 2,
|
||||
base_level = 1,
|
||||
|
@ -104,10 +106,10 @@ data:extend({
|
|||
pipe_picture = grey_south_pipe_picture,
|
||||
pipe_connections =
|
||||
{
|
||||
{type = "output", position = {-3, -7}}
|
||||
{type = "output", position = {-2, 7}}
|
||||
},
|
||||
production_type = "output"
|
||||
},
|
||||
}
|
||||
},
|
||||
--animation
|
||||
animation = {
|
||||
|
@ -173,6 +175,19 @@ data:extend({
|
|||
energy_usage = '400MW',
|
||||
--fluid
|
||||
fluid_boxes = {
|
||||
{
|
||||
filter = "fu_lead_fluid_cold",
|
||||
base_area = 1,
|
||||
height = 2,
|
||||
base_level = -1,
|
||||
pipe_covers = pipecoverspictures(),
|
||||
pipe_picture = grey_south_pipe_picture,
|
||||
pipe_connections =
|
||||
{
|
||||
{type = "input", position = {2, 7}}
|
||||
},
|
||||
production_type = "input"
|
||||
},
|
||||
{
|
||||
base_area = 1,
|
||||
height = 2,
|
||||
|
@ -181,7 +196,7 @@ data:extend({
|
|||
pipe_picture = grey_south_pipe_picture,
|
||||
pipe_connections =
|
||||
{
|
||||
{type = "input", position = {-1, -7}},
|
||||
{type = "input", position = {-2, -7}},
|
||||
},
|
||||
production_type = "input"
|
||||
},
|
||||
|
@ -193,23 +208,12 @@ data:extend({
|
|||
pipe_picture = grey_south_pipe_picture,
|
||||
pipe_connections =
|
||||
{
|
||||
{type = "input", position = {1, -7}}
|
||||
},
|
||||
production_type = "input"
|
||||
},
|
||||
{
|
||||
base_area = 1,
|
||||
height = 2,
|
||||
base_level = -1,
|
||||
pipe_covers = pipecoverspictures(),
|
||||
pipe_picture = grey_south_pipe_picture,
|
||||
pipe_connections =
|
||||
{
|
||||
{type = "input", position = {3, -7}}
|
||||
{type = "input", position = {2, -7}}
|
||||
},
|
||||
production_type = "input"
|
||||
},
|
||||
{
|
||||
filter = "fu_lead_fluid_hot",
|
||||
base_area = 1,
|
||||
height = 2,
|
||||
base_level = 1,
|
||||
|
@ -217,10 +221,10 @@ data:extend({
|
|||
pipe_picture = grey_south_pipe_picture,
|
||||
pipe_connections =
|
||||
{
|
||||
{type = "output", position = {-3, -7}}
|
||||
{type = "output", position = {-2, 7}}
|
||||
},
|
||||
production_type = "output"
|
||||
},
|
||||
}
|
||||
},
|
||||
animation = {
|
||||
filename = sprite('tokamak_entity_animation.png'),
|
||||
|
|
|
@ -34,9 +34,9 @@ data:extend({
|
|||
type = 'recipe',
|
||||
enabled = 'false',
|
||||
ingredients = {
|
||||
{'fu_space_probe_down_matter_item',3},
|
||||
{'fu_space_probe_down_matter_item',2},
|
||||
{'low-density-structure',10},
|
||||
{'fu_space_probe_data_card_3_item',2},
|
||||
{'fu_space_probe_data_card_3_item',1},
|
||||
},
|
||||
result = 'gr_materials_stack_down_item',
|
||||
result_count = 1,
|
||||
|
@ -47,9 +47,9 @@ data:extend({
|
|||
type = 'recipe',
|
||||
enabled = 'false',
|
||||
ingredients = {
|
||||
{'fu_space_probe_up_matter_item',3},
|
||||
{'fu_space_probe_up_matter_item',2},
|
||||
{'low-density-structure',10},
|
||||
{'fu_space_probe_data_card_3_item',2},
|
||||
{'fu_space_probe_data_card_3_item',1},
|
||||
},
|
||||
result = 'gr_materials_stack_up_item',
|
||||
result_count = 1,
|
||||
|
@ -206,6 +206,23 @@ data:extend({
|
|||
energy_required = 100,
|
||||
always_show_made_in = true
|
||||
},
|
||||
{
|
||||
name = 'gr_kovarex_2_recipe',
|
||||
type = 'recipe',
|
||||
category = 'centrifuging',
|
||||
enabled = 'false',
|
||||
main_product = 'fu_space_probe_down_matter_item',
|
||||
ingredients = {
|
||||
{type="item", name="fu_space_probe_up_matter_item", amount=10}
|
||||
},
|
||||
results = {
|
||||
{type="item", name="fu_space_probe_up_matter_item", amount=9},
|
||||
{type="item", name="fu_space_probe_down_matter_item", amount=1}
|
||||
},
|
||||
result_count = 1,
|
||||
energy_required = 100,
|
||||
always_show_made_in = true
|
||||
},
|
||||
--charger
|
||||
{
|
||||
name = 'gr_charger_recipe',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue