游戏王残局简化版

Check-in [9bc89200e7]
Login

Check-in [9bc89200e7]

Overview
Comment:0.0.1950
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 9bc89200e7e91d684d21deda3238a7c157a9fb2c0659a4d8dde3f759025a6c24
User & Date: 顽雨沉风 on 2023-07-20 04:10:46
Other Links: manifest | tags
Context
2023-07-20
04:13
0.0.1951 check-in: 9458231d6f user: 顽雨沉风 tags: trunk
04:10
0.0.1950 check-in: 9bc89200e7 user: 顽雨沉风 tags: trunk
04:10
0.0.1949 check-in: 4f41ac1828 user: 顽雨沉风 tags: trunk
Changes

Modified single/MH01.lua from [91abb148f5] to [83fed30a15].

31
32
33
34
35
36
37
38
39
40
41
42
43
local m11=Debug.AddCard(90660762,1,1,LOCATION_MZONE,2,POS_FACEUP_ATTACK)
local m12=Debug.AddCard(90660762,1,1,LOCATION_MZONE,3,POS_FACEUP_ATTACK)
Debug.AddCard(19665973,1,1,LOCATION_HAND,3,POS_FACEUP_ATTACK)
Debug.AddCard(89631139,1,1,LOCATION_HAND,4,POS_FACEUP_ATTACK)


Debug.ReloadFieldEnd()
fun["开局添加手卡"](5)
--~ fun["禁格"](1)
aux.BeginPuzzle(false,1)










<
<
|



31
32
33
34
35
36
37


38
39
40
41
local m11=Debug.AddCard(90660762,1,1,LOCATION_MZONE,2,POS_FACEUP_ATTACK)
local m12=Debug.AddCard(90660762,1,1,LOCATION_MZONE,3,POS_FACEUP_ATTACK)
Debug.AddCard(19665973,1,1,LOCATION_HAND,3,POS_FACEUP_ATTACK)
Debug.AddCard(89631139,1,1,LOCATION_HAND,4,POS_FACEUP_ATTACK)


Debug.ReloadFieldEnd()


aux.BeginPuzzle(5,1)