Skip to content

Commit

Permalink
Updating Milestones preset
Browse files Browse the repository at this point in the history
  • Loading branch information
KiwiHawk committed Sep 26, 2023
1 parent 9345ccf commit 7ceb134
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion SeaBlock/remote.lua
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ local function milestones_presets()
script.active_mods["bobtech"] and { type = "item", name = "advanced-logistic-science-pack", quantity = 1 } or nil,
{ type = "item", name = "production-science-pack", quantity = 1 },
{ type = "item", name = "utility-science-pack", quantity = 1 },
{ type = "item", name = "automation-science-pack", quantity = 1000, next = "x10" },
{ type = "item", name = "space-science-pack", quantity = 1 },
{ type = "item", name = "automation-science-pack", quantity = 1000, next = "x10" },
{ type = "item", name = bio_science_pack, quantity = 1000, next = "x10" },
{ type = "item", name = "logistic-science-pack", quantity = 1000, next = "x10" },
{ type = "item", name = "military-science-pack", quantity = 1000, next = "x10" },
Expand All @@ -60,6 +60,12 @@ local function milestones_presets()
{ type = "item", name = "processing-unit", quantity = 1 },
{ type = "item", name = "advanced-processing-unit", quantity = 1 },

{ type = "item", name = "basic-circuit-board", quantity = 10000, next = "x10" },
{ type = "item", name = "electronic-circuit", quantity = 10000, next = "x10" },
{ type = "item", name = "advanced-circuit", quantity = 10000, next = "x10" },
{ type = "item", name = "processing-unit", quantity = 1000, next = "x10" },
{ type = "item", name = "advanced-processing-unit", quantity = 100, next = "x10" },

{ type = "item", name = "steel-plate", quantity = 1 },
{ type = "item", name = "bronze-alloy", quantity = 1 },
{ type = "item", name = "invar-alloy", quantity = 1 },
Expand Down Expand Up @@ -135,6 +141,8 @@ local function milestones_presets()

grouped_milestones["progress2"] = {
{ type = "item", name = "beacon", quantity = 1 },
script.active_mods["bobmodules"] and { type = "item", name = "beacon-2", quantity = 1 } or nil,
script.active_mods["bobmodules"] and { type = "item", name = "beacon-3", quantity = 1 } or nil,
{ type = "item", name = "rocket-fuel", quantity = 1 },
{ type = "technology", name = "rocket-silo", quantity = 1 },
{ type = "item", name = "nuclear-reactor", quantity = 1 },
Expand Down

0 comments on commit 7ceb134

Please sign in to comment.