Differences From Artifact [c210cacd9a]:
- File single/简化版_0353_03.lua — part of check-in [507d1e185a] at 2024-07-24 03:47:19 on branch trunk — 0 (user: 顽雨沉风, size: 3917) [annotate] [blame] [check-ins using] [more...]
To Artifact [b893ead646]:
- File single/简化版_0353_03.lua — part of check-in [89a0b7106c] at 2024-07-24 04:01:36 on branch trunk — 0 (user: 顽雨沉风, size: 3939) [annotate] [blame] [check-ins using]
1 2 3 4 5 6 7 | --[[message 维护:2024-07-03 简语:控敌的纹章 标签:#32.Enemy Controlled Heraldry #四妹 ]] Debug.SetAIName("QQ群181175613") | | | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | --[[message 维护:2024-07-03 简语:控敌的纹章 标签:#32.Enemy Controlled Heraldry #四妹 ]] Debug.SetAIName("QQ群181175613") Debug.ReloadFieldBegin(DUEL_PSEUDO_SHUFFLE + DUEL_ATTACK_FIRST_TURN + DUEL_SIMPLE_AI, 3) Debug.SetPlayerInfo(0, 2200, 0, 0) Debug.SetPlayerInfo(1, 12595900, 0, 0) Debug.AddCard(82315772, 0, 0, LOCATION_DECK, 0, POS_FACEDOWN) Debug.AddCard(37011715, 0, 0, LOCATION_DECK, 0, POS_FACEDOWN) Debug.AddCard(60316373, 0, 0, LOCATION_DECK, 0, POS_FACEDOWN) Debug.AddCard(19310321, 0, 0, LOCATION_GRAVE, 0, POS_FACEDOWN) |
︙ | ︙ |