mirror of
https://github.com/PHIDIAS0303/factorio-mod-PHI.git
synced 2025-12-27 11:05:22 +09:00
.
This commit is contained in:
@@ -209,7 +209,7 @@ local items = {
|
|||||||
max = settings.startup['PHI-MB-MACHINE-TIER'].value
|
max = settings.startup['PHI-MB-MACHINE-TIER'].value
|
||||||
},
|
},
|
||||||
['laser-turret'] = {
|
['laser-turret'] = {
|
||||||
enabled = settings.startup['PHI-MB'].value and settings.startup['PHI-MB-WEAPON'].value,
|
enabled = settings.startup['PHI-MB'].value and settings.startup['PHI-MB-MACHINE'].value,
|
||||||
stage = 1,
|
stage = 1,
|
||||||
mod = 'base',
|
mod = 'base',
|
||||||
type = 'electric-turret',
|
type = 'electric-turret',
|
||||||
@@ -217,10 +217,10 @@ local items = {
|
|||||||
ref_name = 'laser-turret',
|
ref_name = 'laser-turret',
|
||||||
tech = 'laser-turret',
|
tech = 'laser-turret',
|
||||||
min = 2,
|
min = 2,
|
||||||
max = settings.startup['PHI-MB-WEAPON-TIER'].value
|
max = settings.startup['PHI-MB-MACHINE-TIER'].value
|
||||||
},
|
},
|
||||||
['flamethrower-turret'] = {
|
['flamethrower-turret'] = {
|
||||||
enabled = settings.startup['PHI-MB'].value and settings.startup['PHI-MB-WEAPON'].value,
|
enabled = settings.startup['PHI-MB'].value and settings.startup['PHI-MB-MACHINE'].value,
|
||||||
stage = 1,
|
stage = 1,
|
||||||
mod = 'base',
|
mod = 'base',
|
||||||
type = 'fluid-turret',
|
type = 'fluid-turret',
|
||||||
@@ -228,10 +228,10 @@ local items = {
|
|||||||
ref_name = 'flamethrower-turret',
|
ref_name = 'flamethrower-turret',
|
||||||
tech = 'flamethrower',
|
tech = 'flamethrower',
|
||||||
min = 2,
|
min = 2,
|
||||||
max = settings.startup['PHI-MB-WEAPON-TIER'].value
|
max = settings.startup['PHI-MB-MACHINE-TIER'].value
|
||||||
},
|
},
|
||||||
['gun-turret'] = {
|
['gun-turret'] = {
|
||||||
enabled = settings.startup['PHI-MB'].value and settings.startup['PHI-MB-WEAPON'].value,
|
enabled = settings.startup['PHI-MB'].value and settings.startup['PHI-MB-MACHINE'].value,
|
||||||
stage = 1,
|
stage = 1,
|
||||||
mod = 'base',
|
mod = 'base',
|
||||||
type = 'ammo-turret',
|
type = 'ammo-turret',
|
||||||
@@ -239,10 +239,10 @@ local items = {
|
|||||||
ref_name = 'gun-turret',
|
ref_name = 'gun-turret',
|
||||||
tech = 'gun-turret',
|
tech = 'gun-turret',
|
||||||
min = 2,
|
min = 2,
|
||||||
max = settings.startup['PHI-MB-WEAPON-TIER'].value
|
max = settings.startup['PHI-MB-MACHINE-TIER'].value
|
||||||
},
|
},
|
||||||
['radar'] = {
|
['radar'] = {
|
||||||
enabled = settings.startup['PHI-MB'].value and settings.startup['PHI-MB-WEAPON'].value,
|
enabled = settings.startup['PHI-MB'].value and settings.startup['PHI-MB-MACHINE'].value,
|
||||||
stage = 1,
|
stage = 1,
|
||||||
mod = 'base',
|
mod = 'base',
|
||||||
type = 'radar',
|
type = 'radar',
|
||||||
@@ -250,7 +250,7 @@ local items = {
|
|||||||
ref_name = 'radar',
|
ref_name = 'radar',
|
||||||
tech = 'automation',
|
tech = 'automation',
|
||||||
min = 2,
|
min = 2,
|
||||||
max = settings.startup['PHI-MB-WEAPON-TIER'].value
|
max = settings.startup['PHI-MB-MACHINE-TIER'].value
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
['equipment'] = {
|
['equipment'] = {
|
||||||
@@ -694,7 +694,7 @@ if mods and mods['space-age'] then
|
|||||||
}
|
}
|
||||||
|
|
||||||
items['item']['railgun-turret'] = {
|
items['item']['railgun-turret'] = {
|
||||||
enabled = settings.startup['PHI-MB'].value and settings.startup['PHI-MB-WEAPON'].value,
|
enabled = settings.startup['PHI-MB'].value and settings.startup['PHI-MB-MACHINE'].value,
|
||||||
stage = 1,
|
stage = 1,
|
||||||
mod = 'space-age',
|
mod = 'space-age',
|
||||||
type = 'ammo-turret',
|
type = 'ammo-turret',
|
||||||
@@ -702,11 +702,11 @@ if mods and mods['space-age'] then
|
|||||||
ref_name = 'railgun-turret',
|
ref_name = 'railgun-turret',
|
||||||
tech = 'railgun',
|
tech = 'railgun',
|
||||||
min = 2,
|
min = 2,
|
||||||
max = settings.startup['PHI-MB-WEAPON-TIER'].value
|
max = settings.startup['PHI-MB-MACHINE-TIER'].value
|
||||||
}
|
}
|
||||||
|
|
||||||
items['item']['rocket-turret'] = {
|
items['item']['rocket-turret'] = {
|
||||||
enabled = settings.startup['PHI-MB'].value and settings.startup['PHI-MB-WEAPON'].value,
|
enabled = settings.startup['PHI-MB'].value and settings.startup['PHI-MB-MACHINE'].value,
|
||||||
stage = 1,
|
stage = 1,
|
||||||
mod = 'space-age',
|
mod = 'space-age',
|
||||||
type = 'ammo-turret',
|
type = 'ammo-turret',
|
||||||
@@ -714,11 +714,11 @@ if mods and mods['space-age'] then
|
|||||||
ref_name = 'rocket-turret',
|
ref_name = 'rocket-turret',
|
||||||
tech = 'rocket-turret',
|
tech = 'rocket-turret',
|
||||||
min = 2,
|
min = 2,
|
||||||
max = settings.startup['PHI-MB-WEAPON-TIER'].value
|
max = settings.startup['PHI-MB-MACHINE-TIER'].value
|
||||||
}
|
}
|
||||||
|
|
||||||
items['item']['tesla-turret'] = {
|
items['item']['tesla-turret'] = {
|
||||||
enabled = settings.startup['PHI-MB'].value and settings.startup['PHI-MB-WEAPON'].value,
|
enabled = settings.startup['PHI-MB'].value and settings.startup['PHI-MB-MACHINE'].value,
|
||||||
stage = 1,
|
stage = 1,
|
||||||
mod = 'space-age',
|
mod = 'space-age',
|
||||||
type = 'electric-turret',
|
type = 'electric-turret',
|
||||||
@@ -726,7 +726,7 @@ if mods and mods['space-age'] then
|
|||||||
ref_name = 'tesla-turret',
|
ref_name = 'tesla-turret',
|
||||||
tech = 'tesla-weapons',
|
tech = 'tesla-weapons',
|
||||||
min = 2,
|
min = 2,
|
||||||
max = settings.startup['PHI-MB-WEAPON-TIER'].value
|
max = settings.startup['PHI-MB-MACHINE-TIER'].value
|
||||||
}
|
}
|
||||||
|
|
||||||
items['item']['foundry'] = {
|
items['item']['foundry'] = {
|
||||||
|
|||||||
Reference in New Issue
Block a user