Differences From Artifact [aa2cb6edf6]:
- File sample1.lua — part of check-in [d0acc73893] at 2023-04-18 07:06:00 on branch trunk — 0.0.7 (user: 顽雨沉风, size: 931) [annotate] [blame] [check-ins using]
To Artifact [65ac9a4773]:
- File sample1.lua — part of check-in [cb873b01c8] at 2023-04-18 07:07:28 on branch trunk — 0.0.8 (user: 顽雨沉风, size: 954) [annotate] [blame] [check-ins using]
1 2 3 4 5 6 7 8 9 10 | 1 2 3 4 5 6 7 8 9 10 11 | + | --[[message 卡数:6 规则:大师2020 游戏王基本操作 ]] Debug.SetAIName("sample1") Debug.ReloadFieldBegin(DUEL_ATTACK_FIRST_TURN+DUEL_SIMPLE_AI,5) Debug.SetPlayerInfo(0,100,0,0) Debug.SetPlayerInfo(1,1500,0,0) Debug.AddCard(89943723,0,0,LOCATION_MZONE,2,POS_FACEUP_ATTACK) |
︙ |