locale update + typo fix + Qol fixes
This commit is contained in:
parent
a1460519d0
commit
c1ee70c9a1
7 changed files with 95 additions and 104 deletions
|
@ -11,12 +11,7 @@ data:extend({
|
|||
icon = sprite('el_stage_tech.png'),
|
||||
icon_size = 128,
|
||||
prerequisites = {'electronics'},
|
||||
effects = {
|
||||
{
|
||||
type = 'nothing',
|
||||
effect_description = {'description.el_stage_eff'},
|
||||
},
|
||||
},
|
||||
effects = {},
|
||||
unit = {
|
||||
count = '100',
|
||||
ingredients = {
|
||||
|
@ -32,12 +27,7 @@ data:extend({
|
|||
icon = sprite('el_energy_tech.png'),
|
||||
icon_size = 128,
|
||||
prerequisites = {'el_ALK_tech','el_lithium_tech'},
|
||||
effects = {
|
||||
{
|
||||
type = 'nothing',
|
||||
effect_description = {'description.el_energy_eff'},
|
||||
},
|
||||
},
|
||||
effects = {},
|
||||
unit = {
|
||||
count = '150',
|
||||
ingredients = {
|
||||
|
@ -415,10 +405,6 @@ data:extend({
|
|||
type = 'unlock-recipe',
|
||||
recipe = 'el_tank_recipe',
|
||||
},
|
||||
{
|
||||
type = 'nothing',
|
||||
effect_description = {'description.el_kerosene_tech_eff'},
|
||||
},
|
||||
},
|
||||
unit = {
|
||||
count = '150',
|
||||
|
@ -492,10 +478,6 @@ data:extend({
|
|||
type = 'unlock-recipe',
|
||||
recipe = 'el_ki_cpu_recipe',
|
||||
},
|
||||
{
|
||||
type = 'nothing',
|
||||
effect_description = {'description.el_ki_tech_eff'},
|
||||
},
|
||||
{
|
||||
type = 'unlock-recipe',
|
||||
recipe = 'el_ki_cpu_fluid_recipe',
|
||||
|
@ -940,12 +922,7 @@ data:extend({
|
|||
'el_ki_tech',
|
||||
'el_charger_tech'
|
||||
},
|
||||
effects = {
|
||||
{
|
||||
type = 'nothing',
|
||||
effect_description = {'description.fi_stage_eff'},
|
||||
},
|
||||
},
|
||||
effects = {},
|
||||
unit = {
|
||||
count = '200',
|
||||
ingredients = {
|
||||
|
@ -963,12 +940,7 @@ data:extend({
|
|||
icon = sprite('fi_energy_tech.png'),
|
||||
icon_size = 128,
|
||||
prerequisites = {'fi_materials_tech'},
|
||||
effects = {
|
||||
{
|
||||
type = 'nothing',
|
||||
effect_description = {'description.fi_energy_eff'},
|
||||
},
|
||||
},
|
||||
effects = {},
|
||||
unit = {
|
||||
count = '150',
|
||||
ingredients = {
|
||||
|
@ -1821,12 +1793,7 @@ data:extend({
|
|||
'fi_robo_tech',
|
||||
'fi_train_tech'
|
||||
},
|
||||
effects = {
|
||||
{
|
||||
type = 'nothing',
|
||||
effect_description = {'description.fu_stage_eff'},
|
||||
},
|
||||
},
|
||||
effects = {},
|
||||
unit = {
|
||||
count = '200',
|
||||
ingredients = {
|
||||
|
@ -2021,11 +1988,7 @@ data:extend({
|
|||
{
|
||||
type = 'unlock-recipe',
|
||||
recipe = 'fu_fusion_card_7_recipe',
|
||||
},
|
||||
{
|
||||
type = 'nothing',
|
||||
effect_description = {'description.fu_fusor_eff'},
|
||||
},
|
||||
}
|
||||
},
|
||||
unit = {
|
||||
count = '400',
|
||||
|
@ -2067,11 +2030,7 @@ data:extend({
|
|||
{
|
||||
type = 'unlock-recipe',
|
||||
recipe = 'fu_hydrogen_recipe',
|
||||
},
|
||||
{
|
||||
type = 'nothing',
|
||||
effect_description = {'description.fu_basic_elements_eff'},
|
||||
},
|
||||
}
|
||||
},
|
||||
unit = {
|
||||
count = '400',
|
||||
|
@ -2184,10 +2143,6 @@ data:extend({
|
|||
icon_size = 128,
|
||||
prerequisites = {'fu_fusor_tech','fu_crystal_tech','fu_magnet_tech','fu_plasma_tech'},
|
||||
effects = {
|
||||
{
|
||||
type = 'nothing',
|
||||
effect_description = {'description.fu_energy_eff'},
|
||||
},
|
||||
{
|
||||
type = 'unlock-recipe',
|
||||
recipe = 'fu_tech_sign_recipe',
|
||||
|
@ -2318,11 +2273,7 @@ data:extend({
|
|||
{
|
||||
type = 'unlock-recipe',
|
||||
recipe = 'fu_stelerator_3_recipe',
|
||||
},
|
||||
{
|
||||
type = 'nothing',
|
||||
effect_description = {'description.fu_reactor_eff'},
|
||||
},
|
||||
}
|
||||
},
|
||||
unit = {
|
||||
count = '1000',
|
||||
|
@ -2382,11 +2333,7 @@ data:extend({
|
|||
{
|
||||
type = 'unlock-recipe',
|
||||
recipe = 'fu_tokamak_2_recipe',
|
||||
},
|
||||
{
|
||||
type = 'nothing',
|
||||
effect_description = {'description.fu_tokamak_eff'},
|
||||
},
|
||||
}
|
||||
},
|
||||
unit = {
|
||||
count = '2000',
|
||||
|
@ -2451,11 +2398,7 @@ data:extend({
|
|||
{
|
||||
type = 'unlock-recipe',
|
||||
recipe = 'fu_activator_2_recipe',
|
||||
},
|
||||
{
|
||||
type = 'nothing',
|
||||
effect_description = {'description.fu_activator_eff'},
|
||||
},
|
||||
}
|
||||
},
|
||||
unit = {
|
||||
count = '1000',
|
||||
|
@ -2495,11 +2438,7 @@ data:extend({
|
|||
{
|
||||
type = 'unlock-recipe',
|
||||
recipe = 'fu_star_engine_heater_left_recipe',
|
||||
},
|
||||
{
|
||||
type = 'nothing',
|
||||
effect_description = {'description.fu_star_engine_eff'},
|
||||
},
|
||||
}
|
||||
},
|
||||
unit = {
|
||||
count = '10000',
|
||||
|
@ -2859,12 +2798,7 @@ data:extend({
|
|||
'fu_hydrogen_3_tech',
|
||||
'fu_lead_tech'
|
||||
},
|
||||
effects = {
|
||||
{
|
||||
type = 'nothing',
|
||||
effect_description = {'description.gr_stage_eff'},
|
||||
},
|
||||
},
|
||||
effects = {},
|
||||
unit = {
|
||||
count = '200',
|
||||
ingredients = {
|
||||
|
|
|
@ -43,7 +43,7 @@ data:extend({
|
|||
crafting_categories = {'el_special_fluid'},
|
||||
crafting_speed = 1,
|
||||
ingredient_count = 2,
|
||||
--fixed_recipe = 'el_water_pressure_recipe',
|
||||
fixed_recipe = 'el_water_pressure_recipe',
|
||||
energy_source = {
|
||||
type = 'electric',
|
||||
usage_priority = 'secondary-input',
|
||||
|
|
|
@ -1151,7 +1151,7 @@ data:extend({
|
|||
main_product = 'fi_materials_solution',
|
||||
ingredients = {
|
||||
{type="fluid", name="fi_strong_acid", amount=120},
|
||||
{type="fluid", name="sulfuric-acid", amount=6},
|
||||
{type="fluid", name="sulfuric-acid", amount=60},
|
||||
{type="item", name="fi_materials_empty_solution", amount=1},
|
||||
{type="item", name="el_lithium_item", amount=2},
|
||||
},
|
||||
|
@ -1394,6 +1394,7 @@ data:extend({
|
|||
{type="item", name="el_materials_ceramic", amount=2},
|
||||
},
|
||||
energy_required = 1,
|
||||
order = 'a-b',
|
||||
subgroup = 'el_item_subgroup_a',
|
||||
order = 'a-c',
|
||||
},
|
||||
})
|
|
@ -173,6 +173,7 @@ data:extend({
|
|||
},
|
||||
result_count = 1,
|
||||
energy_required = 1,
|
||||
always_show_made_in = true,
|
||||
},
|
||||
{
|
||||
name = 'fu_boiler_hydrogen_oxygen_1_recipe',
|
||||
|
@ -189,6 +190,7 @@ data:extend({
|
|||
},
|
||||
result_count = 1,
|
||||
energy_required = 1,
|
||||
always_show_made_in = true,
|
||||
},
|
||||
{
|
||||
name = 'fu_boiler_hydrogen_oxygen_2_recipe',
|
||||
|
@ -205,6 +207,7 @@ data:extend({
|
|||
},
|
||||
result_count = 1,
|
||||
energy_required = 1,
|
||||
always_show_made_in = true,
|
||||
},
|
||||
{
|
||||
name = 'fu_boiler_hydrogen_oxygen_3_recipe',
|
||||
|
@ -220,6 +223,7 @@ data:extend({
|
|||
},
|
||||
result_count = 1,
|
||||
energy_required = 1,
|
||||
always_show_made_in = true,
|
||||
},
|
||||
{
|
||||
name = 'fu_hydrogen_recipe',
|
||||
|
@ -236,6 +240,7 @@ data:extend({
|
|||
{type="fluid", name="fu_tritium", amount=1}
|
||||
},
|
||||
energy_required = 100,
|
||||
always_show_made_in = true,
|
||||
},
|
||||
{
|
||||
name = 'fu_lithium_6_recipe',
|
||||
|
@ -250,6 +255,7 @@ data:extend({
|
|||
},
|
||||
result_count = 1,
|
||||
energy_required = 1,
|
||||
always_show_made_in = true,
|
||||
},
|
||||
--lead
|
||||
{
|
||||
|
@ -306,6 +312,7 @@ data:extend({
|
|||
},
|
||||
result_count = 1,
|
||||
energy_required = 10,
|
||||
always_show_made_in = true,
|
||||
},
|
||||
--stelerator fusion
|
||||
{
|
||||
|
@ -1688,6 +1695,7 @@ data:extend({
|
|||
},
|
||||
result_count = 1,
|
||||
energy_required = 5,
|
||||
always_show_made_in = true,
|
||||
},
|
||||
{
|
||||
name = 'fu_charger_hydrogen_oxygen_1_recipe',
|
||||
|
@ -1706,6 +1714,7 @@ data:extend({
|
|||
},
|
||||
result_count = 1,
|
||||
energy_required = 5,
|
||||
always_show_made_in = true,
|
||||
},
|
||||
{
|
||||
name = 'fu_charger_hydrogen_oxygen_2_recipe',
|
||||
|
@ -1724,6 +1733,7 @@ data:extend({
|
|||
},
|
||||
result_count = 1,
|
||||
energy_required = 5,
|
||||
always_show_made_in = true,
|
||||
},
|
||||
{
|
||||
name = 'fu_charger_hydrogen_oxygen_3_recipe',
|
||||
|
@ -1739,5 +1749,6 @@ data:extend({
|
|||
},
|
||||
result_count = 1,
|
||||
energy_required = 5,
|
||||
always_show_made_in = true,
|
||||
},
|
||||
})
|
|
@ -47,6 +47,7 @@ data:extend({
|
|||
max_temperature = 1000,
|
||||
specific_heat = '100MJ',
|
||||
max_transfer = '10GW',
|
||||
min_working_temperature = 500,
|
||||
connections = {
|
||||
{position = {0.5,-1.8}, direction = defines.direction.north},
|
||||
{position = {-0.5,-1.8}, direction = defines.direction.north},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue