diff --git a/module/retire/dock.py b/module/retire/dock.py index 27029538b..186beb695 100644 --- a/module/retire/dock.py +++ b/module/retire/dock.py @@ -118,7 +118,7 @@ class Dock(Equipment): option_buttons=ButtonGrid( origin=(218, 268), delta=delta, button_shape=button_shape, grid_shape=(7, 2), name='FILTER_FACTION'), option_names=['all', 'eagle', 'royal', 'sakura', 'iron', 'dragon', 'sardegna', - 'northern', 'iris', 'vichya', 'other', 'not_available', 'not_available', 'not_available'], + 'northern', 'iris', 'vichya', 'tulipa', 'meta', 'tempesta', 'other'], option_default='all' ) setting.add_setting( @@ -133,7 +133,7 @@ class Dock(Equipment): option_buttons=ButtonGrid( origin=(218, 471), delta=delta, button_shape=button_shape, grid_shape=(7, 2), name='FILTER_EXTRA'), option_names=['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'], + 'can_awaken_plus', 'special', 'oath_skin', 'unique_augment_module', 'wear_skin', 'oathed', 'not_available'], option_default='no_limit' ) return setting @@ -158,12 +158,12 @@ class Dock(Equipment): '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'] + 'northern', 'iris', 'vichya', 'tulipa', 'meta', 'tempesta', 'other'] 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'], + 'can_awaken_plus', 'special', 'oath_skin', 'unique_augment_module', 'wear_skin', 'oathed', 'not_available'], Pages: in: page_dock