游戏王残局简化版

Check-in [c41a2e5378]
Login

Check-in [c41a2e5378]

Overview
Comment:0.0.2115
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: c41a2e53782cb1de4718df18b5db252ac1dba2d82d50b5a1afd7e72d888df46b
User & Date: 顽雨沉风 on 2023-07-24 00:06:01
Other Links: manifest | tags
Context
2023-07-24
00:07
0.0.2116 check-in: 78a84b4cf8 user: 顽雨沉风 tags: trunk
00:06
0.0.2115 check-in: c41a2e5378 user: 顽雨沉风 tags: trunk
2023-07-23
16:13
0.0.2114 check-in: 36e55e73fe user: 顽雨沉风 tags: trunk
Changes

Modified single_doc/卡组测试教程.md from [cdc657d06b] to [631778d041].

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
% 卡组测试教程

# 前言

有人想用残局,进行卡组<b>测试</b>。

鄙人在此提供些微帮助。

# 随机抽卡

~~~
fun["随机抽卡"](6)
~~~

数字可改。

# ☞ 以下内容不够重要,可以忽略

# 开局添加手卡

<b>先安装</b>「游戏王残局简化版」。

~~~









<
|
<
<
<
<
<
<
<







1
2
3
4
5
6
7
8

9







10
11
12
13
14
15
16
% 卡组测试教程

# 前言

有人想用残局,进行卡组<b>测试</b>。

鄙人在此提供些微帮助。


# ----------------------------------








# 开局添加手卡

<b>先安装</b>「游戏王残局简化版」。

~~~

60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
~~~
Debug.ReloadFieldBegin(
DUEL_ATTACK_FIRST_TURN
, 5)

~~~

# ☞ 以下内容不够重要,可以忽略

# 控制抽卡数量

~~~
Debug.SetPlayerInfo(0,0,0,0)

~~~







|







52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
~~~
Debug.ReloadFieldBegin(
DUEL_ATTACK_FIRST_TURN
, 5)

~~~

# ---------------------------------

# 控制抽卡数量

~~~
Debug.SetPlayerInfo(0,0,0,0)

~~~
92
93
94
95
96
97
98

99


100




DUEL_ATTACK_FIRST_TURN
+ DUEL_SIMPLE_AI
+ DUEL_PSEUDO_SHUFFLE
, 5)

~~~

















>

>
>

>
>
>
>
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
DUEL_ATTACK_FIRST_TURN
+ DUEL_SIMPLE_AI
+ DUEL_PSEUDO_SHUFFLE
, 5)

~~~

# 随机抽卡

~~~
fun["随机抽卡"](6)

~~~

数字可改。