游戏王残局简化版

Check-in [5e51dfa416]
Login

Check-in [5e51dfa416]

Overview
Comment:0
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 5e51dfa4165e5d835a21a4356baad1e4a6333f8f1c67aefb10792560647e07e7
User & Date: 顽雨沉风 on 2024-08-07 10:21:26
Other Links: manifest | tags
Context
2024-08-07
10:22
0 check-in: daeaa7bbef user: 顽雨沉风 tags: trunk
10:21
0 check-in: 5e51dfa416 user: 顽雨沉风 tags: trunk
10:20
0 check-in: e373bd846d user: 顽雨沉风 tags: trunk
Changes

Modified single/游戏王FS_01.lua from [d2875b6762] to [397ff88132].

12
13
14
15
16
17
18

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







>


12
13
14
15
16
17
18
19
20
21
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.AddCard(95081386, 0, 0, k1, 0, k2)

Debug.ReloadFieldEnd()