Differences From Artifact [f50b0bdfaa]:
- File single/简化版_0356.lua — part of check-in [507d1e185a] at 2024-07-24 03:47:19 on branch trunk — 0 (user: 顽雨沉风, size: 4252) [annotate] [blame] [check-ins using] [more...]
To Artifact [6b9bba2110]:
- File single/简化版_0356.lua — part of check-in [89a0b7106c] at 2024-07-24 04:01:36 on branch trunk — 0 (user: 顽雨沉风, size: 4274) [annotate] [blame] [check-ins using]
1 2 3 4 5 6 | --[[message 维护:2024-07-03 简语:文具人革命 标签:#36.Deskbot Revolution #四妹 ]] Debug.SetAIName("QQ群181175613") | | | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 | --[[message 维护:2024-07-03 简语:文具人革命 标签:#36.Deskbot Revolution #四妹 ]] Debug.SetAIName("QQ群181175613") Debug.ReloadFieldBegin(DUEL_PSEUDO_SHUFFLE + DUEL_ATTACK_FIRST_TURN + DUEL_SIMPLE_AI, 3) Debug.SetPlayerInfo(0, 5500, 0, 0) Debug.SetPlayerInfo(1, 5400, 0, 0) Debug.AddCard(60953949, 0, 0, LOCATION_DECK, 0, POS_FACEDOWN) Debug.AddCard(25494711, 0, 0, LOCATION_DECK, 0, POS_FACEDOWN) Debug.AddCard(24573625, 0, 0, LOCATION_DECK, 0, POS_FACEDOWN) Debug.AddCard(76714458, 0, 0, LOCATION_HAND, 0, POS_FACEDOWN) |
︙ | ︙ |