mirror of
https://github.com/PHIDIAS0303/factorio-mod-PHI.git
synced 2025-12-31 04:11:39 +09:00
.
This commit is contained in:
61
OLD/PHI-WE/config.lua
Normal file
61
OLD/PHI-WE/config.lua
Normal file
@@ -0,0 +1,61 @@
|
||||
local items = {
|
||||
['setting'] = {
|
||||
['PHI-WE-LASER-TIER'] = {
|
||||
type = 'max',
|
||||
effect = {'laser-turret'}
|
||||
},
|
||||
['PHI-WE-FLAME-TIER'] = {
|
||||
type = 'max',
|
||||
effect = {'flamethrower-turret'}
|
||||
},
|
||||
['PHI-WE-GUN-TIER'] = {
|
||||
type = 'max',
|
||||
effect = {'gun-turret'}
|
||||
},
|
||||
['PHI-WE-RADAR-TIER'] = {
|
||||
type = 'max',
|
||||
effect = {'radar'}
|
||||
}
|
||||
},
|
||||
['laser-turret'] = {
|
||||
enabled = true,
|
||||
type = 'electric-turret',
|
||||
name = 'laser-turret',
|
||||
ref_name = 'laser-turret',
|
||||
tech = 'laser-turret',
|
||||
min = 2,
|
||||
max = 3,
|
||||
range = 24
|
||||
},
|
||||
['gun-turret'] = {
|
||||
enabled = true,
|
||||
type = 'ammo-turret',
|
||||
name = 'gun-turret',
|
||||
ref_name = 'gun-turret',
|
||||
tech = 'gun-turret',
|
||||
min = 2,
|
||||
max = 3,
|
||||
range = 18
|
||||
},
|
||||
['flamethrower-turret'] = {
|
||||
enabled = true,
|
||||
type = 'fluid-turret',
|
||||
name = 'flamethrower-turret',
|
||||
ref_name = 'flamethrower-turret',
|
||||
tech = 'flamethrower',
|
||||
min = 2,
|
||||
max = 3,
|
||||
range = 30
|
||||
},
|
||||
['radar'] = {
|
||||
enabled = true,
|
||||
type = 'radar',
|
||||
name = 'radar',
|
||||
ref_name = 'radar',
|
||||
tech = 'automation',
|
||||
min = 2,
|
||||
max = 3
|
||||
}
|
||||
}
|
||||
|
||||
return items
|
||||
Reference in New Issue
Block a user