mirror of
https://github.com/PHIDIAS0303/factorio-mod-PHI.git
synced 2025-12-27 11:05:22 +09:00
Update main.lua
This commit is contained in:
@@ -103,12 +103,12 @@ local function ET(tier)
|
|||||||
},
|
},
|
||||||
prerequisites = prereq,
|
prerequisites = prereq,
|
||||||
unit = {
|
unit = {
|
||||||
count = 200 * (tier - 1),
|
count = 200 * (2 ^ (tier - 1)),
|
||||||
ingredients = {
|
ingredients = {
|
||||||
{"automation-science-pack", 1},
|
{"automation-science-pack", 1},
|
||||||
{"logistic-science-pack", 1}
|
{"logistic-science-pack", 1}
|
||||||
},
|
},
|
||||||
time = 10 * (tier - 1)
|
time = 60
|
||||||
},
|
},
|
||||||
order = "a-h-" .. alpha_order[tier + 1]
|
order = "a-h-" .. alpha_order[tier + 1]
|
||||||
}})
|
}})
|
||||||
|
|||||||
Reference in New Issue
Block a user