This commit is contained in:
2026-06-30 00:29:25 +09:00
parent 47c9f025bf
commit c18c22e999
7 changed files with 22 additions and 7 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ for i = 1, 7 do
effects = {},
upgrade = true,
unit = {count = math.floor(125 * (i ^ 2)), ingredients = {{'automation-science-pack', 1}, {'logistic-science-pack', 1}}, time = 30},
icons = {{icon = '__base__/graphics/technology/solar-energy.png', icon_size = 256, tint = mod_tint[i]}, {icon = '__base__/graphics/icons/signal/signal_' .. i .. '.png', icon_size = 64, scale = 0.5, shift = {32, 32}}},
icons = {{icon = '__base__/graphics/technology/solar-energy.png', icon_size = 256, tint = mod_tint[i]}, {icon = '__base__/graphics/icons/signal/signal_' .. i .. '.png', icon_size = 64, floating = true, scale = 0.5, shift = {64, 64}}},
order = 'a-h-' .. i,
localised_name = {'phi-cl.combine', {'technology-name.compound-energy'}, tostring(i)},
localised_description = {'technology-description.compound-energy'}
+4 -1
View File
@@ -16,7 +16,10 @@ if data.raw['infinity-container']['super-infinity-chest'] and items['hide'] then
data.raw['infinity-container']['super-infinity-chest'].inventory_size = sc
end
if items['status'] and items['status_ignore'] then
-- MIG C 11 BASE ENTITY
-- MIG C 1 RECYCLER ENTITY
-- MIG C 7 SPACE_AGE ENTITY
if settings.startup['PHI-CT-STATUS'].value and items['status'] and items['status_ignore'] then
function main_entity_number_position(entity)
local box = entity.selection_box or entity.collision_box
+1
View File
@@ -69,6 +69,7 @@ PHI-SA-ROCKET-CAPACITY=Rocket capacity
PHI-GM=Game Mode
PHI-CT=Creative Tool
PHI-CT-STATUS=Entity Status Light
PHI-CT-TILE=Map generation world tile
PHI-CT-TILE-CHOICE=Map generation tile choice
+1
View File
@@ -64,6 +64,7 @@ PHI-SA-ROCKET-CAPACITY=ロケット容量
PHI-GM=ゲームモード
PHI-CT=クリエイティブテストツール
PHI-CT-STATUS=エンティティ状態ランプ
PHI-CT-TILE=マップ生成ワールドタイル
PHI-CT-TILE-CHOICE=マップ生成ドタイル選択
+1
View File
@@ -64,6 +64,7 @@ PHI-SA-ROCKET-CAPACITY=火箭容量
PHI-GM=遊戲模式
PHI-CT=創意工具
PHI-CT-STATUS=實體狀態指示燈
PHI-CT-TILE=地圖生成世界地磚
PHI-CT-TILE-CHOICE=地圖生成世界地磚選擇
+1
View File
@@ -64,6 +64,7 @@ PHI-SA-ROCKET-CAPACITY=火箭容量
PHI-GM=遊戲模式
PHI-CT=創意工具
PHI-CT-STATUS=實體狀態指示燈
PHI-CT-TILE=地圖生成世界地磚
PHI-CT-TILE-CHOICE=地圖生成世界地磚選擇
+13 -5
View File
@@ -164,23 +164,31 @@ data:extend({
setting_type = 'startup',
default_value = false,
localised_name = {'phi-cl.setting-category-color', 'CT', {'phi-cl.enable'}, {'mod-setting-name.PHI-CT'}},
localised_description = {'', {'phi-cl.setting-change-color', '[17] A12 C2 U3'}},
localised_description = {'', {'phi-cl.setting-change-color', '[20] A15 C2 U3'}},
order = 'E00'
}, {
type = 'bool-setting',
name = 'PHI-CT-STATUS',
setting_type = 'startup',
default_value = false,
localised_name = {'phi-cl.setting-class-color', 'CT1', {'phi-cl.enable'}, {'mod-setting-name.PHI-CT-STATUS'}},
localised_description = {'', {'phi-cl.setting-change-color', '[19] C19'}},
order = 'E01'
}, {
type = 'bool-setting',
name = 'PHI-CT-TILE',
setting_type = 'startup',
default_value = false,
localised_name = {'phi-cl.setting-class-color', 'CT1', {'phi-cl.enable'}, {'mod-setting-name.PHI-CT-TILE'}},
localised_name = {'phi-cl.setting-class-color', 'CT2', {'phi-cl.enable'}, {'mod-setting-name.PHI-CT-TILE'}},
localised_description = {'', {'phi-cl.setting-change-color', '[1] C1'}},
order = 'E01'
order = 'E02'
}, {
type = 'string-setting',
name = 'PHI-CT-TILE-CHOICE',
setting_type = 'startup',
default_value = 'grass-1',
allowed_values = {'landfill', 'stone-path', 'concrete', 'refined-concrete', 'water', 'water-mud', 'water-shallow', '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'},
localised_name = {'phi-cl.setting-class-color', 'CT2', '', {'mod-setting-name.PHI-CT-TILE-CHOICE'}},
order = 'E02'
localised_name = {'phi-cl.setting-class-color', 'CT3', '', {'mod-setting-name.PHI-CT-TILE-CHOICE'}},
order = 'E03'
}
})