Skip to content

Commit

Permalink
Portable Solar Panel Tech Tiers #181
Browse files Browse the repository at this point in the history
  • Loading branch information
KiwiHawk committed May 29, 2024
1 parent 796edb6 commit 0a4e857
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion bobequipment/prototypes/technology/equipment.lua
Original file line number Diff line number Diff line change
Expand Up @@ -438,6 +438,7 @@ data:extend({
}),
order = "g-k-b",
prerequisites = {
"chemical-science-pack",
"solar-panel-equipment",
},
effects = {
Expand All @@ -452,6 +453,7 @@ data:extend({
ingredients = {
{ "automation-science-pack", 1 },
{ "logistic-science-pack", 1 },
{ "chemical-science-pack", 1 },
},
},
},
Expand All @@ -468,6 +470,7 @@ data:extend({
prerequisites = {
"solar-panel-equipment-2",
"advanced-electronics-2",
"production-science-pack",
},
effects = {
{
Expand All @@ -482,6 +485,7 @@ data:extend({
{ "automation-science-pack", 1 },
{ "logistic-science-pack", 1 },
{ "chemical-science-pack", 1 },
{ "production-science-pack", 1}
},
},
},
Expand All @@ -497,7 +501,7 @@ data:extend({
order = "g-k-d",
prerequisites = {
"solar-panel-equipment-3",
"production-science-pack",
"utility-science-pack",
},
effects = {
{
Expand All @@ -513,6 +517,7 @@ data:extend({
{ "logistic-science-pack", 1 },
{ "chemical-science-pack", 1 },
{ "production-science-pack", 1 },
{ "utility-science-pack", 1 },
},
},
},
Expand Down

0 comments on commit 0a4e857

Please sign in to comment.