Golden modules now increase the energy usage by 40% (was 0)
This commit is contained in:
parent
47c83438b8
commit
dd1a723798
1 changed files with 1 additions and 1 deletions
|
|
@ -405,7 +405,7 @@ data:extend({
|
||||||
drop_sound = item_sounds.module_inventory_move,
|
drop_sound = item_sounds.module_inventory_move,
|
||||||
stack_size = 50,
|
stack_size = 50,
|
||||||
weight = 20 * kg,
|
weight = 20 * kg,
|
||||||
effect = { quality = 0.75, speed = -0.1 },
|
effect = { quality = 0.75, speed = -0.1, consumption = 0.4 },
|
||||||
default_import_location = "fulgora"
|
default_import_location = "fulgora"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue