Opt: Move cube presets before the chip ones

This commit is contained in:
LmeSzinc 2022-12-28 00:55:00 +08:00
parent 811fae8ae3
commit ebba35b7c9
7 changed files with 13 additions and 13 deletions

View File

@ -5605,10 +5605,10 @@
"type": "select",
"value": "cube",
"option": [
"chip",
"chip_24h",
"cube",
"cube_24h",
"chip",
"chip_24h",
"oil",
"custom"
]

View File

@ -261,10 +261,10 @@ Commission:
PresetFilter:
value: cube
option:
- chip
- chip_24h
- cube
- cube_24h
- chip
- chip_24h
- oil
- custom
CustomFilter: |-

View File

@ -176,7 +176,7 @@ class GeneratedConfig:
# Group `Commission`
Commission_DoMajorCommission = False
Commission_PresetFilter = 'cube' # chip, chip_24h, cube, cube_24h, oil, custom
Commission_PresetFilter = 'cube' # cube, cube_24h, chip, chip_24h, oil, custom
Commission_CustomFilter = 'DailyEvent > Gem-4 > Gem-2 > Gem-8 > ExtraCube-0:30\n> UrgentCube-1:30 > UrgentCube-1:45 > UrgentCube-3\n> ExtraDrill-5:20 > ExtraDrill-2 > ExtraDrill-3:20\n> UrgentCube-2:15 > UrgentCube-4\n> ExtraDrill-1 > UrgentCube-6 > ExtraCube-1:30\n> ExtraDrill-2:40 > ExtraDrill-0:20\n> Major > DailyChip > DailyResource\n> ExtraPart-0:30 > ExtraOil-1 > UrgentBox-6\n> ExtraCube-3 > ExtraPart-1 > UrgentBox-3\n> ExtraCube-4 > ExtraPart-1:30 > ExtraOil-4\n> UrgentBox-1 > ExtraCube-5 > UrgentBox-1\n> ExtraCube-8 > ExtraOil-8\n> UrgentDrill-4 > UrgentDrill-2:40 > UrgentDrill-2\n> UrgentDrill-1 > UrgentDrill-1:30 > UrgentDrill-1:10\n> Extra-0:20 > Extra-0:30 > Extra-1:00 > Extra-1:30 > Extra-2:00\n> shortest'
# Group `Tactical`

View File

@ -1183,10 +1183,10 @@
"PresetFilter": {
"name": "Preset Filter Select",
"help": "People without a basic knowledge of commission drops rates and spawn are recommended to use pre-optimized presets instead of writing custom filters\nIf the commission farming is running 24 hours a day, the (7x24 Commission Farming) filter should be used\nIt is not recommended to use the oil priority filter while running commission farming",
"chip": "Gems > Chip > Cube",
"chip_24h": "Gems > Chip > Cube (7x24 Commission Farming)",
"cube": "Gems > Cube > Oil",
"cube_24h": "Gems > Cube > Oil (7x24 Commission Farming)",
"chip": "Gems > Chip > Cube",
"chip_24h": "Gems > Chip > Cube (7x24 Commission Farming)",
"oil": "Gems > Oil > Cube",
"custom": "Custom"
},

View File

@ -1183,10 +1183,10 @@
"PresetFilter": {
"name": "Commission.PresetFilter.name",
"help": "Commission.PresetFilter.help",
"chip": "chip",
"chip_24h": "chip_24h",
"cube": "cube",
"cube_24h": "cube_24h",
"chip": "chip",
"chip_24h": "chip_24h",
"oil": "oil",
"custom": "custom"
},

View File

@ -1183,10 +1183,10 @@
"PresetFilter": {
"name": "委托过滤器",
"help": "如果对委托的产出和收益没有足够的了解,不建议编写自定义过滤器,建议使用预优化委托过滤器\n如果24小时运行刷紧急委托功能应当使用7x24刷委托的过滤器\n不推荐在运行刷紧急委托功能的同时使用石油优先过滤器",
"chip": "钻石>心智>魔方",
"chip_24h": "钻石>心智>魔方7x24刷委托",
"cube": "钻石>魔方>石油",
"cube_24h": "钻石>魔方>石油7x24刷委托",
"chip": "钻石>心智>魔方",
"chip_24h": "钻石>心智>魔方7x24刷委托",
"oil": "钻石>石油>魔方",
"custom": "自定义"
},

View File

@ -1183,10 +1183,10 @@
"PresetFilter": {
"name": "委托過濾器",
"help": "如果對委托的產出和收益沒有足夠的了解,不建議編寫自定義過濾器,建議使用預優化委托過濾器\n如果24小時運行刷緊急委託功能應當使用24小時版的過濾器\n不推薦在運行刷緊急委託功能的同時使用石油優先過濾器",
"chip": "鑽石>心智>魔方",
"chip_24h": "鑽石>心智>魔方7x24刷委託",
"cube": "鑽石>魔方>石油",
"cube_24h": "鑽石>魔方>石油7x24刷委託",
"chip": "鑽石>心智>魔方",
"chip_24h": "鑽石>心智>魔方7x24刷委託",
"oil": "鑽石>石油>魔方",
"custom": "自定義"
},