mirror of
https://github.com/LmeSzinc/AzurLaneAutoScript.git
synced 2025-01-07 07:47:07 +08:00
Chore: Update comments in dock_filter_set
This commit is contained in:
parent
8366b71f81
commit
b9be029b72
@ -138,14 +138,19 @@ class Dock(Equipment):
|
||||
A faster filter set function.
|
||||
|
||||
Args:
|
||||
sort (str, list): ['rarity', 'level', 'total', 'join', 'intimacy', 'stat']
|
||||
index (str, list): [['all', 'vanguard', 'main', 'dd', 'cl', 'ca'],
|
||||
['bb', 'cv', 'repair', 'ss', 'others', 'not_available']]
|
||||
faction (str, list): [['all', 'eagle', 'royal', 'sakura', 'iron', 'dragon'],
|
||||
['sardegna', 'northern', 'iris', 'vichya', 'other', 'not_available']]
|
||||
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'],
|
||||
['can_awaken', 'can_awaken_plus', 'special', 'oath_skin', 'not_available', 'not_available']]
|
||||
sort (str, list):
|
||||
['rarity', 'level', 'total', 'join', 'intimacy', 'mood', 'stat']
|
||||
index (str, list):
|
||||
['all', 'vanguard', 'main', 'dd', 'cl', 'ca', 'bb',
|
||||
'cv', 'repair', 'ss', 'others', 'not_available', 'not_available', 'not_available']
|
||||
faction (str, list):
|
||||
['all', 'eagle', 'royal', 'sakura', 'iron', 'dragon', 'sardegna',
|
||||
'northern', 'iris', 'vichya', 'other', 'not_available', 'not_available', 'not_available']
|
||||
rarity (str, list):
|
||||
['all', 'common', 'rare', 'elite', 'super_rare', 'ultra', 'not_available']
|
||||
extra (str, list):
|
||||
['no_limit', 'has_skin', 'can_retrofit', 'enhanceable', 'can_limit_break', 'not_level_max', 'can_awaken',
|
||||
'can_awaken_plus', 'special', 'oath_skin', 'unique_augment_module', 'not_available', 'not_available', 'not_available'],
|
||||
|
||||
Pages:
|
||||
in: page_dock
|
||||
|
Loading…
Reference in New Issue
Block a user