游戏王残局简化版

Check-in [1ffca3c375]
Login

Check-in [1ffca3c375]

Overview
Comment:0
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 1ffca3c375392ecb97cd914f6a9c8cbe33dfc5598a1ae0c073e944e33233f60e
User & Date: 顽雨沉风 on 2024-08-07 10:19:40
Other Links: manifest | tags
Context
2024-08-07
10:20
0 check-in: e373bd846d user: 顽雨沉风 tags: trunk
10:19
0 check-in: 1ffca3c375 user: 顽雨沉风 tags: trunk
10:17
0 check-in: be896fa6b2 user: 顽雨沉风 tags: trunk
Changes

Modified single/游戏王FS_01.lua from [9cb4065a0d] to [cb8aa557e0].

11
12
13
14
15
16
17

18
19
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.ReloadFieldEnd()







>


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()