added advanced oil processing

This commit is contained in:
PreLeyZero 2022-04-14 18:26:36 +02:00
parent 4beb29c9d2
commit b89421cc1a
15 changed files with 266 additions and 11 deletions

View file

@ -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')