Huge Rewrite!

This commit is contained in:
Remik1r3n
2025-02-02 03:17:13 +08:00
parent 3638de178d
commit 90d8b74c45
28 changed files with 1038 additions and 420 deletions

View File

@@ -1,11 +1,11 @@
# 解锁东西的一个通用的助手,不可独立使用
from loguru import logger
from Static_Settings import *
from Config import *
from HelperFullPlay import implFullPlayAction
def implUnlockThing(newUserItemList, userId: int, currentLoginTimestamp:int, currentLoginResult) -> str:
musicData= ({
"musicId": 566, #天火明命
"musicId": 11538, # Amber Chronicle
"level": 0,
"playCount": 1,
"achievement": 0,
@@ -14,7 +14,7 @@ def implUnlockThing(newUserItemList, userId: int, currentLoginTimestamp:int, cur
"deluxscoreMax": 0,
"scoreRank": 0,
"extNum1": 0
})
})
userAllPatches = {
"upsertUserAll": {
"userMusicDetailList": [musicData],