游戏王残局简化版

Annotation For single/07.Constellar vs Evilswarm.lua
Login

Annotation For single/07.Constellar vs Evilswarm.lua

Lines of single/07.Constellar vs Evilswarm.lua from check-in acb6820ca8 that are changed by the sequence of edits moving toward check-in eab2193ecb:

                         1: --[[message
                         2: 星圣vs入魔
                         3: ]]
                         4: --~ 加载残局函数库
                         5: Debug.AddCard(0,0,0,LOCATION_MZONE,-1,POS_FACEUP)
                         6: --~ a=Debug.ShowHint
                         7: --~ Debug.ShowHint=function()
                         8: --~ a(aa)
                         9: --~ end
                        10: --~ mymetatable = {}
                        11: --~ mymetatable.__tostring=function()
                        12: --~ Debug.ShowHint("残局群181175613")
                        13: --~ return "残局群181175613"
                        14: --~ end
                        15: --~ setmetatable(Debug,mymetatable)
                        16: --~ print(Debug)
                        17: 
                        18: Debug.SetAIName("四妹")
                        19: Debug.ReloadFieldBegin(DUEL_ATTACK_FIRST_TURN+DUEL_SIMPLE_AI+DUEL_PSEUDO_SHUFFLE,3)
                        20: Debug.SetPlayerInfo(0,100,0,0)
                        21: Debug.SetPlayerInfo(1,3250,0,0)
                        22: Debug.AddCard(70908596,0,0,LOCATION_HAND,0,POS_FACEDOWN)
                        23: Debug.AddCard(78358521,0,0,LOCATION_HAND,0,POS_FACEDOWN)
                        24: Debug.AddCard(78364470,0,0,LOCATION_HAND,0,POS_FACEDOWN)
                        25: Debug.AddCard(57103969,0,0,LOCATION_HAND,0,POS_FACEDOWN)
                        26: Debug.AddCard(2091298,0,0,LOCATION_EXTRA,0,POS_FACEDOWN)
                        27: Debug.AddCard(98012938,0,0,LOCATION_EXTRA,0,POS_FACEDOWN)
                        28: Debug.AddCard(33420078,0,0,LOCATION_GRAVE,0,POS_FACEUP)
                        29: Debug.AddCard(16906241,0,0,LOCATION_GRAVE,0,POS_FACEUP)
                        30: Debug.AddCard(41269771,0,0,LOCATION_GRAVE,0,POS_FACEUP)
                        31: Debug.AddCard(94634433,0,0,LOCATION_SZONE,2,POS_FACEDOWN)
                        32: Debug.AddCard(359563,1,1,LOCATION_MZONE,1,POS_FACEUP_DEFENSE,true)
                        33: Debug.AddCard(77542832,1,1,LOCATION_MZONE,1,POS_FACEUP)
                        34: Debug.AddCard(91279700,1,1,LOCATION_MZONE,2,POS_FACEUP_ATTACK,true)
                        35: Debug.AddCard(77542832,1,1,LOCATION_MZONE,2,POS_FACEUP)
                        36: Debug.AddCard(37926346,1,1,LOCATION_MZONE,3,POS_FACEUP_ATTACK,true)
                        37: Debug.AddCard(77542832,1,1,LOCATION_MZONE,3,POS_FACEUP)
                        38: 
                        39: Debug.ReloadFieldEnd()
                        40: aux.BeginPuzzle()
                        41: 
                        42: _G["开局说明"]()
                        43: _G["通关邀请"]()
                        44: --~  load("Debu", "example.lua", "t")
                        45: --~ rawlen(_G)
                        46: --~ a=0
                        47: --~ for k, v in pairs(_G) do
                        48: --~   Debug.ShowHint(tostring(Debug))
                        49: --~   Debug.ShowHint(tostring(v))
                        50: --~   a=a+1
                        51: --~   if a > 100 then
                        52: --~   break
                        53: --~   end
                        54: --~   end
                        55: --~ Debug.ShowHint(tostring(#_G))
                        56: --~ Debug.ShowHint(tostring(#_G))
                        57: --~ load("Debug.ShowHint(\"残局群181175613\")")
                        58: --~ a,b= next(_G)
                        59: --~ Debug.ShowHint(tostring(a))
                        60: --~ Debug.ShowHint(tostring(b))
                        61: --~ print(23)
acb6820ca8 2023-06-30   62: Debug.ShowHint(aa)