Fix fuel categories
This commit is contained in:
parent
e68dfb17f4
commit
65cee50f1f
3 changed files with 3 additions and 4 deletions
|
@ -50,7 +50,7 @@ data:extend({
|
|||
burnt_inventory_size = 3,
|
||||
effectivity = 0.35,
|
||||
emissions_per_minute = { pollution = 20 },
|
||||
fuel_category = 'fi_basic_fuel'
|
||||
fuel_categories = {'fi_basic_fuel'}
|
||||
},
|
||||
energy_usage = '200kW',
|
||||
allowed_effects = {"speed", "productivity", "consumption", "pollution"},
|
||||
|
|
|
@ -46,7 +46,7 @@ data:extend({
|
|||
burnt_inventory_size = 3,
|
||||
effectivity = 0.35,
|
||||
emissions_per_minute = { pollution = 75 },
|
||||
fuel_category = 'fi_basic_fuel'
|
||||
fuel_categories = {'fi_basic_fuel'}
|
||||
},
|
||||
energy_usage = '4MW',
|
||||
mining_speed = 4.5,
|
||||
|
|
|
@ -43,7 +43,6 @@ data:extend({
|
|||
icon_size = 64,
|
||||
flags = {"player-creation","placeable-neutral"},
|
||||
max_health = 300,
|
||||
fixed_recipe = '',
|
||||
corpse = 'big-remnants',
|
||||
collision_box = {{-5.4,-5.4},{5.4,5.4}},
|
||||
selection_box = {{-5.5,-5.5},{5.5,5.5}},
|
||||
|
@ -63,7 +62,7 @@ data:extend({
|
|||
fuel_inventory_size = 1,
|
||||
effectivity = 1,
|
||||
emissions_per_minute = { pollution = 20 },
|
||||
fuel_category = "fu_miner_fuel_category",
|
||||
fuel_categories = {"fu_miner_fuel_category"},
|
||||
smoke = {
|
||||
{
|
||||
name = "smoke",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue