游戏王残局简化版

Check-in [bda4f9e2d0]
Login

Check-in [bda4f9e2d0]

Overview
Comment:0.0.532
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: bda4f9e2d052158a1b74e3b37fbacdef92be5ec9d0b507403ecea300c033f529
User & Date: 顽雨沉风 on 2023-07-01 12:16:12
Other Links: manifest | tags
Context
2023-07-01
12:19
0.0.533 check-in: ff9270675e user: 顽雨沉风 tags: trunk
12:16
0.0.532 check-in: bda4f9e2d0 user: 顽雨沉风 tags: trunk
12:10
0.0.531 check-in: da28e238e0 user: 顽雨沉风 tags: trunk
Changes

Modified single_doc/卡组测试教程.md from [e0a05353fc] to [14644fc3e2].

30
31
32
33
34
35
36




















</summary>
~~~
Debug.SetPlayerInfo(0,0,0,0)
~~~

最后一个参数控制每回合抽卡数量。
</details>



























>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
</summary>
~~~
Debug.SetPlayerInfo(0,0,0,0)
~~~

最后一个参数控制每回合抽卡数量。
</details>

<details>
<summary>
开局添加手卡
</summary>
~~~
--~ 加载残局函数库
Debug.AddCard(0,0,0,LOCATION_MZONE,-1,POS_FACEUP)
~~~

这段加载代码应放于脚本顶部,才可使用所有功能。

~~~
fun["开局添加手卡"](6)
~~~

这段代码应放于脚本底部。

数字可改。
</details>