mirror of
https://github.com/PHIDIAS0303/factorio-mod-PHI.git
synced 2025-12-27 02:55:22 +09:00
.
This commit is contained in:
@@ -391,7 +391,7 @@ local items = {
|
||||
['effects'] = {{type = 'unlock-recipe', recipe = 'cryogenic-plant'}}
|
||||
},
|
||||
['biolab'] = {
|
||||
['prerequisites'] = {'automation-3', 'coal-liquefaction', 'processing-unit', 'utility-science-pack'},
|
||||
['prerequisites'] = {'automation-3', 'processing-unit', 'utility-science-pack'},
|
||||
['unit'] = {count = 1000, time = 60, ingredients = {{'automation-science-pack', 1}, {'logistic-science-pack', 1}, {'chemical-science-pack', 1}, {'production-science-pack', 1}, {'utility-science-pack', 1}}}
|
||||
},
|
||||
['speed-module-2'] = {
|
||||
|
||||
@@ -1121,16 +1121,20 @@ if settings.startup['PHI-VP'].value then
|
||||
data.raw['assembling-machine']['electromagnetic-plant'].crafting_categories = {table.unpack(data.raw['assembling-machine']['assembling-machine-3'].crafting_categories)}
|
||||
data.raw['assembling-machine']['electromagnetic-plant'].crafting_speed = 2.5
|
||||
data.raw['assembling-machine']['electromagnetic-plant'].energy_usage = '1379kW'
|
||||
data.raw['assembling-machine']['electromagnetic-plant'].energy_source.emissions_per_minute.pollution = 4
|
||||
data.raw['assembling-machine']['foundry'].effect_receiver = nil
|
||||
data.raw['assembling-machine']['foundry'].crafting_categories = {table.unpack(data.raw['furnace']['electric-furnace'].crafting_categories)}
|
||||
data.raw['assembling-machine']['foundry'].crafting_speed = 6
|
||||
data.raw['assembling-machine']['foundry'].energy_usage = '1500kW'
|
||||
data.raw['assembling-machine']['foundry'].energy_source.emissions_per_minute.pollution = 3
|
||||
data.raw['assembling-machine']['cryogenic-plant'].crafting_categories = {table.unpack(data.raw['assembling-machine']['oil-refinery'].crafting_categories), table.unpack(data.raw['assembling-machine']['chemical-plant'].crafting_categories)}
|
||||
data.raw['assembling-machine']['cryogenic-plant'].crafting_speed = 3
|
||||
data.raw['assembling-machine']['cryogenic-plant'].energy_usage = '1808kW'
|
||||
data.raw['assembling-machine']['cryogenic-plant'].energy_source.emissions_per_minute.pollution = 12
|
||||
data.raw['lab']['biolab'].science_pack_drain_rate_percent = 100
|
||||
data.raw['lab']['biolab'].researching_speed = 3
|
||||
data.raw['lab']['biolab'].energy_usage = '500kW'
|
||||
data.raw['lab']['biolab'].energy_source.emissions_per_minute = nil
|
||||
|
||||
table.insert(data.raw['fluid-turret']['flamethrower-turret'].attack_parameters.fluids, {type = 'sulfuric-acid', damage_modifier = 1.2})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user