Nerf basic portable generator from 200 kW to 100 kW
This commit is contained in:
parent
d35e86755a
commit
9b736073a3
1 changed files with 3 additions and 2 deletions
|
@ -83,9 +83,10 @@ local function generator(color)
|
||||||
energy_source = {
|
energy_source = {
|
||||||
type = "electric",
|
type = "electric",
|
||||||
usage_priority = "secondary-output",
|
usage_priority = "secondary-output",
|
||||||
output_flow_limit = "200kW"
|
output_flow_limit = "100kW",
|
||||||
|
buffer_capacity = "5MJ"
|
||||||
},
|
},
|
||||||
power = "200kW",
|
power = "100kW",
|
||||||
categories = { "armor" }
|
categories = { "armor" }
|
||||||
}
|
}
|
||||||
end
|
end
|
||||||
|
|
Loading…
Add table
Reference in a new issue