Artifact 7ff752c0429c384ddb478e7c42904f75224ad43574f1c30a4b629708aa5ae34c:
- File single/简化版_30_000.lua — part of check-in [7d9bf40289] at 2024-08-05 02:32:45 on branch trunk — 0 (user: 顽雨沉风, size: 989) [annotate] [blame] [check-ins using]
- File single/简化版_30_000_2.lua — part of check-in [659ab0654c] at 2024-08-04 02:05:38 on branch trunk — 0 (user: 顽雨沉风, size: 989) [annotate] [blame] [check-ins using]
- File single/简化版_30_000_5.lua — part of check-in [d22abad565] at 2024-08-05 03:03:47 on branch trunk — 0 (user: 顽雨沉风, size: 989) [annotate] [blame] [check-ins using]
- File single/简化版_31_000_002.lua — part of check-in [c8affac866] at 2024-07-25 07:51:43 on branch trunk — 0 (user: 顽雨沉风, size: 989) [annotate] [blame] [check-ins using]
- File single/简化版_31_000_16.lua — part of check-in [87da7c74a0] at 2024-08-05 04:20:25 on branch trunk — 0 (user: 顽雨沉风, size: 989) [annotate] [blame] [check-ins using]
- File single/简化版__31_000_002.lua — part of check-in [d0d3a4b31a] at 2024-07-25 11:59:49 on branch trunk — 0 (user: 顽雨沉风, size: 989) [annotate] [blame] [check-ins using]
--[[message #LV-024 ]] Debug.SetAIName("QQ群181175613") Debug.ReloadFieldBegin(DUEL_PSEUDO_SHUFFLE + DUEL_ATTACK_FIRST_TURN + DUEL_SIMPLE_AI, 3) Debug.SetPlayerInfo(0, 3000, 0, 0) Debug.SetPlayerInfo(1, 2000, 0, 0) local k1, k2 = LOCATION_MZONE, POS_FACEUP_ATTACK--怪兽 Debug.AddCard(58831685, 0, 0, k1, 1, k2) Debug.AddCard(13429800, 0, 0, k1, 2, k2) Debug.AddCard(15025844, 0, 0, k1, 3, k2) Debug.AddCard(89631139, 1, 1, k1, 1, k2) Debug.AddCard(58831685, 1, 1, k1, 2, k2) local k1, k2 = LOCATION_SZONE, POS_FACEDOWN--魔陷 Debug.AddCard(22046459, 0, 0, k1, 2, k2) Debug.AddCard(22046459, 0, 0, k1, 3, k2) local k1, k2 = LOCATION_PZONE, POS_FACEUP--灵摆 local k1, k2 = LOCATION_DECK, POS_FACEDOWN--卡组 local k1, k2 = LOCATION_EXTRA, POS_FACEDOWN--外组 local k1, k2 = LOCATION_GRAVE, POS_FACEUP--墓地 local k1, k2 = LOCATION_REMOVED, POS_FACEUP--除外 local k1, k2 = LOCATION_HAND, POS_FACEDOWN--手卡 Debug.ReloadFieldEnd() aux.BeginPuzzle()