游戏王残局简化版

Check-in [ff9270675e]
Login

Check-in [ff9270675e]

Overview
Comment:0.0.533
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: ff9270675e5b9b2b79d4dfdd01723f89a4c723a217237dfffa8e1993d0b26951
User & Date: 顽雨沉风 on 2023-07-01 12:19:12.508
Other Links: manifest | tags
Context
2023-07-01
12:19
0.0.534 check-in: 6fd4451e62 user: 顽雨沉风 tags: trunk
12:19
0.0.533 check-in: ff9270675e user: 顽雨沉风 tags: trunk
12:16
0.0.532 check-in: bda4f9e2d0 user: 顽雨沉风 tags: trunk
Changes
50
51
52
53
54
55
56






























50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86







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

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

数字可改。
</details>

<details>
<summary>
伪洗牌
</summary>
~~~
Debug.ReloadFieldBegin(DUEL_ATTACK_FIRST_TURN+DUEL_SIMPLE_AI,5)
~~~

添加一个参数即可。

~~~
Debug.ReloadFieldBegin(DUEL_ATTACK_FIRST_TURN+DUEL_SIMPLE_AI+DUEL_PSEUDO_SHUFFLE,5)
~~~
</details>

<details>
<summary>
完全操控 AI
</summary>
~~~
Debug.ReloadFieldBegin(DUEL_ATTACK_FIRST_TURN+DUEL_SIMPLE_AI,5)
~~~

去除一个参数即可。

~~~
Debug.ReloadFieldBegin(DUEL_ATTACK_FIRST_TURN,5)
~~~
</details>