游戏王残局简化版

Check-in [bc10a7b5c0]
Login

Check-in [bc10a7b5c0]

Overview
Comment:0.0.738
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: bc10a7b5c0d2581f64bd009dbe38c71a7b721852917f8e1d39b454d3b4913135
User & Date: 顽雨沉风 on 2023-07-06 11:41:16
Other Links: manifest | tags
Context
2023-07-06
11:41
0.0.739 check-in: fb897ee454 user: 顽雨沉风 tags: trunk
11:41
0.0.738 check-in: bc10a7b5c0 user: 顽雨沉风 tags: trunk
11:39
0.0.737 check-in: a26bc8b3cb user: 顽雨沉风 tags: trunk
Changes

Added file-d37172f261705849 version [6a3e73524a].



















































































































































































































































































>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
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
26
27
28
29
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
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
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" lang xml:lang>
<head>
  <meta charset="utf-8" />
  <meta name="generator" content="pandoc" />
  <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" />
  <title>37.Eternal Evolution</title>
  <style>
code{white-space: pre-wrap;}
span.smallcaps{font-variant: small-caps;}
div.columns{display: flex; gap: min(4vw, 1.5em);}
div.column{flex: auto; overflow-x: auto;}
div.hanging-indent{margin-left: 1.5em; text-indent: -1.5em;}

ul.task-list[class]{list-style: none;}
ul.task-list li input[type="checkbox"] {
font-size: inherit;
width: 0.8em;
margin: 0 0.8em 0.2em -1.6em;
vertical-align: middle;
}
.display.math{display: block; text-align: center; margin: 0.5rem auto;}
</style>
  <style type="text/css">
@media screen and (min-aspect-ratio:1/1) {
html {
background-color: f8f8f8;
background-image:
linear-gradient(
45deg,
#eee 25%,
transparent 25%,
transparent 75%,
#eee 75%),
linear-gradient(
45deg,
#eee 25%,
transparent 25%,
transparent 75%,
#eee 75%);
background-size: 8px 8px;
background-position: 0 0, 16px 8px;
}
body {
border: solid #a0a0a0 1px ;
border-radius: 20px ;
padding: 26px ;
margin: 16px ;
color: #101010 ;
background-color: #efefef;
padding: 2em 18%;
}
}
h1,h2,h3,h4,h5,h6 {
font-size: 1.5em;
color: #3F5770;
border-bottom: 0.1em solid #666666;
margin: 1.2em 0em;
}
a {
background-color: white;
text-decoration-color: blue;
}
a:visited {
color: blue;
text-decoration-color: white;
}
nav ul li {
margin: 1.2em 0em;
}
p::before {
content: "  ";
}
p {
margin: 1.2em 0;
}
.title {
background-color: white;
font-size: 2em;
text-align: center;
}
b {
background-color: white;
}
a {
target: _blank;
}
details > summary {
list-style: none;
border-right: 0.3em solid #5183C466;
border-left: 0.3em solid #5183C466;
padding: 0.2em 0.4em;
margin-bottom: 0.2em;
margin-top: 0.3em;
}
</style>
  <!--[if lt IE 9]>
    <script src="//cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv-printshiv.min.js"></script>
  <![endif]-->
</head>
<body>
<div class="title">
37.Eternal Evolution
</div>
<p>这个残局具有开创性意义。</p>
<p>它率先引入了在残局一开始由玩家从卡组中<b>选卡</b>加入手卡的玩法。</p>
<script>

document.onmouseup = function(event) {
  var 元素 = event.target

  if (元素.tagName == "PRE"
  || 元素.tagName == "CODE") {
    var 文本 = 元素.textContent
    navigator.clipboard.writeText(文本)
  }

}

document.addEventListener('touchend', function(event) {
  var target = event.target;
  if (target.tagName == "PRE" || target.tagName == "CODE") {
    var range = document.createRange();
    range.selectNodeContents(target);
    window.getSelection().removeAllRanges();
    window.getSelection().addRange(range);
    var successful = document.execCommand('copy');
    target.removeAttribute('contenteditable');
    window.getSelection().removeAllRanges();
  }
});



</script>
</body>
</html>

Deleted single_doc/关于残局与实战.md version [552fe9dc76].

1
2
3
4
5
6
7
有人觉得残局应该是实战的预演。这很对,但并不全对,因为这只是部分残局的特征。似乎人们对这种残局的需求更大,然而这种残局的数量很少。

有人认为玩残局的人,技术相比一般人更牛。未必,正如玩残局的棉花是实战菜鸡一样(棉花为数不多的真话)。

有人想靠玩残局磨练自己的技艺,一般来说是做不到的,原因如之前所说,模拟实战环境的残局很少。

有人说,残局总是一堆乱七八糟的资源组成,根本锻炼不了思维。这就有点苛责了。残局虽然资源组成五花八门,但最终都会回归少数几个特定操作,比如炸己方的卡。再说了,残局若是资源组成乱七八糟,正好说明遇到脑内卡池的盲点了,说明残局需要的卡池量比实战的卡池量要大。
<
<
<
<
<
<
<














Added single_doc/卡组测试教程.html version [011ba0d8f3].



























































































































































































































































































































































































































































































































>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
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
26
27
28
29
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
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
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" lang xml:lang>
<head>
  <meta charset="utf-8" />
  <meta name="generator" content="pandoc" />
  <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" />
  <title>卡组测试教程</title>
  <style>
code{white-space: pre-wrap;}
span.smallcaps{font-variant: small-caps;}
div.columns{display: flex; gap: min(4vw, 1.5em);}
div.column{flex: auto; overflow-x: auto;}
div.hanging-indent{margin-left: 1.5em; text-indent: -1.5em;}

ul.task-list[class]{list-style: none;}
ul.task-list li input[type="checkbox"] {
font-size: inherit;
width: 0.8em;
margin: 0 0.8em 0.2em -1.6em;
vertical-align: middle;
}
.display.math{display: block; text-align: center; margin: 0.5rem auto;}
</style>
  <style type="text/css">
@media screen and (min-aspect-ratio:1/1) {
html {
background-color: f8f8f8;
background-image:
linear-gradient(
45deg,
#eee 25%,
transparent 25%,
transparent 75%,
#eee 75%),
linear-gradient(
45deg,
#eee 25%,
transparent 25%,
transparent 75%,
#eee 75%);
background-size: 8px 8px;
background-position: 0 0, 16px 8px;
}
body {
border: solid #a0a0a0 1px ;
border-radius: 20px ;
padding: 26px ;
margin: 16px ;
color: #101010 ;
background-color: #efefef;
padding: 2em 18%;
}
}
h1,h2,h3,h4,h5,h6 {
font-size: 1.5em;
color: #3F5770;
border-bottom: 0.1em solid #666666;
margin: 1.2em 0em;
}
a {
background-color: white;
text-decoration-color: blue;
}
a:visited {
color: blue;
text-decoration-color: white;
}
nav ul li {
margin: 1.2em 0em;
}
p::before {
content: "  ";
}
p {
margin: 1.2em 0;
}
.title {
background-color: white;
font-size: 2em;
text-align: center;
}
b {
background-color: white;
}
a {
target: _blank;
}
details > summary {
list-style: none;
border-right: 0.3em solid #5183C466;
border-left: 0.3em solid #5183C466;
padding: 0.2em 0.4em;
margin-bottom: 0.2em;
margin-top: 0.3em;
}
details > summary:active {
transform:
rotateX(38deg)
translateY(7px);
}
pre {
background: #f6f6f6;
border-left: 0.5em solid #ccc;
padding: 0.4em;
border-radius: 0.2em;
}
pre:active {
transform:
rotateX(38deg)
translateY(7px);
}
code {
font-family: "Verdana";
}
button {
background: #ffffff;
color: #20894d;
}
button:active {
transform:
rotateX(38deg)
translateY(7px);
}
</style>
  <!--[if lt IE 9]>
    <script src="//cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv-printshiv.min.js"></script>
  <![endif]-->
</head>
<body>
<div class="title">
卡组测试教程
</div>
<details>
<summary>
前言
</summary>
<p>有人想用残局,进行卡组<b>测试</b>。</p>
<p>鄙人在此提供些微帮助。</p>
</details>
<details>
<summary>
开局添加手卡
</summary>
<pre><code>--~ 必须位于残局文件顶部
--~ 加载残局函数库
Debug.AddCard(0
  , 0
  , 0
  , LOCATION_MZONE
  , -1
  , POS_FACEUP)</code></pre>
<p>这段加载代码应放于残局文件顶部,才可使用所有功能。</p>
<pre><code>--~ 必须位于残局文件底部
fun[&quot;开局添加手卡&quot;](6)</code></pre>
<p>数字可改。</p>
<p><b>注意:这项功能依赖于残局函数库。</b></p>
<p><b>具体来说,就是要安装「游戏王残局简化版」。</b></p>
</details>
<p><b>☞ 以下内容不够重要,可以忽略</b></p>
<details>
<summary>
开启多回合
</summary>
<pre><code>aux.BeginPuzzle()</code></pre>
<p>它注册了三个效果:</p>
<ol type="1">
<li>跳过抽卡阶段</li>
<li>跳过准备阶段</li>
<li>结束阶段时,玩家血量<b>归零</b></li>
</ol>
去掉这一代码,便可开启多回合。
</details>
<details>
<summary>
完全操控 AI
</summary>
<pre><code>Debug.ReloadFieldBegin(
  DUEL_ATTACK_FIRST_TURN
  + DUEL_SIMPLE_AI
  , 5)</code></pre>
<p><b>去除</b>特定参数即可。</p>
<pre><code>Debug.ReloadFieldBegin(
  DUEL_ATTACK_FIRST_TURN
  , 5)</code></pre>
</details>
<p><b>☞ 以下内容不够重要,可以忽略</b></p>
<details>
<summary>
控制抽卡数量
</summary>
<pre><code>Debug.SetPlayerInfo(0,0,0,0)</code></pre>
最后一个参数控制<b>每</b>回合抽卡数量。
</details>
<details>
<summary>
伪洗牌
</summary>
<pre><code>Debug.ReloadFieldBegin(
  DUEL_ATTACK_FIRST_TURN
  + DUEL_SIMPLE_AI
  , 5)</code></pre>
<p><b>添加</b>特定参数即可。</p>
<pre><code>Debug.ReloadFieldBegin(
  DUEL_ATTACK_FIRST_TURN
  + DUEL_SIMPLE_AI
  + DUEL_PSEUDO_SHUFFLE
  , 5)</code></pre>
</details>
<script>

document.onclick = function(event) {

  var target = event.target

  if (target.tagName == "PRE"
  || target.tagName == "CODE") {
    if (window.getSelection().toString() !== "") {
      return
      }
    var range = document.createRange();
    range.selectNodeContents(target);
    window.getSelection().removeAllRanges();
    window.getSelection().addRange(range);
    var successful = document.execCommand("copy");
    target.removeAttribute("contenteditable");
    window.getSelection().removeAllRanges();
    }

  }


目录列表 = document.getElementsByTagName("details")

function 展开或收起() {
  if (目录列表[0].open == true) {
    for (i = 0;
      i < 目录列表.length;
      i++) {
      目录列表[i].open = false;
      }
    }
  else  {
    for (i = 0;
      i < 目录列表.length;
      i++) {
      目录列表[i].open = true;
      }
    }
  }

</script>
</body>
</html>

Added single_doc/残局与实战.html version [6bc819d210].



















































































































































































































































































































>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
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
26
27
28
29
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
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
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" lang xml:lang>
<head>
  <meta charset="utf-8" />
  <meta name="generator" content="pandoc" />
  <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" />
  <title>残局与实战</title>
  <style>
code{white-space: pre-wrap;}
span.smallcaps{font-variant: small-caps;}
div.columns{display: flex; gap: min(4vw, 1.5em);}
div.column{flex: auto; overflow-x: auto;}
div.hanging-indent{margin-left: 1.5em; text-indent: -1.5em;}

ul.task-list[class]{list-style: none;}
ul.task-list li input[type="checkbox"] {
font-size: inherit;
width: 0.8em;
margin: 0 0.8em 0.2em -1.6em;
vertical-align: middle;
}
.display.math{display: block; text-align: center; margin: 0.5rem auto;}
</style>
  <style type="text/css">
@media screen and (min-aspect-ratio:1/1) {
html {
background-color: f8f8f8;
background-image:
linear-gradient(
45deg,
#eee 25%,
transparent 25%,
transparent 75%,
#eee 75%),
linear-gradient(
45deg,
#eee 25%,
transparent 25%,
transparent 75%,
#eee 75%);
background-size: 8px 8px;
background-position: 0 0, 16px 8px;
}
body {
border: solid #a0a0a0 1px ;
border-radius: 20px ;
padding: 26px ;
margin: 16px ;
color: #101010 ;
background-color: #efefef;
padding: 2em 18%;
}
}
h1,h2,h3,h4,h5,h6 {
font-size: 1.5em;
color: #3F5770;
border-bottom: 0.1em solid #666666;
margin: 1.2em 0em;
}
a {
background-color: white;
text-decoration-color: blue;
}
a:visited {
color: blue;
text-decoration-color: white;
}
nav ul li {
margin: 1.2em 0em;
}
p::before {
content: "  ";
}
p {
margin: 1.2em 0;
}
.title {
background-color: white;
font-size: 2em;
text-align: center;
}
b {
background-color: white;
}
a {
target: _blank;
}
details > summary {
list-style: none;
border-right: 0.3em solid #5183C466;
border-left: 0.3em solid #5183C466;
padding: 0.2em 0.4em;
margin-bottom: 0.2em;
margin-top: 0.3em;
}
</style>
  <!--[if lt IE 9]>
    <script src="//cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv-printshiv.min.js"></script>
  <![endif]-->
</head>
<body>
<div class="title">
残局与实战
</div>
<details>
<summary>
前言
</summary>
<p>普通残局与实战不同。</p>
<p>练习残局,则残局方面的技术会提升;</p>
<p><b>练习实战</b>,则实战方面的技术会提升。</p>
</details>
<details>
<summary>
残局优势
</summary>
<ol type="1">
<li>残局<b>必有解</b></li>
<li>残局已知双方所有卡</li>
<li>残局可反复进入同一场面</li>
</ol>
</details>
<script>

document.onmouseup = function(event) {
  var 元素 = event.target

  if (元素.tagName == "PRE"
  || 元素.tagName == "CODE") {
    var 文本 = 元素.textContent
    navigator.clipboard.writeText(文本)
  }

}

document.addEventListener('touchend', function(event) {
  var target = event.target;
  if (target.tagName == "PRE" || target.tagName == "CODE") {
    var range = document.createRange();
    range.selectNodeContents(target);
    window.getSelection().removeAllRanges();
    window.getSelection().addRange(range);
    var successful = document.execCommand('copy');
    target.removeAttribute('contenteditable');
    window.getSelection().removeAllRanges();
  }
});



</script>
</body>
</html>

Modified single_doc/残局与实战.md from [2f9039a36e] to [002e17cbe5].

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
26

<div class="title">残局与实战</div>

<details>
<summary>
前言
</summary>
普通残局与实战不同。

练习残局,则残局方面的技术会提升;

<b>练习实战</b>,则实战方面的技术会提升。

</details>

<details>
<summary>
残局优势
</summary>
1. 残局<b>必有解</b>
1. 残局已知双方所有卡
1. 残局可反复进入同一场面

</details>


<
|

<
<
|
|






<
<
<
<
|
|




<
<


1
2


3
4
5
6
7
8
9
10




11
12
13
14
15
16


17

% 残局与实战



# 前言

普通残局与实战不同。

练习残局,则残局方面的技术会提升;

<b>练习实战</b>,则实战方面的技术会提升。





# 残局优势

1. 残局<b>必有解</b>
1. 残局已知双方所有卡
1. 残局可反复进入同一场面




Modified single_doc/残局简化方法.html from [cb688f7b78] to [cb84ffe47d].

54
55
56
57
58
59
60






61
62
63
64
65
66
67
h1,h2,h3,h4,h5,h6 {
font-size: 1.5em;
color: #3F5770;
border-bottom: 0.1em solid #666666;
margin: 1.2em 0em;
}
a {






background-color: white;
text-decoration-color: blue;
}
a:visited {
color: blue;
text-decoration-color: white;
}







>
>
>
>
>
>







54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
h1,h2,h3,h4,h5,h6 {
font-size: 1.5em;
color: #3F5770;
border-bottom: 0.1em solid #666666;
margin: 1.2em 0em;
}
a {
list-style: none;
border-right: 0.3em solid #5183C466;
border-left: 0.3em solid #5183C466;
padding: 0.2em 0.4em;
margin-bottom: 0.2em;
margin-top: 0.3em;
background-color: white;
text-decoration-color: blue;
}
a:visited {
color: blue;
text-decoration-color: white;
}
77
78
79
80
81
82
83
84
85




86
87
88
89
90
91
92
93
94
95




























96
97
98
99
100
101



102
103
104
105




106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143

144
145
146
147
148
149
150
151

152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167



















168
169
170
171
.title {
background-color: white;
font-size: 2em;
text-align: center;
}
b {
background-color: white;
}
a {




target: _blank;
}
details > summary {
list-style: none;
border-right: 0.3em solid #5183C466;
border-left: 0.3em solid #5183C466;
padding: 0.2em 0.4em;
margin-bottom: 0.2em;
margin-top: 0.3em;
}




























</style>
  <!--[if lt IE 9]>
    <script src="//cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv-printshiv.min.js"></script>
  <![endif]-->
</head>
<body>



<nav id="TOC" role="doc-toc">
<ul>
<li><a href="#卡数" id="toc-卡数"><span class="toc-section-number">1</span> 卡数</a></li>
<li><a href="#残局简化方法" id="toc-残局简化方法"><span class="toc-section-number">2</span> 残局简化方法</a></li>




</ul>
</nav>
<div class="title">
残局简化方法
</div>
<details>
<summary>
<h1 data-number="1" id="卡数"><span class="header-section-number">1</span> 卡数</h1>
</summary>
<p>在残局中,仅统计<b>有效果卡</b>的数量。</p>
<p>这是因为读有效果的卡不仅比读没效果的卡要困难,而且还会带来更大的思维负担。</p>
<p>一般来说,认知资源和思维负载之间成反比关系:当认知资源增加时,思维负载就减少,而当认知资源减少时,思维负载就增加。</p>
<p>但这是因为较少的认知资源已经包含了思维推理所需的必要条件,而在此之上增加的认知资源提供了更多的思维推理所需要的中间步骤。</p>
<p>在残局里,所有卡的效果加起来,其中已经包含了解局所需要的必要效果,但是那部分多出来的效果则并不能提供解局所需的中间步骤。</p>
<p>因此,在残局里,思维负担与效果数量成正比,即效果数量越多,思维负担越重;效果数量越少,思维负担越轻(这里尚未考虑到效果的质量等其他属性)。</p>
<p>把残局流程中的有效果卡替换成无效果卡,可以显著减少残局中的效果数量,减轻思维负担。</p>
</details>
<h1 data-number="2" id="残局简化方法"><span class="header-section-number">2</span> 残局简化方法</h1>
<details>
<summary>
干扰卡
</summary>
<p>干扰卡,可以划分为三类:</p>
<ol type="1">
<li>不参与解局过程</li>
<li>参与解局过程但是其效果没有得到发挥</li>
<li>参与解局过程且效果得到发挥但是被替换成<b>无效果卡</b>后仍然参与解局过程</li>
</ol>
</details>
<details>
<summary>
冗余卡
</summary>
<p>参与解局过程并且效果得到发挥,但被删掉后,残局必要流程<b>不变</b>。</p>
</details>
<script>

document.onmouseup = function(event) {

  var 元素 = event.target

  if (元素.tagName == "PRE"
  || 元素.tagName == "CODE") {
    var 文本 = 元素.textContent
    navigator.clipboard.writeText(文本)
  }


}

document.addEventListener('touchend', function(event) {
  var target = event.target;
  if (target.tagName == "PRE" || target.tagName == "CODE") {
    var range = document.createRange();
    range.selectNodeContents(target);
    window.getSelection().removeAllRanges();
    window.getSelection().addRange(range);
    var successful = document.execCommand('copy');
    target.removeAttribute('contenteditable');
    window.getSelection().removeAllRanges();
  }
});






















</script>
</body>
</html>







<
|
>
>
>
>
|









>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>






>
>
>



|
>
>
>
>


<
<
<
<
<

<







<

<
<
|
<






<
<
<
|
<

<


|
>
|

|
|
<
<
<
|
>
|
<
<
<
<




|
|

|
|
|

>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>




83
84
85
86
87
88
89

90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151





152

153
154
155
156
157
158
159

160


161

162
163
164
165
166
167



168

169

170
171
172
173
174
175
176
177



178
179
180




181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
.title {
background-color: white;
font-size: 2em;
text-align: center;
}
b {
background-color: white;

list-style: none;
border-right: 0.3em solid #5183C466;
border-left: 0.3em solid #5183C466;
padding: 0.2em 0.4em;
margin-bottom: 0.2em;
margin-top: 0.3em;
}
details > summary {
list-style: none;
border-right: 0.3em solid #5183C466;
border-left: 0.3em solid #5183C466;
padding: 0.2em 0.4em;
margin-bottom: 0.2em;
margin-top: 0.3em;
}
details > summary:active {
transform:
rotateX(38deg)
translateY(7px);
}
pre {
background: #f6f6f6;
border-left: 0.5em solid #ccc;
padding: 0.4em;
border-radius: 0.2em;
}
pre:active {
transform:
rotateX(38deg)
translateY(7px);
}
code {
font-family: "Verdana";
}
button {
background: #ffffff;
color: #20894d;
}
button:active {
transform:
rotateX(38deg)
translateY(7px);
}
</style>
  <!--[if lt IE 9]>
    <script src="//cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv-printshiv.min.js"></script>
  <![endif]-->
</head>
<body>
<header id="title-block-header">
<h1 class="title">残局简化方法</h1>
</header>
<nav id="TOC" role="doc-toc">
<ul>
<li><a href="#卡数" id="toc-卡数"><span class="toc-section-number">1</span> 卡数</a></li>
<li><a href="#残局简化方法" id="toc-残局简化方法"><span class="toc-section-number">2</span> 残局简化方法</a>
<ul>
<li><a href="#干扰卡" id="toc-干扰卡"><span class="toc-section-number">2.1</span> 干扰卡</a></li>
<li><a href="#冗余卡" id="toc-冗余卡"><span class="toc-section-number">2.2</span> 冗余卡</a></li>
</ul></li>
</ul>
</nav>





<h1 data-number="1" id="卡数"><span class="header-section-number">1</span> 卡数</h1>

<p>在残局中,仅统计<b>有效果卡</b>的数量。</p>
<p>这是因为读有效果的卡不仅比读没效果的卡要困难,而且还会带来更大的思维负担。</p>
<p>一般来说,认知资源和思维负载之间成反比关系:当认知资源增加时,思维负载就减少,而当认知资源减少时,思维负载就增加。</p>
<p>但这是因为较少的认知资源已经包含了思维推理所需的必要条件,而在此之上增加的认知资源提供了更多的思维推理所需要的中间步骤。</p>
<p>在残局里,所有卡的效果加起来,其中已经包含了解局所需要的必要效果,但是那部分多出来的效果则并不能提供解局所需的中间步骤。</p>
<p>因此,在残局里,思维负担与效果数量成正比,即效果数量越多,思维负担越重;效果数量越少,思维负担越轻(这里尚未考虑到效果的质量等其他属性)。</p>
<p>把残局流程中的有效果卡替换成无效果卡,可以显著减少残局中的效果数量,减轻思维负担。</p>

<h1 data-number="2" id="残局简化方法"><span class="header-section-number">2</span> 残局简化方法</h1>


<h2 data-number="2.1" id="干扰卡"><span class="header-section-number">2.1</span> 干扰卡</h2>

<p>干扰卡,可以划分为三类:</p>
<ol type="1">
<li>不参与解局过程</li>
<li>参与解局过程但是其效果没有得到发挥</li>
<li>参与解局过程且效果得到发挥但是被替换成<b>无效果卡</b>后仍然参与解局过程</li>
</ol>



<h2 data-number="2.2" id="冗余卡"><span class="header-section-number">2.2</span> 冗余卡</h2>

<p>参与解局过程并且效果得到发挥,但被删掉后,残局必要流程<b>不变</b>。</p>

<script>

document.onclick = function(event) {

  var target = event.target

  if (target.tagName == "PRE"
  || target.tagName == "CODE") {



    if (window.getSelection().toString() !== "") {
      return
      }




    var range = document.createRange();
    range.selectNodeContents(target);
    window.getSelection().removeAllRanges();
    window.getSelection().addRange(range);
    var successful = document.execCommand("copy");
    target.removeAttribute("contenteditable");
    window.getSelection().removeAllRanges();
    }

  }


目录列表 = document.getElementsByTagName("details")

function 展开或收起() {
  if (目录列表[0].open == true) {
    for (i = 0;
      i < 目录列表.length;
      i++) {
      目录列表[i].open = false;
      }
    }
  else  {
    for (i = 0;
      i < 目录列表.length;
      i++) {
      目录列表[i].open = true;
      }
    }
  }

</script>
</body>
</html>