added advanced oil processing
This commit is contained in:
parent
4beb29c9d2
commit
b89421cc1a
15 changed files with 266 additions and 11 deletions
7
data.lua
7
data.lua
|
@ -84,6 +84,13 @@ table.insert(data.raw.technology["advanced-oil-processing"].effects, {
|
|||
recipe = 'el_kerosene_recipe',
|
||||
})
|
||||
|
||||
--add kerosene and desulfurized kerosene to flame thrower
|
||||
if data.raw["fluid-turret"]["flamethrower-turret"] then
|
||||
table.insert(data.raw["fluid-turret"]["flamethrower-turret"].attack_parameters.fluids, {type = "el_kerosene", damage_modifier = 1})
|
||||
table.insert(data.raw["fluid-turret"]["flamethrower-turret"].attack_parameters.fluids, {type = "el_desulfurized_kerosene", damage_modifier = 1})
|
||||
end
|
||||
|
||||
|
||||
--booktorio
|
||||
if mods["Booktorio"] then
|
||||
require('bk_sprites')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue