mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-27 13:15:38 +08:00
Add: voucher shop new item asset logger unlock; not buy-able yet
This commit is contained in:
BIN
assets/shop/voucher/LoggerUnlockT1.png
Normal file
BIN
assets/shop/voucher/LoggerUnlockT1.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 18 KiB |
BIN
assets/shop/voucher/LoggerUnlockT2.png
Normal file
BIN
assets/shop/voucher/LoggerUnlockT2.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 18 KiB |
@@ -48,7 +48,7 @@ def bp_redirect(value):
|
|||||||
FILTER_REGEX_VOUCHER = re.compile(
|
FILTER_REGEX_VOUCHER = re.compile(
|
||||||
'(logger)'
|
'(logger)'
|
||||||
|
|
||||||
'(archive)?'
|
'(archive|unlock)?'
|
||||||
|
|
||||||
'(t[1-6])?',
|
'(t[1-6])?',
|
||||||
flags=re.IGNORECASE)
|
flags=re.IGNORECASE)
|
||||||
@@ -82,4 +82,4 @@ def voucher_redirect(value):
|
|||||||
|
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
print(bp_redirect('PlateGeneralT1 > DRAgirBP > CatT3 > PROdinBP > Chip > PR1BP > PRBP > DRDrakeBP > DR2BP'))
|
print(bp_redirect('PlateGeneralT1 > DRAgirBP > CatT3 > PROdinBP > Chip > PR1BP > PRBP > DRDrakeBP > DR2BP'))
|
||||||
print(voucher_redirect('Coin > HECombatPlan > LoggerArchive > TuningCombatT2 > LoggerArchiveT1 > LoggerT6 > Logger'))
|
print(voucher_redirect('Coin > HECombatPlan > LoggerArchive > TuningCombatT2 > LoggerArchiveT1 > LoggerT6 > Logger > LoggerUnlockT2'))
|
||||||
|
|||||||
@@ -28,7 +28,7 @@ FILTER_REGEX = re.compile(
|
|||||||
'|red|blue|yellow'
|
'|red|blue|yellow'
|
||||||
'|general|gun|torpedo|antiair|plane|wild'
|
'|general|gun|torpedo|antiair|plane|wild'
|
||||||
'|dd|cl|bb|cv'
|
'|dd|cl|bb|cv'
|
||||||
'|abyssal|archive|obscure'
|
'|abyssal|archive|obscure|unlock'
|
||||||
'|combat|offense|survival)?'
|
'|combat|offense|survival)?'
|
||||||
|
|
||||||
'(s[1-5]|t[1-6])?$',
|
'(s[1-5]|t[1-6])?$',
|
||||||
|
|||||||
Reference in New Issue
Block a user