1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-04-21 18:41:44 +08:00

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

@@ -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"
},