1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-12 09:48:20 +08:00

Opt: DRBP_BUY_PRIZE const in shipyard

This commit is contained in:
LmeSzinc
2023-01-30 17:58:06 +08:00
parent 429f15b79e
commit fcb0ace176

View File

@@ -13,10 +13,9 @@ PRBP_BUY_PRIZE = {
}
DRBP_BUY_PRIZE = {
(1, 2): 0,
(3, 4): 600,
(5, 6, 7): 1200,
(8, 9, 10): 3000,
(11, 12, 13, 14, 15): 6000,
(3, 4, 5, 6): 600,
(7, 8, 9, 10): 1200,
(11, 12, 13, 14, 15): 3000,
}