游戏王残局简化版

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 c2941552cb that are changed by the sequence of edits moving toward check-in d3063db2dd:

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