游戏王残局简化版

Check-in [5afa99cf57]
Login

Check-in [5afa99cf57]

Overview
Comment:0
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 5afa99cf57c5fcb9f331b00a61a6cb8f91837b0d906972549a8853e8a2ab83bb
User & Date: 顽雨沉风 on 2024-08-07 10:42:43
Other Links: manifest | tags
Context
2024-08-07
10:43
0 check-in: c285ff982f user: 顽雨沉风 tags: trunk
10:42
0 check-in: 5afa99cf57 user: 顽雨沉风 tags: trunk
10:42
0 check-in: 6135471225 user: 顽雨沉风 tags: trunk
Changes

Modified single/游戏王FS_01.lua from [52b48fd6a5] to [89b52be770].

10
11
12
13
14
15
16

17
18
19
20
21
22
23
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24







+







local k1, k2 = LOCATION_MZONE, POS_FACEUP_ATTACK--怪兽
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--外组
Debug.AddCard(41999284, 0, 0, k1, 0, k2)
Debug.AddCard(2220237, 0, 0, k1, 0, k2)
Debug.AddCard(22862454, 0, 0, k1, 0, k2)
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(35595518, 0, 0, k1, 0, k2)
Debug.AddCard(14816688, 0, 0, k1, 0, k2)