This commit is contained in:
2024-06-18 22:12:49 +09:00
parent 8048353f57
commit 22247c480f

View File

@@ -311,6 +311,22 @@ data:extend({
minimum_value = 1,
maximum_value = 10,
order = 'I1'
}, {
type = 'int-setting',
name = 'PHI-PB-CRS',
setting_type = 'startup',
default_value = 2,
minimum_value = 1,
maximum_value = 10,
order = 'I2'
}, {
type = 'int-setting',
name = 'PHI-PB-CCS',
setting_type = 'startup',
default_value = 2,
minimum_value = 1,
maximum_value = 10,
order = 'I3'
}
}
)