游戏王残局简化版

Check-in [5820fafa40]
Login

Check-in [5820fafa40]

Overview
Comment:0.0.530
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 5820fafa4034ca7a1676cfba2b54a217a7c9332ec7c115c1c218ed04952537bb
User & Date: 顽雨沉风 on 2023-07-01 12:05:42
Other Links: manifest | tags
Context
2023-07-01
12:10
0.0.531 check-in: da28e238e0 user: 顽雨沉风 tags: trunk
12:05
0.0.530 check-in: 5820fafa40 user: 顽雨沉风 tags: trunk
12:03
0.0.529 check-in: 3f356dbfe7 user: 顽雨沉风 tags: trunk
Changes

Modified single_doc/卡组测试教程.md from [5160120967] to [485d8af8fd].

1
2
3
4
5
6
7
8

















<details>
<summary>
前言
</summary>
有人想用残局,进行卡组测试。

鄙人在此提供些微帮助。
</details>

























>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<details>
<summary>
前言
</summary>
有人想用残局,进行卡组测试。

鄙人在此提供些微帮助。
</details>

<details>
<summary>
开启多回合
</summary>
~~~
aux.BeginPuzzle()
~~~

它注册了三个效果:

1. 跳过抽卡阶段
1. 跳过准备阶段
1. 结束阶段时,玩家血量归零

去掉这一代码,便可开启多回合。
</details>