Index: script/c0.lua ================================================================== --- script/c0.lua +++ script/c0.lua @@ -9,10 +9,12 @@ if str_2 then if str_2 == 3 then str["规则"] = "大师3 " elseif str_2 == 4 then str["规则"] = "新大师 " + elseif str_2 == 5 then + str["规则"] = "大师2020 " end else str["规则"] = "大师2020 " end str["Debug.ReloadFieldBegin"](str_1, str_2) Index: single/19.Let's GaGaGa.lua ================================================================== --- single/19.Let's GaGaGa.lua +++ single/19.Let's GaGaGa.lua @@ -5,15 +5,15 @@ --~ 加载残局函数库 Debug.AddCard(0,0,0,LOCATION_MZONE,-1,POS_FACEUP) Debug.SetAIName("四妹") --~ Debug.ReloadFieldBegin(DUEL_ATTACK_FIRST_TURN+DUEL_SIMPLE_AI+DUEL_PSEUDO_SHUFFLE,3) -Debug.ReloadFieldBegin( - DUEL_ATTACK_FIRST_TURN - + DUEL_SIMPLE_AI - + DUEL_PSEUDO_SHUFFLE - , 5) +--~ Debug.ReloadFieldBegin( +--~ DUEL_ATTACK_FIRST_TURN +--~ + DUEL_SIMPLE_AI +--~ + DUEL_PSEUDO_SHUFFLE +--~ , 5) Debug.SetPlayerInfo(0,700,0,1) Debug.SetPlayerInfo(1,12200,0,0) Debug.AddCard(14785765,0,0,LOCATION_DECK,0,POS_FACEDOWN) Debug.AddCard(71453557,0,0,LOCATION_DECK,0,POS_FACEDOWN)