mirror of
https://github.com/PHIDIAS0303/factorio-mod-PHI.git
synced 2025-12-27 02:55:22 +09:00
.
This commit is contained in:
@@ -1,3 +1,10 @@
|
||||
---------------------------------------------------------------------------------------------------
|
||||
Version: 3.0.69
|
||||
Date: 2025-03-07
|
||||
|
||||
Changes:
|
||||
- [VP] Moved sa vanilla out from SA category, become a new category instead.
|
||||
|
||||
---------------------------------------------------------------------------------------------------
|
||||
Version: 3.0.68
|
||||
Date: 2025-03-06
|
||||
|
||||
1082
PHI-CL/data.lua
1082
PHI-CL/data.lua
File diff suppressed because it is too large
Load Diff
@@ -1,8 +1,8 @@
|
||||
{
|
||||
"name": "PHI-CL",
|
||||
"version": "3.0.68",
|
||||
"version": "3.0.69",
|
||||
"factorio_version": "2.0",
|
||||
"date": "2025-03-06",
|
||||
"date": "2025-03-07",
|
||||
"title": "Phidias Collection",
|
||||
"author": "PHIDIAS0303",
|
||||
"contributers": "",
|
||||
|
||||
@@ -133,7 +133,9 @@ PHI-SA-QUALITY=[color=54,228,255]SA5[/color]
|
||||
PHI-SA-MAX-QUALITY=[color=54,228,255]SA6[/color]
|
||||
PHI-SA-RESTRICTION=[color=54,228,255]SA7[/color]
|
||||
PHI-SA-GENERIC=[color=54,228,255]SA8[/color]
|
||||
PHI-SA-VANILLA=[color=54,228,255]SA9[/color]
|
||||
|
||||
PHI-VP=[color=255,254,42]VP[/color]
|
||||
PHI-VP-MAIN=[color=54,228,255]VP1[/color]
|
||||
|
||||
PHI-CT=[color=255,254,42]CT[/color]
|
||||
PHI-CT-TOOL=[color=54,228,255]CT1[/color]
|
||||
@@ -183,7 +185,9 @@ PHI-SA-RESTRICTION=Disable certain restriction
|
||||
PHI-SA-GENERIC=Generic change
|
||||
PHI-SA-QUALITY=Quality chance multiplier
|
||||
PHI-SA-MAX-QUALITY=Max quality
|
||||
PHI-SA-VANILLA=2.0 Vanilla
|
||||
|
||||
PHI-VP=[color=255,254,42]Vanilla Plus[/color]
|
||||
PHI-VP-MAIN=Main changes
|
||||
|
||||
PHI-CT=[color=255,254,42]Creative testing tools[/color]
|
||||
PHI-CT-TOOL=Tool
|
||||
|
||||
@@ -133,7 +133,9 @@ PHI-SA-RESTRICTION=関連要件を無効にする
|
||||
PHI-SA-GENERIC=一般的な変更
|
||||
PHI-SA-QUALITY=品質確率マルチプライヤ
|
||||
PHI-SA-MAX-QUALITY=最大品質
|
||||
PHI-SA-VANILLA=2.0 オリジナル
|
||||
|
||||
PHI-VP=[color=255,254,42]バニラプラス[/color]
|
||||
PHI-VP-MAIN=主な変更点
|
||||
|
||||
PHI-CT=[color=255,254,42]クリエイティブテストツール[/color]
|
||||
PHI-CT-TOOL=ツール
|
||||
|
||||
@@ -133,7 +133,9 @@ PHI-SA-RESTRICTION=取消相關要求
|
||||
PHI-SA-GENERIC=通用修改
|
||||
PHI-SA-QUALITY=品質概率倍數
|
||||
PHI-SA-MAX-QUALITY=最大品質
|
||||
PHI-SA-VANILLA=2.0 原版
|
||||
|
||||
PHI-VP=[color=255,254,42]原版加[/color]
|
||||
PHI-VP-MAIN=主要更改
|
||||
|
||||
PHI-CT=[color=255,254,42]創意測試工具[/color]
|
||||
PHI-CT-TOOL=工具
|
||||
|
||||
@@ -133,7 +133,9 @@ PHI-SA-RESTRICTION=取消相關要求
|
||||
PHI-SA-GENERIC=通用修改
|
||||
PHI-SA-QUALITY=品質概率倍數
|
||||
PHI-SA-MAX-QUALITY=最大品質
|
||||
PHI-SA-VANILLA=2.0 原版
|
||||
|
||||
PHI-VP=[color=255,254,42]原版加[/color]
|
||||
PHI-VP-MAIN=主要更改
|
||||
|
||||
PHI-CT=[color=255,254,42]創意測試工具[/color]
|
||||
PHI-CT-TOOL=工具
|
||||
|
||||
@@ -288,46 +288,53 @@ data:extend({
|
||||
order = 'D08'
|
||||
}, {
|
||||
type = 'bool-setting',
|
||||
name = 'PHI-SA-VANILLA',
|
||||
name = 'PHI-VP',
|
||||
setting_type = 'startup',
|
||||
default_value = false,
|
||||
localised_name = {'phi-cl.combine', {'mod-setting-name-prefix.PHI-SA-VANILLA'}, {'mod-setting-name.PHI-SA-VANILLA'}},
|
||||
order = 'D09'
|
||||
localised_name = {'phi-cl.combine', {'mod-setting-name-prefix.PHI-VP'}, {'mod-setting-name.PHI-VP'}},
|
||||
order = 'E00'
|
||||
}, {
|
||||
type = 'bool-setting',
|
||||
name = 'PHI-VP-MAIN',
|
||||
setting_type = 'startup',
|
||||
default_value = false,
|
||||
localised_name = {'phi-cl.combine', {'mod-setting-name-prefix.PHI-VP-MAIN'}, {'mod-setting-name.PHI-VP-MAIN'}},
|
||||
order = 'E01'
|
||||
}, {
|
||||
type = 'bool-setting',
|
||||
name = 'PHI-CT',
|
||||
setting_type = 'startup',
|
||||
default_value = false,
|
||||
localised_name = {'phi-cl.combine', {'mod-setting-name-prefix.PHI-CT'}, {'mod-setting-name.PHI-CT'}},
|
||||
order = 'E00'
|
||||
order = 'F00'
|
||||
}, {
|
||||
type = 'bool-setting',
|
||||
name = 'PHI-CT-TOOL',
|
||||
setting_type = 'startup',
|
||||
default_value = true,
|
||||
localised_name = {'phi-cl.combine', {'mod-setting-name-prefix.PHI-CT-TOOL'}, {'mod-setting-name.PHI-CT-TOOL'}},
|
||||
order = 'E01'
|
||||
order = 'F01'
|
||||
}, {
|
||||
type = 'bool-setting',
|
||||
name = 'PHI-CT-UTILITY',
|
||||
setting_type = 'startup',
|
||||
default_value = true,
|
||||
localised_name = {'phi-cl.combine', {'mod-setting-name-prefix.PHI-CT-UTILITY'}, {'mod-setting-name.PHI-CT-UTILITY'}},
|
||||
order = 'E02'
|
||||
order = 'F02'
|
||||
}, {
|
||||
type = 'bool-setting',
|
||||
name = 'PHI-CT-HIDDEN',
|
||||
setting_type = 'startup',
|
||||
default_value = true,
|
||||
localised_name = {'phi-cl.combine', {'mod-setting-name-prefix.PHI-CT-HIDDEN'}, {'mod-setting-name.PHI-CT-HIDDEN'}},
|
||||
order = 'E03'
|
||||
order = 'F03'
|
||||
}, {
|
||||
type = 'bool-setting',
|
||||
name = 'PHI-CT-TILE',
|
||||
setting_type = 'startup',
|
||||
default_value = false,
|
||||
localised_name = {'phi-cl.combine', {'mod-setting-name-prefix.PHI-CT-TILE'}, {'mod-setting-name.PHI-CT-TILE'}},
|
||||
order = 'E04'
|
||||
order = 'F04'
|
||||
}, {
|
||||
type = 'string-setting',
|
||||
name = 'PHI-CT-TILE-CHOICE',
|
||||
@@ -335,6 +342,6 @@ data:extend({
|
||||
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'},
|
||||
localised_name = {'phi-cl.combine', {'mod-setting-name-prefix.PHI-CT-TILE-CHOICE'}, {'mod-setting-name.PHI-CT-TILE-CHOICE'}},
|
||||
order = 'E05'
|
||||
order = 'F05'
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user