Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add: Task Awaken #4489

Merged
merged 12 commits into from
Jan 4, 2025
Prev Previous commit
Next Next commit
Chore: Update comments in dock_filter_set
  • Loading branch information
LmeSzinc committed Jan 3, 2025
commit b9be029b72442313eb865e49fdac8b66761ca2d6
21 changes: 13 additions & 8 deletions module/retire/dock.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,14 +138,19 @@ def dock_filter_set(
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
Expand Down