Differences From Artifact [397ff88132]:
- File single/游戏王FS_01.lua — part of check-in [5e51dfa416] at 2024-08-07 10:21:26 on branch trunk — 0 (user: 顽雨沉风, size: 728) [annotate] [blame] [check-ins using]
To Artifact [2bca1ab1ca]:
- File single/游戏王FS_01.lua — part of check-in [daeaa7bbef] at 2024-08-07 10:22:01 on branch trunk — 0 (user: 顽雨沉风, size: 770) [annotate] [blame] [check-ins using]
︙ | |||
13 14 15 16 17 18 19 20 21 | 13 14 15 16 17 18 19 20 21 22 | + | 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.AddCard(36033786, 0, 0, k1, 0, k2) Debug.AddCard(95081386, 0, 0, k1, 0, k2) Debug.AddCard(28053763, 1, 1, k1, 0, k2) Debug.ReloadFieldEnd() |