Differences From Artifact [9cb4065a0d]:
- File single/游戏王FS_01.lua — part of check-in [be896fa6b2] at 2024-08-07 10:17:45 on branch trunk — 0 (user: 顽雨沉风, size: 644) [annotate] [blame] [check-ins using]
To Artifact [cb8aa557e0]:
- File single/游戏王FS_01.lua — part of check-in [1ffca3c375] at 2024-08-07 10:19:40 on branch trunk — 0 (user: 顽雨沉风, size: 686) [annotate] [blame] [check-ins using]
︙ | |||
11 12 13 14 15 16 17 18 19 | 11 12 13 14 15 16 17 18 19 20 | + | local k1, k2 = LOCATION_SZONE, POS_FACEDOWN--魔陷 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.AddCard(36033786, 0, 0, k1, 0, k2) Debug.ReloadFieldEnd() |