This commit is contained in:
2023-09-19 00:59:17 +09:00
parent 0c5df4ccbd
commit 8d04d69e52
13 changed files with 158 additions and 35 deletions

View File

@@ -1,4 +1,22 @@
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',