31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
|
Debug.AddCard(68462976,1,1,LOCATION_SZONE,5,POS_FACEUP)
Debug.ReloadFieldEnd()
aux.BeginPuzzle()
fun["印卡"](c1,2,10)
Debug.PreSetTarget(s2, m2)
Debug.PreEquip(s1,m1)
Debug.ShowHint("这是一个印卡残局,点击对方额外卡组可以发动「法老的审判」打印任意卡。\n只能打印 2 张卡到手卡,其他 8 张卡片将被添加到主卡组或额外卡组。")
fun["开局说明"]()
|
|
|
|
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
|
Debug.AddCard(68462976,1,1,LOCATION_SZONE,5,POS_FACEUP)
Debug.ReloadFieldEnd()
aux.BeginPuzzle()
Debug.PreSetTarget(s2, m2)
Debug.PreEquip(s1,m1)
Debug.ShowHint("这是一个印卡残局,点击对方额外卡组可以发动「法老的审判」打印任意卡。\n只能打印 2 张卡到手卡,其他 8 张卡片将被添加到主卡组或额外卡组。")
fun["印卡"](c1,2,10)
fun["开局说明"]()
|