Use 60 sec crafting time for active noise cancelling to visualise progress
Reduce energy usage to 500kW
This commit is contained in:
parent
f76c7e6564
commit
f8cfa91b70
1 changed files with 2 additions and 2 deletions
|
@ -22,7 +22,7 @@ data:extend({
|
|||
max_health = 150,
|
||||
crafting_speed = 1,
|
||||
crafting_categories = { "active-noise-cancelling" },
|
||||
energy_usage = "1MW",
|
||||
energy_usage = "500kW",
|
||||
energy_source = {
|
||||
type = "electric",
|
||||
usage_priority = "secondary-input",
|
||||
|
@ -113,7 +113,7 @@ data:extend({
|
|||
name = "active-noise-cancelling",
|
||||
icons = { { icon = Lignumis.graphics .. "icons/active-noise-cancelling.png" } },
|
||||
enabled = false,
|
||||
energy_required = 1000000,
|
||||
energy_required = 60,
|
||||
ingredients = {},
|
||||
results = {},
|
||||
category = "active-noise-cancelling",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue