mirror of
https://github.com/PHIDIAS0303/factorio-mod-PHI.git
synced 2025-12-27 02:55:22 +09:00
.
This commit is contained in:
@@ -696,7 +696,7 @@ if settings.startup['PHI-CT'].value then
|
||||
if mods['quality'] then
|
||||
for _, v in pairs(data.raw['module']) do
|
||||
if v.category and v.category == 'quality' then
|
||||
v.effect.quality = v.effect.quality * 4
|
||||
v.effect.quality = v.effect.quality * settings.startup['PHI-CT-QUALITY'].value / 10
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
@@ -129,8 +129,9 @@ PHI-CT-ROCKET-CAPACITY=CT4 Rocket capacity
|
||||
PHI-CT-CARGO-WEIGHT=CT5 Rocket cargo weight
|
||||
PHI-CT-SPOIL=CT6 Spoil
|
||||
PHI-CT-SA=CT7 Space Age
|
||||
PHI-CT-TILE=CT8 World tile
|
||||
PHI-CT-TILE-CHOICE=CT9 Tile choice
|
||||
PHI-CT-QUALITY=CT8 Quality
|
||||
PHI-CT-TILE=CT9 World tile
|
||||
PHI-CT-TILE-CHOICE=CT10 Tile choice
|
||||
|
||||
[mod-setting-description]
|
||||
PHI-EN-SOLAR-TIER=Default 8 ; Disable 1
|
||||
|
||||
@@ -128,8 +128,9 @@ PHI-CT-ROCKET-CAPACITY=CT4 ロケット容量
|
||||
PHI-CT-CARGO-WEIGHT=CT5 ロケット積載重量
|
||||
PHI-CT-SPOIL=CT6 変質
|
||||
PHI-CT-SA=CT7 Space Age
|
||||
PHI-CT-TILE=CT8 ワールドタイル
|
||||
PHI-CT-TILE-CHOICE=CT9 ドタイル選択
|
||||
PHI-CT-QUALITY=CT8 品質
|
||||
PHI-CT-TILE=CT9 ワールドタイル
|
||||
PHI-CT-TILE-CHOICE=CT10 ドタイル選択
|
||||
|
||||
[mod-setting-description]
|
||||
PHI-EN-SOLAR-TIER=デフォルト 8 ; 止める 1
|
||||
|
||||
@@ -128,8 +128,9 @@ PHI-CT-ROCKET-CAPACITY=CT4 火箭容量
|
||||
PHI-CT-CARGO-WEIGHT=CT5 火箭貨物重量
|
||||
PHI-CT-SPOIL=CT6 變質
|
||||
PHI-CT-SA=CT7 Space Age
|
||||
PHI-CT-TILE=CT8 世界地磚
|
||||
PHI-CT-TILE-CHOICE=CT9 地磚選擇
|
||||
PHI-CT-QUALITY=CT8 品質
|
||||
PHI-CT-TILE=CT9 世界地磚
|
||||
PHI-CT-TILE-CHOICE=CT10 地磚選擇
|
||||
|
||||
[mod-setting-description]
|
||||
PHI-EN-SOLAR-TIER=預設 8 ; 停用 1
|
||||
|
||||
@@ -128,8 +128,9 @@ PHI-CT-ROCKET-CAPACITY=CT4 火箭容量
|
||||
PHI-CT-CARGO-WEIGHT=CT5 火箭貨物重量
|
||||
PHI-CT-SPOIL=CT6 變質
|
||||
PHI-CT-SA=CT7 Space Age
|
||||
PHI-CT-TILE=CT8 世界地磚
|
||||
PHI-CT-TILE-CHOICE=CT9 地磚選擇
|
||||
PHI-CT-QUALITY=CT8 品質
|
||||
PHI-CT-TILE=CT9 世界地磚
|
||||
PHI-CT-TILE-CHOICE=CT10 地磚選擇
|
||||
|
||||
[mod-setting-description]
|
||||
PHI-EN-SOLAR-TIER=預設 8 ; 停用 1
|
||||
|
||||
@@ -862,14 +862,14 @@ end
|
||||
name = 'PHI-CT-TILE',
|
||||
setting_type = 'startup',
|
||||
default_value = true,
|
||||
order = 'F08'
|
||||
order = 'F09'
|
||||
}, {
|
||||
type = 'string-setting',
|
||||
name = 'PHI-CT-TILE-CHOICE',
|
||||
setting_type = 'startup',
|
||||
default_value = 'grass-1',
|
||||
allowed_values = {'concrete', 'deepwater', 'deepwater-green', 'dirt-1', 'dirt-2', 'dirt-3', 'dirt-4', 'dirt-5', 'dirt-6', 'dirt-7', 'dry-dirt', 'grass-1', 'grass-2', 'grass-3', 'grass-4', 'hazard-concrete-left', 'hazard-concrete-right', 'lab-dark-1', 'lab-dark-2', 'lab-white', 'landfill', 'out-of-map', 'red-desert-0', 'red-desert-1', 'red-desert-2', 'red-desert-3', 'refined-concrete', 'refined-hazard-concrete-left', 'refined-hazard-concrete-right', 'sand-1', 'sand-2', 'sand-3', 'stone-path', 'tutorial-grid', 'water', 'water-green', 'water-mud', 'water-shallow'},
|
||||
order = 'F09'
|
||||
order = 'F10'
|
||||
}
|
||||
|
||||
"? aai-industry >= 0.5.0",
|
||||
|
||||
@@ -203,5 +203,13 @@ data:extend({
|
||||
setting_type = 'startup',
|
||||
default_value = false,
|
||||
order = 'F07'
|
||||
}, {
|
||||
type = 'int-setting',
|
||||
name = 'PHI-CT-QUALITY',
|
||||
setting_type = 'startup',
|
||||
default_value = 10,
|
||||
minimum_value = 1,
|
||||
maximum_value = 50,
|
||||
order = 'F08'
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user