Compare commits
3 commits
f76c7e6564
...
5cd457fbb8
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
5cd457fbb8 | ||
|
|
03f58c1493 | ||
|
|
f8cfa91b70 |
6 changed files with 7 additions and 3 deletions
|
|
@ -264,3 +264,7 @@ _________________
|
||||||
[Larger Lamps](https://mods.factorio.com/mod/DeadlockLargerLamp)
|
[Larger Lamps](https://mods.factorio.com/mod/DeadlockLargerLamp)
|
||||||
|
|
||||||
- Burner lamp
|
- Burner lamp
|
||||||
|
|
||||||
|
Talandar
|
||||||
|
|
||||||
|
- Planet graphics
|
||||||
|
|
@ -22,7 +22,7 @@ data:extend({
|
||||||
max_health = 150,
|
max_health = 150,
|
||||||
crafting_speed = 1,
|
crafting_speed = 1,
|
||||||
crafting_categories = { "active-noise-cancelling" },
|
crafting_categories = { "active-noise-cancelling" },
|
||||||
energy_usage = "1MW",
|
energy_usage = "500kW",
|
||||||
energy_source = {
|
energy_source = {
|
||||||
type = "electric",
|
type = "electric",
|
||||||
usage_priority = "secondary-input",
|
usage_priority = "secondary-input",
|
||||||
|
|
@ -113,7 +113,7 @@ data:extend({
|
||||||
name = "active-noise-cancelling",
|
name = "active-noise-cancelling",
|
||||||
icons = { { icon = Lignumis.graphics .. "icons/active-noise-cancelling.png" } },
|
icons = { { icon = Lignumis.graphics .. "icons/active-noise-cancelling.png" } },
|
||||||
enabled = false,
|
enabled = false,
|
||||||
energy_required = 1000000,
|
energy_required = 60,
|
||||||
ingredients = {},
|
ingredients = {},
|
||||||
results = {},
|
results = {},
|
||||||
category = "active-noise-cancelling",
|
category = "active-noise-cancelling",
|
||||||
|
|
|
||||||
Binary file not shown.
|
Before Width: | Height: | Size: 8.6 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 9.5 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 6.9 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 7.4 KiB |
Loading…
Add table
Add a link
Reference in a new issue