mirror of
https://github.com/Wyrrrd/Rocket_Turrets.git
synced 2026-03-25 23:29:49 +01:00
Reorganizing
- Moved integrations to separate directory - Simplified check for bobplates - Merged MK1 turret with vanilla turret
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
tech0 = {
|
||||
-- technology
|
||||
|
||||
rocket_tech = {
|
||||
type = "technology",
|
||||
name = "rocket-turret",
|
||||
icon = "__Rocket_Turrets__/graphics/technology/rocket-turret.png",
|
||||
@@ -28,163 +30,4 @@ tech0 = {
|
||||
time = 20
|
||||
},
|
||||
order = "c-a"
|
||||
}
|
||||
|
||||
tech1 = {
|
||||
type = "technology",
|
||||
name = "rocket-turret-mk1",
|
||||
icon = "__Rocket_Turrets__/graphics/technology/rocket-turret-mk1.png",
|
||||
icon_size = 128,
|
||||
effects =
|
||||
{
|
||||
{
|
||||
type = "unlock-recipe",
|
||||
recipe = "rocket-turret-mk1",
|
||||
},
|
||||
},
|
||||
prerequisites =
|
||||
{
|
||||
"rocketry",
|
||||
"turrets",
|
||||
"steel-processing",
|
||||
},
|
||||
unit =
|
||||
{
|
||||
count = 75,
|
||||
ingredients =
|
||||
{
|
||||
{"automation-science-pack", 1},
|
||||
{"logistic-science-pack", 1},
|
||||
{"military-science-pack", 1},
|
||||
},
|
||||
time = 20
|
||||
},
|
||||
order = "c-a"
|
||||
}
|
||||
|
||||
tech2 = {
|
||||
type = "technology",
|
||||
name = "rocket-turret-mk2",
|
||||
icon = "__Rocket_Turrets__/graphics/technology/rocket-turret-mk2.png",
|
||||
icon_size = 128,
|
||||
effects =
|
||||
{
|
||||
{
|
||||
type = "unlock-recipe",
|
||||
recipe = "rocket-turret-mk2",
|
||||
},
|
||||
},
|
||||
prerequisites =
|
||||
{
|
||||
"rocket-turret-mk1",
|
||||
},
|
||||
unit =
|
||||
{
|
||||
count = 75,
|
||||
ingredients =
|
||||
{
|
||||
{"automation-science-pack", 1},
|
||||
{"logistic-science-pack", 1},
|
||||
{"chemical-science-pack", 1},
|
||||
{"military-science-pack", 1},
|
||||
},
|
||||
time = 20
|
||||
},
|
||||
order = "c-a"
|
||||
}
|
||||
|
||||
tech3 = {
|
||||
type = "technology",
|
||||
name = "rocket-turret-mk3",
|
||||
icon = "__Rocket_Turrets__/graphics/technology/rocket-turret-mk3.png",
|
||||
icon_size = 128,
|
||||
effects =
|
||||
{
|
||||
{
|
||||
type = "unlock-recipe",
|
||||
recipe = "rocket-turret-mk3",
|
||||
},
|
||||
},
|
||||
prerequisites =
|
||||
{
|
||||
"rocket-turret-mk2",
|
||||
"invar-processing",
|
||||
},
|
||||
unit =
|
||||
{
|
||||
count = 100,
|
||||
ingredients =
|
||||
{
|
||||
{"automation-science-pack", 1},
|
||||
{"logistic-science-pack", 1},
|
||||
{"chemical-science-pack", 1},
|
||||
{"production-science-pack", 1}
|
||||
},
|
||||
time = 30
|
||||
},
|
||||
order = "c-a"
|
||||
}
|
||||
|
||||
tech4 = {
|
||||
type = "technology",
|
||||
name = "rocket-turret-mk4",
|
||||
icon = "__Rocket_Turrets__/graphics/technology/rocket-turret-mk4.png",
|
||||
icon_size = 128,
|
||||
effects =
|
||||
{
|
||||
{
|
||||
type = "unlock-recipe",
|
||||
recipe = "rocket-turret-mk4",
|
||||
},
|
||||
},
|
||||
prerequisites =
|
||||
{
|
||||
"rocket-turret-mk3",
|
||||
"titanium-processing",
|
||||
},
|
||||
unit =
|
||||
{
|
||||
count = 100,
|
||||
ingredients =
|
||||
{
|
||||
{"automation-science-pack", 1},
|
||||
{"logistic-science-pack", 1},
|
||||
{"chemical-science-pack", 1},
|
||||
{"production-science-pack", 1}
|
||||
},
|
||||
time = 30
|
||||
},
|
||||
order = "c-a"
|
||||
}
|
||||
|
||||
tech5 = {
|
||||
type = "technology",
|
||||
name = "rocket-turret-mk5",
|
||||
icon = "__Rocket_Turrets__/graphics/technology/rocket-turret-mk5.png",
|
||||
icon_size = 128,
|
||||
effects =
|
||||
{
|
||||
{
|
||||
type = "unlock-recipe",
|
||||
recipe = "rocket-turret-mk5",
|
||||
},
|
||||
},
|
||||
prerequisites =
|
||||
{
|
||||
"rocket-turret-mk4",
|
||||
"nitinol-processing",
|
||||
},
|
||||
unit =
|
||||
{
|
||||
count = 125,
|
||||
ingredients =
|
||||
{
|
||||
{"automation-science-pack", 1},
|
||||
{"logistic-science-pack", 1},
|
||||
{"chemical-science-pack", 1},
|
||||
{"production-science-pack", 1},
|
||||
},
|
||||
time = 30
|
||||
},
|
||||
order = "c-a"
|
||||
}
|
||||
Reference in New Issue
Block a user