Skip to content

Commit

Permalink
Adjust Solar Panel tiers #181
Browse files Browse the repository at this point in the history
  • Loading branch information
KiwiHawk committed May 27, 2024
1 parent 49d9195 commit f8571a4
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions bobequipment/prototypes/technology/equipment.lua
Original file line number Diff line number Diff line change
Expand Up @@ -384,6 +384,8 @@ data:extend({
}),
order = "g-k-b",
prerequisites = {
"advanced-electronics",
"chemical-science-pack",
"solar-panel-equipment",
},
effects = {
Expand All @@ -393,11 +395,12 @@ data:extend({
},
},
unit = {
count = 75,
count = 100,
time = 30,
ingredients = {
{ "automation-science-pack", 1 },
{ "logistic-science-pack", 1 },
{ "chemical-science-pack", 1 },
},
},
},
Expand All @@ -412,6 +415,7 @@ data:extend({
}),
order = "g-k-c",
prerequisites = {
"production-science-pack",
"solar-panel-equipment-2",
"advanced-electronics-2",
},
Expand All @@ -428,6 +432,7 @@ data:extend({
{ "automation-science-pack", 1 },
{ "logistic-science-pack", 1 },
{ "chemical-science-pack", 1 },
{ "production-science-pack", 1 },
},
},
},
Expand All @@ -443,7 +448,7 @@ data:extend({
order = "g-k-d",
prerequisites = {
"solar-panel-equipment-3",
"production-science-pack",
"utility-science-pack",
},
effects = {
{
Expand All @@ -459,6 +464,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 f8571a4

Please sign in to comment.