Differences From Artifact [a26fda9776]:
- File single/36.Deskbot Revolution_衍生版_1.lua — part of check-in [81d703ca38] at 2023-07-15 11:06:19 on branch trunk — 0.0.1356 (user: 顽雨沉风, size: 3715) [annotate] [blame] [check-ins using]
To Artifact [52278117b8]:
- File single/36.Deskbot Revolution_衍生版_1.lua — part of check-in [5130d4b829] at 2023-07-15 11:06:34 on branch trunk — 0.0.1357 (user: 顽雨沉风, size: 3732) [annotate] [blame] [check-ins using]
1 2 3 4 5 6 7 8 |
--[[message
]]
Debug.SetAIName("四妹")
Debug.ReloadFieldBegin(DUEL_ATTACK_FIRST_TURN+DUEL_SIMPLE_AI,3)
Debug.SetPlayerInfo(0,100,0,0)
Debug.SetPlayerInfo(1,8000,0,0)
Debug.AddCard(60953949,0,0,LOCATION_DECK,0,POS_FACEDOWN)
| > | 1 2 3 4 5 6 7 8 9 |
--[[message
文具人革命
]]
Debug.SetAIName("四妹")
Debug.ReloadFieldBegin(DUEL_ATTACK_FIRST_TURN+DUEL_SIMPLE_AI,3)
Debug.SetPlayerInfo(0,100,0,0)
Debug.SetPlayerInfo(1,8000,0,0)
Debug.AddCard(60953949,0,0,LOCATION_DECK,0,POS_FACEDOWN)
|
| ︙ | ︙ |