Overview
Comment: | 0 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
daeaa7bbef3491c744553e68dc07f16f |
User & Date: | 顽雨沉风 on 2024-08-07 10:22:01 |
Other Links: | manifest | tags |
Context
2024-08-07
| ||
10:41 | 0 check-in: 92a0cd90da user: 顽雨沉风 tags: trunk | |
10:22 | 0 check-in: daeaa7bbef user: 顽雨沉风 tags: trunk | |
10:21 | 0 check-in: 5e51dfa416 user: 顽雨沉风 tags: trunk | |
Changes
Modified single/游戏王FS_01.lua from [397ff88132] to [2bca1ab1ca].
︙ | ︙ | |||
13 14 15 16 17 18 19 20 21 | 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.ReloadFieldEnd() | > | 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() |