mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-17 00:28:52 +08:00
Upd: dock filter name table after maintenance
This commit is contained in:
@@ -38,7 +38,7 @@ FILTER_RARITY_TYPES = [['all', 'common', 'rare', 'elite', 'super_rare', 'ultra']
|
|||||||
FILTER_EXTRA_GRIDS = ButtonGrid(
|
FILTER_EXTRA_GRIDS = ButtonGrid(
|
||||||
origin=(284, 473), delta=(158, 57), button_shape=(137, 38), grid_shape=(6, 2), name='FILTER_EXTRA')
|
origin=(284, 473), delta=(158, 57), button_shape=(137, 38), grid_shape=(6, 2), name='FILTER_EXTRA')
|
||||||
FILTER_EXTRA_TYPES = [['no_limit', 'has_skin', 'can_retrofit', 'enhanceable', 'can_limit_break', 'not_level_max'],
|
FILTER_EXTRA_TYPES = [['no_limit', 'has_skin', 'can_retrofit', 'enhanceable', 'can_limit_break', 'not_level_max'],
|
||||||
['special', 'oath_skin', 'not_available', 'not_available', 'not_available', 'not_available']]
|
['can_awaken', 'can_awaken_plus', 'special', 'oath_skin', 'not_available', 'not_available']]
|
||||||
|
|
||||||
CARD_GRIDS = ButtonGrid(
|
CARD_GRIDS = ButtonGrid(
|
||||||
origin=(93, 76), delta=(164 + 2 / 3, 227), button_shape=(138, 204), grid_shape=(7, 2), name='CARD')
|
origin=(93, 76), delta=(164 + 2 / 3, 227), button_shape=(138, 204), grid_shape=(7, 2), name='CARD')
|
||||||
@@ -209,7 +209,7 @@ class Dock(Equipment):
|
|||||||
['sardegna', 'northern', 'iris', 'vichya', 'other', 'not_available']]
|
['sardegna', 'northern', 'iris', 'vichya', 'other', 'not_available']]
|
||||||
rarity (str, list): [['all', 'common', 'rare', 'elite', 'super_rare', 'ultra']]
|
rarity (str, list): [['all', 'common', 'rare', 'elite', 'super_rare', 'ultra']]
|
||||||
extra (str, list): [['no_limit', 'has_skin', 'can_retrofit', 'enhanceable', 'can_limit_break', 'not_level_max'],
|
extra (str, list): [['no_limit', 'has_skin', 'can_retrofit', 'enhanceable', 'can_limit_break', 'not_level_max'],
|
||||||
['special', 'oath_skin', 'not_available', 'not_available', 'not_available', 'not_available']]
|
['can_awaken', 'can_awaken_plus', 'special', 'oath_skin', 'not_available', 'not_available']]
|
||||||
|
|
||||||
Pages:
|
Pages:
|
||||||
in: page_dock
|
in: page_dock
|
||||||
|
|||||||
Reference in New Issue
Block a user