mirror of
https://github.com/PHIDIAS0303/factorio-mod-PHI.git
synced 2025-12-27 11:05:22 +09:00
.
This commit is contained in:
@@ -4,6 +4,7 @@ Date: 2025-05-24
|
|||||||
|
|
||||||
Changes:
|
Changes:
|
||||||
- [MB] Combined a tier setting for power.
|
- [MB] Combined a tier setting for power.
|
||||||
|
- [MB] Combined setting for compound machine and turret.
|
||||||
- [SA] Further changes for the space age generic settings.
|
- [SA] Further changes for the space age generic settings.
|
||||||
- [SA] Support for heat pipe heat radius is dropped.
|
- [SA] Support for heat pipe heat radius is dropped.
|
||||||
|
|
||||||
|
|||||||
@@ -44,28 +44,13 @@ data:extend({
|
|||||||
allowed_values = {1, 2, 3},
|
allowed_values = {1, 2, 3},
|
||||||
localised_name = {'phi-cl.combine', {'mod-setting-name-prefix.PHI-MB-MACHINE-TIER'}, {'mod-setting-name.PHI-MB-MACHINE-TIER'}},
|
localised_name = {'phi-cl.combine', {'mod-setting-name-prefix.PHI-MB-MACHINE-TIER'}, {'mod-setting-name.PHI-MB-MACHINE-TIER'}},
|
||||||
order = 'AB01'
|
order = 'AB01'
|
||||||
}, {
|
|
||||||
type = 'bool-setting',
|
|
||||||
name = 'PHI-MB-WEAPON',
|
|
||||||
setting_type = 'startup',
|
|
||||||
default_value = false,
|
|
||||||
localised_name = {'phi-cl.combine', {'mod-setting-name-prefix.PHI-MB-WEAPON'}, {'mod-setting-name.PHI-MB-WEAPON'}},
|
|
||||||
order = 'AC00'
|
|
||||||
}, {
|
|
||||||
type = 'int-setting',
|
|
||||||
name = 'PHI-MB-WEAPON-TIER',
|
|
||||||
setting_type = 'startup',
|
|
||||||
default_value = 3,
|
|
||||||
allowed_values = {1, 2, 3},
|
|
||||||
localised_name = {'phi-cl.combine', {'mod-setting-name-prefix.PHI-MB-WEAPON-TIER'}, {'mod-setting-name.PHI-MB-WEAPON-TIER'}},
|
|
||||||
order = 'AC01'
|
|
||||||
}, {
|
}, {
|
||||||
type = 'bool-setting',
|
type = 'bool-setting',
|
||||||
name = 'PHI-MB-EQUIPMENT',
|
name = 'PHI-MB-EQUIPMENT',
|
||||||
setting_type = 'startup',
|
setting_type = 'startup',
|
||||||
default_value = false,
|
default_value = false,
|
||||||
localised_name = {'phi-cl.combine', {'mod-setting-name-prefix.PHI-MB-EQUIPMENT'}, {'mod-setting-name.PHI-MB-EQUIPMENT'}},
|
localised_name = {'phi-cl.combine', {'mod-setting-name-prefix.PHI-MB-EQUIPMENT'}, {'mod-setting-name.PHI-MB-EQUIPMENT'}},
|
||||||
order = 'AD00'
|
order = 'AC00'
|
||||||
}, {
|
}, {
|
||||||
type = 'int-setting',
|
type = 'int-setting',
|
||||||
name = 'PHI-MB-EQUIPMENT-TIER',
|
name = 'PHI-MB-EQUIPMENT-TIER',
|
||||||
@@ -73,21 +58,21 @@ data:extend({
|
|||||||
default_value = 2,
|
default_value = 2,
|
||||||
allowed_values = {1, 2, 3, 4, 5, 6, 7, 8},
|
allowed_values = {1, 2, 3, 4, 5, 6, 7, 8},
|
||||||
localised_name = {'phi-cl.combine', {'mod-setting-name-prefix.PHI-MB-EQUIPMENT-TIER'}, {'mod-setting-name.PHI-MB-EQUIPMENT-TIER'}},
|
localised_name = {'phi-cl.combine', {'mod-setting-name-prefix.PHI-MB-EQUIPMENT-TIER'}, {'mod-setting-name.PHI-MB-EQUIPMENT-TIER'}},
|
||||||
order = 'AD01'
|
order = 'AC01'
|
||||||
}, {
|
}, {
|
||||||
type = 'bool-setting',
|
type = 'bool-setting',
|
||||||
name = 'PHI-MB-EQUIPMENT-ARMOR',
|
name = 'PHI-MB-EQUIPMENT-ARMOR',
|
||||||
setting_type = 'startup',
|
setting_type = 'startup',
|
||||||
default_value = true,
|
default_value = true,
|
||||||
localised_name = {'phi-cl.combine', {'mod-setting-name-prefix.PHI-MB-EQUIPMENT-ARMOR'}, {'mod-setting-name.PHI-MB-EQUIPMENT-ARMOR'}},
|
localised_name = {'phi-cl.combine', {'mod-setting-name-prefix.PHI-MB-EQUIPMENT-ARMOR'}, {'mod-setting-name.PHI-MB-EQUIPMENT-ARMOR'}},
|
||||||
order = 'AD02'
|
order = 'AC02'
|
||||||
}, {
|
}, {
|
||||||
type = 'bool-setting',
|
type = 'bool-setting',
|
||||||
name = 'PHI-MB-EQUIPMENT-SIZE',
|
name = 'PHI-MB-EQUIPMENT-SIZE',
|
||||||
setting_type = 'startup',
|
setting_type = 'startup',
|
||||||
default_value = false,
|
default_value = false,
|
||||||
localised_name = {'phi-cl.combine', {'mod-setting-name-prefix.PHI-MB-EQUIPMENT-SIZE'}, {'mod-setting-name.PHI-MB-EQUIPMENT-SIZE'}},
|
localised_name = {'phi-cl.combine', {'mod-setting-name-prefix.PHI-MB-EQUIPMENT-SIZE'}, {'mod-setting-name.PHI-MB-EQUIPMENT-SIZE'}},
|
||||||
order = 'AD03'
|
order = 'AC03'
|
||||||
}, {
|
}, {
|
||||||
type = 'bool-setting',
|
type = 'bool-setting',
|
||||||
name = 'PHI-MI',
|
name = 'PHI-MI',
|
||||||
|
|||||||
Reference in New Issue
Block a user