游戏王残局简化版

Annotation For single/0.lua
Login

Annotation For single/0.lua

Lines of single/0.lua from check-in 6ce219e039 that are changed by the sequence of edits moving toward check-in 6a1f7ee631:

                         1: --[[message
                         2: 新手教学
                         3: ]]
                         4: 
                         5: Debug.SetAIName("顽雨沉风")
                         6: Debug.ReloadFieldBegin(DUEL_ATTACK_FIRST_TURN+DUEL_SIMPLE_AI,4)
                         7: Debug.SetPlayerInfo(0,8000,0,0)
                         8: Debug.SetPlayerInfo(1,1000,0,0)
                         9: Debug.AddCard(53927679,0,0,LOCATION_HAND,0,POS_FACEDOWN)
                        10: local g02=Debug.AddCard(89631139,0,0,LOCATION_MZONE,2,POS_FACEUP_ATTACK)
                        11: 
                        12: 
                        13: 
6ce219e039 2023-09-09   14: local m1=Debug.AddCard(65741786,1,1,LOCATION_MZONE,3,POS_FACEUP_ATTACK)
                        15: Debug.PreSummon(m1, SUMMON_TYPE_LINK)
                        16: 
                        17: 
                        18: 
                        19: local g12=Debug.AddCard(46986414,1,1,LOCATION_MZONE,2,POS_FACEUP_ATTACK)
                        20: local g11=Debug.AddCard(46986414,1,1,LOCATION_MZONE,1,POS_FACEUP_DEFENSE)
                        21: Debug.ReloadFieldEnd()
                        22: aux.BeginPuzzle()
                        23: