mirror of
https://github.com/W1NDes/M-AzurLaneAutoScript.git
synced 2026-05-14 07:08:04 +08:00
19 lines
1005 B
Python
19 lines
1005 B
Python
OS_SHOP = {
|
|
'max_benefit': """
|
|
ActionPoint > DevelopmentMaterialT3 > GearDesignPlan > GearPart > Logger > OrdnanceTestingReport > PlateRandom
|
|
""",
|
|
'max_benefit_meta': """
|
|
ActionPoint > DevelopmentMaterialT3 > GearDesignPlan > GearPart > Logger > OrdnanceTestingReport > PlateRandom >
|
|
METARedBook > CrystallizedHeatResistantSteel > NanoceramicAlloy > NeuroplasticProstheticArm > SupercavitationGenerator
|
|
""",
|
|
'no_meta':"""
|
|
ActionPoint > DevelopmentMaterial > EnergyStorageDevice > GearDesignPlan > GearPart >
|
|
Logger > PurpleCoins > PlateRandom > RepairPack > Turing > TuringSample
|
|
""",
|
|
'all': """
|
|
ActionPoint > CrystallizedHeatResistantSteel > DevelopmentMaterial > EnergyStorageDevice > GearDesignPlan > GearPart >
|
|
Logger > METARedBook > NanoceramicAlloy > NeuroplasticProstheticArm > OrdnanceTestingReport > PurpleCoins > PlateRandom >
|
|
RepairPack > SupercavitationGenerator > Turing > TuringSample
|
|
"""
|
|
}
|