Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
f6a630a
Fixed angelsrefining tips and tricks
elvanaud May 3, 2025
c3c2098
Removed the bob prefix in the get_trigger_names function : the mod ex…
elvanaud May 3, 2025
da4cad8
Removed duplicated lines
elvanaud May 3, 2025
744dace
Added bob prefix, thorium is a bit weird
elvanaud May 3, 2025
4d3329d
Renamed bob stuff for alloys
elvanaud May 3, 2025
767daab
Adapted thorium with bob prefix (thorium is weird)
elvanaud May 3, 2025
954e5ad
Fixed some broken locales due to missing bob prefix
elvanaud May 3, 2025
4defe83
Added missing bob- prefix
elvanaud May 3, 2025
82570be
Removed temporary disabling of early trigger techs : whatever used to…
elvanaud May 3, 2025
2ebc41c
Fixed bob compatibility in angelssmelting overrides : mainly did a
elvanaud May 3, 2025
4135766
Additional bob prefixes
elvanaud May 3, 2025
728c32e
Fixed thorium and bob-lithium-water-electrolysis
elvanaud May 3, 2025
faff949
Some random fixes for angelsindustries
elvanaud May 3, 2025
0b26c72
Fixed quartz sorting icon
elvanaud May 3, 2025
556b0e6
Fixed locale for alloys
elvanaud May 3, 2025
ded1080
Fixed locale for early sintering oven : recipes was still called
elvanaud May 3, 2025
846256a
Missing bob prefix
elvanaud May 3, 2025
bcdcb47
Additional fixes: missing bob prefix for gold and nickel technology,
elvanaud May 3, 2025
6febb27
Removed todo statement
elvanaud May 3, 2025
1a057eb
Missing bob-prefix
elvanaud May 4, 2025
f695ecb
Fixed remove flag function and added a warning message for use of
elvanaud May 4, 2025
e847e4e
Fixed missing prerequesite
elvanaud May 5, 2025
085e35d
Merge branch 'dev2.0' into dev2.0
elvanaud May 8, 2025
5067dff
Merge branch 'dev2.0' into pr/1054
KiwiHawk Jun 8, 2025
8ba7904
Change mining acid required for all resources
KiwiHawk Jun 8, 2025
77befec
Code tidy up
KiwiHawk Jun 8, 2025
13c7693
This has been fixed another way
KiwiHawk Jun 8, 2025
dff3d55
Merge branch 'dev2.0' into pr/1054
KiwiHawk Jun 8, 2025
eeec3cf
Various small tweaks
KiwiHawk Jun 8, 2025
5695e83
More "bob-" prefixes in Angel's Industries
KiwiHawk Jun 8, 2025
5450ffe
Merge branch 'dev2.0' into pr/1054
KiwiHawk Aug 18, 2025
bb4eaf7
Merge branch 'dev2.0' into pr/1054
KiwiHawk Aug 18, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,6 @@ if angelsmods.industries.components then
OV.remove_prereq("radars-3", "bob-zinc-processing")
OV.remove_prereq("radars-4", "titanium-processing")
OV.remove_prereq("radars-5", "advanced-electronics-3")
OV.remove_prereq("radars-4", "nitinol-processing")
OV.remove_prereq("radars-4", "bob-nitinol-processing")
end
end
24 changes: 12 additions & 12 deletions angelsindustries/prototypes/overrides/global-tech-bobs-packs.lua
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@ if angelsmods.industries.tech then
-- BASE BOBS (MCI) ------------------------------------------------------------
-------------------------------------------------------------------------------
if mods["bobplates"] then
AI.pack_replace("battery-2", "blue", "orange")
OV.remove_prereq("battery-2", "tech-blue-packs")
OV.remove_prereq("battery-3", "production-science-pack")
AI.pack_replace("bob-battery-2", "blue", "orange")
OV.remove_prereq("bob-battery-2", "tech-blue-packs")
OV.remove_prereq("bob-battery-3", "production-science-pack")

AI.pack_replace("bob-grinding", "green", "orange")
AI.pack_replace("polishing", "green", "orange")
AI.pack_replace("gem-processing-1", "green", "orange")
AI.pack_replace("bob-polishing", "green", "orange")
AI.pack_replace("bob-gem-processing-1", "green", "orange")
AI.pack_replace("bob-gem-processing-2", "green", "orange")
AI.pack_replace("gem-processing-3", "green", "orange")
AI.pack_replace("electric-mixing-furnace", "blue", "orange")
AI.pack_replace("bob-gem-processing-3", "green", "orange")
AI.pack_replace("bob-electric-mixing-furnace", "blue", "orange")

if not mods["bobtech"] then --alien resources
AI.pack_replace("bob-alien-blue-research", "yellow", "blue")
Expand All @@ -27,12 +27,12 @@ if angelsmods.industries.tech then
AI.pack_replace("bob-alien-red-research", "yellow", "blue")
end

OV.remove_prereq("nitinol-processing", "production-science-pack")
OV.remove_prereq("tungsten-alloy-processing", "production-science-pack")
AI.pack_replace("ceramics", "blue", "orange")
AI.pack_replace("cobalt-processing", "blue", "orange")
OV.remove_prereq("bob-nitinol-processing", "production-science-pack")
OV.remove_prereq("bob-tungsten-alloy-processing", "production-science-pack")
AI.pack_replace("bob-ceramics", "blue", "orange")
AI.pack_replace("bob-cobalt-processing", "blue", "orange")

OV.remove_prereq("advanced-electronics-3", "production-science-pack")
OV.remove_prereq("bob-advanced-processing-unit", "production-science-pack")

AI.pack_replace("kovarex-enrichment-process", "yellow", "blue")
end
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ angelsmods.industries.block_replace = {
angelsmods.industries.general_replace = {
--electronics
["bob-basic-circuit-board"] = { new = "circuit-grey", amt_multi = 1 },
["basic-electronic-board"] = { new = "circuit-red-loaded", amt_multi = 1, unlock_by = "electronics" },
["bob-basic-electronic-board"] = { new = "circuit-red-loaded", amt_multi = 1, unlock_by = "electronics" },
["electronic-circuit"] = { new = "circuit-red-loaded", amt_multi = 1 },
["advanced-circuit"] = { new = "circuit-green-loaded", amt_multi = 1, unlock_by = "advanced-circuit" },
["processing-unit"] = { new = "circuit-blue-loaded", amt_multi = 1, unlock_by = "processing-unit" },
Expand All @@ -93,9 +93,9 @@ angelsmods.industries.general_replace = {
["iron-gear-wheel"] = { new = "mechanical-parts", amt_multi = 1 },
["bob-steel-gear-wheel"] = { new = "angels-gear", amt_multi = 1, unlock_by = "steel-processing" },
["bob-brass-gear-wheel"] = { new = "angels-axle", amt_multi = 1, unlocked_by = "bob-zinc-processing" },
["bob-cobalt-steel-gear-wheel"] = { new = "angels-roller-chain", amt_multi = 1, unlocked_by = "cobalt-processing" },
["bob-titanium-gear-wheel"] = { new = "angels-spring", amt_multi = 1, unlocked_by = "titanium-processing" },
["bob-tungsten-gear-wheel"] = { new = "angels-bearing", amt_multi = 1, unlocked_by = "tungsten-processing" },
["bob-cobalt-steel-gear-wheel"] = { new = "angels-roller-chain", amt_multi = 1, unlocked_by = "bob-cobalt-processing" },
["bob-titanium-gear-wheel"] = { new = "angels-spring", amt_multi = 1, unlocked_by = "bob-titanium-processing" },
["bob-tungsten-gear-wheel"] = { new = "angels-bearing", amt_multi = 1, unlocked_by = "bob-tungsten-processing" },
--intermediates (vanilla)
["engine-unit"] = { new = "motor-2", amt_multi = 1, unlocked_by = "engine" },
["electric-engine-unit"] = { new = "motor-4", amt_multi = 1, unlocked_by = "electric-engine" },
Expand Down