游戏王残局简化版

Check-in [f33077e210]
Login

Check-in [f33077e210]

Overview
Comment:0.0.1931
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: f33077e210e71c8d7fe9c6027c9086b2ff3bd3946d09564d8e27a77fa0f5ea02
User & Date: 顽雨沉风 on 2023-07-20 03:22:32
Other Links: manifest | tags
Context
2023-07-20
03:22
0.0.1932 check-in: 29f19a294e user: 顽雨沉风 tags: trunk
03:22
0.0.1931 check-in: f33077e210 user: 顽雨沉风 tags: trunk
03:22
0.0.1930 check-in: e5acaf01d9 user: 顽雨沉风 tags: trunk
Changes

Modified single/NH-04_衍生版_2.lua from [f447767653] to [9264e282af].

23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
local
s1=Debug.AddCard(19508728,0,0,LOCATION_SZONE,2,POS_FACEUP)

Debug.AddCard(68462976,1,1,LOCATION_SZONE,5,POS_FACEUP)

Debug.ReloadFieldEnd()
Debug.PreEquip(s1,m1)
Debug.ShowHint("这是一个印卡残局,点击对方额外卡组可以发动「法老的审判」打印任意卡。\n只能打印 3 张卡到手卡或额外卡组。")

fun["印卡"](c1,3)
aux.BeginPuzzle()











<







23
24
25
26
27
28
29

30
31
32
33
34
35
36
local
s1=Debug.AddCard(19508728,0,0,LOCATION_SZONE,2,POS_FACEUP)

Debug.AddCard(68462976,1,1,LOCATION_SZONE,5,POS_FACEUP)

Debug.ReloadFieldEnd()
Debug.PreEquip(s1,m1)


fun["印卡"](c1,3)
aux.BeginPuzzle()