Updated Angels prototypes to new names (#11)
Have updated all Angels prototypes to new names, tested with Full Bobs+Angels+Omni Reviewed-on: #11 Co-authored-by: Adam Cirillo <adamncirillo@gmail.com> Co-committed-by: Adam Cirillo <adamncirillo@gmail.com>
This commit is contained in:
parent
d595b444fc
commit
7ce072707c
4 changed files with 31 additions and 26 deletions
|
|
@ -1,4 +1,9 @@
|
||||||
---------------------------------------------------------------------------------------------------
|
---------------------------------------------------------------------------------------------------
|
||||||
|
Version: 2.0.32
|
||||||
|
Date: ????
|
||||||
|
Changes:
|
||||||
|
- Updated Angels protyptes to new names
|
||||||
|
---------------------------------------------------------------------------------------------------
|
||||||
Version: 2.0.31
|
Version: 2.0.31
|
||||||
Date: 10.12.2025
|
Date: 10.12.2025
|
||||||
Changes:
|
Changes:
|
||||||
|
|
|
||||||
|
|
@ -340,9 +340,9 @@ if settings.startup["angels-use-angels-barreling"] and settings.startup["angels-
|
||||||
data.raw.technology["bi-tech-fertilizer"].prerequisites = {
|
data.raw.technology["bi-tech-fertilizer"].prerequisites = {
|
||||||
"bi-tech-bio-farming",
|
"bi-tech-bio-farming",
|
||||||
-- AND (
|
-- AND (
|
||||||
"water-treatment", -- sulfur
|
"angels-water-treatment", -- sulfur
|
||||||
-- OR
|
-- OR
|
||||||
"angels-fluid-barreling", -- barreling (needed 'water-treatment' as prerequisites)
|
"angels-fluid-barreling", -- barreling (needed 'angels-water-treatment' as prerequisites)
|
||||||
-- )
|
-- )
|
||||||
}
|
}
|
||||||
end
|
end
|
||||||
|
|
@ -350,12 +350,12 @@ end
|
||||||
|
|
||||||
----- Angels Merge ----
|
----- Angels Merge ----
|
||||||
if mods["angelspetrochem"] then
|
if mods["angelspetrochem"] then
|
||||||
data.raw.item["pellet-coke"].icon = "__angelspetrochem__/graphics/icons/pellet-coke.png"
|
data.raw.item["angels-pellet-coke"].icon = "__angelspetrochemgraphics__/graphics/icons/pellet-coke.png"
|
||||||
data.raw.item["pellet-coke"].icon_size = 32
|
data.raw.item["angels-pellet-coke"].icon_size = 32
|
||||||
data.raw.item["pellet-coke"].fuel_acceleration_multiplier = 1.1
|
data.raw.item["angels-pellet-coke"].fuel_acceleration_multiplier = 1.1
|
||||||
data.raw.item["pellet-coke"].fuel_top_speed_multiplier = 1.2
|
data.raw.item["angels-pellet-coke"].fuel_top_speed_multiplier = 1.2
|
||||||
|
|
||||||
data.raw.recipe["pellet-coke"].category = "biofarm-mod-smelting"
|
data.raw.recipe["angels-pellet-coke"].category = "biofarm-mod-smelting"
|
||||||
thxbob.lib.tech.remove_recipe_unlock("angels-coal-processing-2", "pellet-coke")
|
thxbob.lib.tech.remove_recipe_unlock("angels-coal-processing-2", "pellet-coke")
|
||||||
thxbob.lib.tech.add_recipe_unlock("angels-coal-cracking", "pellet-coke")
|
thxbob.lib.tech.add_recipe_unlock("angels-coal-cracking", "pellet-coke")
|
||||||
end
|
end
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "Bio_Industries_2",
|
"name": "Bio_Industries_2",
|
||||||
"version": "2.0.31",
|
"version": "2.0.32",
|
||||||
"factorio_version": "2.0",
|
"factorio_version": "2.0",
|
||||||
"title": "Bio Industries",
|
"title": "Bio Industries",
|
||||||
"author": "TheSAguy - Had a few Ideas, Pi-C (Programming Genius), Snouz (Graphics Wizard), Cackling Fiend - Conversion to F2.0",
|
"author": "TheSAguy - Had a few Ideas, Pi-C (Programming Genius), Snouz (Graphics Wizard), Cackling Fiend - Conversion to F2.0",
|
||||||
|
|
|
||||||
|
|
@ -24,7 +24,7 @@ data:extend({
|
||||||
order = "a[bi]-a-g[bi-coke-coal]-2",
|
order = "a[bi]-a-g[bi-coke-coal]-2",
|
||||||
energy_required = 4,
|
energy_required = 4,
|
||||||
ingredients = {},
|
ingredients = {},
|
||||||
results = {{type="item", name="pellet-coke", amount=1}},
|
results = {{type="item", name="angels-pellet-coke", amount=1}},
|
||||||
always_show_made_in = true,
|
always_show_made_in = true,
|
||||||
allow_decomposition = false,
|
allow_decomposition = false,
|
||||||
allow_as_intermediate = false,
|
allow_as_intermediate = false,
|
||||||
|
|
@ -172,15 +172,15 @@ end
|
||||||
|
|
||||||
-- Update Wood Bricks icon to Angels
|
-- Update Wood Bricks icon to Angels
|
||||||
if data.raw.item["wood-bricks"] and mods["angelsbioprocessing"] then
|
if data.raw.item["wood-bricks"] and mods["angelsbioprocessing"] then
|
||||||
data.raw.recipe["bi-wood-fuel-brick"].icon = "__angelsbioprocessing__/graphics/icons/wood-bricks.png"
|
data.raw.recipe["bi-wood-fuel-brick"].icon = "__angelsbioprocessinggraphics__/graphics/icons/wood-bricks.png"
|
||||||
data.raw.recipe["bi-wood-fuel-brick"].icon_size = 32
|
data.raw.recipe["bi-wood-fuel-brick"].icon_size = 32
|
||||||
data.raw.recipe["bi-wood-fuel-brick"].icons = {
|
data.raw.recipe["bi-wood-fuel-brick"].icons = {
|
||||||
{
|
{
|
||||||
icon = "__angelsbioprocessing__/graphics/icons/wood-bricks.png",
|
icon = "__angelsbioprocessinggraphics__/graphics/icons/wood-bricks.png",
|
||||||
icon_size = 32,
|
icon_size = 32,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
data.raw.item["wood-bricks"].icon = "__angelsbioprocessing__/graphics/icons/wood-bricks.png"
|
data.raw.item["wood-bricks"].icon = "__angelsbioprocessinggraphics__/graphics/icons/wood-bricks.png"
|
||||||
data.raw.item["wood-bricks"].icon_size = 32
|
data.raw.item["wood-bricks"].icon_size = 32
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
@ -224,13 +224,13 @@ if mods["angelspetrochem"] then
|
||||||
|
|
||||||
end
|
end
|
||||||
|
|
||||||
-- If Angels, replace water with water-yellow-waste
|
-- If Angels, replace water with angels-water-yellow-waste
|
||||||
if data.raw.fluid["water-yellow-waste"] and mods["angelspetrochem"] then
|
if data.raw.fluid["angels-water-yellow-waste"] and mods["angelspetrochem"] then
|
||||||
-- Replace water with water-yellow-waste in Algae Biomass conversion 4
|
-- Replace water with angels-water-yellow-waste in Algae Biomass conversion 4
|
||||||
thxbob.lib.recipe.remove_result("bi-biomass-conversion-4", "water")
|
thxbob.lib.recipe.remove_result("bi-biomass-conversion-4", "water")
|
||||||
thxbob.lib.recipe.add_result("bi-biomass-conversion-4", {
|
thxbob.lib.recipe.add_result("bi-biomass-conversion-4", {
|
||||||
type = "fluid",
|
type = "fluid",
|
||||||
name = "water-yellow-waste",
|
name = "angels-water-yellow-waste",
|
||||||
amount = 40
|
amount = 40
|
||||||
})
|
})
|
||||||
-- Change recipe localizations
|
-- Change recipe localizations
|
||||||
|
|
@ -270,17 +270,17 @@ if mods["angelsrefining"] then
|
||||||
icon_size = 64,
|
icon_size = 64,
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
category = "liquifying",
|
category = "angels-liquifying",
|
||||||
subgroup = "water-treatment",
|
subgroup = "angels-water-treatment",
|
||||||
energy_required = 2,
|
energy_required = 2,
|
||||||
ingredients = {
|
ingredients = {
|
||||||
{type = "fluid", name = "water-purified", amount = 100},
|
{type = "fluid", name = "angels-water-purified", amount = 100},
|
||||||
{type = "item", name = "stone-crushed", amount = 90},
|
{type = "item", name = "stone-crushed", amount = 90},
|
||||||
{type = "item", name = "wood-charcoal", amount = 30},
|
{type = "item", name = "wood-charcoal", amount = 30},
|
||||||
},
|
},
|
||||||
results= {
|
results= {
|
||||||
{type = "fluid", name = "water-yellow-waste", amount = 40},
|
{type = "fluid", name = "angels-water-yellow-waste", amount = 40},
|
||||||
{type = "fluid", name = "water-mineralized", amount = 60},
|
{type = "fluid", name = "angels-water-mineralized", amount = 60},
|
||||||
},
|
},
|
||||||
enabled = false,
|
enabled = false,
|
||||||
allow_as_intermediate = false,
|
allow_as_intermediate = false,
|
||||||
|
|
@ -301,16 +301,16 @@ if mods["angelsrefining"] then
|
||||||
icon_size = 64,
|
icon_size = 64,
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
category = "liquifying",
|
category = "angels-liquifying",
|
||||||
subgroup = "liquifying",
|
subgroup = "angels-liquifying",
|
||||||
energy_required = 4,
|
energy_required = 4,
|
||||||
ingredients = {
|
ingredients = {
|
||||||
{type = "fluid", name = "water-saline", amount = 50},
|
{type = "fluid", name = "angels-water-saline", amount = 50},
|
||||||
{type = "item", name = "stone-crushed", amount = 90},
|
{type = "item", name = "stone-crushed", amount = 90},
|
||||||
{type = "item", name = "bi-ash", amount = 40},
|
{type = "item", name = "bi-ash", amount = 40},
|
||||||
},
|
},
|
||||||
results = {
|
results = {
|
||||||
{type = "fluid", name = "slag-slurry", amount = 100},
|
{type = "fluid", name = "angels-slag-slurry", amount = 100},
|
||||||
},
|
},
|
||||||
enabled = false,
|
enabled = false,
|
||||||
allow_as_intermediate = false,
|
allow_as_intermediate = false,
|
||||||
|
|
@ -319,7 +319,7 @@ if mods["angelsrefining"] then
|
||||||
order = "i [slag-processing-dissolution]-2",
|
order = "i [slag-processing-dissolution]-2",
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
thxbob.lib.tech.add_recipe_unlock("water-treatment", "bi-mineralized-sulfuric-waste")
|
thxbob.lib.tech.add_recipe_unlock("angels-water-treatment", "bi-mineralized-sulfuric-waste")
|
||||||
thxbob.lib.tech.add_recipe_unlock("slag-processing-1", "bi-slag-slurry")
|
thxbob.lib.tech.add_recipe_unlock("slag-processing-1", "bi-slag-slurry")
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue