-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathnx.html
265 lines (206 loc) · 264 KB
/
nx.html
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
254
255
256
257
258
259
260
261
262
263
264
265
<html>
<head>
<meta charset="utf-8">
<script src="lib/bindings/utils.js"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/vis-network/9.1.2/dist/dist/vis-network.min.css" integrity="sha512-WgxfT5LWjfszlPHXRmBWHkV2eceiWTOBvrKCNbdgDYTHrT2AeLCGbF4sZlZw3UMN3WtL0tGUoIAKsu8mllg/XA==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<script src="https://cdnjs.cloudflare.com/ajax/libs/vis-network/9.1.2/dist/vis-network.min.js" integrity="sha512-LnvoEWDFrqGHlHmDD2101OrLcbsfkrzoSpvtSQtxK3RMnRV0eOkhhBN2dXHKRrUU8p2DGRTk35n4O8nWSVe1mQ==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
<center>
<h1></h1>
</center>
<!-- <link rel="stylesheet" href="../node_modules/vis/dist/vis.min.css" type="text/css" />
<script type="text/javascript" src="../node_modules/vis/dist/vis.js"> </script>-->
<link
href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.0-beta3/dist/css/bootstrap.min.css"
rel="stylesheet"
integrity="sha384-eOJMYsd53ii+scO/bJGFsiCZc+5NDVN2yr8+0RDqr0Ql0h+rP48ckxlpbzKgwra6"
crossorigin="anonymous"
/>
<script
src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.0-beta3/dist/js/bootstrap.bundle.min.js"
integrity="sha384-JEW9xMcG8R+pH31jmWH6WWP0WintQrMb4s7ZOdauHnUtxwoG2vI5DkLtS3qm9Ekf"
crossorigin="anonymous"
></script>
<center>
<h1></h1>
</center>
<style type="text/css">
#mynetwork {
width: 1000px;
height: 1000px;
background-color: #ffffff;
border: 1px solid lightgray;
position: relative;
float: left;
}
#loadingBar {
position:absolute;
top:0px;
left:0px;
width: 1000px;
height: 1000px;
background-color:rgba(200,200,200,0.8);
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
opacity:1;
}
#bar {
position:absolute;
top:0px;
left:0px;
width:20px;
height:20px;
margin:auto auto auto auto;
border-radius:11px;
border:2px solid rgba(30,30,30,0.05);
background: rgb(0, 173, 246); /* Old browsers */
box-shadow: 2px 0px 4px rgba(0,0,0,0.4);
}
#border {
position:absolute;
top:10px;
left:10px;
width:500px;
height:23px;
margin:auto auto auto auto;
box-shadow: 0px 0px 4px rgba(0,0,0,0.2);
border-radius:10px;
}
#text {
position:absolute;
top:8px;
left:530px;
width:30px;
height:50px;
margin:auto auto auto auto;
font-size:22px;
color: #000000;
}
div.outerBorder {
position:relative;
top:400px;
width:600px;
height:44px;
margin:auto auto auto auto;
border:8px solid rgba(0,0,0,0.1);
background: rgb(252,252,252); /* Old browsers */
background: -moz-linear-gradient(top, rgba(252,252,252,1) 0%, rgba(237,237,237,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(252,252,252,1)), color-stop(100%,rgba(237,237,237,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(252,252,252,1) 0%,rgba(237,237,237,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(252,252,252,1) 0%,rgba(237,237,237,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(252,252,252,1) 0%,rgba(237,237,237,1) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(252,252,252,1) 0%,rgba(237,237,237,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */
border-radius:72px;
box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
}
#config {
float: left;
width: 400px;
height: 600px;
}
</style>
</head>
<body>
<div class="card" style="width: 100%">
<div id="mynetwork" class="card-body"></div>
</div>
<div id="loadingBar">
<div class="outerBorder">
<div id="text">0%</div>
<div id="border">
<div id="bar"></div>
</div>
</div>
</div>
<div id="config"></div>
<script type="text/javascript">
// initialize global variables.
var edges;
var nodes;
var allNodes;
var allEdges;
var nodeColors;
var originalNodes;
var network;
var container;
var options, data;
var filter = {
item : '',
property : '',
value : []
};
// This method is responsible for drawing the graph, returns the drawn network
function drawGraph() {
var container = document.getElementById('mynetwork');
// parsing and collecting nodes and edges from the python
nodes = new vis.DataSet([{"group": 1, "id": 1, "label": "1 False True Summon ", "shape": "dot", "size": 10}, {"group": 1, "id": 2, "label": "2 False True MonsterSet Swordsoul of Mo Ye;20001443;Hand;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 3, "label": "3 False True MonsterSet Incredible Ecclesia, the Virtuous;55273560;Hand;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 4, "label": "4 False True Summon Swordsoul of Mo Ye;20001443;Hand;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 5, "label": "5 False True Summon Incredible Ecclesia, the Virtuous;55273560;Hand;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 6, "label": "6 False True SpSummon Incredible Ecclesia, the Virtuous;55273560;Hand;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 7, "label": "7 False True Activate Vessel for the Dragon Cycle;65124425;Hand;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 8, "label": "8 False True Activate Swordsoul Strategist Longyuan;93490856;Hand;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 9, "label": "9 False True Activate Infinite Impermanence;10045474;Hand;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 10, "label": "10 False True SpellSet Vessel for the Dragon Cycle;65124425;Hand;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 11, "label": "11 False True SpellSet Infinite Impermanence;10045474;Hand;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 12, "label": "12 False True GoToBattlePhase ", "shape": "dot", "size": 10}, {"group": 1, "id": 756, "label": "756 False True Activate Vessel for the Dragon Cycle;65124425;Hand;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 711, "label": "711 False True Activate Vessel for the Dragon Cycle;65124425;Hand;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 307, "label": "307 False True Activate Swordsoul of Mo Ye;20001443;MonsterZone;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 262, "label": "262 False True Activate Vessel for the Dragon Cycle;65124425;Hand;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 263, "label": "263 False True Activate Swordsoul Strategist Longyuan;93490856;Hand;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 264, "label": "264 False True Activate Incredible Ecclesia, the Virtuous;55273560;MonsterZone;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 265, "label": "265 False True SpellSet Vessel for the Dragon Cycle;65124425;Hand;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 266, "label": "266 False True SpellSet Infinite Impermanence;10045474;Hand;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 267, "label": "267 False True GoToBattlePhase ", "shape": "dot", "size": 10}, {"group": 1, "id": 208, "label": "208 False True MonsterSet Swordsoul of Mo Ye;20001443;Hand;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 209, "label": "209 False True Summon Swordsoul Strategist Longyuan;93490856;Hand;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 210, "label": "210 False True Summon Swordsoul of Mo Ye;20001443;Hand;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 211, "label": "211 False True Activate Vessel for the Dragon Cycle;65124425;Hand;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 212, "label": "212 False True Activate Swordsoul Strategist Longyuan;93490856;Hand;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 213, "label": "213 False True Activate Incredible Ecclesia, the Virtuous;55273560;MonsterZone;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 214, "label": "214 False True SpellSet Vessel for the Dragon Cycle;65124425;Hand;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 215, "label": "215 False True SpellSet Infinite Impermanence;10045474;Hand;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 216, "label": "216 False True GoToBattlePhase ", "shape": "dot", "size": 10}, {"group": 1, "id": 13, "label": "13 False True Select Swordsoul Strategist Longyuan;Deck;0;0;504", "shape": "dot", "size": 10}, {"group": 1, "id": 14, "label": "14 False True Select Swordsoul of Mo Ye;Deck;0;0;504", "shape": "dot", "size": 10}, {"group": 1, "id": 15, "label": "15 False True Select Swordsoul of Taia;Deck;0;0;504", "shape": "dot", "size": 10}, {"group": 1, "id": 16, "label": "16 False True Select Tenyi Spirit - Ashuna;Deck;0;0;504", "shape": "dot", "size": 10}, {"group": 1, "id": 17, "label": "17 False True Select Tenyi Spirit - Vishuda;Deck;0;0;504", "shape": "dot", "size": 10}, {"group": 1, "id": 18, "label": "18 False True Select Tenyi Spirit - Adhara;Deck;0;0;504", "shape": "dot", "size": 10}, {"group": 1, "id": 76, "label": "76 False True Select Swordsoul of Mo Ye;Hand;10;0;501", "shape": "dot", "size": 10}, {"group": 1, "id": 650, "label": "650 False True Select Swordsoul Supreme Sovereign - Chengying;MonsterZone;1;1;575", "shape": "dot", "size": 10}, {"group": 1, "id": 583, "label": "583 False True Activate Vessel for the Dragon Cycle;65124425;Hand;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 519, "label": "519 False True Activate Vessel for the Dragon Cycle;65124425;Hand;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 447, "label": "447 False True Activate Vessel for the Dragon Cycle;65124425;Hand;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 1537, "label": "1537 False True Activate Swordsoul Strategist Longyuan;93490856;Hand;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 1061, "label": "1061 False True Activate Swordsoul Strategist Longyuan;93490856;Hand;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 2304, "label": "2304 False True Activate Swordsoul Strategist Longyuan;93490856;Hand;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 2184, "label": "2184 False True SpSummon Incredible Ecclesia, the Virtuous;55273560;Hand;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 2185, "label": "2185 False True Activate Swordsoul Strategist Longyuan;93490856;Hand;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 1395, "label": "1395 False True Activate Swordsoul Strategist Longyuan;93490856;Hand;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 24, "label": "24 False True Activate Swordsoul Strategist Longyuan;93490856;Hand;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 29, "label": "29 False True Select Swordsoul of Mo Ye;Hand;10;0;501", "shape": "dot", "size": 10}, {"group": 1, "id": 30, "label": "30 False True Activate Yes;93490856;2", "shape": "dot", "size": 10}, {"group": 1, "id": 36, "label": "36 False True SpSummon Swordsoul Supreme Sovereign - Chengying;96633955;Extra;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 40, "label": "40 False True Select Swordsoul Token;MonsterZone;4;0;512", "shape": "dot", "size": 10}, {"group": 1, "id": 41, "label": "41 False True Select Swordsoul Strategist Longyuan;MonsterZone;1;0;512", "shape": "dot", "size": 10}, {"group": 1, "id": 42, "label": "42 False True Activate Swordsoul Strategist Longyuan;93490856;Grave;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 44, "label": "44 False True Summon Incredible Ecclesia, the Virtuous;55273560;Hand;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 48, "label": "48 False True Activate Incredible Ecclesia, the Virtuous;55273560;MonsterZone;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 53, "label": "53 False True Select Swordsoul of Mo Ye;Deck;0;0;509", "shape": "dot", "size": 10}, {"group": 1, "id": 57, "label": "57 False True GoToBattlePhase ", "shape": "dot", "size": 10}, {"group": 1, "id": 60, "label": "60 False True GoToEndPhase ", "shape": "dot", "size": 10}, {"group": 1, "id": 63, "label": "63 False True GoToEndPhase ", "shape": "dot", "size": 10}, {"group": 1, "id": 66, "label": "66 False True Activate Vessel for the Dragon Cycle;65124425;Hand;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 75, "label": "75 False True GoToBattlePhase ", "shape": "dot", "size": 10}, {"group": 1, "id": 77, "label": "77 False True Activate Yes;93490856;2", "shape": "dot", "size": 10}, {"group": 1, "id": 78, "label": "78 False True Activate No;93490856;2", "shape": "dot", "size": 10}, {"group": 1, "id": 79, "label": "79 False True MonsterSet Incredible Ecclesia, the Virtuous;55273560;Hand;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 80, "label": "80 False True Summon Incredible Ecclesia, the Virtuous;55273560;Hand;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 81, "label": "81 False True SpSummon Ruddy Rose Dragon;40139997;Extra;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 82, "label": "82 False True SpSummon Baronne de Fleur;84815190;Extra;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 83, "label": "83 False True SpSummon Swordsoul Supreme Sovereign - Chengying;96633955;Extra;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 84, "label": "84 False True Activate Vessel for the Dragon Cycle;65124425;Hand;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 85, "label": "85 False True SpellSet Vessel for the Dragon Cycle;65124425;Hand;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 86, "label": "86 False True SpellSet Infinite Impermanence;10045474;Hand;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 87, "label": "87 False True GoToBattlePhase ", "shape": "dot", "size": 10}, {"group": 1, "id": 816, "label": "816 False True SpSummon Swordsoul Supreme Sovereign - Chengying;96633955;Extra;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 817, "label": "817 False True Activate Vessel for the Dragon Cycle;65124425;Hand;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 2975, "label": "2975 False True Activate Vessel for the Dragon Cycle;65124425;Hand;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 2357, "label": "2357 False True SpSummon Baronne de Fleur;84815190;Extra;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 2358, "label": "2358 False True SpSummon Swordsoul Supreme Sovereign - Chengying;96633955;Extra;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 2359, "label": "2359 False True Activate Vessel for the Dragon Cycle;65124425;Hand;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 2360, "label": "2360 False True Activate Incredible Ecclesia, the Virtuous;55273560;MonsterZone;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 2361, "label": "2361 False True SpellSet Vessel for the Dragon Cycle;65124425;Hand;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 2362, "label": "2362 False True SpellSet Infinite Impermanence;10045474;Hand;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 2363, "label": "2363 False True GoToBattlePhase ", "shape": "dot", "size": 10}, {"group": 1, "id": 2870, "label": "2870 False True Select Swordsoul Token;MonsterZone;4;0;512", "shape": "dot", "size": 10}, {"group": 1, "id": 1201, "label": "1201 False True Select Swordsoul Token;MonsterZone;4;0;512", "shape": "dot", "size": 10}, {"group": 1, "id": 1008, "label": "1008 False True Select Swordsoul Token;MonsterZone;4;0;512", "shape": "dot", "size": 10}, {"group": 1, "id": 89, "label": "89 False True Select Swordsoul of Mo Ye;Deck;0;0;504", "shape": "dot", "size": 10}, {"group": 1, "id": 92, "label": "92 False True Select Tenyi Spirit - Vishuda;Deck;0;0;504", "shape": "dot", "size": 10}, {"group": 1, "id": 93, "label": "93 False True Select Tenyi Spirit - Adhara;Deck;0;0;504", "shape": "dot", "size": 10}, {"group": 1, "id": 2747, "label": "2747 False True Activate Vessel for the Dragon Cycle;65124425;Hand;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 2633, "label": "2633 False True SpSummon Swordsoul Supreme Sovereign - Chengying;96633955;Extra;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 2634, "label": "2634 False True Activate Vessel for the Dragon Cycle;65124425;Hand;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 2500, "label": "2500 False True Activate Vessel for the Dragon Cycle;65124425;Hand;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 3085, "label": "3085 False True Activate No;65124425;1", "shape": "dot", "size": 10}, {"group": 1, "id": 3869, "label": "3869 False True Activate No;65124425;1", "shape": "dot", "size": 10}, {"group": 1, "id": 95, "label": "95 False True Activate No;65124425;1", "shape": "dot", "size": 10}, {"group": 1, "id": 97, "label": "97 False True Select Tenyi Spirit - Vishuda;Deck;0;0;506", "shape": "dot", "size": 10}, {"group": 1, "id": 105, "label": "105 False True Activate Tenyi Spirit - Vishuda;23431858;Hand;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 109, "label": "109 False True Select Swordsoul Supreme Sovereign - Chengying;MonsterZone;1;1;505", "shape": "dot", "size": 10}, {"group": 1, "id": 115, "label": "115 False True Activate Tenyi Spirit - Adhara;98159737;Grave;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 119, "label": "119 False True Select Tenyi Spirit - Vishuda;Removed;5;0;506", "shape": "dot", "size": 10}, {"group": 1, "id": 126, "label": "126 False True SpSummon Swordsoul Supreme Sovereign - Chengying;96633955;Extra;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 130, "label": "130 False True Select Swordsoul Token;MonsterZone;4;0;512", "shape": "dot", "size": 10}, {"group": 1, "id": 131, "label": "131 False True Select Swordsoul Strategist Longyuan;MonsterZone;1;0;512", "shape": "dot", "size": 10}, {"group": 1, "id": 132, "label": "132 False True Activate Swordsoul Strategist Longyuan;93490856;Grave;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 134, "label": "134 False True Summon Incredible Ecclesia, the Virtuous;55273560;Hand;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 138, "label": "138 False True Activate Incredible Ecclesia, the Virtuous;55273560;MonsterZone;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 143, "label": "143 False True Select Swordsoul of Mo Ye;Deck;0;0;509", "shape": "dot", "size": 10}, {"group": 1, "id": 145, "label": "145 False True Activate Swordsoul of Mo Ye;20001443;MonsterZone;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 146, "label": "146 False True Select Tenyi Spirit - Vishuda;Hand;10;0;526", "shape": "dot", "size": 10}, {"group": 1, "id": 149, "label": "149 False True SpSummon Swordsoul Grandmaster - Chixiao;69248256;Extra;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 154, "label": "154 False True Select Swordsoul Token;MonsterZone;4;0;512", "shape": "dot", "size": 10}, {"group": 1, "id": 155, "label": "155 False True Select Swordsoul of Mo Ye;MonsterZone;1;0;512", "shape": "dot", "size": 10}, {"group": 1, "id": 159, "label": "159 False True GoToBattlePhase ", "shape": "dot", "size": 10}, {"group": 1, "id": 160, "label": "160 False True Activate Swordsoul Grandmaster - Chixiao;69248256;MonsterZone;BattleStart", "shape": "dot", "size": 10}, {"group": 1, "id": 162, "label": "162 False True Select Swordsoul of Mo Ye;Grave;5;0;503", "shape": "dot", "size": 10}, {"group": 1, "id": 164, "label": "164 False True Select Swordsoul Supreme Sovereign - Chengying;MonsterZone;1;0;575", "shape": "dot", "size": 10}, {"group": 1, "id": 167, "label": "167 False True GoToEndPhase ", "shape": "dot", "size": 10}, {"group": 1, "id": 172, "label": "172 False True Activate Vessel for the Dragon Cycle;65124425;Hand;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 177, "label": "177 False True Select Swordsoul Strategist Longyuan;Deck;0;0;504", "shape": "dot", "size": 10}, {"group": 1, "id": 189, "label": "189 False True GoToBattlePhase ", "shape": "dot", "size": 10}, {"group": 1, "id": 190, "label": "190 False True Activate Swordsoul Grandmaster - Chixiao;69248256;MonsterZone;BattleStart", "shape": "dot", "size": 10}, {"group": 1, "id": 192, "label": "192 False True Select Swordsoul Strategist Longyuan;Grave;5;0;503", "shape": "dot", "size": 10}, {"group": 1, "id": 196, "label": "196 False True Select Adamancipator Risen - Dragite;MonsterZone;1;1;575", "shape": "dot", "size": 10}, {"group": 1, "id": 197, "label": "197 False True Activate Swordsoul Supreme Sovereign - Chengying;96633955;MonsterZone;BattleStart", "shape": "dot", "size": 10}, {"group": 1, "id": 199, "label": "199 False True Select Adamancipator Risen - Dragite;MonsterZone;1;1;503", "shape": "dot", "size": 10}, {"group": 1, "id": 206, "label": "206 False True Select Swordsoul Strategist Longyuan;Grave;5;1;503", "shape": "dot", "size": 10}, {"group": 1, "id": 4385, "label": "4385 False True Activate Incredible Ecclesia, the Virtuous;55273560;MonsterZone;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 4299, "label": "4299 False True Select Incredible Ecclesia, the Virtuous;MonsterZone;1;0;500", "shape": "dot", "size": 10}, {"group": 1, "id": 1803, "label": "1803 False True Activate Swordsoul of Mo Ye;20001443;MonsterZone;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 1118, "label": "1118 False True Select Tenyi Spirit - Adhara;Deck;0;0;504", "shape": "dot", "size": 10}, {"group": 1, "id": 1653, "label": "1653 False True Select Swordsoul of Mo Ye;Hand;10;0;501", "shape": "dot", "size": 10}, {"group": 1, "id": 221, "label": "221 False True Select Swordsoul of Mo Ye;Hand;10;0;509", "shape": "dot", "size": 10}, {"group": 1, "id": 4159, "label": "4159 False True Activate Incredible Ecclesia, the Virtuous;55273560;MonsterZone;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 4029, "label": "4029 False True Activate Incredible Ecclesia, the Virtuous;55273560;MonsterZone;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 1952, "label": "1952 False True Activate Incredible Ecclesia, the Virtuous;55273560;MonsterZone;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 224, "label": "224 False True Activate Vessel for the Dragon Cycle;65124425;Hand;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 233, "label": "233 False True Select Tenyi Spirit - Adhara;Deck;0;0;504", "shape": "dot", "size": 10}, {"group": 1, "id": 238, "label": "238 False True GoToBattlePhase ", "shape": "dot", "size": 10}, {"group": 1, "id": 243, "label": "243 False True GoToEndPhase ", "shape": "dot", "size": 10}, {"group": 1, "id": 246, "label": "246 False True Activate Vessel for the Dragon Cycle;65124425;Hand;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 252, "label": "252 False True Select Swordsoul of Mo Ye;Deck;0;0;504", "shape": "dot", "size": 10}, {"group": 1, "id": 261, "label": "261 False True GoToBattlePhase ", "shape": "dot", "size": 10}, {"group": 1, "id": 1166, "label": "1166 False True Select Tenyi Spirit - Adhara;Deck;0;0;504", "shape": "dot", "size": 10}, {"group": 1, "id": 1996, "label": "1996 False True Select Swordsoul of Mo Ye;Hand;10;0;501", "shape": "dot", "size": 10}, {"group": 1, "id": 272, "label": "272 False True Select Swordsoul of Mo Ye;Hand;10;0;509", "shape": "dot", "size": 10}, {"group": 1, "id": 4543, "label": "4543 False True Activate Incredible Ecclesia, the Virtuous;55273560;MonsterZone;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 4429, "label": "4429 False True Activate Incredible Ecclesia, the Virtuous;55273560;MonsterZone;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 2140, "label": "2140 False True Activate Incredible Ecclesia, the Virtuous;55273560;MonsterZone;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 273, "label": "273 False True Activate Vessel for the Dragon Cycle;65124425;Hand;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 282, "label": "282 False True Select Tenyi Spirit - Adhara;Deck;0;0;504", "shape": "dot", "size": 10}, {"group": 1, "id": 285, "label": "285 False True GoToBattlePhase ", "shape": "dot", "size": 10}, {"group": 1, "id": 288, "label": "288 False True GoToEndPhase ", "shape": "dot", "size": 10}, {"group": 1, "id": 291, "label": "291 False True Activate Vessel for the Dragon Cycle;65124425;Hand;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 297, "label": "297 False True Select Swordsoul of Mo Ye;Deck;0;0;504", "shape": "dot", "size": 10}, {"group": 1, "id": 306, "label": "306 False True GoToBattlePhase ", "shape": "dot", "size": 10}, {"group": 1, "id": 308, "label": "308 False True Select Swordsoul Strategist Longyuan;Hand;10;0;526", "shape": "dot", "size": 10}, {"group": 1, "id": 310, "label": "310 False True SpSummon Baxia, Brightness of the Yang Zing;83755611;Extra;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 311, "label": "311 False True SpSummon Swordsoul Grandmaster - Chixiao;69248256;Extra;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 312, "label": "312 False True SpSummon Adamancipator Risen - Dragite;9464441;Extra;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 313, "label": "313 False True Activate Vessel for the Dragon Cycle;65124425;Hand;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 1589, "label": "1589 False True Select Swordsoul Token;MonsterZone;4;0;512", "shape": "dot", "size": 10}, {"group": 1, "id": 940, "label": "940 False True Select Swordsoul Token;MonsterZone;4;0;512", "shape": "dot", "size": 10}, {"group": 1, "id": 1253, "label": "1253 False True Select Swordsoul Token;MonsterZone;4;0;512", "shape": "dot", "size": 10}, {"group": 1, "id": 322, "label": "322 False True Select Tenyi Spirit - Adhara;Deck;0;0;504", "shape": "dot", "size": 10}, {"group": 1, "id": 324, "label": "324 False True Activate No;65124425;1", "shape": "dot", "size": 10}, {"group": 1, "id": 326, "label": "326 False True Select Tenyi Spirit - Vishuda;Deck;0;0;506", "shape": "dot", "size": 10}, {"group": 1, "id": 332, "label": "332 False True Activate Tenyi Spirit - Vishuda;23431858;Hand;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 336, "label": "336 False True Select Swordsoul Supreme Sovereign - Chengying;MonsterZone;1;1;505", "shape": "dot", "size": 10}, {"group": 1, "id": 341, "label": "341 False True Activate Tenyi Spirit - Adhara;98159737;Grave;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 345, "label": "345 False True Select Tenyi Spirit - Vishuda;Removed;5;0;506", "shape": "dot", "size": 10}, {"group": 1, "id": 350, "label": "350 False True Activate Swordsoul Strategist Longyuan;93490856;Hand;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 354, "label": "354 False True Select Tenyi Spirit - Vishuda;Hand;10;0;501", "shape": "dot", "size": 10}, {"group": 1, "id": 355, "label": "355 False True Activate Yes;93490856;2", "shape": "dot", "size": 10}, {"group": 1, "id": 363, "label": "363 False True SpSummon Swordsoul Supreme Sovereign - Chengying;96633955;Extra;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 367, "label": "367 False True Select Swordsoul Token;MonsterZone;4;0;512", "shape": "dot", "size": 10}, {"group": 1, "id": 368, "label": "368 False True Select Swordsoul Strategist Longyuan;MonsterZone;1;0;512", "shape": "dot", "size": 10}, {"group": 1, "id": 369, "label": "369 False True Activate Swordsoul Strategist Longyuan;93490856;Grave;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 372, "label": "372 False True SpSummon Swordsoul Grandmaster - Chixiao;69248256;Extra;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 377, "label": "377 False True Select Swordsoul Token;MonsterZone;4;0;512", "shape": "dot", "size": 10}, {"group": 1, "id": 378, "label": "378 False True Select Swordsoul of Mo Ye;MonsterZone;1;0;512", "shape": "dot", "size": 10}, {"group": 1, "id": 382, "label": "382 False True GoToBattlePhase ", "shape": "dot", "size": 10}, {"group": 1, "id": 383, "label": "383 False True Activate Swordsoul Grandmaster - Chixiao;69248256;MonsterZone;BattleStart", "shape": "dot", "size": 10}, {"group": 1, "id": 386, "label": "386 False True Select Tenyi Spirit - Vishuda;Grave;5;0;503", "shape": "dot", "size": 10}, {"group": 1, "id": 387, "label": "387 False True Select Swordsoul Supreme Sovereign - Chengying;MonsterZone;1;0;575", "shape": "dot", "size": 10}, {"group": 1, "id": 390, "label": "390 False True GoToEndPhase ", "shape": "dot", "size": 10}, {"group": 1, "id": 395, "label": "395 False True Activate Vessel for the Dragon Cycle;65124425;Hand;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 401, "label": "401 False True Select Swordsoul of Mo Ye;Deck;0;0;504", "shape": "dot", "size": 10}, {"group": 1, "id": 408, "label": "408 False True Summon Incredible Ecclesia, the Virtuous;55273560;Hand;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 414, "label": "414 False True Activate Incredible Ecclesia, the Virtuous;55273560;MonsterZone;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 417, "label": "417 False True Select Swordsoul Strategist Longyuan;Deck;0;0;509", "shape": "dot", "size": 10}, {"group": 1, "id": 422, "label": "422 False True GoToBattlePhase ", "shape": "dot", "size": 10}, {"group": 1, "id": 423, "label": "423 False True Activate Swordsoul Grandmaster - Chixiao;69248256;MonsterZone;BattleStart", "shape": "dot", "size": 10}, {"group": 1, "id": 425, "label": "425 False True Select Swordsoul Strategist Longyuan;Grave;5;0;503", "shape": "dot", "size": 10}, {"group": 1, "id": 429, "label": "429 False True Select Adamancipator Risen - Dragite;MonsterZone;1;1;575", "shape": "dot", "size": 10}, {"group": 1, "id": 430, "label": "430 False True Activate Swordsoul Supreme Sovereign - Chengying;96633955;MonsterZone;BattleStart", "shape": "dot", "size": 10}, {"group": 1, "id": 432, "label": "432 False True Select Adamancipator Risen - Dragite;MonsterZone;1;1;503", "shape": "dot", "size": 10}, {"group": 1, "id": 439, "label": "439 False True Select Swordsoul Strategist Longyuan;Grave;5;1;503", "shape": "dot", "size": 10}, {"group": 1, "id": 458, "label": "458 False True Select Tenyi Spirit - Adhara;Deck;0;0;504", "shape": "dot", "size": 10}, {"group": 1, "id": 466, "label": "466 False True Activate Swordsoul Strategist Longyuan;93490856;Hand;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 471, "label": "471 False True Select Swordsoul of Mo Ye;Hand;10;0;501", "shape": "dot", "size": 10}, {"group": 1, "id": 472, "label": "472 False True Activate Yes;93490856;2", "shape": "dot", "size": 10}, {"group": 1, "id": 480, "label": "480 False True SpSummon Swordsoul Supreme Sovereign - Chengying;96633955;Extra;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 484, "label": "484 False True Select Swordsoul Token;MonsterZone;4;0;512", "shape": "dot", "size": 10}, {"group": 1, "id": 485, "label": "485 False True Select Swordsoul Strategist Longyuan;MonsterZone;1;0;512", "shape": "dot", "size": 10}, {"group": 1, "id": 486, "label": "486 False True Activate Swordsoul Strategist Longyuan;93490856;Grave;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 491, "label": "491 False True SpSummon Incredible Ecclesia, the Virtuous;55273560;Hand;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 497, "label": "497 False True Activate Incredible Ecclesia, the Virtuous;55273560;MonsterZone;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 502, "label": "502 False True Select Swordsoul of Mo Ye;Deck;0;0;509", "shape": "dot", "size": 10}, {"group": 1, "id": 508, "label": "508 False True GoToBattlePhase ", "shape": "dot", "size": 10}, {"group": 1, "id": 513, "label": "513 False True GoToEndPhase ", "shape": "dot", "size": 10}, {"group": 1, "id": 528, "label": "528 False True Select Tenyi Spirit - Adhara;Deck;0;0;504", "shape": "dot", "size": 10}, {"group": 1, "id": 534, "label": "534 False True Activate Swordsoul Strategist Longyuan;93490856;Hand;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 537, "label": "537 False True Select Swordsoul of Mo Ye;Hand;10;0;501", "shape": "dot", "size": 10}, {"group": 1, "id": 538, "label": "538 False True Activate Yes;93490856;2", "shape": "dot", "size": 10}, {"group": 1, "id": 544, "label": "544 False True SpSummon Swordsoul Supreme Sovereign - Chengying;96633955;Extra;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 547, "label": "547 False True Select Swordsoul Token;MonsterZone;4;0;512", "shape": "dot", "size": 10}, {"group": 1, "id": 548, "label": "548 False True Select Swordsoul Strategist Longyuan;MonsterZone;1;0;512", "shape": "dot", "size": 10}, {"group": 1, "id": 549, "label": "549 False True Activate Swordsoul Strategist Longyuan;93490856;Grave;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 551, "label": "551 False True Summon Incredible Ecclesia, the Virtuous;55273560;Hand;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 554, "label": "554 False True Activate Incredible Ecclesia, the Virtuous;55273560;MonsterZone;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 558, "label": "558 False True Select Swordsoul of Mo Ye;Deck;0;0;509", "shape": "dot", "size": 10}, {"group": 1, "id": 561, "label": "561 False True GoToBattlePhase ", "shape": "dot", "size": 10}, {"group": 1, "id": 563, "label": "563 False True GoToEndPhase ", "shape": "dot", "size": 10}, {"group": 1, "id": 565, "label": "565 False True GoToEndPhase ", "shape": "dot", "size": 10}, {"group": 1, "id": 568, "label": "568 False True Activate Vessel for the Dragon Cycle;65124425;Hand;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 575, "label": "575 False True GoToBattlePhase ", "shape": "dot", "size": 10}, {"group": 1, "id": 592, "label": "592 False True Select Tenyi Spirit - Adhara;Deck;0;0;504", "shape": "dot", "size": 10}, {"group": 1, "id": 598, "label": "598 False True Activate Swordsoul Strategist Longyuan;93490856;Hand;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 603, "label": "603 False True Select Swordsoul of Mo Ye;Hand;10;0;501", "shape": "dot", "size": 10}, {"group": 1, "id": 604, "label": "604 False True Activate Yes;93490856;2", "shape": "dot", "size": 10}, {"group": 1, "id": 610, "label": "610 False True SpSummon Swordsoul Supreme Sovereign - Chengying;96633955;Extra;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 614, "label": "614 False True Select Swordsoul Token;MonsterZone;4;0;512", "shape": "dot", "size": 10}, {"group": 1, "id": 615, "label": "615 False True Select Swordsoul Strategist Longyuan;MonsterZone;1;0;512", "shape": "dot", "size": 10}, {"group": 1, "id": 616, "label": "616 False True Activate Swordsoul Strategist Longyuan;93490856;Grave;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 618, "label": "618 False True Summon Incredible Ecclesia, the Virtuous;55273560;Hand;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 622, "label": "622 False True Activate Incredible Ecclesia, the Virtuous;55273560;MonsterZone;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 627, "label": "627 False True Select Swordsoul of Mo Ye;Deck;0;0;509", "shape": "dot", "size": 10}, {"group": 1, "id": 631, "label": "631 False True GoToBattlePhase ", "shape": "dot", "size": 10}, {"group": 1, "id": 634, "label": "634 False True GoToEndPhase ", "shape": "dot", "size": 10}, {"group": 1, "id": 637, "label": "637 False True GoToEndPhase ", "shape": "dot", "size": 10}, {"group": 1, "id": 640, "label": "640 False True Activate Vessel for the Dragon Cycle;65124425;Hand;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 649, "label": "649 False True GoToBattlePhase ", "shape": "dot", "size": 10}, {"group": 1, "id": 656, "label": "656 False True Activate Vessel for the Dragon Cycle;65124425;Hand;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 665, "label": "665 False True Select Tenyi Spirit - Adhara;Deck;0;0;504", "shape": "dot", "size": 10}, {"group": 1, "id": 671, "label": "671 False True Activate Swordsoul Strategist Longyuan;93490856;Hand;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 674, "label": "674 False True Select Swordsoul of Mo Ye;Hand;10;0;501", "shape": "dot", "size": 10}, {"group": 1, "id": 675, "label": "675 False True Activate Yes;93490856;2", "shape": "dot", "size": 10}, {"group": 1, "id": 681, "label": "681 False True SpSummon Swordsoul Supreme Sovereign - Chengying;96633955;Extra;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 684, "label": "684 False True Select Swordsoul Token;MonsterZone;4;0;512", "shape": "dot", "size": 10}, {"group": 1, "id": 685, "label": "685 False True Select Swordsoul Strategist Longyuan;MonsterZone;1;0;512", "shape": "dot", "size": 10}, {"group": 1, "id": 686, "label": "686 False True Activate Swordsoul Strategist Longyuan;93490856;Grave;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 688, "label": "688 False True Summon Incredible Ecclesia, the Virtuous;55273560;Hand;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 691, "label": "691 False True Activate Incredible Ecclesia, the Virtuous;55273560;MonsterZone;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 695, "label": "695 False True Select Swordsoul of Mo Ye;Deck;0;0;509", "shape": "dot", "size": 10}, {"group": 1, "id": 698, "label": "698 False True GoToBattlePhase ", "shape": "dot", "size": 10}, {"group": 1, "id": 700, "label": "700 False True GoToEndPhase ", "shape": "dot", "size": 10}, {"group": 1, "id": 702, "label": "702 False True GoToEndPhase ", "shape": "dot", "size": 10}, {"group": 1, "id": 705, "label": "705 False True Activate Vessel for the Dragon Cycle;65124425;Hand;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 710, "label": "710 False True GoToBattlePhase ", "shape": "dot", "size": 10}, {"group": 1, "id": 721, "label": "721 False True Select Tenyi Spirit - Adhara;Deck;0;0;504", "shape": "dot", "size": 10}, {"group": 1, "id": 722, "label": "722 False True Activate Swordsoul Strategist Longyuan;93490856;Hand;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 726, "label": "726 False True Select Swordsoul of Mo Ye;Hand;10;0;501", "shape": "dot", "size": 10}, {"group": 1, "id": 727, "label": "727 False True Activate Yes;93490856;2", "shape": "dot", "size": 10}, {"group": 1, "id": 731, "label": "731 False True SpSummon Swordsoul Supreme Sovereign - Chengying;96633955;Extra;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 735, "label": "735 False True Select Swordsoul Token;MonsterZone;4;0;512", "shape": "dot", "size": 10}, {"group": 1, "id": 736, "label": "736 False True Select Swordsoul Strategist Longyuan;MonsterZone;1;0;512", "shape": "dot", "size": 10}, {"group": 1, "id": 737, "label": "737 False True Activate Swordsoul Strategist Longyuan;93490856;Grave;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 740, "label": "740 False True GoToBattlePhase ", "shape": "dot", "size": 10}, {"group": 1, "id": 743, "label": "743 False True GoToEndPhase ", "shape": "dot", "size": 10}, {"group": 1, "id": 746, "label": "746 False True Activate Vessel for the Dragon Cycle;65124425;Hand;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 755, "label": "755 False True GoToBattlePhase ", "shape": "dot", "size": 10}, {"group": 1, "id": 765, "label": "765 False True Select Tenyi Spirit - Adhara;Deck;0;0;504", "shape": "dot", "size": 10}, {"group": 1, "id": 768, "label": "768 False True GoToBattlePhase ", "shape": "dot", "size": 10}, {"group": 1, "id": 774, "label": "774 False True Activate Vessel for the Dragon Cycle;65124425;Hand;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 780, "label": "780 False True Select Swordsoul of Mo Ye;Deck;0;0;504", "shape": "dot", "size": 10}, {"group": 1, "id": 789, "label": "789 False True SpSummon Incredible Ecclesia, the Virtuous;55273560;Hand;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 797, "label": "797 False True Activate Incredible Ecclesia, the Virtuous;55273560;MonsterZone;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 803, "label": "803 False True Select Swordsoul Strategist Longyuan;Hand;10;0;509", "shape": "dot", "size": 10}, {"group": 1, "id": 807, "label": "807 False True GoToBattlePhase ", "shape": "dot", "size": 10}, {"group": 1, "id": 811, "label": "811 False True GoToEndPhase ", "shape": "dot", "size": 10}, {"group": 1, "id": 1342, "label": "1342 False True Select Swordsoul Token;MonsterZone;4;0;512", "shape": "dot", "size": 10}, {"group": 1, "id": 826, "label": "826 False True Select Tenyi Spirit - Adhara;Deck;0;0;504", "shape": "dot", "size": 10}, {"group": 1, "id": 828, "label": "828 False True Activate No;65124425;1", "shape": "dot", "size": 10}, {"group": 1, "id": 830, "label": "830 False True Select Tenyi Spirit - Vishuda;Deck;0;0;506", "shape": "dot", "size": 10}, {"group": 1, "id": 838, "label": "838 False True Activate Tenyi Spirit - Vishuda;23431858;Hand;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 842, "label": "842 False True Select Swordsoul Supreme Sovereign - Chengying;MonsterZone;1;1;505", "shape": "dot", "size": 10}, {"group": 1, "id": 848, "label": "848 False True Activate Tenyi Spirit - Adhara;98159737;Grave;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 852, "label": "852 False True Select Tenyi Spirit - Vishuda;Removed;5;0;506", "shape": "dot", "size": 10}, {"group": 1, "id": 859, "label": "859 False True SpSummon Swordsoul Supreme Sovereign - Chengying;96633955;Extra;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 863, "label": "863 False True Select Swordsoul Token;MonsterZone;4;0;512", "shape": "dot", "size": 10}, {"group": 1, "id": 864, "label": "864 False True Select Swordsoul Strategist Longyuan;MonsterZone;1;0;512", "shape": "dot", "size": 10}, {"group": 1, "id": 865, "label": "865 False True Activate Swordsoul Strategist Longyuan;93490856;Grave;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 867, "label": "867 False True Summon Incredible Ecclesia, the Virtuous;55273560;Hand;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 871, "label": "871 False True Activate Incredible Ecclesia, the Virtuous;55273560;MonsterZone;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 876, "label": "876 False True Select Swordsoul of Mo Ye;Deck;0;0;509", "shape": "dot", "size": 10}, {"group": 1, "id": 878, "label": "878 False True Activate Swordsoul of Mo Ye;20001443;MonsterZone;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 879, "label": "879 False True Select Tenyi Spirit - Vishuda;Hand;10;0;526", "shape": "dot", "size": 10}, {"group": 1, "id": 882, "label": "882 False True SpSummon Swordsoul Grandmaster - Chixiao;69248256;Extra;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 887, "label": "887 False True Select Swordsoul Token;MonsterZone;4;0;512", "shape": "dot", "size": 10}, {"group": 1, "id": 888, "label": "888 False True Select Swordsoul of Mo Ye;MonsterZone;1;0;512", "shape": "dot", "size": 10}, {"group": 1, "id": 892, "label": "892 False True GoToBattlePhase ", "shape": "dot", "size": 10}, {"group": 1, "id": 893, "label": "893 False True Activate Swordsoul Grandmaster - Chixiao;69248256;MonsterZone;BattleStart", "shape": "dot", "size": 10}, {"group": 1, "id": 895, "label": "895 False True Select Swordsoul of Mo Ye;Grave;5;0;503", "shape": "dot", "size": 10}, {"group": 1, "id": 897, "label": "897 False True Select Swordsoul Supreme Sovereign - Chengying;MonsterZone;1;0;575", "shape": "dot", "size": 10}, {"group": 1, "id": 900, "label": "900 False True GoToEndPhase ", "shape": "dot", "size": 10}, {"group": 1, "id": 905, "label": "905 False True Activate Vessel for the Dragon Cycle;65124425;Hand;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 910, "label": "910 False True Select Swordsoul Strategist Longyuan;Deck;0;0;504", "shape": "dot", "size": 10}, {"group": 1, "id": 922, "label": "922 False True GoToBattlePhase ", "shape": "dot", "size": 10}, {"group": 1, "id": 923, "label": "923 False True Activate Swordsoul Grandmaster - Chixiao;69248256;MonsterZone;BattleStart", "shape": "dot", "size": 10}, {"group": 1, "id": 925, "label": "925 False True Select Swordsoul Strategist Longyuan;Grave;5;0;503", "shape": "dot", "size": 10}, {"group": 1, "id": 929, "label": "929 False True Select Adamancipator Risen - Dragite;MonsterZone;1;1;575", "shape": "dot", "size": 10}, {"group": 1, "id": 930, "label": "930 False True Activate Swordsoul Supreme Sovereign - Chengying;96633955;MonsterZone;BattleStart", "shape": "dot", "size": 10}, {"group": 1, "id": 932, "label": "932 False True Select Adamancipator Risen - Dragite;MonsterZone;1;1;503", "shape": "dot", "size": 10}, {"group": 1, "id": 939, "label": "939 False True Select Swordsoul Strategist Longyuan;Grave;5;1;503", "shape": "dot", "size": 10}, {"group": 1, "id": 941, "label": "941 False True Select Swordsoul of Mo Ye;MonsterZone;1;0;512", "shape": "dot", "size": 10}, {"group": 1, "id": 942, "label": "942 False True Activate Vessel for the Dragon Cycle;65124425;Hand;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 952, "label": "952 False True Select Tenyi Spirit - Adhara;Deck;0;0;504", "shape": "dot", "size": 10}, {"group": 1, "id": 956, "label": "956 False True GoToBattlePhase ", "shape": "dot", "size": 10}, {"group": 1, "id": 957, "label": "957 False True Activate Swordsoul Grandmaster - Chixiao;69248256;MonsterZone;BattleStart", "shape": "dot", "size": 10}, {"group": 1, "id": 960, "label": "960 False True Select Swordsoul of Mo Ye;Grave;5;0;503", "shape": "dot", "size": 10}, {"group": 1, "id": 961, "label": "961 False True Select Swordsoul Supreme Sovereign - Chengying;MonsterZone;1;1;575", "shape": "dot", "size": 10}, {"group": 1, "id": 964, "label": "964 False True GoToEndPhase ", "shape": "dot", "size": 10}, {"group": 1, "id": 970, "label": "970 False True Activate Vessel for the Dragon Cycle;65124425;Hand;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 976, "label": "976 False True Select Swordsoul of Mo Ye;Deck;0;0;504", "shape": "dot", "size": 10}, {"group": 1, "id": 985, "label": "985 False True SpSummon Incredible Ecclesia, the Virtuous;55273560;Hand;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 993, "label": "993 False True Activate Incredible Ecclesia, the Virtuous;55273560;MonsterZone;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 999, "label": "999 False True Select Swordsoul Strategist Longyuan;Hand;10;0;509", "shape": "dot", "size": 10}, {"group": 1, "id": 1003, "label": "1003 False True GoToBattlePhase ", "shape": "dot", "size": 10}, {"group": 1, "id": 1007, "label": "1007 False True GoToEndPhase ", "shape": "dot", "size": 10}, {"group": 1, "id": 1009, "label": "1009 False True Select Swordsoul Strategist Longyuan;MonsterZone;1;0;512", "shape": "dot", "size": 10}, {"group": 1, "id": 1010, "label": "1010 False True Activate Swordsoul Strategist Longyuan;93490856;Grave;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 1013, "label": "1013 False True Activate Vessel for the Dragon Cycle;65124425;Hand;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 1022, "label": "1022 False True Select Tenyi Spirit - Adhara;Deck;0;0;504", "shape": "dot", "size": 10}, {"group": 1, "id": 1024, "label": "1024 False True Summon Incredible Ecclesia, the Virtuous;55273560;Hand;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 1028, "label": "1028 False True Activate Incredible Ecclesia, the Virtuous;55273560;MonsterZone;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 1033, "label": "1033 False True Select Swordsoul of Mo Ye;Deck;0;0;509", "shape": "dot", "size": 10}, {"group": 1, "id": 1037, "label": "1037 False True GoToBattlePhase ", "shape": "dot", "size": 10}, {"group": 1, "id": 1040, "label": "1040 False True GoToEndPhase ", "shape": "dot", "size": 10}, {"group": 1, "id": 1043, "label": "1043 False True GoToEndPhase ", "shape": "dot", "size": 10}, {"group": 1, "id": 1046, "label": "1046 False True Activate Vessel for the Dragon Cycle;65124425;Hand;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 1055, "label": "1055 False True GoToBattlePhase ", "shape": "dot", "size": 10}, {"group": 1, "id": 1066, "label": "1066 False True Select Swordsoul of Mo Ye;Hand;10;0;501", "shape": "dot", "size": 10}, {"group": 1, "id": 1067, "label": "1067 False True Activate Yes;93490856;2", "shape": "dot", "size": 10}, {"group": 1, "id": 1073, "label": "1073 False True SpSummon Swordsoul Supreme Sovereign - Chengying;96633955;Extra;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 1077, "label": "1077 False True Select Swordsoul Token;MonsterZone;4;0;512", "shape": "dot", "size": 10}, {"group": 1, "id": 1078, "label": "1078 False True Select Swordsoul Strategist Longyuan;MonsterZone;1;0;512", "shape": "dot", "size": 10}, {"group": 1, "id": 1079, "label": "1079 False True Activate Swordsoul Strategist Longyuan;93490856;Grave;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 1081, "label": "1081 False True Summon Incredible Ecclesia, the Virtuous;55273560;Hand;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 1085, "label": "1085 False True Activate Incredible Ecclesia, the Virtuous;55273560;MonsterZone;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 1089, "label": "1089 False True Select Swordsoul Strategist Longyuan;Deck;0;0;509", "shape": "dot", "size": 10}, {"group": 1, "id": 1094, "label": "1094 False True GoToBattlePhase ", "shape": "dot", "size": 10}, {"group": 1, "id": 1097, "label": "1097 False True GoToEndPhase ", "shape": "dot", "size": 10}, {"group": 1, "id": 1100, "label": "1100 False True GoToEndPhase ", "shape": "dot", "size": 10}, {"group": 1, "id": 1103, "label": "1103 False True Activate Vessel for the Dragon Cycle;65124425;Hand;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 1112, "label": "1112 False True GoToBattlePhase ", "shape": "dot", "size": 10}, {"group": 1, "id": 1124, "label": "1124 False True Activate Incredible Ecclesia, the Virtuous;55273560;MonsterZone;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 1132, "label": "1132 False True Select Swordsoul of Mo Ye;Hand;10;0;509", "shape": "dot", "size": 10}, {"group": 1, "id": 1137, "label": "1137 False True GoToBattlePhase ", "shape": "dot", "size": 10}, {"group": 1, "id": 1142, "label": "1142 False True GoToEndPhase ", "shape": "dot", "size": 10}, {"group": 1, "id": 1145, "label": "1145 False True Activate Vessel for the Dragon Cycle;65124425;Hand;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 1151, "label": "1151 False True Select Swordsoul of Mo Ye;Deck;0;0;504", "shape": "dot", "size": 10}, {"group": 1, "id": 1160, "label": "1160 False True GoToBattlePhase ", "shape": "dot", "size": 10}, {"group": 1, "id": 1168, "label": "1168 False True Activate Incredible Ecclesia, the Virtuous;55273560;MonsterZone;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 1176, "label": "1176 False True Select Swordsoul of Mo Ye;Hand;10;0;509", "shape": "dot", "size": 10}, {"group": 1, "id": 1179, "label": "1179 False True GoToBattlePhase ", "shape": "dot", "size": 10}, {"group": 1, "id": 1182, "label": "1182 False True GoToEndPhase ", "shape": "dot", "size": 10}, {"group": 1, "id": 1185, "label": "1185 False True Activate Vessel for the Dragon Cycle;65124425;Hand;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 1191, "label": "1191 False True Select Swordsoul of Mo Ye;Deck;0;0;504", "shape": "dot", "size": 10}, {"group": 1, "id": 1200, "label": "1200 False True GoToBattlePhase ", "shape": "dot", "size": 10}, {"group": 1, "id": 1202, "label": "1202 False True Select Swordsoul Strategist Longyuan;MonsterZone;1;0;512", "shape": "dot", "size": 10}, {"group": 1, "id": 1203, "label": "1203 False True Activate Swordsoul Strategist Longyuan;93490856;Grave;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 1206, "label": "1206 False True Activate Vessel for the Dragon Cycle;65124425;Hand;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 1216, "label": "1216 False True Select Tenyi Spirit - Adhara;Deck;0;0;504", "shape": "dot", "size": 10}, {"group": 1, "id": 1218, "label": "1218 False True Summon Incredible Ecclesia, the Virtuous;55273560;Hand;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 1224, "label": "1224 False True Activate Incredible Ecclesia, the Virtuous;55273560;MonsterZone;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 1229, "label": "1229 False True Select Swordsoul of Mo Ye;Deck;0;0;509", "shape": "dot", "size": 10}, {"group": 1, "id": 1234, "label": "1234 False True GoToBattlePhase ", "shape": "dot", "size": 10}, {"group": 1, "id": 1237, "label": "1237 False True GoToEndPhase ", "shape": "dot", "size": 10}, {"group": 1, "id": 1240, "label": "1240 False True GoToEndPhase ", "shape": "dot", "size": 10}, {"group": 1, "id": 1243, "label": "1243 False True Activate Vessel for the Dragon Cycle;65124425;Hand;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 1252, "label": "1252 False True GoToBattlePhase ", "shape": "dot", "size": 10}, {"group": 1, "id": 1254, "label": "1254 False True Select Swordsoul of Mo Ye;MonsterZone;1;0;512", "shape": "dot", "size": 10}, {"group": 1, "id": 1255, "label": "1255 False True Activate Swordsoul of Mo Ye;20001443;Grave;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 1256, "label": "1256 False True Activate Vessel for the Dragon Cycle;65124425;Hand;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 1266, "label": "1266 False True Select Tenyi Spirit - Adhara;Deck;0;0;504", "shape": "dot", "size": 10}, {"group": 1, "id": 1270, "label": "1270 False True GoToBattlePhase ", "shape": "dot", "size": 10}, {"group": 1, "id": 1273, "label": "1273 False True GoToEndPhase ", "shape": "dot", "size": 10}, {"group": 1, "id": 1279, "label": "1279 False True Activate Swordsoul Strategist Longyuan;93490856;Hand;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 1285, "label": "1285 False True Select Swordsoul Strategist Longyuan;Hand;10;0;501", "shape": "dot", "size": 10}, {"group": 1, "id": 1286, "label": "1286 False True Activate Yes;93490856;2", "shape": "dot", "size": 10}, {"group": 1, "id": 1295, "label": "1295 False True Activate Vessel for the Dragon Cycle;65124425;Hand;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 1305, "label": "1305 False True SpSummon Swordsoul Supreme Sovereign - Chengying;96633955;Extra;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 1308, "label": "1308 False True Select Swordsoul Token;MonsterZone;4;0;512", "shape": "dot", "size": 10}, {"group": 1, "id": 1309, "label": "1309 False True Select Swordsoul Strategist Longyuan;MonsterZone;1;0;512", "shape": "dot", "size": 10}, {"group": 1, "id": 1310, "label": "1310 False True Activate Swordsoul Strategist Longyuan;93490856;Grave;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 1313, "label": "1313 False True Summon Incredible Ecclesia, the Virtuous;55273560;Hand;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 1317, "label": "1317 False True Activate Incredible Ecclesia, the Virtuous;55273560;MonsterZone;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 1320, "label": "1320 False True Select Swordsoul of Mo Ye;Deck;0;0;509", "shape": "dot", "size": 10}, {"group": 1, "id": 1324, "label": "1324 False True GoToBattlePhase ", "shape": "dot", "size": 10}, {"group": 1, "id": 1326, "label": "1326 False True GoToEndPhase ", "shape": "dot", "size": 10}, {"group": 1, "id": 1328, "label": "1328 False True GoToEndPhase ", "shape": "dot", "size": 10}, {"group": 1, "id": 1331, "label": "1331 False True Activate Swordsoul Emergence;56465981;Hand;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 1337, "label": "1337 False True Select Swordsoul Strategist Longyuan;Deck;0;0;506", "shape": "dot", "size": 10}, {"group": 1, "id": 1341, "label": "1341 False True GoToBattlePhase ", "shape": "dot", "size": 10}, {"group": 1, "id": 1343, "label": "1343 False True Select Swordsoul Strategist Longyuan;MonsterZone;1;0;512", "shape": "dot", "size": 10}, {"group": 1, "id": 1344, "label": "1344 False True Activate Swordsoul Strategist Longyuan;93490856;Grave;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 1347, "label": "1347 False True Activate Vessel for the Dragon Cycle;65124425;Hand;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 1356, "label": "1356 False True Select Tenyi Spirit - Adhara;Deck;0;0;504", "shape": "dot", "size": 10}, {"group": 1, "id": 1358, "label": "1358 False True Summon Incredible Ecclesia, the Virtuous;55273560;Hand;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 1362, "label": "1362 False True Activate Incredible Ecclesia, the Virtuous;55273560;MonsterZone;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 1367, "label": "1367 False True Select Swordsoul of Mo Ye;Deck;0;0;509", "shape": "dot", "size": 10}, {"group": 1, "id": 1371, "label": "1371 False True GoToBattlePhase ", "shape": "dot", "size": 10}, {"group": 1, "id": 1374, "label": "1374 False True GoToEndPhase ", "shape": "dot", "size": 10}, {"group": 1, "id": 1377, "label": "1377 False True GoToEndPhase ", "shape": "dot", "size": 10}, {"group": 1, "id": 1380, "label": "1380 False True Activate Vessel for the Dragon Cycle;65124425;Hand;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 1389, "label": "1389 False True GoToBattlePhase ", "shape": "dot", "size": 10}, {"group": 1, "id": 1400, "label": "1400 False True Select Swordsoul of Mo Ye;Hand;10;0;501", "shape": "dot", "size": 10}, {"group": 1, "id": 1401, "label": "1401 False True Activate Yes;93490856;2", "shape": "dot", "size": 10}, {"group": 1, "id": 1408, "label": "1408 False True Activate Tenyi Spirit - Vishuda;23431858;Grave;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 1412, "label": "1412 False True Select Swordsoul Supreme Sovereign - Chengying;MonsterZone;1;1;505", "shape": "dot", "size": 10}, {"group": 1, "id": 1417, "label": "1417 False True SpSummon Swordsoul Supreme Sovereign - Chengying;96633955;Extra;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 1421, "label": "1421 False True Select Swordsoul Token;MonsterZone;4;0;512", "shape": "dot", "size": 10}, {"group": 1, "id": 1422, "label": "1422 False True Select Swordsoul Strategist Longyuan;MonsterZone;1;0;512", "shape": "dot", "size": 10}, {"group": 1, "id": 1423, "label": "1423 False True Activate Swordsoul Strategist Longyuan;93490856;Grave;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 1425, "label": "1425 False True Summon Incredible Ecclesia, the Virtuous;55273560;Hand;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 1429, "label": "1429 False True Activate Incredible Ecclesia, the Virtuous;55273560;MonsterZone;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 1434, "label": "1434 False True Select Swordsoul of Mo Ye;Deck;0;0;509", "shape": "dot", "size": 10}, {"group": 1, "id": 1438, "label": "1438 False True GoToBattlePhase ", "shape": "dot", "size": 10}, {"group": 1, "id": 1441, "label": "1441 False True GoToEndPhase ", "shape": "dot", "size": 10}, {"group": 1, "id": 1444, "label": "1444 False True Activate Vessel for the Dragon Cycle;65124425;Hand;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 1453, "label": "1453 False True Select Tenyi Spirit - Adhara;Deck;0;0;504", "shape": "dot", "size": 10}, {"group": 1, "id": 1457, "label": "1457 False True GoToBattlePhase ", "shape": "dot", "size": 10}, {"group": 1, "id": 1461, "label": "1461 False True GoToEndPhase ", "shape": "dot", "size": 10}, {"group": 1, "id": 1467, "label": "1467 False True GoToBattlePhase ", "shape": "dot", "size": 10}, {"group": 1, "id": 1473, "label": "1473 False True GoToEndPhase ", "shape": "dot", "size": 10}, {"group": 1, "id": 1479, "label": "1479 False True Activate Swordsoul Emergence;56465981;Hand;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 1483, "label": "1483 False True Activate Swordsoul Supreme Sovereign - Chengying;96633955;MonsterZone;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 1484, "label": "1484 False True Select Vessel for the Dragon Cycle;Grave;5;0;521", "shape": "dot", "size": 10}, {"group": 1, "id": 1494, "label": "1494 False True Select Swordsoul Strategist Longyuan;Deck;0;0;506", "shape": "dot", "size": 10}, {"group": 1, "id": 1499, "label": "1499 False True Activate Swordsoul Strategist Longyuan;93490856;Hand;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 1502, "label": "1502 False True Select Swordsoul Strategist Longyuan;Hand;10;0;501", "shape": "dot", "size": 10}, {"group": 1, "id": 1503, "label": "1503 False True Activate Yes;93490856;2", "shape": "dot", "size": 10}, {"group": 1, "id": 1510, "label": "1510 False True Activate Tenyi Spirit - Adhara;98159737;Grave;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 1513, "label": "1513 False True Select Tenyi Spirit - Vishuda;Removed;5;0;506", "shape": "dot", "size": 10}, {"group": 1, "id": 1520, "label": "1520 False True SpSummon Swordsoul Supreme Sovereign - Chengying;96633955;Extra;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 1523, "label": "1523 False True Select Swordsoul Token;MonsterZone;4;0;512", "shape": "dot", "size": 10}, {"group": 1, "id": 1524, "label": "1524 False True Select Swordsoul Strategist Longyuan;MonsterZone;1;0;512", "shape": "dot", "size": 10}, {"group": 1, "id": 1525, "label": "1525 False True Activate Swordsoul Strategist Longyuan;93490856;Grave;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 1531, "label": "1531 False True GoToBattlePhase ", "shape": "dot", "size": 10}, {"group": 1, "id": 1542, "label": "1542 False True Select Swordsoul of Mo Ye;Hand;10;0;501", "shape": "dot", "size": 10}, {"group": 1, "id": 1543, "label": "1543 False True Activate Yes;93490856;2", "shape": "dot", "size": 10}, {"group": 1, "id": 1549, "label": "1549 False True SpSummon Swordsoul Supreme Sovereign - Chengying;96633955;Extra;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 1553, "label": "1553 False True Select Swordsoul Token;MonsterZone;4;0;512", "shape": "dot", "size": 10}, {"group": 1, "id": 1554, "label": "1554 False True Select Swordsoul Strategist Longyuan;MonsterZone;1;0;512", "shape": "dot", "size": 10}, {"group": 1, "id": 1555, "label": "1555 False True Activate Swordsoul Strategist Longyuan;93490856;Grave;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 1557, "label": "1557 False True Summon Incredible Ecclesia, the Virtuous;55273560;Hand;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 1561, "label": "1561 False True Activate Incredible Ecclesia, the Virtuous;55273560;MonsterZone;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 1566, "label": "1566 False True Select Swordsoul of Mo Ye;Deck;0;0;509", "shape": "dot", "size": 10}, {"group": 1, "id": 1570, "label": "1570 False True GoToBattlePhase ", "shape": "dot", "size": 10}, {"group": 1, "id": 1573, "label": "1573 False True GoToEndPhase ", "shape": "dot", "size": 10}, {"group": 1, "id": 1576, "label": "1576 False True GoToEndPhase ", "shape": "dot", "size": 10}, {"group": 1, "id": 1579, "label": "1579 False True Activate Vessel for the Dragon Cycle;65124425;Hand;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 1588, "label": "1588 False True GoToBattlePhase ", "shape": "dot", "size": 10}, {"group": 1, "id": 1590, "label": "1590 False True Select Swordsoul of Mo Ye;MonsterZone;1;0;512", "shape": "dot", "size": 10}, {"group": 1, "id": 1591, "label": "1591 False True Activate Vessel for the Dragon Cycle;65124425;Hand;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 1601, "label": "1601 False True Select Tenyi Spirit - Adhara;Deck;0;0;504", "shape": "dot", "size": 10}, {"group": 1, "id": 1605, "label": "1605 False True GoToBattlePhase ", "shape": "dot", "size": 10}, {"group": 1, "id": 1609, "label": "1609 False True GoToEndPhase ", "shape": "dot", "size": 10}, {"group": 1, "id": 1615, "label": "1615 False True Activate Vessel for the Dragon Cycle;65124425;Hand;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 1621, "label": "1621 False True Select Swordsoul of Mo Ye;Deck;0;0;504", "shape": "dot", "size": 10}, {"group": 1, "id": 1630, "label": "1630 False True SpSummon Incredible Ecclesia, the Virtuous;55273560;Hand;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 1638, "label": "1638 False True Activate Incredible Ecclesia, the Virtuous;55273560;MonsterZone;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 1644, "label": "1644 False True Select Swordsoul Strategist Longyuan;Hand;10;0;509", "shape": "dot", "size": 10}, {"group": 1, "id": 1648, "label": "1648 False True GoToBattlePhase ", "shape": "dot", "size": 10}, {"group": 1, "id": 1652, "label": "1652 False True GoToEndPhase ", "shape": "dot", "size": 10}, {"group": 1, "id": 1654, "label": "1654 False True Activate Yes;93490856;2", "shape": "dot", "size": 10}, {"group": 1, "id": 1660, "label": "1660 False True Activate Incredible Ecclesia, the Virtuous;55273560;MonsterZone;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 1665, "label": "1665 False True Select Swordsoul of Mo Ye;Deck;0;0;509", "shape": "dot", "size": 10}, {"group": 1, "id": 1674, "label": "1674 False True Activate Vessel for the Dragon Cycle;65124425;Hand;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 1683, "label": "1683 False True Select Tenyi Spirit - Adhara;Deck;0;0;504", "shape": "dot", "size": 10}, {"group": 1, "id": 1685, "label": "1685 False True Activate No;65124425;1", "shape": "dot", "size": 10}, {"group": 1, "id": 1687, "label": "1687 False True Select Tenyi Spirit - Vishuda;Deck;0;0;506", "shape": "dot", "size": 10}, {"group": 1, "id": 1697, "label": "1697 False True Activate Tenyi Spirit - Vishuda;23431858;Hand;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 1701, "label": "1701 False True Select Swordsoul Supreme Sovereign - Chengying;MonsterZone;1;1;505", "shape": "dot", "size": 10}, {"group": 1, "id": 1709, "label": "1709 False True Activate Tenyi Spirit - Adhara;98159737;Grave;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 1713, "label": "1713 False True Select Tenyi Spirit - Vishuda;Removed;5;0;506", "shape": "dot", "size": 10}, {"group": 1, "id": 1722, "label": "1722 False True SpSummon Swordsoul Supreme Sovereign - Chengying;96633955;Extra;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 1726, "label": "1726 False True Select Swordsoul Token;MonsterZone;4;0;512", "shape": "dot", "size": 10}, {"group": 1, "id": 1727, "label": "1727 False True Select Swordsoul Strategist Longyuan;MonsterZone;1;0;512", "shape": "dot", "size": 10}, {"group": 1, "id": 1728, "label": "1728 False True Activate Swordsoul Strategist Longyuan;93490856;Grave;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 1733, "label": "1733 False True GoToBattlePhase ", "shape": "dot", "size": 10}, {"group": 1, "id": 1738, "label": "1738 False True GoToEndPhase ", "shape": "dot", "size": 10}, {"group": 1, "id": 1741, "label": "1741 False True Activate Vessel for the Dragon Cycle;65124425;Hand;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 1745, "label": "1745 False True Select Swordsoul Strategist Longyuan;Deck;0;0;504", "shape": "dot", "size": 10}, {"group": 1, "id": 1754, "label": "1754 False True GoToBattlePhase ", "shape": "dot", "size": 10}, {"group": 1, "id": 1758, "label": "1758 False True GoToEndPhase ", "shape": "dot", "size": 10}, {"group": 1, "id": 1763, "label": "1763 False True Activate Swordsoul Strategist Longyuan;93490856;Hand;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 1766, "label": "1766 False True Select Tenyi Spirit - Vishuda;Hand;10;0;501", "shape": "dot", "size": 10}, {"group": 1, "id": 1767, "label": "1767 False True Activate Yes;93490856;2", "shape": "dot", "size": 10}, {"group": 1, "id": 1774, "label": "1774 False True Activate Tenyi Spirit - Vishuda;23431858;Grave;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 1778, "label": "1778 False True Select Swordsoul of Mo Ye;MonsterZone;1;1;505", "shape": "dot", "size": 10}, {"group": 1, "id": 1779, "label": "1779 False True Activate Swordsoul Supreme Sovereign - Chengying;96633955;MonsterZone;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 1780, "label": "1780 False True Select Swordsoul of Mo Ye;MonsterZone;4;1;503", "shape": "dot", "size": 10}, {"group": 1, "id": 1788, "label": "1788 False True Select Swordsoul Strategist Longyuan;Grave;5;1;503", "shape": "dot", "size": 10}, {"group": 1, "id": 1793, "label": "1793 False True SpSummon Swordsoul Supreme Sovereign - Chengying;96633955;Extra;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 1796, "label": "1796 False True Select Swordsoul Token;MonsterZone;4;0;512", "shape": "dot", "size": 10}, {"group": 1, "id": 1797, "label": "1797 False True Select Swordsoul Strategist Longyuan;MonsterZone;1;0;512", "shape": "dot", "size": 10}, {"group": 1, "id": 1798, "label": "1798 False True Activate Swordsoul Strategist Longyuan;93490856;Grave;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 1802, "label": "1802 False True GoToBattlePhase ", "shape": "dot", "size": 10}, {"group": 1, "id": 1804, "label": "1804 False True Select Swordsoul Strategist Longyuan;Hand;10;0;526", "shape": "dot", "size": 10}, {"group": 1, "id": 1810, "label": "1810 False True Activate Incredible Ecclesia, the Virtuous;55273560;MonsterZone;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 1817, "label": "1817 False True Select Swordsoul Strategist Longyuan;Hand;10;0;509", "shape": "dot", "size": 10}, {"group": 1, "id": 1825, "label": "1825 False True Activate Vessel for the Dragon Cycle;65124425;Hand;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 1834, "label": "1834 False True Select Tenyi Spirit - Adhara;Deck;0;0;504", "shape": "dot", "size": 10}, {"group": 1, "id": 1836, "label": "1836 False True Activate No;65124425;1", "shape": "dot", "size": 10}, {"group": 1, "id": 1838, "label": "1838 False True Select Tenyi Spirit - Vishuda;Deck;0;0;506", "shape": "dot", "size": 10}, {"group": 1, "id": 1846, "label": "1846 False True Activate Tenyi Spirit - Vishuda;23431858;Hand;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 1850, "label": "1850 False True Select Swordsoul Supreme Sovereign - Chengying;MonsterZone;1;1;505", "shape": "dot", "size": 10}, {"group": 1, "id": 1858, "label": "1858 False True Activate Tenyi Spirit - Adhara;98159737;Grave;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 1862, "label": "1862 False True Select Tenyi Spirit - Vishuda;Removed;5;0;506", "shape": "dot", "size": 10}, {"group": 1, "id": 1869, "label": "1869 False True SpSummon Swordsoul Supreme Sovereign - Chengying;96633955;Extra;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 1873, "label": "1873 False True Select Swordsoul Token;MonsterZone;4;0;512", "shape": "dot", "size": 10}, {"group": 1, "id": 1874, "label": "1874 False True Select Swordsoul Strategist Longyuan;MonsterZone;1;0;512", "shape": "dot", "size": 10}, {"group": 1, "id": 1875, "label": "1875 False True Activate Swordsoul Strategist Longyuan;93490856;Grave;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 1878, "label": "1878 False True GoToBattlePhase ", "shape": "dot", "size": 10}, {"group": 1, "id": 1881, "label": "1881 False True GoToEndPhase ", "shape": "dot", "size": 10}, {"group": 1, "id": 1884, "label": "1884 False True Activate Vessel for the Dragon Cycle;65124425;Hand;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 1889, "label": "1889 False True Select Swordsoul of Mo Ye;Deck;0;0;504", "shape": "dot", "size": 10}, {"group": 1, "id": 1897, "label": "1897 False True GoToBattlePhase ", "shape": "dot", "size": 10}, {"group": 1, "id": 1901, "label": "1901 False True GoToEndPhase ", "shape": "dot", "size": 10}, {"group": 1, "id": 1906, "label": "1906 False True Activate Swordsoul Strategist Longyuan;93490856;Hand;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 1909, "label": "1909 False True Select Tenyi Spirit - Vishuda;Hand;10;0;501", "shape": "dot", "size": 10}, {"group": 1, "id": 1910, "label": "1910 False True Activate Yes;93490856;2", "shape": "dot", "size": 10}, {"group": 1, "id": 1917, "label": "1917 False True Activate Tenyi Spirit - Vishuda;23431858;Grave;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 1921, "label": "1921 False True Select Swordsoul of Mo Ye;MonsterZone;1;1;505", "shape": "dot", "size": 10}, {"group": 1, "id": 1922, "label": "1922 False True Activate Swordsoul Supreme Sovereign - Chengying;96633955;MonsterZone;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 1923, "label": "1923 False True Select Swordsoul of Mo Ye;MonsterZone;4;1;503", "shape": "dot", "size": 10}, {"group": 1, "id": 1931, "label": "1931 False True Select Swordsoul Strategist Longyuan;Grave;5;1;503", "shape": "dot", "size": 10}, {"group": 1, "id": 1936, "label": "1936 False True SpSummon Swordsoul Supreme Sovereign - Chengying;96633955;Extra;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 1939, "label": "1939 False True Select Swordsoul Token;MonsterZone;4;0;512", "shape": "dot", "size": 10}, {"group": 1, "id": 1940, "label": "1940 False True Select Swordsoul Strategist Longyuan;MonsterZone;1;0;512", "shape": "dot", "size": 10}, {"group": 1, "id": 1941, "label": "1941 False True Activate Swordsoul Strategist Longyuan;93490856;Grave;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 1945, "label": "1945 False True GoToBattlePhase ", "shape": "dot", "size": 10}, {"group": 1, "id": 1960, "label": "1960 False True Select Swordsoul of Mo Ye;Hand;10;0;509", "shape": "dot", "size": 10}, {"group": 1, "id": 1963, "label": "1963 False True Activate Vessel for the Dragon Cycle;65124425;Hand;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 1972, "label": "1972 False True Select Tenyi Spirit - Adhara;Deck;0;0;504", "shape": "dot", "size": 10}, {"group": 1, "id": 1977, "label": "1977 False True GoToEndPhase ", "shape": "dot", "size": 10}, {"group": 1, "id": 1980, "label": "1980 False True Activate Vessel for the Dragon Cycle;65124425;Hand;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 1986, "label": "1986 False True Select Swordsoul of Mo Ye;Deck;0;0;504", "shape": "dot", "size": 10}, {"group": 1, "id": 1995, "label": "1995 False True GoToBattlePhase ", "shape": "dot", "size": 10}, {"group": 1, "id": 1997, "label": "1997 False True Activate Yes;93490856;2", "shape": "dot", "size": 10}, {"group": 1, "id": 2003, "label": "2003 False True Activate Incredible Ecclesia, the Virtuous;55273560;MonsterZone;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 2008, "label": "2008 False True Select Swordsoul of Mo Ye;Deck;0;0;509", "shape": "dot", "size": 10}, {"group": 1, "id": 2017, "label": "2017 False True Activate Vessel for the Dragon Cycle;65124425;Hand;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 2026, "label": "2026 False True Select Tenyi Spirit - Adhara;Deck;0;0;504", "shape": "dot", "size": 10}, {"group": 1, "id": 2028, "label": "2028 False True Activate No;65124425;1", "shape": "dot", "size": 10}, {"group": 1, "id": 2030, "label": "2030 False True Select Tenyi Spirit - Vishuda;Deck;0;0;506", "shape": "dot", "size": 10}, {"group": 1, "id": 2038, "label": "2038 False True Activate Tenyi Spirit - Vishuda;23431858;Hand;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 2042, "label": "2042 False True Select Swordsoul Supreme Sovereign - Chengying;MonsterZone;1;1;505", "shape": "dot", "size": 10}, {"group": 1, "id": 2050, "label": "2050 False True Activate Tenyi Spirit - Adhara;98159737;Grave;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 2054, "label": "2054 False True Select Tenyi Spirit - Vishuda;Removed;5;0;506", "shape": "dot", "size": 10}, {"group": 1, "id": 2061, "label": "2061 False True SpSummon Swordsoul Supreme Sovereign - Chengying;96633955;Extra;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 2065, "label": "2065 False True Select Swordsoul Token;MonsterZone;4;0;512", "shape": "dot", "size": 10}, {"group": 1, "id": 2066, "label": "2066 False True Select Swordsoul Strategist Longyuan;MonsterZone;1;0;512", "shape": "dot", "size": 10}, {"group": 1, "id": 2067, "label": "2067 False True Activate Swordsoul Strategist Longyuan;93490856;Grave;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 2070, "label": "2070 False True GoToBattlePhase ", "shape": "dot", "size": 10}, {"group": 1, "id": 2073, "label": "2073 False True GoToEndPhase ", "shape": "dot", "size": 10}, {"group": 1, "id": 2076, "label": "2076 False True Activate Vessel for the Dragon Cycle;65124425;Hand;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 2080, "label": "2080 False True Select Swordsoul Strategist Longyuan;Deck;0;0;504", "shape": "dot", "size": 10}, {"group": 1, "id": 2089, "label": "2089 False True GoToBattlePhase ", "shape": "dot", "size": 10}, {"group": 1, "id": 2093, "label": "2093 False True GoToEndPhase ", "shape": "dot", "size": 10}, {"group": 1, "id": 2098, "label": "2098 False True Activate Swordsoul Strategist Longyuan;93490856;Hand;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 2101, "label": "2101 False True Select Tenyi Spirit - Vishuda;Hand;10;0;501", "shape": "dot", "size": 10}, {"group": 1, "id": 2102, "label": "2102 False True Activate Yes;93490856;2", "shape": "dot", "size": 10}, {"group": 1, "id": 2109, "label": "2109 False True Activate Tenyi Spirit - Vishuda;23431858;Grave;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 2113, "label": "2113 False True Select Swordsoul of Mo Ye;MonsterZone;1;1;505", "shape": "dot", "size": 10}, {"group": 1, "id": 2114, "label": "2114 False True Activate Swordsoul Supreme Sovereign - Chengying;96633955;MonsterZone;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 2115, "label": "2115 False True Select Swordsoul of Mo Ye;MonsterZone;4;1;503", "shape": "dot", "size": 10}, {"group": 1, "id": 2123, "label": "2123 False True Select Swordsoul Strategist Longyuan;Grave;5;1;503", "shape": "dot", "size": 10}, {"group": 1, "id": 2128, "label": "2128 False True SpSummon Swordsoul Supreme Sovereign - Chengying;96633955;Extra;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 2131, "label": "2131 False True Select Swordsoul Token;MonsterZone;4;0;512", "shape": "dot", "size": 10}, {"group": 1, "id": 2132, "label": "2132 False True Select Swordsoul Strategist Longyuan;MonsterZone;1;0;512", "shape": "dot", "size": 10}, {"group": 1, "id": 2133, "label": "2133 False True Activate Swordsoul Strategist Longyuan;93490856;Grave;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 2137, "label": "2137 False True GoToBattlePhase ", "shape": "dot", "size": 10}, {"group": 1, "id": 2148, "label": "2148 False True Select Swordsoul of Mo Ye;Hand;10;0;509", "shape": "dot", "size": 10}, {"group": 1, "id": 2149, "label": "2149 False True Activate Vessel for the Dragon Cycle;65124425;Hand;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 2158, "label": "2158 False True Select Tenyi Spirit - Adhara;Deck;0;0;504", "shape": "dot", "size": 10}, {"group": 1, "id": 2161, "label": "2161 False True GoToEndPhase ", "shape": "dot", "size": 10}, {"group": 1, "id": 2164, "label": "2164 False True Activate Vessel for the Dragon Cycle;65124425;Hand;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 2170, "label": "2170 False True Select Swordsoul of Mo Ye;Deck;0;0;504", "shape": "dot", "size": 10}, {"group": 1, "id": 2179, "label": "2179 False True GoToBattlePhase ", "shape": "dot", "size": 10}, {"group": 1, "id": 4347, "label": "4347 False True Activate Incredible Ecclesia, the Virtuous;55273560;MonsterZone;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 2190, "label": "2190 False True Select Swordsoul of Mo Ye;Hand;10;0;501", "shape": "dot", "size": 10}, {"group": 1, "id": 2191, "label": "2191 False True Activate Yes;93490856;2", "shape": "dot", "size": 10}, {"group": 1, "id": 2198, "label": "2198 False True Activate Tenyi Spirit - Ashuna;87052196;Grave;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 2203, "label": "2203 False True Select Tenyi Spirit - Adhara;Deck;0;0;509", "shape": "dot", "size": 10}, {"group": 1, "id": 2206, "label": "2206 False True SpSummon Swordsoul Supreme Sovereign - Chengying;96633955;Extra;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 2211, "label": "2211 False True Select Swordsoul Token;MonsterZone;4;0;512", "shape": "dot", "size": 10}, {"group": 1, "id": 2212, "label": "2212 False True Select Swordsoul Strategist Longyuan;MonsterZone;1;0;512", "shape": "dot", "size": 10}, {"group": 1, "id": 2213, "label": "2213 False True Activate Swordsoul Strategist Longyuan;93490856;Grave;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 2216, "label": "2216 False True SpSummon Monk of the Tenyi;32519092;Extra;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 2220, "label": "2220 False True Select Tenyi Spirit - Adhara;MonsterZone;4;0;533", "shape": "dot", "size": 10}, {"group": 1, "id": 2223, "label": "2223 False True Activate Tenyi Spirit - Adhara;98159737;Grave;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 2227, "label": "2227 False True Select Tenyi Spirit - Ashuna;Removed;5;0;506", "shape": "dot", "size": 10}, {"group": 1, "id": 2228, "label": "2228 False True Activate Swordsoul Supreme Sovereign - Chengying;96633955;MonsterZone;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 2229, "label": "2229 False True Select Swordsoul Supreme Sovereign - Chengying;MonsterZone;1;1;503", "shape": "dot", "size": 10}, {"group": 1, "id": 2233, "label": "2233 False True Select Swordsoul of Mo Ye;Grave;5;1;503", "shape": "dot", "size": 10}, {"group": 1, "id": 2235, "label": "2235 False True Summon Incredible Ecclesia, the Virtuous;55273560;Hand;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 2239, "label": "2239 False True Activate Incredible Ecclesia, the Virtuous;55273560;MonsterZone;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 2244, "label": "2244 False True Select Swordsoul of Mo Ye;Deck;0;0;509", "shape": "dot", "size": 10}, {"group": 1, "id": 2246, "label": "2246 False True Activate Swordsoul of Mo Ye;20001443;MonsterZone;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 2247, "label": "2247 False True Select Tenyi Spirit - Ashuna;Hand;10;0;526", "shape": "dot", "size": 10}, {"group": 1, "id": 2250, "label": "2250 False True SpSummon Swordsoul Grandmaster - Chixiao;69248256;Extra;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 2254, "label": "2254 False True Select Swordsoul Token;MonsterZone;4;0;512", "shape": "dot", "size": 10}, {"group": 1, "id": 2255, "label": "2255 False True Select Swordsoul of Mo Ye;MonsterZone;1;0;512", "shape": "dot", "size": 10}, {"group": 1, "id": 2258, "label": "2258 False True GoToBattlePhase ", "shape": "dot", "size": 10}, {"group": 1, "id": 2261, "label": "2261 False True GoToEndPhase ", "shape": "dot", "size": 10}, {"group": 1, "id": 2266, "label": "2266 False True Activate Vessel for the Dragon Cycle;65124425;Hand;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 2275, "label": "2275 False True Select Tenyi Spirit - Vishuda;Deck;0;0;504", "shape": "dot", "size": 10}, {"group": 1, "id": 2283, "label": "2283 False True GoToBattlePhase ", "shape": "dot", "size": 10}, {"group": 1, "id": 2284, "label": "2284 False True Activate Swordsoul Grandmaster - Chixiao;69248256;MonsterZone;BattleStart", "shape": "dot", "size": 10}, {"group": 1, "id": 2288, "label": "2288 False True Select Swordsoul Strategist Longyuan;Grave;5;0;503", "shape": "dot", "size": 10}, {"group": 1, "id": 2290, "label": "2290 False True Select Adamancipator Risen - Dragite;MonsterZone;1;1;575", "shape": "dot", "size": 10}, {"group": 1, "id": 2291, "label": "2291 False True Activate Swordsoul Supreme Sovereign - Chengying;96633955;MonsterZone;BattleStart", "shape": "dot", "size": 10}, {"group": 1, "id": 2292, "label": "2292 False True Select Adamancipator Risen - Dragite;MonsterZone;1;1;503", "shape": "dot", "size": 10}, {"group": 1, "id": 2293, "label": "2293 False True Select Vessel for the Dragon Cycle;Grave;5;1;503", "shape": "dot", "size": 10}, {"group": 1, "id": 2309, "label": "2309 False True Select Swordsoul of Mo Ye;Hand;10;0;501", "shape": "dot", "size": 10}, {"group": 1, "id": 2310, "label": "2310 False True Activate Yes;93490856;2", "shape": "dot", "size": 10}, {"group": 1, "id": 2316, "label": "2316 False True SpSummon Swordsoul Supreme Sovereign - Chengying;96633955;Extra;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 2320, "label": "2320 False True Select Swordsoul Token;MonsterZone;4;0;512", "shape": "dot", "size": 10}, {"group": 1, "id": 2321, "label": "2321 False True Select Swordsoul Strategist Longyuan;MonsterZone;1;0;512", "shape": "dot", "size": 10}, {"group": 1, "id": 2322, "label": "2322 False True Activate Swordsoul Strategist Longyuan;93490856;Grave;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 2324, "label": "2324 False True Summon Incredible Ecclesia, the Virtuous;55273560;Hand;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 2328, "label": "2328 False True Activate Incredible Ecclesia, the Virtuous;55273560;MonsterZone;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 2333, "label": "2333 False True Select Swordsoul of Mo Ye;Deck;0;0;509", "shape": "dot", "size": 10}, {"group": 1, "id": 2337, "label": "2337 False True GoToBattlePhase ", "shape": "dot", "size": 10}, {"group": 1, "id": 2340, "label": "2340 False True GoToEndPhase ", "shape": "dot", "size": 10}, {"group": 1, "id": 2343, "label": "2343 False True GoToEndPhase ", "shape": "dot", "size": 10}, {"group": 1, "id": 2346, "label": "2346 False True Activate Vessel for the Dragon Cycle;65124425;Hand;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 2355, "label": "2355 False True GoToBattlePhase ", "shape": "dot", "size": 10}, {"group": 1, "id": 3369, "label": "3369 False True Select Incredible Ecclesia, the Virtuous;MonsterZone;1;0;512", "shape": "dot", "size": 10}, {"group": 1, "id": 3271, "label": "3271 False True Select Incredible Ecclesia, the Virtuous;MonsterZone;1;0;512", "shape": "dot", "size": 10}, {"group": 1, "id": 3161, "label": "3161 False True Select Tenyi Spirit - Adhara;Deck;0;0;504", "shape": "dot", "size": 10}, {"group": 1, "id": 2365, "label": "2365 False True Select Swordsoul of Mo Ye;Deck;0;0;509", "shape": "dot", "size": 10}, {"group": 1, "id": 3732, "label": "3732 False True Activate Incredible Ecclesia, the Virtuous;55273560;MonsterZone;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 3601, "label": "3601 False True Activate Incredible Ecclesia, the Virtuous;55273560;MonsterZone;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 3465, "label": "3465 False True Activate Incredible Ecclesia, the Virtuous;55273560;MonsterZone;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 2374, "label": "2374 False True Activate Vessel for the Dragon Cycle;65124425;Hand;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 2383, "label": "2383 False True Select Tenyi Spirit - Adhara;Deck;0;0;504", "shape": "dot", "size": 10}, {"group": 1, "id": 2385, "label": "2385 False True Activate No;65124425;1", "shape": "dot", "size": 10}, {"group": 1, "id": 2387, "label": "2387 False True Select Tenyi Spirit - Vishuda;Deck;0;0;506", "shape": "dot", "size": 10}, {"group": 1, "id": 2395, "label": "2395 False True Activate Tenyi Spirit - Vishuda;23431858;Hand;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 2399, "label": "2399 False True Select Swordsoul Supreme Sovereign - Chengying;MonsterZone;1;1;505", "shape": "dot", "size": 10}, {"group": 1, "id": 2407, "label": "2407 False True Activate Tenyi Spirit - Adhara;98159737;Grave;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 2411, "label": "2411 False True Select Tenyi Spirit - Vishuda;Removed;5;0;506", "shape": "dot", "size": 10}, {"group": 1, "id": 2418, "label": "2418 False True SpSummon Swordsoul Supreme Sovereign - Chengying;96633955;Extra;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 2422, "label": "2422 False True Select Swordsoul Token;MonsterZone;4;0;512", "shape": "dot", "size": 10}, {"group": 1, "id": 2423, "label": "2423 False True Select Swordsoul Strategist Longyuan;MonsterZone;1;0;512", "shape": "dot", "size": 10}, {"group": 1, "id": 2424, "label": "2424 False True Activate Swordsoul Strategist Longyuan;93490856;Grave;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 2427, "label": "2427 False True GoToBattlePhase ", "shape": "dot", "size": 10}, {"group": 1, "id": 2430, "label": "2430 False True GoToEndPhase ", "shape": "dot", "size": 10}, {"group": 1, "id": 2433, "label": "2433 False True Activate Vessel for the Dragon Cycle;65124425;Hand;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 2437, "label": "2437 False True Select Swordsoul Strategist Longyuan;Deck;0;0;504", "shape": "dot", "size": 10}, {"group": 1, "id": 2446, "label": "2446 False True GoToBattlePhase ", "shape": "dot", "size": 10}, {"group": 1, "id": 2450, "label": "2450 False True GoToEndPhase ", "shape": "dot", "size": 10}, {"group": 1, "id": 2455, "label": "2455 False True Activate Swordsoul Strategist Longyuan;93490856;Hand;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 2458, "label": "2458 False True Select Tenyi Spirit - Vishuda;Hand;10;0;501", "shape": "dot", "size": 10}, {"group": 1, "id": 2459, "label": "2459 False True Activate Yes;93490856;2", "shape": "dot", "size": 10}, {"group": 1, "id": 2466, "label": "2466 False True Activate Tenyi Spirit - Vishuda;23431858;Grave;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 2470, "label": "2470 False True Select Swordsoul of Mo Ye;MonsterZone;1;1;505", "shape": "dot", "size": 10}, {"group": 1, "id": 2471, "label": "2471 False True Activate Swordsoul Supreme Sovereign - Chengying;96633955;MonsterZone;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 2472, "label": "2472 False True Select Swordsoul of Mo Ye;MonsterZone;4;1;503", "shape": "dot", "size": 10}, {"group": 1, "id": 2480, "label": "2480 False True Select Swordsoul Strategist Longyuan;Grave;5;1;503", "shape": "dot", "size": 10}, {"group": 1, "id": 2485, "label": "2485 False True SpSummon Swordsoul Supreme Sovereign - Chengying;96633955;Extra;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 2488, "label": "2488 False True Select Swordsoul Token;MonsterZone;4;0;512", "shape": "dot", "size": 10}, {"group": 1, "id": 2489, "label": "2489 False True Select Swordsoul Strategist Longyuan;MonsterZone;1;0;512", "shape": "dot", "size": 10}, {"group": 1, "id": 2490, "label": "2490 False True Activate Swordsoul Strategist Longyuan;93490856;Grave;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 2494, "label": "2494 False True GoToBattlePhase ", "shape": "dot", "size": 10}, {"group": 1, "id": 2509, "label": "2509 False True Select Tenyi Spirit - Adhara;Deck;0;0;504", "shape": "dot", "size": 10}, {"group": 1, "id": 2511, "label": "2511 False True Activate No;65124425;1", "shape": "dot", "size": 10}, {"group": 1, "id": 2513, "label": "2513 False True Select Tenyi Spirit - Vishuda;Deck;0;0;506", "shape": "dot", "size": 10}, {"group": 1, "id": 2521, "label": "2521 False True Activate Tenyi Spirit - Vishuda;23431858;Hand;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 2525, "label": "2525 False True Select Swordsoul Supreme Sovereign - Chengying;MonsterZone;1;1;505", "shape": "dot", "size": 10}, {"group": 1, "id": 2531, "label": "2531 False True Activate Tenyi Spirit - Adhara;98159737;Grave;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 2535, "label": "2535 False True Select Tenyi Spirit - Vishuda;Removed;5;0;506", "shape": "dot", "size": 10}, {"group": 1, "id": 2542, "label": "2542 False True SpSummon Swordsoul Supreme Sovereign - Chengying;96633955;Extra;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 2546, "label": "2546 False True Select Swordsoul Token;MonsterZone;4;0;512", "shape": "dot", "size": 10}, {"group": 1, "id": 2547, "label": "2547 False True Select Swordsoul Strategist Longyuan;MonsterZone;1;0;512", "shape": "dot", "size": 10}, {"group": 1, "id": 2548, "label": "2548 False True Activate Swordsoul Strategist Longyuan;93490856;Grave;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 2550, "label": "2550 False True Summon Incredible Ecclesia, the Virtuous;55273560;Hand;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 2554, "label": "2554 False True Activate Incredible Ecclesia, the Virtuous;55273560;MonsterZone;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 2559, "label": "2559 False True Select Swordsoul of Mo Ye;Deck;0;0;509", "shape": "dot", "size": 10}, {"group": 1, "id": 2561, "label": "2561 False True Activate Swordsoul of Mo Ye;20001443;MonsterZone;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 2562, "label": "2562 False True Select Tenyi Spirit - Vishuda;Hand;10;0;526", "shape": "dot", "size": 10}, {"group": 1, "id": 2565, "label": "2565 False True SpSummon Swordsoul Grandmaster - Chixiao;69248256;Extra;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 2570, "label": "2570 False True Select Swordsoul Token;MonsterZone;4;0;512", "shape": "dot", "size": 10}, {"group": 1, "id": 2571, "label": "2571 False True Select Swordsoul of Mo Ye;MonsterZone;1;0;512", "shape": "dot", "size": 10}, {"group": 1, "id": 2575, "label": "2575 False True GoToEndPhase ", "shape": "dot", "size": 10}, {"group": 1, "id": 2578, "label": "2578 False True Activate Vessel for the Dragon Cycle;65124425;Hand;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 2582, "label": "2582 False True Select Swordsoul Strategist Longyuan;Deck;0;0;504", "shape": "dot", "size": 10}, {"group": 1, "id": 2591, "label": "2591 False True GoToBattlePhase ", "shape": "dot", "size": 10}, {"group": 1, "id": 2595, "label": "2595 False True GoToEndPhase ", "shape": "dot", "size": 10}, {"group": 1, "id": 2600, "label": "2600 False True Activate Swordsoul Strategist Longyuan;93490856;Hand;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 2603, "label": "2603 False True Select Tenyi Spirit - Vishuda;Hand;10;0;501", "shape": "dot", "size": 10}, {"group": 1, "id": 2604, "label": "2604 False True Activate Yes;93490856;2", "shape": "dot", "size": 10}, {"group": 1, "id": 2611, "label": "2611 False True Activate Tenyi Spirit - Vishuda;23431858;Grave;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 2614, "label": "2614 False True Select Swordsoul of Mo Ye;MonsterZone;1;1;505", "shape": "dot", "size": 10}, {"group": 1, "id": 2619, "label": "2619 False True SpSummon Swordsoul Supreme Sovereign - Chengying;96633955;Extra;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 2622, "label": "2622 False True Select Swordsoul Token;MonsterZone;4;0;512", "shape": "dot", "size": 10}, {"group": 1, "id": 2623, "label": "2623 False True Select Swordsoul Strategist Longyuan;MonsterZone;1;0;512", "shape": "dot", "size": 10}, {"group": 1, "id": 2624, "label": "2624 False True Activate Swordsoul Strategist Longyuan;93490856;Grave;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 2628, "label": "2628 False True GoToBattlePhase ", "shape": "dot", "size": 10}, {"group": 1, "id": 3983, "label": "3983 False True Select Swordsoul Token;MonsterZone;4;0;512", "shape": "dot", "size": 10}, {"group": 1, "id": 2642, "label": "2642 False True Select Tenyi Spirit - Adhara;Deck;0;0;504", "shape": "dot", "size": 10}, {"group": 1, "id": 2644, "label": "2644 False True Activate No;65124425;1", "shape": "dot", "size": 10}, {"group": 1, "id": 2646, "label": "2646 False True Select Tenyi Spirit - Vishuda;Deck;0;0;506", "shape": "dot", "size": 10}, {"group": 1, "id": 2654, "label": "2654 False True Activate Tenyi Spirit - Vishuda;23431858;Hand;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 2657, "label": "2657 False True Select Swordsoul Supreme Sovereign - Chengying;MonsterZone;1;1;505", "shape": "dot", "size": 10}, {"group": 1, "id": 2663, "label": "2663 False True Activate Tenyi Spirit - Adhara;98159737;Grave;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 2666, "label": "2666 False True Select Tenyi Spirit - Vishuda;Removed;5;0;506", "shape": "dot", "size": 10}, {"group": 1, "id": 2673, "label": "2673 False True SpSummon Swordsoul Supreme Sovereign - Chengying;96633955;Extra;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 2676, "label": "2676 False True Select Swordsoul Token;MonsterZone;4;0;512", "shape": "dot", "size": 10}, {"group": 1, "id": 2677, "label": "2677 False True Select Swordsoul Strategist Longyuan;MonsterZone;1;0;512", "shape": "dot", "size": 10}, {"group": 1, "id": 2678, "label": "2678 False True Activate Swordsoul Strategist Longyuan;93490856;Grave;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 2680, "label": "2680 False True Summon Incredible Ecclesia, the Virtuous;55273560;Hand;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 2683, "label": "2683 False True Activate Incredible Ecclesia, the Virtuous;55273560;MonsterZone;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 2687, "label": "2687 False True Select Swordsoul of Mo Ye;Deck;0;0;509", "shape": "dot", "size": 10}, {"group": 1, "id": 2689, "label": "2689 False True Activate Swordsoul of Mo Ye;20001443;MonsterZone;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 2690, "label": "2690 False True Select Tenyi Spirit - Vishuda;Hand;10;0;526", "shape": "dot", "size": 10}, {"group": 1, "id": 2693, "label": "2693 False True SpSummon Swordsoul Grandmaster - Chixiao;69248256;Extra;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 2697, "label": "2697 False True Select Swordsoul Token;MonsterZone;4;0;512", "shape": "dot", "size": 10}, {"group": 1, "id": 2698, "label": "2698 False True Select Swordsoul of Mo Ye;MonsterZone;1;0;512", "shape": "dot", "size": 10}, {"group": 1, "id": 2701, "label": "2701 False True GoToBattlePhase ", "shape": "dot", "size": 10}, {"group": 1, "id": 2702, "label": "2702 False True Activate Swordsoul Grandmaster - Chixiao;69248256;MonsterZone;BattleStart", "shape": "dot", "size": 10}, {"group": 1, "id": 2704, "label": "2704 False True Select Swordsoul of Mo Ye;Grave;5;0;503", "shape": "dot", "size": 10}, {"group": 1, "id": 2706, "label": "2706 False True Select Swordsoul Supreme Sovereign - Chengying;MonsterZone;1;0;575", "shape": "dot", "size": 10}, {"group": 1, "id": 2708, "label": "2708 False True GoToEndPhase ", "shape": "dot", "size": 10}, {"group": 1, "id": 2713, "label": "2713 False True Activate Vessel for the Dragon Cycle;65124425;Hand;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 2718, "label": "2718 False True Select Swordsoul Strategist Longyuan;Deck;0;0;504", "shape": "dot", "size": 10}, {"group": 1, "id": 2730, "label": "2730 False True GoToBattlePhase ", "shape": "dot", "size": 10}, {"group": 1, "id": 2732, "label": "2732 False True Activate Swordsoul Grandmaster - Chixiao;69248256;MonsterZone;BattleStart", "shape": "dot", "size": 10}, {"group": 1, "id": 2734, "label": "2734 False True Select Swordsoul Strategist Longyuan;Grave;5;0;503", "shape": "dot", "size": 10}, {"group": 1, "id": 2738, "label": "2738 False True Select Adamancipator Risen - Dragite;MonsterZone;1;1;575", "shape": "dot", "size": 10}, {"group": 1, "id": 2739, "label": "2739 False True Activate Infinite Impermanence;10045474;SpellZone;BattleStart", "shape": "dot", "size": 10}, {"group": 1, "id": 2740, "label": "2740 False True Select Swordsoul of Mo Ye;MonsterZone;1;1;575", "shape": "dot", "size": 10}, {"group": 1, "id": 2756, "label": "2756 False True Select Tenyi Spirit - Adhara;Deck;0;0;504", "shape": "dot", "size": 10}, {"group": 1, "id": 2758, "label": "2758 False True Activate No;65124425;1", "shape": "dot", "size": 10}, {"group": 1, "id": 2760, "label": "2760 False True Select Tenyi Spirit - Vishuda;Deck;0;0;506", "shape": "dot", "size": 10}, {"group": 1, "id": 2768, "label": "2768 False True Activate Tenyi Spirit - Vishuda;23431858;Hand;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 2772, "label": "2772 False True Select Swordsoul Supreme Sovereign - Chengying;MonsterZone;1;1;505", "shape": "dot", "size": 10}, {"group": 1, "id": 2778, "label": "2778 False True Activate Tenyi Spirit - Adhara;98159737;Grave;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 2782, "label": "2782 False True Select Tenyi Spirit - Vishuda;Removed;5;0;506", "shape": "dot", "size": 10}, {"group": 1, "id": 2789, "label": "2789 False True SpSummon Swordsoul Supreme Sovereign - Chengying;96633955;Extra;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 2793, "label": "2793 False True Select Swordsoul Token;MonsterZone;4;0;512", "shape": "dot", "size": 10}, {"group": 1, "id": 2794, "label": "2794 False True Select Swordsoul Strategist Longyuan;MonsterZone;1;0;512", "shape": "dot", "size": 10}, {"group": 1, "id": 2795, "label": "2795 False True Activate Swordsoul Strategist Longyuan;93490856;Grave;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 2797, "label": "2797 False True Summon Incredible Ecclesia, the Virtuous;55273560;Hand;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 2801, "label": "2801 False True Activate Incredible Ecclesia, the Virtuous;55273560;MonsterZone;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 2806, "label": "2806 False True Select Swordsoul of Mo Ye;Deck;0;0;509", "shape": "dot", "size": 10}, {"group": 1, "id": 2808, "label": "2808 False True Activate Swordsoul of Mo Ye;20001443;MonsterZone;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 2809, "label": "2809 False True Select Tenyi Spirit - Vishuda;Hand;10;0;526", "shape": "dot", "size": 10}, {"group": 1, "id": 2812, "label": "2812 False True SpSummon Swordsoul Grandmaster - Chixiao;69248256;Extra;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 2817, "label": "2817 False True Select Swordsoul Token;MonsterZone;4;0;512", "shape": "dot", "size": 10}, {"group": 1, "id": 2818, "label": "2818 False True Select Swordsoul of Mo Ye;MonsterZone;1;0;512", "shape": "dot", "size": 10}, {"group": 1, "id": 2822, "label": "2822 False True GoToBattlePhase ", "shape": "dot", "size": 10}, {"group": 1, "id": 2823, "label": "2823 False True Activate Swordsoul Grandmaster - Chixiao;69248256;MonsterZone;BattleStart", "shape": "dot", "size": 10}, {"group": 1, "id": 2825, "label": "2825 False True Select Swordsoul of Mo Ye;Grave;5;0;503", "shape": "dot", "size": 10}, {"group": 1, "id": 2827, "label": "2827 False True Select Swordsoul Supreme Sovereign - Chengying;MonsterZone;1;0;575", "shape": "dot", "size": 10}, {"group": 1, "id": 2830, "label": "2830 False True GoToEndPhase ", "shape": "dot", "size": 10}, {"group": 1, "id": 2835, "label": "2835 False True Activate Vessel for the Dragon Cycle;65124425;Hand;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 2840, "label": "2840 False True Select Swordsoul Strategist Longyuan;Deck;0;0;504", "shape": "dot", "size": 10}, {"group": 1, "id": 2852, "label": "2852 False True GoToBattlePhase ", "shape": "dot", "size": 10}, {"group": 1, "id": 2853, "label": "2853 False True Activate Swordsoul Grandmaster - Chixiao;69248256;MonsterZone;BattleStart", "shape": "dot", "size": 10}, {"group": 1, "id": 2855, "label": "2855 False True Select Swordsoul Strategist Longyuan;Grave;5;0;503", "shape": "dot", "size": 10}, {"group": 1, "id": 2859, "label": "2859 False True Select Adamancipator Risen - Dragite;MonsterZone;1;1;575", "shape": "dot", "size": 10}, {"group": 1, "id": 2860, "label": "2860 False True Activate Swordsoul Supreme Sovereign - Chengying;96633955;MonsterZone;BattleStart", "shape": "dot", "size": 10}, {"group": 1, "id": 2862, "label": "2862 False True Select Adamancipator Risen - Dragite;MonsterZone;1;1;503", "shape": "dot", "size": 10}, {"group": 1, "id": 2869, "label": "2869 False True Select Swordsoul Strategist Longyuan;Grave;5;1;503", "shape": "dot", "size": 10}, {"group": 1, "id": 2871, "label": "2871 False True Select Swordsoul Strategist Longyuan;MonsterZone;1;0;512", "shape": "dot", "size": 10}, {"group": 1, "id": 2874, "label": "2874 False True Activate Vessel for the Dragon Cycle;65124425;Hand;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 2883, "label": "2883 False True Select Tenyi Spirit - Adhara;Deck;0;0;504", "shape": "dot", "size": 10}, {"group": 1, "id": 2885, "label": "2885 False True Summon Incredible Ecclesia, the Virtuous;55273560;Hand;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 2889, "label": "2889 False True Activate Incredible Ecclesia, the Virtuous;55273560;MonsterZone;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 2894, "label": "2894 False True Select Swordsoul of Mo Ye;Deck;0;0;509", "shape": "dot", "size": 10}, {"group": 1, "id": 2898, "label": "2898 False True GoToBattlePhase ", "shape": "dot", "size": 10}, {"group": 1, "id": 2901, "label": "2901 False True GoToEndPhase ", "shape": "dot", "size": 10}, {"group": 1, "id": 2904, "label": "2904 False True GoToEndPhase ", "shape": "dot", "size": 10}, {"group": 1, "id": 2907, "label": "2907 False True Activate Vessel for the Dragon Cycle;65124425;Hand;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 2914, "label": "2914 False True GoToBattlePhase ", "shape": "dot", "size": 10}, {"group": 1, "id": 2918, "label": "2918 False True GoToEndPhase ", "shape": "dot", "size": 10}, {"group": 1, "id": 2924, "label": "2924 False True GoToBattlePhase ", "shape": "dot", "size": 10}, {"group": 1, "id": 2930, "label": "2930 False True GoToEndPhase ", "shape": "dot", "size": 10}, {"group": 1, "id": 2936, "label": "2936 False True Activate Swordsoul Emergence;56465981;Hand;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 2942, "label": "2942 False True Select Swordsoul Strategist Longyuan;Deck;0;0;506", "shape": "dot", "size": 10}, {"group": 1, "id": 2945, "label": "2945 False True Activate Swordsoul Strategist Longyuan;93490856;Hand;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 2948, "label": "2948 False True Select Swordsoul Strategist Longyuan;Hand;10;0;501", "shape": "dot", "size": 10}, {"group": 1, "id": 2949, "label": "2949 False True Activate Yes;93490856;2", "shape": "dot", "size": 10}, {"group": 1, "id": 2954, "label": "2954 False True SpSummon Swordsoul Supreme Sovereign - Chengying;96633955;Extra;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 2957, "label": "2957 False True Select Swordsoul Token;MonsterZone;4;0;512", "shape": "dot", "size": 10}, {"group": 1, "id": 2958, "label": "2958 False True Select Swordsoul Strategist Longyuan;MonsterZone;1;0;512", "shape": "dot", "size": 10}, {"group": 1, "id": 2959, "label": "2959 False True Activate Swordsoul Strategist Longyuan;93490856;Grave;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 2963, "label": "2963 False True GoToBattlePhase ", "shape": "dot", "size": 10}, {"group": 1, "id": 2967, "label": "2967 False True GoToEndPhase ", "shape": "dot", "size": 10}, {"group": 1, "id": 2971, "label": "2971 False True GoToBattlePhase ", "shape": "dot", "size": 10}, {"group": 1, "id": 2984, "label": "2984 False True Select Tenyi Spirit - Adhara;Deck;0;0;504", "shape": "dot", "size": 10}, {"group": 1, "id": 2986, "label": "2986 False True Activate No;65124425;1", "shape": "dot", "size": 10}, {"group": 1, "id": 2988, "label": "2988 False True Select Tenyi Spirit - Vishuda;Deck;0;0;506", "shape": "dot", "size": 10}, {"group": 1, "id": 2992, "label": "2992 False True Activate Tenyi Spirit - Vishuda;23431858;Hand;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 2996, "label": "2996 False True Select Swordsoul Supreme Sovereign - Chengying;MonsterZone;1;1;505", "shape": "dot", "size": 10}, {"group": 1, "id": 3000, "label": "3000 False True Activate Tenyi Spirit - Adhara;98159737;Grave;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 3004, "label": "3004 False True Select Tenyi Spirit - Vishuda;Removed;5;0;506", "shape": "dot", "size": 10}, {"group": 1, "id": 3007, "label": "3007 False True SpSummon Swordsoul Supreme Sovereign - Chengying;96633955;Extra;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 3011, "label": "3011 False True Select Swordsoul Token;MonsterZone;4;0;512", "shape": "dot", "size": 10}, {"group": 1, "id": 3012, "label": "3012 False True Select Swordsoul Strategist Longyuan;MonsterZone;1;0;512", "shape": "dot", "size": 10}, {"group": 1, "id": 3013, "label": "3013 False True Activate Swordsoul Strategist Longyuan;93490856;Grave;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 3016, "label": "3016 False True GoToBattlePhase ", "shape": "dot", "size": 10}, {"group": 1, "id": 3019, "label": "3019 False True GoToEndPhase ", "shape": "dot", "size": 10}, {"group": 1, "id": 3022, "label": "3022 False True Activate Vessel for the Dragon Cycle;65124425;Hand;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 3027, "label": "3027 False True Select Swordsoul of Mo Ye;Deck;0;0;504", "shape": "dot", "size": 10}, {"group": 1, "id": 3035, "label": "3035 False True GoToBattlePhase ", "shape": "dot", "size": 10}, {"group": 1, "id": 3039, "label": "3039 False True GoToEndPhase ", "shape": "dot", "size": 10}, {"group": 1, "id": 3044, "label": "3044 False True Activate Swordsoul Strategist Longyuan;93490856;Hand;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 3047, "label": "3047 False True Select Tenyi Spirit - Vishuda;Hand;10;0;501", "shape": "dot", "size": 10}, {"group": 1, "id": 3048, "label": "3048 False True Activate Yes;93490856;2", "shape": "dot", "size": 10}, {"group": 1, "id": 3055, "label": "3055 False True Activate Tenyi Spirit - Vishuda;23431858;Grave;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 3059, "label": "3059 False True Select Swordsoul of Mo Ye;MonsterZone;1;1;505", "shape": "dot", "size": 10}, {"group": 1, "id": 3060, "label": "3060 False True Activate Swordsoul Supreme Sovereign - Chengying;96633955;MonsterZone;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 3061, "label": "3061 False True Select Swordsoul of Mo Ye;MonsterZone;4;1;503", "shape": "dot", "size": 10}, {"group": 1, "id": 3069, "label": "3069 False True Select Swordsoul Strategist Longyuan;Grave;5;1;503", "shape": "dot", "size": 10}, {"group": 1, "id": 3074, "label": "3074 False True SpSummon Swordsoul Supreme Sovereign - Chengying;96633955;Extra;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 3077, "label": "3077 False True Select Swordsoul Token;MonsterZone;4;0;512", "shape": "dot", "size": 10}, {"group": 1, "id": 3078, "label": "3078 False True Select Swordsoul Strategist Longyuan;MonsterZone;1;0;512", "shape": "dot", "size": 10}, {"group": 1, "id": 3079, "label": "3079 False True Activate Swordsoul Strategist Longyuan;93490856;Grave;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 3083, "label": "3083 False True GoToBattlePhase ", "shape": "dot", "size": 10}, {"group": 1, "id": 3088, "label": "3088 False True Select Tenyi Spirit - Adhara;Deck;0;0;506", "shape": "dot", "size": 10}, {"group": 1, "id": 3095, "label": "3095 False True SpSummon Swordsoul Supreme Sovereign - Chengying;96633955;Extra;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 3099, "label": "3099 False True Select Swordsoul Token;MonsterZone;4;0;512", "shape": "dot", "size": 10}, {"group": 1, "id": 3100, "label": "3100 False True Select Swordsoul Strategist Longyuan;MonsterZone;1;0;512", "shape": "dot", "size": 10}, {"group": 1, "id": 3101, "label": "3101 False True Activate Swordsoul Strategist Longyuan;93490856;Grave;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 3105, "label": "3105 False True Summon Incredible Ecclesia, the Virtuous;55273560;Hand;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 3109, "label": "3109 False True Activate Incredible Ecclesia, the Virtuous;55273560;MonsterZone;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 3113, "label": "3113 False True Select Swordsoul Strategist Longyuan;Deck;0;0;509", "shape": "dot", "size": 10}, {"group": 1, "id": 3118, "label": "3118 False True GoToBattlePhase ", "shape": "dot", "size": 10}, {"group": 1, "id": 3121, "label": "3121 False True GoToEndPhase ", "shape": "dot", "size": 10}, {"group": 1, "id": 3124, "label": "3124 False True GoToEndPhase ", "shape": "dot", "size": 10}, {"group": 1, "id": 3130, "label": "3130 False True Activate Tenyi Spirit - Adhara;98159737;Hand;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 3138, "label": "3138 False True Activate Vessel for the Dragon Cycle;65124425;Hand;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 3144, "label": "3144 False True SpSummon Monk of the Tenyi;32519092;Extra;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 3147, "label": "3147 False True Select Tenyi Spirit - Adhara;MonsterZone;4;0;533", "shape": "dot", "size": 10}, {"group": 1, "id": 3151, "label": "3151 False True GoToBattlePhase ", "shape": "dot", "size": 10}, {"group": 1, "id": 3155, "label": "3155 False True GoToEndPhase ", "shape": "dot", "size": 10}, {"group": 1, "id": 3163, "label": "3163 False True Activate No;65124425;1", "shape": "dot", "size": 10}, {"group": 1, "id": 3165, "label": "3165 False True Select Tenyi Spirit - Vishuda;Deck;0;0;506", "shape": "dot", "size": 10}, {"group": 1, "id": 3170, "label": "3170 False True Activate Tenyi Spirit - Vishuda;23431858;Hand;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 3174, "label": "3174 False True Select Swordsoul Supreme Sovereign - Chengying;MonsterZone;1;1;505", "shape": "dot", "size": 10}, {"group": 1, "id": 3179, "label": "3179 False True Activate Tenyi Spirit - Adhara;98159737;Grave;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 3183, "label": "3183 False True Select Tenyi Spirit - Vishuda;Removed;5;0;506", "shape": "dot", "size": 10}, {"group": 1, "id": 3187, "label": "3187 False True Activate Incredible Ecclesia, the Virtuous;55273560;MonsterZone;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 3193, "label": "3193 False True SpSummon Swordsoul Supreme Sovereign - Chengying;96633955;Extra;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 3197, "label": "3197 False True Select Swordsoul Token;MonsterZone;4;0;512", "shape": "dot", "size": 10}, {"group": 1, "id": 3198, "label": "3198 False True Select Swordsoul Strategist Longyuan;MonsterZone;1;0;512", "shape": "dot", "size": 10}, {"group": 1, "id": 3199, "label": "3199 False True Activate Swordsoul Strategist Longyuan;93490856;Grave;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 3202, "label": "3202 False True GoToBattlePhase ", "shape": "dot", "size": 10}, {"group": 1, "id": 3205, "label": "3205 False True GoToEndPhase ", "shape": "dot", "size": 10}, {"group": 1, "id": 3208, "label": "3208 False True Activate Vessel for the Dragon Cycle;65124425;Hand;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 3213, "label": "3213 False True Select Swordsoul of Mo Ye;Deck;0;0;504", "shape": "dot", "size": 10}, {"group": 1, "id": 3221, "label": "3221 False True GoToBattlePhase ", "shape": "dot", "size": 10}, {"group": 1, "id": 3225, "label": "3225 False True GoToEndPhase ", "shape": "dot", "size": 10}, {"group": 1, "id": 3230, "label": "3230 False True Activate Swordsoul Strategist Longyuan;93490856;Hand;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 3233, "label": "3233 False True Select Tenyi Spirit - Vishuda;Hand;10;0;501", "shape": "dot", "size": 10}, {"group": 1, "id": 3234, "label": "3234 False True Activate Yes;93490856;2", "shape": "dot", "size": 10}, {"group": 1, "id": 3241, "label": "3241 False True Activate Tenyi Spirit - Vishuda;23431858;Grave;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 3245, "label": "3245 False True Select Swordsoul of Mo Ye;MonsterZone;1;1;505", "shape": "dot", "size": 10}, {"group": 1, "id": 3246, "label": "3246 False True Activate Swordsoul Supreme Sovereign - Chengying;96633955;MonsterZone;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 3247, "label": "3247 False True Select Swordsoul of Mo Ye;MonsterZone;4;1;503", "shape": "dot", "size": 10}, {"group": 1, "id": 3255, "label": "3255 False True Select Swordsoul Strategist Longyuan;Grave;5;1;503", "shape": "dot", "size": 10}, {"group": 1, "id": 3260, "label": "3260 False True SpSummon Swordsoul Supreme Sovereign - Chengying;96633955;Extra;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 3263, "label": "3263 False True Select Swordsoul Token;MonsterZone;4;0;512", "shape": "dot", "size": 10}, {"group": 1, "id": 3264, "label": "3264 False True Select Swordsoul Strategist Longyuan;MonsterZone;1;0;512", "shape": "dot", "size": 10}, {"group": 1, "id": 3265, "label": "3265 False True Activate Swordsoul Strategist Longyuan;93490856;Grave;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 3269, "label": "3269 False True GoToBattlePhase ", "shape": "dot", "size": 10}, {"group": 1, "id": 3272, "label": "3272 False True Select Swordsoul Strategist Longyuan;MonsterZone;1;0;512", "shape": "dot", "size": 10}, {"group": 1, "id": 3273, "label": "3273 False True Activate Swordsoul Strategist Longyuan;93490856;Grave;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 3274, "label": "3274 False True Activate Vessel for the Dragon Cycle;65124425;Hand;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 3283, "label": "3283 False True Select Tenyi Spirit - Adhara;Deck;0;0;504", "shape": "dot", "size": 10}, {"group": 1, "id": 3285, "label": "3285 False True Activate No;65124425;1", "shape": "dot", "size": 10}, {"group": 1, "id": 3287, "label": "3287 False True Select Tenyi Spirit - Vishuda;Deck;0;0;506", "shape": "dot", "size": 10}, {"group": 1, "id": 3288, "label": "3288 False True Activate Tenyi Spirit - Vishuda;23431858;Hand;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 3292, "label": "3292 False True Select Swordsoul Supreme Sovereign - Chengying;MonsterZone;1;1;505", "shape": "dot", "size": 10}, {"group": 1, "id": 3293, "label": "3293 False True Activate Tenyi Spirit - Adhara;98159737;Grave;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 3297, "label": "3297 False True Select Tenyi Spirit - Vishuda;Removed;5;0;506", "shape": "dot", "size": 10}, {"group": 1, "id": 3300, "label": "3300 False True GoToBattlePhase ", "shape": "dot", "size": 10}, {"group": 1, "id": 3303, "label": "3303 False True GoToEndPhase ", "shape": "dot", "size": 10}, {"group": 1, "id": 3306, "label": "3306 False True Activate Vessel for the Dragon Cycle;65124425;Hand;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 3311, "label": "3311 False True Select Swordsoul of Mo Ye;Deck;0;0;504", "shape": "dot", "size": 10}, {"group": 1, "id": 3319, "label": "3319 False True GoToBattlePhase ", "shape": "dot", "size": 10}, {"group": 1, "id": 3323, "label": "3323 False True GoToEndPhase ", "shape": "dot", "size": 10}, {"group": 1, "id": 3328, "label": "3328 False True Activate Swordsoul Strategist Longyuan;93490856;Hand;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 3331, "label": "3331 False True Select Tenyi Spirit - Vishuda;Hand;10;0;501", "shape": "dot", "size": 10}, {"group": 1, "id": 3332, "label": "3332 False True Activate Yes;93490856;2", "shape": "dot", "size": 10}, {"group": 1, "id": 3339, "label": "3339 False True Activate Tenyi Spirit - Vishuda;23431858;Grave;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 3343, "label": "3343 False True Select Swordsoul of Mo Ye;MonsterZone;1;1;505", "shape": "dot", "size": 10}, {"group": 1, "id": 3344, "label": "3344 False True Activate Swordsoul Supreme Sovereign - Chengying;96633955;MonsterZone;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 3345, "label": "3345 False True Select Swordsoul of Mo Ye;MonsterZone;4;1;503", "shape": "dot", "size": 10}, {"group": 1, "id": 3353, "label": "3353 False True Select Swordsoul Strategist Longyuan;Grave;5;1;503", "shape": "dot", "size": 10}, {"group": 1, "id": 3358, "label": "3358 False True SpSummon Swordsoul Supreme Sovereign - Chengying;96633955;Extra;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 3361, "label": "3361 False True Select Swordsoul Token;MonsterZone;4;0;512", "shape": "dot", "size": 10}, {"group": 1, "id": 3362, "label": "3362 False True Select Swordsoul Strategist Longyuan;MonsterZone;1;0;512", "shape": "dot", "size": 10}, {"group": 1, "id": 3363, "label": "3363 False True Activate Swordsoul Strategist Longyuan;93490856;Grave;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 3367, "label": "3367 False True GoToBattlePhase ", "shape": "dot", "size": 10}, {"group": 1, "id": 3370, "label": "3370 False True Select Swordsoul Strategist Longyuan;MonsterZone;1;0;512", "shape": "dot", "size": 10}, {"group": 1, "id": 3371, "label": "3371 False True Activate Swordsoul Strategist Longyuan;93490856;Grave;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 3372, "label": "3372 False True Activate Vessel for the Dragon Cycle;65124425;Hand;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 3382, "label": "3382 False True Select Tenyi Spirit - Adhara;Deck;0;0;504", "shape": "dot", "size": 10}, {"group": 1, "id": 3384, "label": "3384 False True Activate No;65124425;1", "shape": "dot", "size": 10}, {"group": 1, "id": 3386, "label": "3386 False True Select Tenyi Spirit - Vishuda;Deck;0;0;506", "shape": "dot", "size": 10}, {"group": 1, "id": 3388, "label": "3388 False True Activate Tenyi Spirit - Vishuda;23431858;Hand;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 3392, "label": "3392 False True Select Swordsoul Supreme Sovereign - Chengying;MonsterZone;1;1;505", "shape": "dot", "size": 10}, {"group": 1, "id": 3394, "label": "3394 False True Activate Tenyi Spirit - Adhara;98159737;Grave;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 3398, "label": "3398 False True Select Tenyi Spirit - Vishuda;Removed;5;0;506", "shape": "dot", "size": 10}, {"group": 1, "id": 3402, "label": "3402 False True GoToBattlePhase ", "shape": "dot", "size": 10}, {"group": 1, "id": 3406, "label": "3406 False True GoToEndPhase ", "shape": "dot", "size": 10}, {"group": 1, "id": 3409, "label": "3409 False True Activate Vessel for the Dragon Cycle;65124425;Hand;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 3415, "label": "3415 False True Select Swordsoul of Mo Ye;Deck;0;0;504", "shape": "dot", "size": 10}, {"group": 1, "id": 3424, "label": "3424 False True GoToBattlePhase ", "shape": "dot", "size": 10}, {"group": 1, "id": 3429, "label": "3429 False True GoToEndPhase ", "shape": "dot", "size": 10}, {"group": 1, "id": 3433, "label": "3433 False True Activate Swordsoul Strategist Longyuan;93490856;Hand;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 3437, "label": "3437 False True Select Tenyi Spirit - Vishuda;Hand;10;0;501", "shape": "dot", "size": 10}, {"group": 1, "id": 3438, "label": "3438 False True Activate Yes;93490856;2", "shape": "dot", "size": 10}, {"group": 1, "id": 3444, "label": "3444 False True Activate Tenyi Spirit - Vishuda;23431858;Grave;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 3447, "label": "3447 False True Select Swordsoul of Mo Ye;MonsterZone;1;1;505", "shape": "dot", "size": 10}, {"group": 1, "id": 3451, "label": "3451 False True SpSummon Swordsoul Supreme Sovereign - Chengying;96633955;Extra;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 3454, "label": "3454 False True Select Swordsoul Token;MonsterZone;4;0;512", "shape": "dot", "size": 10}, {"group": 1, "id": 3455, "label": "3455 False True Select Swordsoul Strategist Longyuan;MonsterZone;1;0;512", "shape": "dot", "size": 10}, {"group": 1, "id": 3456, "label": "3456 False True Activate Swordsoul Strategist Longyuan;93490856;Grave;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 3460, "label": "3460 False True GoToBattlePhase ", "shape": "dot", "size": 10}, {"group": 1, "id": 3470, "label": "3470 False True Select Swordsoul of Mo Ye;Deck;0;0;509", "shape": "dot", "size": 10}, {"group": 1, "id": 3479, "label": "3479 False True Activate Vessel for the Dragon Cycle;65124425;Hand;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 3488, "label": "3488 False True Select Tenyi Spirit - Adhara;Deck;0;0;504", "shape": "dot", "size": 10}, {"group": 1, "id": 3490, "label": "3490 False True Activate No;65124425;1", "shape": "dot", "size": 10}, {"group": 1, "id": 3492, "label": "3492 False True Select Tenyi Spirit - Vishuda;Deck;0;0;506", "shape": "dot", "size": 10}, {"group": 1, "id": 3500, "label": "3500 False True Activate Tenyi Spirit - Vishuda;23431858;Hand;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 3504, "label": "3504 False True Select Swordsoul Supreme Sovereign - Chengying;MonsterZone;1;1;505", "shape": "dot", "size": 10}, {"group": 1, "id": 3512, "label": "3512 False True Activate Tenyi Spirit - Adhara;98159737;Grave;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 3516, "label": "3516 False True Select Tenyi Spirit - Vishuda;Removed;5;0;506", "shape": "dot", "size": 10}, {"group": 1, "id": 3523, "label": "3523 False True SpSummon Swordsoul Supreme Sovereign - Chengying;96633955;Extra;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 3527, "label": "3527 False True Select Swordsoul Token;MonsterZone;4;0;512", "shape": "dot", "size": 10}, {"group": 1, "id": 3528, "label": "3528 False True Select Swordsoul Strategist Longyuan;MonsterZone;1;0;512", "shape": "dot", "size": 10}, {"group": 1, "id": 3529, "label": "3529 False True Activate Swordsoul Strategist Longyuan;93490856;Grave;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 3532, "label": "3532 False True GoToEndPhase ", "shape": "dot", "size": 10}, {"group": 1, "id": 3535, "label": "3535 False True Activate Vessel for the Dragon Cycle;65124425;Hand;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 3539, "label": "3539 False True Select Swordsoul Strategist Longyuan;Deck;0;0;504", "shape": "dot", "size": 10}, {"group": 1, "id": 3548, "label": "3548 False True GoToBattlePhase ", "shape": "dot", "size": 10}, {"group": 1, "id": 3552, "label": "3552 False True GoToEndPhase ", "shape": "dot", "size": 10}, {"group": 1, "id": 3557, "label": "3557 False True Activate Swordsoul Strategist Longyuan;93490856;Hand;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 3560, "label": "3560 False True Select Tenyi Spirit - Vishuda;Hand;10;0;501", "shape": "dot", "size": 10}, {"group": 1, "id": 3561, "label": "3561 False True Activate Yes;93490856;2", "shape": "dot", "size": 10}, {"group": 1, "id": 3568, "label": "3568 False True Activate Tenyi Spirit - Vishuda;23431858;Grave;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 3572, "label": "3572 False True Select Swordsoul of Mo Ye;MonsterZone;1;1;505", "shape": "dot", "size": 10}, {"group": 1, "id": 3573, "label": "3573 False True Activate Swordsoul Supreme Sovereign - Chengying;96633955;MonsterZone;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 3574, "label": "3574 False True Select Swordsoul of Mo Ye;MonsterZone;4;1;503", "shape": "dot", "size": 10}, {"group": 1, "id": 3582, "label": "3582 False True Select Swordsoul Strategist Longyuan;Grave;5;1;503", "shape": "dot", "size": 10}, {"group": 1, "id": 3587, "label": "3587 False True SpSummon Swordsoul Supreme Sovereign - Chengying;96633955;Extra;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 3590, "label": "3590 False True Select Swordsoul Token;MonsterZone;4;0;512", "shape": "dot", "size": 10}, {"group": 1, "id": 3591, "label": "3591 False True Select Swordsoul Strategist Longyuan;MonsterZone;1;0;512", "shape": "dot", "size": 10}, {"group": 1, "id": 3592, "label": "3592 False True Activate Swordsoul Strategist Longyuan;93490856;Grave;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 3596, "label": "3596 False True GoToBattlePhase ", "shape": "dot", "size": 10}, {"group": 1, "id": 3605, "label": "3605 False True Select Swordsoul of Mo Ye;Deck;0;0;509", "shape": "dot", "size": 10}, {"group": 1, "id": 3614, "label": "3614 False True Activate Vessel for the Dragon Cycle;65124425;Hand;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 3622, "label": "3622 False True Select Tenyi Spirit - Adhara;Deck;0;0;504", "shape": "dot", "size": 10}, {"group": 1, "id": 3624, "label": "3624 False True Activate No;65124425;1", "shape": "dot", "size": 10}, {"group": 1, "id": 3626, "label": "3626 False True Select Tenyi Spirit - Vishuda;Deck;0;0;506", "shape": "dot", "size": 10}, {"group": 1, "id": 3634, "label": "3634 False True Activate Tenyi Spirit - Vishuda;23431858;Hand;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 3637, "label": "3637 False True Select Swordsoul Supreme Sovereign - Chengying;MonsterZone;1;1;505", "shape": "dot", "size": 10}, {"group": 1, "id": 3645, "label": "3645 False True Activate Tenyi Spirit - Adhara;98159737;Grave;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 3648, "label": "3648 False True Select Tenyi Spirit - Vishuda;Removed;5;0;506", "shape": "dot", "size": 10}, {"group": 1, "id": 3655, "label": "3655 False True SpSummon Swordsoul Supreme Sovereign - Chengying;96633955;Extra;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 3658, "label": "3658 False True Select Swordsoul Token;MonsterZone;4;0;512", "shape": "dot", "size": 10}, {"group": 1, "id": 3659, "label": "3659 False True Select Swordsoul Strategist Longyuan;MonsterZone;1;0;512", "shape": "dot", "size": 10}, {"group": 1, "id": 3660, "label": "3660 False True Activate Swordsoul Strategist Longyuan;93490856;Grave;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 3662, "label": "3662 False True GoToBattlePhase ", "shape": "dot", "size": 10}, {"group": 1, "id": 3664, "label": "3664 False True GoToEndPhase ", "shape": "dot", "size": 10}, {"group": 1, "id": 3667, "label": "3667 False True Activate Vessel for the Dragon Cycle;65124425;Hand;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 3671, "label": "3671 False True Select Swordsoul Strategist Longyuan;Deck;0;0;504", "shape": "dot", "size": 10}, {"group": 1, "id": 3680, "label": "3680 False True GoToBattlePhase ", "shape": "dot", "size": 10}, {"group": 1, "id": 3681, "label": "3681 False True Activate Infinite Impermanence;10045474;SpellZone;BattleStart", "shape": "dot", "size": 10}, {"group": 1, "id": 3683, "label": "3683 False True Select Adamancipator Risen - Dragite;MonsterZone;1;1;575", "shape": "dot", "size": 10}, {"group": 1, "id": 3686, "label": "3686 False True GoToEndPhase ", "shape": "dot", "size": 10}, {"group": 1, "id": 3691, "label": "3691 False True Activate Swordsoul Strategist Longyuan;93490856;Hand;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 3693, "label": "3693 False True Select Tenyi Spirit - Vishuda;Hand;10;0;501", "shape": "dot", "size": 10}, {"group": 1, "id": 3694, "label": "3694 False True Activate Yes;93490856;2", "shape": "dot", "size": 10}, {"group": 1, "id": 3701, "label": "3701 False True Activate Tenyi Spirit - Vishuda;23431858;Grave;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 3704, "label": "3704 False True Select Swordsoul of Mo Ye;MonsterZone;1;1;505", "shape": "dot", "size": 10}, {"group": 1, "id": 3705, "label": "3705 False True Activate Swordsoul Supreme Sovereign - Chengying;96633955;MonsterZone;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 3706, "label": "3706 False True Select Swordsoul of Mo Ye;MonsterZone;4;1;503", "shape": "dot", "size": 10}, {"group": 1, "id": 3714, "label": "3714 False True Select Swordsoul Strategist Longyuan;Grave;5;1;503", "shape": "dot", "size": 10}, {"group": 1, "id": 3719, "label": "3719 False True SpSummon Swordsoul Supreme Sovereign - Chengying;96633955;Extra;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 3721, "label": "3721 False True Select Swordsoul Token;MonsterZone;4;0;512", "shape": "dot", "size": 10}, {"group": 1, "id": 3722, "label": "3722 False True Select Swordsoul Strategist Longyuan;MonsterZone;1;0;512", "shape": "dot", "size": 10}, {"group": 1, "id": 3723, "label": "3723 False True Activate Swordsoul Strategist Longyuan;93490856;Grave;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 3726, "label": "3726 False True GoToBattlePhase ", "shape": "dot", "size": 10}, {"group": 1, "id": 3737, "label": "3737 False True Select Swordsoul of Mo Ye;Deck;0;0;509", "shape": "dot", "size": 10}, {"group": 1, "id": 3747, "label": "3747 False True Activate Vessel for the Dragon Cycle;65124425;Hand;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 3756, "label": "3756 False True Select Tenyi Spirit - Adhara;Deck;0;0;504", "shape": "dot", "size": 10}, {"group": 1, "id": 3758, "label": "3758 False True Activate No;65124425;1", "shape": "dot", "size": 10}, {"group": 1, "id": 3760, "label": "3760 False True Select Tenyi Spirit - Vishuda;Deck;0;0;506", "shape": "dot", "size": 10}, {"group": 1, "id": 3768, "label": "3768 False True Activate Tenyi Spirit - Vishuda;23431858;Hand;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 3772, "label": "3772 False True Select Swordsoul Supreme Sovereign - Chengying;MonsterZone;1;1;505", "shape": "dot", "size": 10}, {"group": 1, "id": 3780, "label": "3780 False True Activate Tenyi Spirit - Adhara;98159737;Grave;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 3784, "label": "3784 False True Select Tenyi Spirit - Vishuda;Removed;5;0;506", "shape": "dot", "size": 10}, {"group": 1, "id": 3791, "label": "3791 False True SpSummon Swordsoul Supreme Sovereign - Chengying;96633955;Extra;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 3795, "label": "3795 False True Select Swordsoul Token;MonsterZone;4;0;512", "shape": "dot", "size": 10}, {"group": 1, "id": 3796, "label": "3796 False True Select Swordsoul Strategist Longyuan;MonsterZone;1;0;512", "shape": "dot", "size": 10}, {"group": 1, "id": 3797, "label": "3797 False True Activate Swordsoul Strategist Longyuan;93490856;Grave;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 3800, "label": "3800 False True GoToBattlePhase ", "shape": "dot", "size": 10}, {"group": 1, "id": 3803, "label": "3803 False True GoToEndPhase ", "shape": "dot", "size": 10}, {"group": 1, "id": 3806, "label": "3806 False True Activate Vessel for the Dragon Cycle;65124425;Hand;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 3810, "label": "3810 False True Select Swordsoul Strategist Longyuan;Deck;0;0;504", "shape": "dot", "size": 10}, {"group": 1, "id": 3819, "label": "3819 False True GoToBattlePhase ", "shape": "dot", "size": 10}, {"group": 1, "id": 3823, "label": "3823 False True GoToEndPhase ", "shape": "dot", "size": 10}, {"group": 1, "id": 3828, "label": "3828 False True Activate Swordsoul Strategist Longyuan;93490856;Hand;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 3831, "label": "3831 False True Select Tenyi Spirit - Vishuda;Hand;10;0;501", "shape": "dot", "size": 10}, {"group": 1, "id": 3832, "label": "3832 False True Activate Yes;93490856;2", "shape": "dot", "size": 10}, {"group": 1, "id": 3839, "label": "3839 False True Activate Tenyi Spirit - Vishuda;23431858;Grave;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 3843, "label": "3843 False True Select Swordsoul of Mo Ye;MonsterZone;1;1;505", "shape": "dot", "size": 10}, {"group": 1, "id": 3844, "label": "3844 False True Activate Swordsoul Supreme Sovereign - Chengying;96633955;MonsterZone;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 3845, "label": "3845 False True Select Swordsoul of Mo Ye;MonsterZone;4;1;503", "shape": "dot", "size": 10}, {"group": 1, "id": 3853, "label": "3853 False True Select Swordsoul Strategist Longyuan;Grave;5;1;503", "shape": "dot", "size": 10}, {"group": 1, "id": 3858, "label": "3858 False True SpSummon Swordsoul Supreme Sovereign - Chengying;96633955;Extra;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 3861, "label": "3861 False True Select Swordsoul Token;MonsterZone;4;0;512", "shape": "dot", "size": 10}, {"group": 1, "id": 3862, "label": "3862 False True Select Swordsoul Strategist Longyuan;MonsterZone;1;0;512", "shape": "dot", "size": 10}, {"group": 1, "id": 3863, "label": "3863 False True Activate Swordsoul Strategist Longyuan;93490856;Grave;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 3867, "label": "3867 False True GoToBattlePhase ", "shape": "dot", "size": 10}, {"group": 1, "id": 3871, "label": "3871 False True Select Tenyi Spirit - Adhara;Deck;0;0;506", "shape": "dot", "size": 10}, {"group": 1, "id": 3879, "label": "3879 False True Activate Tenyi Spirit - Vishuda;23431858;Grave;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 3883, "label": "3883 False True Select Swordsoul Supreme Sovereign - Chengying;MonsterZone;1;1;505", "shape": "dot", "size": 10}, {"group": 1, "id": 3891, "label": "3891 False True Activate Tenyi Spirit - Adhara;98159737;Hand;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 3895, "label": "3895 False True Select Tenyi Spirit - Vishuda;Removed;5;0;506", "shape": "dot", "size": 10}, {"group": 1, "id": 3902, "label": "3902 False True SpSummon Swordsoul Supreme Sovereign - Chengying;96633955;Extra;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 3906, "label": "3906 False True Select Swordsoul Token;MonsterZone;4;0;512", "shape": "dot", "size": 10}, {"group": 1, "id": 3907, "label": "3907 False True Select Swordsoul Strategist Longyuan;MonsterZone;1;0;512", "shape": "dot", "size": 10}, {"group": 1, "id": 3908, "label": "3908 False True Activate Swordsoul Strategist Longyuan;93490856;Grave;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 3910, "label": "3910 False True Summon Incredible Ecclesia, the Virtuous;55273560;Hand;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 3914, "label": "3914 False True Activate Incredible Ecclesia, the Virtuous;55273560;MonsterZone;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 3919, "label": "3919 False True Select Swordsoul of Mo Ye;Deck;0;0;509", "shape": "dot", "size": 10}, {"group": 1, "id": 3921, "label": "3921 False True Activate Swordsoul of Mo Ye;20001443;MonsterZone;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 3922, "label": "3922 False True Select Tenyi Spirit - Vishuda;Hand;10;0;526", "shape": "dot", "size": 10}, {"group": 1, "id": 3925, "label": "3925 False True SpSummon Swordsoul Grandmaster - Chixiao;69248256;Extra;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 3930, "label": "3930 False True Select Swordsoul Token;MonsterZone;4;0;512", "shape": "dot", "size": 10}, {"group": 1, "id": 3931, "label": "3931 False True Select Swordsoul of Mo Ye;MonsterZone;1;0;512", "shape": "dot", "size": 10}, {"group": 1, "id": 3935, "label": "3935 False True GoToBattlePhase ", "shape": "dot", "size": 10}, {"group": 1, "id": 3936, "label": "3936 False True Activate Swordsoul Grandmaster - Chixiao;69248256;MonsterZone;BattleStart", "shape": "dot", "size": 10}, {"group": 1, "id": 3938, "label": "3938 False True Select Swordsoul of Mo Ye;Grave;5;0;503", "shape": "dot", "size": 10}, {"group": 1, "id": 3940, "label": "3940 False True Select Swordsoul Supreme Sovereign - Chengying;MonsterZone;1;0;575", "shape": "dot", "size": 10}, {"group": 1, "id": 3943, "label": "3943 False True GoToEndPhase ", "shape": "dot", "size": 10}, {"group": 1, "id": 3948, "label": "3948 False True Activate Vessel for the Dragon Cycle;65124425;Hand;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 3953, "label": "3953 False True Select Swordsoul Strategist Longyuan;Deck;0;0;504", "shape": "dot", "size": 10}, {"group": 1, "id": 3965, "label": "3965 False True GoToBattlePhase ", "shape": "dot", "size": 10}, {"group": 1, "id": 3966, "label": "3966 False True Activate Swordsoul Grandmaster - Chixiao;69248256;MonsterZone;BattleStart", "shape": "dot", "size": 10}, {"group": 1, "id": 3968, "label": "3968 False True Select Swordsoul Strategist Longyuan;Grave;5;0;503", "shape": "dot", "size": 10}, {"group": 1, "id": 3972, "label": "3972 False True Select Adamancipator Risen - Dragite;MonsterZone;1;1;575", "shape": "dot", "size": 10}, {"group": 1, "id": 3973, "label": "3973 False True Activate Swordsoul Supreme Sovereign - Chengying;96633955;MonsterZone;BattleStart", "shape": "dot", "size": 10}, {"group": 1, "id": 3975, "label": "3975 False True Select Adamancipator Risen - Dragite;MonsterZone;1;1;503", "shape": "dot", "size": 10}, {"group": 1, "id": 3982, "label": "3982 False True Select Swordsoul Strategist Longyuan;Grave;5;1;503", "shape": "dot", "size": 10}, {"group": 1, "id": 3984, "label": "3984 False True Select Swordsoul Strategist Longyuan;MonsterZone;1;0;512", "shape": "dot", "size": 10}, {"group": 1, "id": 3985, "label": "3985 False True Activate Swordsoul Strategist Longyuan;93490856;Grave;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 3988, "label": "3988 False True Activate Vessel for the Dragon Cycle;65124425;Hand;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 3996, "label": "3996 False True Select Tenyi Spirit - Adhara;Deck;0;0;504", "shape": "dot", "size": 10}, {"group": 1, "id": 3998, "label": "3998 False True Summon Incredible Ecclesia, the Virtuous;55273560;Hand;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 4001, "label": "4001 False True Activate Incredible Ecclesia, the Virtuous;55273560;MonsterZone;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 4005, "label": "4005 False True Select Swordsoul of Mo Ye;Deck;0;0;509", "shape": "dot", "size": 10}, {"group": 1, "id": 4008, "label": "4008 False True GoToBattlePhase ", "shape": "dot", "size": 10}, {"group": 1, "id": 4010, "label": "4010 False True GoToEndPhase ", "shape": "dot", "size": 10}, {"group": 1, "id": 4012, "label": "4012 False True GoToEndPhase ", "shape": "dot", "size": 10}, {"group": 1, "id": 4015, "label": "4015 False True Activate Vessel for the Dragon Cycle;65124425;Hand;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 4022, "label": "4022 False True GoToBattlePhase ", "shape": "dot", "size": 10}, {"group": 1, "id": 4036, "label": "4036 False True Select Swordsoul of Mo Ye;Hand;10;0;509", "shape": "dot", "size": 10}, {"group": 1, "id": 4037, "label": "4037 False True Activate Swordsoul of Mo Ye;20001443;MonsterZone;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 4038, "label": "4038 False True Select Swordsoul Strategist Longyuan;Hand;10;0;526", "shape": "dot", "size": 10}, {"group": 1, "id": 4045, "label": "4045 False True Activate Vessel for the Dragon Cycle;65124425;Hand;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 4053, "label": "4053 False True Select Tenyi Spirit - Adhara;Deck;0;0;504", "shape": "dot", "size": 10}, {"group": 1, "id": 4055, "label": "4055 False True Activate No;65124425;1", "shape": "dot", "size": 10}, {"group": 1, "id": 4057, "label": "4057 False True Select Tenyi Spirit - Vishuda;Deck;0;0;506", "shape": "dot", "size": 10}, {"group": 1, "id": 4067, "label": "4067 False True Activate Tenyi Spirit - Vishuda;23431858;Hand;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 4070, "label": "4070 False True Select Swordsoul Supreme Sovereign - Chengying;MonsterZone;1;1;505", "shape": "dot", "size": 10}, {"group": 1, "id": 4077, "label": "4077 False True Activate Tenyi Spirit - Adhara;98159737;Grave;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 4080, "label": "4080 False True Select Tenyi Spirit - Vishuda;Removed;5;0;506", "shape": "dot", "size": 10}, {"group": 1, "id": 4089, "label": "4089 False True Activate Swordsoul Strategist Longyuan;93490856;Hand;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 4092, "label": "4092 False True Select Tenyi Spirit - Vishuda;Hand;10;0;501", "shape": "dot", "size": 10}, {"group": 1, "id": 4093, "label": "4093 False True Activate Yes;93490856;2", "shape": "dot", "size": 10}, {"group": 1, "id": 4101, "label": "4101 False True SpSummon Swordsoul Supreme Sovereign - Chengying;96633955;Extra;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 4104, "label": "4104 False True Select Swordsoul Token;MonsterZone;4;0;512", "shape": "dot", "size": 10}, {"group": 1, "id": 4105, "label": "4105 False True Select Swordsoul Strategist Longyuan;MonsterZone;1;0;512", "shape": "dot", "size": 10}, {"group": 1, "id": 4106, "label": "4106 False True Activate Swordsoul Strategist Longyuan;93490856;Grave;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 4109, "label": "4109 False True SpSummon Swordsoul Grandmaster - Chixiao;69248256;Extra;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 4113, "label": "4113 False True Select Swordsoul Token;MonsterZone;4;0;512", "shape": "dot", "size": 10}, {"group": 1, "id": 4114, "label": "4114 False True Select Swordsoul of Mo Ye;MonsterZone;1;0;512", "shape": "dot", "size": 10}, {"group": 1, "id": 4117, "label": "4117 False True GoToBattlePhase ", "shape": "dot", "size": 10}, {"group": 1, "id": 4118, "label": "4118 False True Activate Swordsoul Grandmaster - Chixiao;69248256;MonsterZone;BattleStart", "shape": "dot", "size": 10}, {"group": 1, "id": 4121, "label": "4121 False True Select Tenyi Spirit - Vishuda;Grave;5;0;503", "shape": "dot", "size": 10}, {"group": 1, "id": 4122, "label": "4122 False True Select Swordsoul Supreme Sovereign - Chengying;MonsterZone;1;0;575", "shape": "dot", "size": 10}, {"group": 1, "id": 4124, "label": "4124 False True GoToEndPhase ", "shape": "dot", "size": 10}, {"group": 1, "id": 4127, "label": "4127 False True Activate Vessel for the Dragon Cycle;65124425;Hand;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 4133, "label": "4133 False True Select Swordsoul of Mo Ye;Deck;0;0;504", "shape": "dot", "size": 10}, {"group": 1, "id": 4142, "label": "4142 False True GoToBattlePhase ", "shape": "dot", "size": 10}, {"group": 1, "id": 4144, "label": "4144 False True Activate Swordsoul Grandmaster - Chixiao;69248256;MonsterZone;BattleStart", "shape": "dot", "size": 10}, {"group": 1, "id": 4146, "label": "4146 False True Select Swordsoul Strategist Longyuan;Grave;5;0;503", "shape": "dot", "size": 10}, {"group": 1, "id": 4149, "label": "4149 False True Select Adamancipator Risen - Dragite;MonsterZone;1;1;575", "shape": "dot", "size": 10}, {"group": 1, "id": 4150, "label": "4150 False True Activate Infinite Impermanence;10045474;SpellZone;BattleStart", "shape": "dot", "size": 10}, {"group": 1, "id": 4151, "label": "4151 False True Select Swordsoul of Mo Ye;MonsterZone;1;1;575", "shape": "dot", "size": 10}, {"group": 1, "id": 4167, "label": "4167 False True Select Swordsoul of Mo Ye;Hand;10;0;509", "shape": "dot", "size": 10}, {"group": 1, "id": 4168, "label": "4168 False True Activate Swordsoul of Mo Ye;20001443;MonsterZone;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 4169, "label": "4169 False True Select Swordsoul Strategist Longyuan;Hand;10;0;526", "shape": "dot", "size": 10}, {"group": 1, "id": 4177, "label": "4177 False True Activate Vessel for the Dragon Cycle;65124425;Hand;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 4186, "label": "4186 False True Select Tenyi Spirit - Adhara;Deck;0;0;504", "shape": "dot", "size": 10}, {"group": 1, "id": 4188, "label": "4188 False True Activate No;65124425;1", "shape": "dot", "size": 10}, {"group": 1, "id": 4190, "label": "4190 False True Select Tenyi Spirit - Vishuda;Deck;0;0;506", "shape": "dot", "size": 10}, {"group": 1, "id": 4200, "label": "4200 False True Activate Tenyi Spirit - Vishuda;23431858;Hand;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 4204, "label": "4204 False True Select Swordsoul Supreme Sovereign - Chengying;MonsterZone;1;1;505", "shape": "dot", "size": 10}, {"group": 1, "id": 4211, "label": "4211 False True Activate Tenyi Spirit - Adhara;98159737;Grave;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 4215, "label": "4215 False True Select Tenyi Spirit - Vishuda;Removed;5;0;506", "shape": "dot", "size": 10}, {"group": 1, "id": 4224, "label": "4224 False True Activate Swordsoul Strategist Longyuan;93490856;Hand;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 4228, "label": "4228 False True Select Tenyi Spirit - Vishuda;Hand;10;0;501", "shape": "dot", "size": 10}, {"group": 1, "id": 4229, "label": "4229 False True Activate Yes;93490856;2", "shape": "dot", "size": 10}, {"group": 1, "id": 4237, "label": "4237 False True SpSummon Swordsoul Supreme Sovereign - Chengying;96633955;Extra;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 4241, "label": "4241 False True Select Swordsoul Token;MonsterZone;4;0;512", "shape": "dot", "size": 10}, {"group": 1, "id": 4242, "label": "4242 False True Select Swordsoul Strategist Longyuan;MonsterZone;1;0;512", "shape": "dot", "size": 10}, {"group": 1, "id": 4243, "label": "4243 False True Activate Swordsoul Strategist Longyuan;93490856;Grave;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 4246, "label": "4246 False True SpSummon Swordsoul Grandmaster - Chixiao;69248256;Extra;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 4251, "label": "4251 False True Select Swordsoul Token;MonsterZone;4;0;512", "shape": "dot", "size": 10}, {"group": 1, "id": 4252, "label": "4252 False True Select Swordsoul of Mo Ye;MonsterZone;1;0;512", "shape": "dot", "size": 10}, {"group": 1, "id": 4256, "label": "4256 False True GoToBattlePhase ", "shape": "dot", "size": 10}, {"group": 1, "id": 4257, "label": "4257 False True Activate Swordsoul Grandmaster - Chixiao;69248256;MonsterZone;BattleStart", "shape": "dot", "size": 10}, {"group": 1, "id": 4260, "label": "4260 False True Select Tenyi Spirit - Vishuda;Grave;5;0;503", "shape": "dot", "size": 10}, {"group": 1, "id": 4261, "label": "4261 False True Select Swordsoul Supreme Sovereign - Chengying;MonsterZone;1;0;575", "shape": "dot", "size": 10}, {"group": 1, "id": 4264, "label": "4264 False True GoToEndPhase ", "shape": "dot", "size": 10}, {"group": 1, "id": 4267, "label": "4267 False True Activate Vessel for the Dragon Cycle;65124425;Hand;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 4273, "label": "4273 False True Select Swordsoul of Mo Ye;Deck;0;0;504", "shape": "dot", "size": 10}, {"group": 1, "id": 4282, "label": "4282 False True GoToBattlePhase ", "shape": "dot", "size": 10}, {"group": 1, "id": 4283, "label": "4283 False True Activate Swordsoul Grandmaster - Chixiao;69248256;MonsterZone;BattleStart", "shape": "dot", "size": 10}, {"group": 1, "id": 4285, "label": "4285 False True Select Swordsoul Strategist Longyuan;Grave;5;0;503", "shape": "dot", "size": 10}, {"group": 1, "id": 4288, "label": "4288 False True Select Adamancipator Risen - Dragite;MonsterZone;1;1;575", "shape": "dot", "size": 10}, {"group": 1, "id": 4289, "label": "4289 False True Activate Swordsoul Supreme Sovereign - Chengying;96633955;MonsterZone;BattleStart", "shape": "dot", "size": 10}, {"group": 1, "id": 4291, "label": "4291 False True Select Adamancipator Risen - Dragite;MonsterZone;1;1;503", "shape": "dot", "size": 10}, {"group": 1, "id": 4298, "label": "4298 False True Select Swordsoul Strategist Longyuan;Grave;5;1;503", "shape": "dot", "size": 10}, {"group": 1, "id": 4300, "label": "4300 False True Activate Vessel for the Dragon Cycle;65124425;Hand;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 4309, "label": "4309 False True Select Tenyi Spirit - Adhara;Deck;0;0;504", "shape": "dot", "size": 10}, {"group": 1, "id": 4312, "label": "4312 False True GoToBattlePhase ", "shape": "dot", "size": 10}, {"group": 1, "id": 4315, "label": "4315 False True GoToEndPhase ", "shape": "dot", "size": 10}, {"group": 1, "id": 4320, "label": "4320 False True Activate Vessel for the Dragon Cycle;65124425;Hand;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 4326, "label": "4326 False True Select Swordsoul of Mo Ye;Deck;0;0;504", "shape": "dot", "size": 10}, {"group": 1, "id": 4333, "label": "4333 False True Summon Swordsoul of Mo Ye;20001443;Hand;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 4339, "label": "4339 False True GoToBattlePhase ", "shape": "dot", "size": 10}, {"group": 1, "id": 4341, "label": "4341 False True GoToEndPhase ", "shape": "dot", "size": 10}, {"group": 1, "id": 4355, "label": "4355 False True Select Swordsoul of Mo Ye;Hand;10;0;509", "shape": "dot", "size": 10}, {"group": 1, "id": 4360, "label": "4360 False True GoToBattlePhase ", "shape": "dot", "size": 10}, {"group": 1, "id": 4365, "label": "4365 False True GoToEndPhase ", "shape": "dot", "size": 10}, {"group": 1, "id": 4368, "label": "4368 False True Activate Vessel for the Dragon Cycle;65124425;Hand;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 4378, "label": "4378 False True Select Tenyi Spirit - Adhara;Deck;0;0;504", "shape": "dot", "size": 10}, {"group": 1, "id": 4383, "label": "4383 False True GoToBattlePhase ", "shape": "dot", "size": 10}, {"group": 1, "id": 4392, "label": "4392 False True Select Swordsoul Strategist Longyuan;Hand;10;0;509", "shape": "dot", "size": 10}, {"group": 1, "id": 4393, "label": "4393 False True Activate Vessel for the Dragon Cycle;65124425;Hand;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 4402, "label": "4402 False True Select Tenyi Spirit - Adhara;Deck;0;0;504", "shape": "dot", "size": 10}, {"group": 1, "id": 4405, "label": "4405 False True GoToBattlePhase ", "shape": "dot", "size": 10}, {"group": 1, "id": 4408, "label": "4408 False True GoToEndPhase ", "shape": "dot", "size": 10}, {"group": 1, "id": 4411, "label": "4411 False True Activate Vessel for the Dragon Cycle;65124425;Hand;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 4417, "label": "4417 False True Select Swordsoul of Mo Ye;Deck;0;0;504", "shape": "dot", "size": 10}, {"group": 1, "id": 4426, "label": "4426 False True GoToBattlePhase ", "shape": "dot", "size": 10}, {"group": 1, "id": 4436, "label": "4436 False True Select Swordsoul of Mo Ye;Hand;10;0;509", "shape": "dot", "size": 10}, {"group": 1, "id": 4437, "label": "4437 False True Activate Swordsoul of Mo Ye;20001443;MonsterZone;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 4438, "label": "4438 False True Select Swordsoul Strategist Longyuan;Hand;10;0;526", "shape": "dot", "size": 10}, {"group": 1, "id": 4443, "label": "4443 False True Activate Vessel for the Dragon Cycle;65124425;Hand;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 4451, "label": "4451 False True Select Tenyi Spirit - Adhara;Deck;0;0;504", "shape": "dot", "size": 10}, {"group": 1, "id": 4453, "label": "4453 False True Activate No;65124425;1", "shape": "dot", "size": 10}, {"group": 1, "id": 4455, "label": "4455 False True Select Tenyi Spirit - Vishuda;Deck;0;0;506", "shape": "dot", "size": 10}, {"group": 1, "id": 4461, "label": "4461 False True Activate Tenyi Spirit - Vishuda;23431858;Hand;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 4464, "label": "4464 False True Select Swordsoul Supreme Sovereign - Chengying;MonsterZone;1;1;505", "shape": "dot", "size": 10}, {"group": 1, "id": 4469, "label": "4469 False True Activate Tenyi Spirit - Adhara;98159737;Grave;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 4472, "label": "4472 False True Select Tenyi Spirit - Vishuda;Removed;5;0;506", "shape": "dot", "size": 10}, {"group": 1, "id": 4477, "label": "4477 False True Activate Swordsoul Strategist Longyuan;93490856;Hand;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 4480, "label": "4480 False True Select Tenyi Spirit - Vishuda;Hand;10;0;501", "shape": "dot", "size": 10}, {"group": 1, "id": 4481, "label": "4481 False True Activate Yes;93490856;2", "shape": "dot", "size": 10}, {"group": 1, "id": 4489, "label": "4489 False True SpSummon Swordsoul Supreme Sovereign - Chengying;96633955;Extra;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 4492, "label": "4492 False True Select Swordsoul Token;MonsterZone;4;0;512", "shape": "dot", "size": 10}, {"group": 1, "id": 4493, "label": "4493 False True Select Swordsoul Strategist Longyuan;MonsterZone;1;0;512", "shape": "dot", "size": 10}, {"group": 1, "id": 4494, "label": "4494 False True Activate Swordsoul Strategist Longyuan;93490856;Grave;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 4497, "label": "4497 False True SpSummon Swordsoul Grandmaster - Chixiao;69248256;Extra;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 4501, "label": "4501 False True Select Swordsoul Token;MonsterZone;4;0;512", "shape": "dot", "size": 10}, {"group": 1, "id": 4502, "label": "4502 False True Select Swordsoul of Mo Ye;MonsterZone;1;0;512", "shape": "dot", "size": 10}, {"group": 1, "id": 4505, "label": "4505 False True GoToBattlePhase ", "shape": "dot", "size": 10}, {"group": 1, "id": 4506, "label": "4506 False True Activate Swordsoul Grandmaster - Chixiao;69248256;MonsterZone;BattleStart", "shape": "dot", "size": 10}, {"group": 1, "id": 4509, "label": "4509 False True Select Tenyi Spirit - Vishuda;Grave;5;0;503", "shape": "dot", "size": 10}, {"group": 1, "id": 4510, "label": "4510 False True Select Swordsoul Supreme Sovereign - Chengying;MonsterZone;1;0;575", "shape": "dot", "size": 10}, {"group": 1, "id": 4512, "label": "4512 False True GoToEndPhase ", "shape": "dot", "size": 10}, {"group": 1, "id": 4515, "label": "4515 False True Activate Vessel for the Dragon Cycle;65124425;Hand;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 4521, "label": "4521 False True Select Swordsoul of Mo Ye;Deck;0;0;504", "shape": "dot", "size": 10}, {"group": 1, "id": 4530, "label": "4530 False True GoToBattlePhase ", "shape": "dot", "size": 10}, {"group": 1, "id": 4532, "label": "4532 False True Activate Swordsoul Grandmaster - Chixiao;69248256;MonsterZone;BattleStart", "shape": "dot", "size": 10}, {"group": 1, "id": 4534, "label": "4534 False True Select Swordsoul Strategist Longyuan;Grave;5;0;503", "shape": "dot", "size": 10}, {"group": 1, "id": 4537, "label": "4537 False True Select Adamancipator Risen - Dragite;MonsterZone;1;1;575", "shape": "dot", "size": 10}, {"group": 1, "id": 4538, "label": "4538 False True Activate Infinite Impermanence;10045474;SpellZone;BattleStart", "shape": "dot", "size": 10}, {"group": 1, "id": 4539, "label": "4539 False True Select Swordsoul of Mo Ye;MonsterZone;1;1;575", "shape": "dot", "size": 10}, {"group": 1, "id": 4551, "label": "4551 False True Select Swordsoul of Mo Ye;Hand;10;0;509", "shape": "dot", "size": 10}, {"group": 1, "id": 4552, "label": "4552 False True Activate Swordsoul of Mo Ye;20001443;MonsterZone;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 4553, "label": "4553 False True Select Swordsoul Strategist Longyuan;Hand;10;0;526", "shape": "dot", "size": 10}, {"group": 1, "id": 4559, "label": "4559 False True Activate Vessel for the Dragon Cycle;65124425;Hand;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 4568, "label": "4568 False True Select Tenyi Spirit - Adhara;Deck;0;0;504", "shape": "dot", "size": 10}, {"group": 1, "id": 4570, "label": "4570 False True Activate No;65124425;1", "shape": "dot", "size": 10}, {"group": 1, "id": 4572, "label": "4572 False True Select Tenyi Spirit - Vishuda;Deck;0;0;506", "shape": "dot", "size": 10}, {"group": 1, "id": 4578, "label": "4578 False True Activate Tenyi Spirit - Vishuda;23431858;Hand;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 4582, "label": "4582 False True Select Swordsoul Supreme Sovereign - Chengying;MonsterZone;1;1;505", "shape": "dot", "size": 10}, {"group": 1, "id": 4587, "label": "4587 False True Activate Tenyi Spirit - Adhara;98159737;Grave;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 4591, "label": "4591 False True Select Tenyi Spirit - Vishuda;Removed;5;0;506", "shape": "dot", "size": 10}, {"group": 1, "id": 4596, "label": "4596 False True Activate Swordsoul Strategist Longyuan;93490856;Hand;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 4600, "label": "4600 False True Select Tenyi Spirit - Vishuda;Hand;10;0;501", "shape": "dot", "size": 10}, {"group": 1, "id": 4601, "label": "4601 False True Activate Yes;93490856;2", "shape": "dot", "size": 10}, {"group": 1, "id": 4609, "label": "4609 False True SpSummon Swordsoul Supreme Sovereign - Chengying;96633955;Extra;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 4613, "label": "4613 False True Select Swordsoul Token;MonsterZone;4;0;512", "shape": "dot", "size": 10}, {"group": 1, "id": 4614, "label": "4614 False True Select Swordsoul Strategist Longyuan;MonsterZone;1;0;512", "shape": "dot", "size": 10}, {"group": 1, "id": 4615, "label": "4615 False True Activate Swordsoul Strategist Longyuan;93490856;Grave;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 4618, "label": "4618 False True SpSummon Swordsoul Grandmaster - Chixiao;69248256;Extra;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 4623, "label": "4623 False True Select Swordsoul Token;MonsterZone;4;0;512", "shape": "dot", "size": 10}, {"group": 1, "id": 4624, "label": "4624 False True Select Swordsoul of Mo Ye;MonsterZone;1;0;512", "shape": "dot", "size": 10}, {"group": 1, "id": 4628, "label": "4628 False True GoToBattlePhase ", "shape": "dot", "size": 10}, {"group": 1, "id": 4629, "label": "4629 False True Activate Swordsoul Grandmaster - Chixiao;69248256;MonsterZone;BattleStart", "shape": "dot", "size": 10}, {"group": 1, "id": 4632, "label": "4632 False True Select Tenyi Spirit - Vishuda;Grave;5;0;503", "shape": "dot", "size": 10}, {"group": 1, "id": 4633, "label": "4633 False True Select Swordsoul Supreme Sovereign - Chengying;MonsterZone;1;0;575", "shape": "dot", "size": 10}, {"group": 1, "id": 4636, "label": "4636 False True GoToEndPhase ", "shape": "dot", "size": 10}, {"group": 1, "id": 4639, "label": "4639 False True Activate Vessel for the Dragon Cycle;65124425;Hand;Main1", "shape": "dot", "size": 10}, {"group": 1, "id": 4645, "label": "4645 False True Select Swordsoul of Mo Ye;Deck;0;0;504", "shape": "dot", "size": 10}, {"group": 1, "id": 4654, "label": "4654 False True GoToBattlePhase ", "shape": "dot", "size": 10}, {"group": 1, "id": 4655, "label": "4655 False True Activate Swordsoul Grandmaster - Chixiao;69248256;MonsterZone;BattleStart", "shape": "dot", "size": 10}, {"group": 1, "id": 4657, "label": "4657 False True Select Swordsoul Strategist Longyuan;Grave;5;0;503", "shape": "dot", "size": 10}, {"group": 1, "id": 4660, "label": "4660 False True Select Adamancipator Risen - Dragite;MonsterZone;1;1;575", "shape": "dot", "size": 10}, {"group": 1, "id": 4661, "label": "4661 False True Activate Swordsoul Supreme Sovereign - Chengying;96633955;MonsterZone;BattleStart", "shape": "dot", "size": 10}, {"group": 1, "id": 4663, "label": "4663 False True Select Adamancipator Risen - Dragite;MonsterZone;1;1;503", "shape": "dot", "size": 10}, {"group": 1, "id": 4670, "label": "4670 False True Select Swordsoul Strategist Longyuan;Grave;5;1;503", "shape": "dot", "size": 10}]);
edges = new vis.DataSet([{"arrows": "to", "from": 1, "group": 2, "to": 2, "width": 1.4249613926023699}, {"arrows": "to", "from": 1, "group": 2, "to": 3, "width": 1.4249613926023699}, {"arrows": "to", "from": 1, "group": 2, "to": 4, "width": 1.712480696301185}, {"arrows": "to", "from": 1, "group": 2, "to": 5, "width": 3.581738052506923}, {"arrows": "to", "from": 1, "group": 2, "to": 6, "width": 4.474987130867457}, {"arrows": "to", "from": 1, "group": 2, "to": 7, "width": 3.503799931819081}, {"arrows": "to", "from": 1, "group": 2, "to": 8, "width": 15.318631053917166}, {"arrows": "to", "from": 1, "group": 2, "to": 9, "width": 1.4249613926023699}, {"arrows": "to", "from": 1, "group": 2, "to": 10, "width": 1.4249613926023699}, {"arrows": "to", "from": 1, "group": 2, "to": 11, "width": 1.4249613926023699}, {"arrows": "to", "from": 1, "group": 2, "to": 12, "width": 1.4249613926023699}, {"arrows": "to", "from": 2, "group": 2, "to": 756, "width": 1.4249613926023699}, {"arrows": "to", "from": 3, "group": 2, "to": 711, "width": 1.4249613926023699}, {"arrows": "to", "from": 4, "group": 2, "to": 307, "width": 1.712480696301185}, {"arrows": "to", "from": 5, "group": 2, "to": 262, "width": 1.4249613926023699}, {"arrows": "to", "from": 5, "group": 2, "to": 263, "width": 2.42496139260237}, {"arrows": "to", "from": 5, "group": 2, "to": 264, "width": 1.4249613926023699}, {"arrows": "to", "from": 5, "group": 2, "to": 265, "width": 2.42496139260237}, {"arrows": "to", "from": 5, "group": 2, "to": 266, "width": 2.42496139260237}, {"arrows": "to", "from": 5, "group": 2, "to": 267, "width": 1.4249613926023699}, {"arrows": "to", "from": 6, "group": 2, "to": 208, "width": 1.4249613926023699}, {"arrows": "to", "from": 6, "group": 2, "to": 209, "width": 1.4249613926023699}, {"arrows": "to", "from": 6, "group": 2, "to": 210, "width": 2.42496139260237}, {"arrows": "to", "from": 6, "group": 2, "to": 211, "width": 1.4249613926023699}, {"arrows": "to", "from": 6, "group": 2, "to": 212, "width": 2.42496139260237}, {"arrows": "to", "from": 6, "group": 2, "to": 213, "width": 1.4249613926023699}, {"arrows": "to", "from": 6, "group": 2, "to": 214, "width": 2.42496139260237}, {"arrows": "to", "from": 6, "group": 2, "to": 215, "width": 2.42496139260237}, {"arrows": "to", "from": 6, "group": 2, "to": 216, "width": 1.4249613926023699}, {"arrows": "to", "from": 7, "group": 2, "to": 13, "width": 1.4249613926023699}, {"arrows": "to", "from": 7, "group": 2, "to": 14, "width": 1.4249613926023699}, {"arrows": "to", "from": 7, "group": 2, "to": 15, "width": 1.4249613926023699}, {"arrows": "to", "from": 7, "group": 2, "to": 16, "width": 2.007599863638162}, {"arrows": "to", "from": 7, "group": 2, "to": 17, "width": 2.42496139260237}, {"arrows": "to", "from": 7, "group": 2, "to": 18, "width": 2.007599863638162}, {"arrows": "to", "from": 8, "group": 2, "to": 76, "width": 15.318631053917166}, {"arrows": "to", "from": 9, "group": 2, "to": 650, "width": 1.4249613926023699}, {"arrows": "to", "from": 10, "group": 2, "to": 583, "width": 1.4249613926023699}, {"arrows": "to", "from": 11, "group": 2, "to": 519, "width": 1.4249613926023699}, {"arrows": "to", "from": 12, "group": 2, "to": 447, "width": 1.4249613926023699}, {"arrows": "to", "from": 13, "group": 2, "to": 1537, "width": 1.4249613926023699}, {"arrows": "to", "from": 14, "group": 2, "to": 1061, "width": 1.4249613926023699}, {"arrows": "to", "from": 15, "group": 2, "to": 2304, "width": 1.4249613926023699}, {"arrows": "to", "from": 16, "group": 2, "to": 2184, "width": 1.4249613926023699}, {"arrows": "to", "from": 16, "group": 2, "to": 2185, "width": 2.42496139260237}, {"arrows": "to", "from": 17, "group": 2, "to": 1395, "width": 2.42496139260237}, {"arrows": "to", "from": 18, "group": 2, "to": 24, "width": 2.007599863638162}, {"arrows": "to", "from": 24, "group": 2, "to": 29, "width": 2.007599863638162}, {"arrows": "to", "from": 29, "group": 2, "to": 30, "width": 2.007599863638162}, {"arrows": "to", "from": 30, "group": 2, "to": 36, "width": 2.007599863638162}, {"arrows": "to", "from": 36, "group": 2, "to": 40, "width": 2.007599863638162}, {"arrows": "to", "from": 40, "group": 2, "to": 41, "width": 2.007599863638162}, {"arrows": "to", "from": 41, "group": 2, "to": 42, "width": 2.007599863638162}, {"arrows": "to", "from": 42, "group": 2, "to": 44, "width": 2.007599863638162}, {"arrows": "to", "from": 44, "group": 2, "to": 48, "width": 2.007599863638162}, {"arrows": "to", "from": 48, "group": 2, "to": 53, "width": 2.007599863638162}, {"arrows": "to", "from": 53, "group": 2, "to": 57, "width": 2.007599863638162}, {"arrows": "to", "from": 57, "group": 2, "to": 60, "width": 2.007599863638162}, {"arrows": "to", "from": 60, "group": 2, "to": 63, "width": 2.007599863638162}, {"arrows": "to", "from": 63, "group": 2, "to": 66, "width": 2.007599863638162}, {"arrows": "to", "from": 66, "group": 2, "to": 75, "width": 2.007599863638162}, {"arrows": "to", "from": 76, "group": 2, "to": 77, "width": 14.335866621212721}, {"arrows": "to", "from": 76, "group": 2, "to": 78, "width": 2.007599863638162}, {"arrows": "to", "from": 77, "group": 2, "to": 79, "width": 2.42496139260237}, {"arrows": "to", "from": 77, "group": 2, "to": 80, "width": 7.53858478181345}, {"arrows": "to", "from": 77, "group": 2, "to": 81, "width": 2.42496139260237}, {"arrows": "to", "from": 77, "group": 2, "to": 82, "width": 1.4249613926023699}, {"arrows": "to", "from": 77, "group": 2, "to": 83, "width": 1.4249613926023699}, {"arrows": "to", "from": 77, "group": 2, "to": 84, "width": 2.8227018436038023}, {"arrows": "to", "from": 77, "group": 2, "to": 85, "width": 2.42496139260237}, {"arrows": "to", "from": 77, "group": 2, "to": 86, "width": 2.007599863638162}, {"arrows": "to", "from": 77, "group": 2, "to": 87, "width": 2.42496139260237}, {"arrows": "to", "from": 78, "group": 2, "to": 816, "width": 1.4249613926023699}, {"arrows": "to", "from": 78, "group": 2, "to": 817, "width": 2.42496139260237}, {"arrows": "to", "from": 79, "group": 2, "to": 2975, "width": 2.42496139260237}, {"arrows": "to", "from": 80, "group": 2, "to": 2357, "width": 2.42496139260237}, {"arrows": "to", "from": 80, "group": 2, "to": 2358, "width": 2.42496139260237}, {"arrows": "to", "from": 80, "group": 2, "to": 2359, "width": 2.42496139260237}, {"arrows": "to", "from": 80, "group": 2, "to": 2360, "width": 2.42496139260237}, {"arrows": "to", "from": 80, "group": 2, "to": 2361, "width": 2.42496139260237}, {"arrows": "to", "from": 80, "group": 2, "to": 2362, "width": 2.42496139260237}, {"arrows": "to", "from": 80, "group": 2, "to": 2363, "width": 2.42496139260237}, {"arrows": "to", "from": 81, "group": 2, "to": 2870, "width": 2.42496139260237}, {"arrows": "to", "from": 82, "group": 2, "to": 1201, "width": 1.4249613926023699}, {"arrows": "to", "from": 83, "group": 2, "to": 1008, "width": 1.4249613926023699}, {"arrows": "to", "from": 84, "group": 2, "to": 89, "width": 1.4249613926023699}, {"arrows": "to", "from": 84, "group": 2, "to": 92, "width": 2.42496139260237}, {"arrows": "to", "from": 84, "group": 2, "to": 93, "width": 2.42496139260237}, {"arrows": "to", "from": 85, "group": 2, "to": 2747, "width": 2.42496139260237}, {"arrows": "to", "from": 86, "group": 2, "to": 2633, "width": 1.4249613926023699}, {"arrows": "to", "from": 86, "group": 2, "to": 2634, "width": 2.42496139260237}, {"arrows": "to", "from": 87, "group": 2, "to": 2500, "width": 2.42496139260237}, {"arrows": "to", "from": 89, "group": 2, "to": 3085, "width": 1.4249613926023699}, {"arrows": "to", "from": 92, "group": 2, "to": 3869, "width": 2.42496139260237}, {"arrows": "to", "from": 93, "group": 2, "to": 95, "width": 2.42496139260237}, {"arrows": "to", "from": 95, "group": 2, "to": 97, "width": 2.42496139260237}, {"arrows": "to", "from": 97, "group": 2, "to": 105, "width": 2.42496139260237}, {"arrows": "to", "from": 105, "group": 2, "to": 109, "width": 2.42496139260237}, {"arrows": "to", "from": 109, "group": 2, "to": 115, "width": 2.42496139260237}, {"arrows": "to", "from": 115, "group": 2, "to": 119, "width": 2.42496139260237}, {"arrows": "to", "from": 119, "group": 2, "to": 126, "width": 2.42496139260237}, {"arrows": "to", "from": 126, "group": 2, "to": 130, "width": 2.42496139260237}, {"arrows": "to", "from": 130, "group": 2, "to": 131, "width": 2.42496139260237}, {"arrows": "to", "from": 131, "group": 2, "to": 132, "width": 2.42496139260237}, {"arrows": "to", "from": 132, "group": 2, "to": 134, "width": 2.42496139260237}, {"arrows": "to", "from": 134, "group": 2, "to": 138, "width": 2.42496139260237}, {"arrows": "to", "from": 138, "group": 2, "to": 143, "width": 2.42496139260237}, {"arrows": "to", "from": 143, "group": 2, "to": 145, "width": 2.42496139260237}, {"arrows": "to", "from": 145, "group": 2, "to": 146, "width": 2.42496139260237}, {"arrows": "to", "from": 146, "group": 2, "to": 149, "width": 2.42496139260237}, {"arrows": "to", "from": 149, "group": 2, "to": 154, "width": 2.42496139260237}, {"arrows": "to", "from": 154, "group": 2, "to": 155, "width": 2.42496139260237}, {"arrows": "to", "from": 155, "group": 2, "to": 159, "width": 2.42496139260237}, {"arrows": "to", "from": 159, "group": 2, "to": 160, "width": 2.42496139260237}, {"arrows": "to", "from": 160, "group": 2, "to": 162, "width": 2.42496139260237}, {"arrows": "to", "from": 162, "group": 2, "to": 164, "width": 2.42496139260237}, {"arrows": "to", "from": 164, "group": 2, "to": 167, "width": 2.42496139260237}, {"arrows": "to", "from": 167, "group": 2, "to": 172, "width": 2.42496139260237}, {"arrows": "to", "from": 172, "group": 2, "to": 177, "width": 2.42496139260237}, {"arrows": "to", "from": 177, "group": 2, "to": 189, "width": 2.42496139260237}, {"arrows": "to", "from": 189, "group": 2, "to": 190, "width": 2.42496139260237}, {"arrows": "to", "from": 190, "group": 2, "to": 192, "width": 2.42496139260237}, {"arrows": "to", "from": 192, "group": 2, "to": 196, "width": 2.42496139260237}, {"arrows": "to", "from": 196, "group": 2, "to": 197, "width": 2.42496139260237}, {"arrows": "to", "from": 197, "group": 2, "to": 199, "width": 2.42496139260237}, {"arrows": "to", "from": 199, "group": 2, "to": 206, "width": 2.42496139260237}, {"arrows": "to", "from": 208, "group": 2, "to": 4385, "width": 1.4249613926023699}, {"arrows": "to", "from": 209, "group": 2, "to": 4299, "width": 1.4249613926023699}, {"arrows": "to", "from": 210, "group": 2, "to": 1803, "width": 2.42496139260237}, {"arrows": "to", "from": 211, "group": 2, "to": 1118, "width": 1.4249613926023699}, {"arrows": "to", "from": 212, "group": 2, "to": 1653, "width": 2.42496139260237}, {"arrows": "to", "from": 213, "group": 2, "to": 221, "width": 1.4249613926023699}, {"arrows": "to", "from": 214, "group": 2, "to": 4159, "width": 2.42496139260237}, {"arrows": "to", "from": 215, "group": 2, "to": 4029, "width": 2.42496139260237}, {"arrows": "to", "from": 216, "group": 2, "to": 1952, "width": 1.4249613926023699}, {"arrows": "to", "from": 221, "group": 2, "to": 224, "width": 1.4249613926023699}, {"arrows": "to", "from": 224, "group": 2, "to": 233, "width": 1.4249613926023699}, {"arrows": "to", "from": 233, "group": 2, "to": 238, "width": 1.4249613926023699}, {"arrows": "to", "from": 238, "group": 2, "to": 243, "width": 1.4249613926023699}, {"arrows": "to", "from": 243, "group": 2, "to": 246, "width": 1.4249613926023699}, {"arrows": "to", "from": 246, "group": 2, "to": 252, "width": 1.4249613926023699}, {"arrows": "to", "from": 252, "group": 2, "to": 261, "width": 1.4249613926023699}, {"arrows": "to", "from": 262, "group": 2, "to": 1166, "width": 1.4249613926023699}, {"arrows": "to", "from": 263, "group": 2, "to": 1996, "width": 2.42496139260237}, {"arrows": "to", "from": 264, "group": 2, "to": 272, "width": 1.4249613926023699}, {"arrows": "to", "from": 265, "group": 2, "to": 4543, "width": 2.42496139260237}, {"arrows": "to", "from": 266, "group": 2, "to": 4429, "width": 2.42496139260237}, {"arrows": "to", "from": 267, "group": 2, "to": 2140, "width": 1.4249613926023699}, {"arrows": "to", "from": 272, "group": 2, "to": 273, "width": 1.4249613926023699}, {"arrows": "to", "from": 273, "group": 2, "to": 282, "width": 1.4249613926023699}, {"arrows": "to", "from": 282, "group": 2, "to": 285, "width": 1.4249613926023699}, {"arrows": "to", "from": 285, "group": 2, "to": 288, "width": 1.4249613926023699}, {"arrows": "to", "from": 288, "group": 2, "to": 291, "width": 1.4249613926023699}, {"arrows": "to", "from": 291, "group": 2, "to": 297, "width": 1.4249613926023699}, {"arrows": "to", "from": 297, "group": 2, "to": 306, "width": 1.4249613926023699}, {"arrows": "to", "from": 307, "group": 2, "to": 308, "width": 1.712480696301185}, {"arrows": "to", "from": 308, "group": 2, "to": 310, "width": 1.4249613926023699}, {"arrows": "to", "from": 308, "group": 2, "to": 311, "width": 1.4249613926023699}, {"arrows": "to", "from": 308, "group": 2, "to": 312, "width": 1.4249613926023699}, {"arrows": "to", "from": 308, "group": 2, "to": 313, "width": 2.42496139260237}, {"arrows": "to", "from": 310, "group": 2, "to": 1589, "width": 1.4249613926023699}, {"arrows": "to", "from": 311, "group": 2, "to": 940, "width": 1.4249613926023699}, {"arrows": "to", "from": 312, "group": 2, "to": 1253, "width": 1.4249613926023699}, {"arrows": "to", "from": 313, "group": 2, "to": 322, "width": 2.42496139260237}, {"arrows": "to", "from": 322, "group": 2, "to": 324, "width": 2.42496139260237}, {"arrows": "to", "from": 324, "group": 2, "to": 326, "width": 2.42496139260237}, {"arrows": "to", "from": 326, "group": 2, "to": 332, "width": 2.42496139260237}, {"arrows": "to", "from": 332, "group": 2, "to": 336, "width": 2.42496139260237}, {"arrows": "to", "from": 336, "group": 2, "to": 341, "width": 2.42496139260237}, {"arrows": "to", "from": 341, "group": 2, "to": 345, "width": 2.42496139260237}, {"arrows": "to", "from": 345, "group": 2, "to": 350, "width": 2.42496139260237}, {"arrows": "to", "from": 350, "group": 2, "to": 354, "width": 2.42496139260237}, {"arrows": "to", "from": 354, "group": 2, "to": 355, "width": 2.42496139260237}, {"arrows": "to", "from": 355, "group": 2, "to": 363, "width": 2.42496139260237}, {"arrows": "to", "from": 363, "group": 2, "to": 367, "width": 2.42496139260237}, {"arrows": "to", "from": 367, "group": 2, "to": 368, "width": 2.42496139260237}, {"arrows": "to", "from": 368, "group": 2, "to": 369, "width": 2.42496139260237}, {"arrows": "to", "from": 369, "group": 2, "to": 372, "width": 2.42496139260237}, {"arrows": "to", "from": 372, "group": 2, "to": 377, "width": 2.42496139260237}, {"arrows": "to", "from": 377, "group": 2, "to": 378, "width": 2.42496139260237}, {"arrows": "to", "from": 378, "group": 2, "to": 382, "width": 2.42496139260237}, {"arrows": "to", "from": 382, "group": 2, "to": 383, "width": 2.42496139260237}, {"arrows": "to", "from": 383, "group": 2, "to": 386, "width": 2.42496139260237}, {"arrows": "to", "from": 386, "group": 2, "to": 387, "width": 2.42496139260237}, {"arrows": "to", "from": 387, "group": 2, "to": 390, "width": 2.42496139260237}, {"arrows": "to", "from": 390, "group": 2, "to": 395, "width": 2.42496139260237}, {"arrows": "to", "from": 395, "group": 2, "to": 401, "width": 2.42496139260237}, {"arrows": "to", "from": 401, "group": 2, "to": 408, "width": 2.42496139260237}, {"arrows": "to", "from": 408, "group": 2, "to": 414, "width": 2.42496139260237}, {"arrows": "to", "from": 414, "group": 2, "to": 417, "width": 2.42496139260237}, {"arrows": "to", "from": 417, "group": 2, "to": 422, "width": 2.42496139260237}, {"arrows": "to", "from": 422, "group": 2, "to": 423, "width": 2.42496139260237}, {"arrows": "to", "from": 423, "group": 2, "to": 425, "width": 2.42496139260237}, {"arrows": "to", "from": 425, "group": 2, "to": 429, "width": 2.42496139260237}, {"arrows": "to", "from": 429, "group": 2, "to": 430, "width": 2.42496139260237}, {"arrows": "to", "from": 430, "group": 2, "to": 432, "width": 2.42496139260237}, {"arrows": "to", "from": 432, "group": 2, "to": 439, "width": 2.42496139260237}, {"arrows": "to", "from": 447, "group": 2, "to": 458, "width": 1.4249613926023699}, {"arrows": "to", "from": 458, "group": 2, "to": 466, "width": 1.4249613926023699}, {"arrows": "to", "from": 466, "group": 2, "to": 471, "width": 1.4249613926023699}, {"arrows": "to", "from": 471, "group": 2, "to": 472, "width": 1.4249613926023699}, {"arrows": "to", "from": 472, "group": 2, "to": 480, "width": 1.4249613926023699}, {"arrows": "to", "from": 480, "group": 2, "to": 484, "width": 1.4249613926023699}, {"arrows": "to", "from": 484, "group": 2, "to": 485, "width": 1.4249613926023699}, {"arrows": "to", "from": 485, "group": 2, "to": 486, "width": 1.4249613926023699}, {"arrows": "to", "from": 486, "group": 2, "to": 491, "width": 1.4249613926023699}, {"arrows": "to", "from": 491, "group": 2, "to": 497, "width": 1.4249613926023699}, {"arrows": "to", "from": 497, "group": 2, "to": 502, "width": 1.4249613926023699}, {"arrows": "to", "from": 502, "group": 2, "to": 508, "width": 1.4249613926023699}, {"arrows": "to", "from": 508, "group": 2, "to": 513, "width": 1.4249613926023699}, {"arrows": "to", "from": 519, "group": 2, "to": 528, "width": 1.4249613926023699}, {"arrows": "to", "from": 528, "group": 2, "to": 534, "width": 1.4249613926023699}, {"arrows": "to", "from": 534, "group": 2, "to": 537, "width": 1.4249613926023699}, {"arrows": "to", "from": 537, "group": 2, "to": 538, "width": 1.4249613926023699}, {"arrows": "to", "from": 538, "group": 2, "to": 544, "width": 1.4249613926023699}, {"arrows": "to", "from": 544, "group": 2, "to": 547, "width": 1.4249613926023699}, {"arrows": "to", "from": 547, "group": 2, "to": 548, "width": 1.4249613926023699}, {"arrows": "to", "from": 548, "group": 2, "to": 549, "width": 1.4249613926023699}, {"arrows": "to", "from": 549, "group": 2, "to": 551, "width": 1.4249613926023699}, {"arrows": "to", "from": 551, "group": 2, "to": 554, "width": 1.4249613926023699}, {"arrows": "to", "from": 554, "group": 2, "to": 558, "width": 1.4249613926023699}, {"arrows": "to", "from": 558, "group": 2, "to": 561, "width": 1.4249613926023699}, {"arrows": "to", "from": 561, "group": 2, "to": 563, "width": 1.4249613926023699}, {"arrows": "to", "from": 563, "group": 2, "to": 565, "width": 1.4249613926023699}, {"arrows": "to", "from": 565, "group": 2, "to": 568, "width": 1.4249613926023699}, {"arrows": "to", "from": 568, "group": 2, "to": 575, "width": 1.4249613926023699}, {"arrows": "to", "from": 583, "group": 2, "to": 592, "width": 1.4249613926023699}, {"arrows": "to", "from": 592, "group": 2, "to": 598, "width": 1.4249613926023699}, {"arrows": "to", "from": 598, "group": 2, "to": 603, "width": 1.4249613926023699}, {"arrows": "to", "from": 603, "group": 2, "to": 604, "width": 1.4249613926023699}, {"arrows": "to", "from": 604, "group": 2, "to": 610, "width": 1.4249613926023699}, {"arrows": "to", "from": 610, "group": 2, "to": 614, "width": 1.4249613926023699}, {"arrows": "to", "from": 614, "group": 2, "to": 615, "width": 1.4249613926023699}, {"arrows": "to", "from": 615, "group": 2, "to": 616, "width": 1.4249613926023699}, {"arrows": "to", "from": 616, "group": 2, "to": 618, "width": 1.4249613926023699}, {"arrows": "to", "from": 618, "group": 2, "to": 622, "width": 1.4249613926023699}, {"arrows": "to", "from": 622, "group": 2, "to": 627, "width": 1.4249613926023699}, {"arrows": "to", "from": 627, "group": 2, "to": 631, "width": 1.4249613926023699}, {"arrows": "to", "from": 631, "group": 2, "to": 634, "width": 1.4249613926023699}, {"arrows": "to", "from": 634, "group": 2, "to": 637, "width": 1.4249613926023699}, {"arrows": "to", "from": 637, "group": 2, "to": 640, "width": 1.4249613926023699}, {"arrows": "to", "from": 640, "group": 2, "to": 649, "width": 1.4249613926023699}, {"arrows": "to", "from": 650, "group": 2, "to": 656, "width": 1.4249613926023699}, {"arrows": "to", "from": 656, "group": 2, "to": 665, "width": 1.4249613926023699}, {"arrows": "to", "from": 665, "group": 2, "to": 671, "width": 1.4249613926023699}, {"arrows": "to", "from": 671, "group": 2, "to": 674, "width": 1.4249613926023699}, {"arrows": "to", "from": 674, "group": 2, "to": 675, "width": 1.4249613926023699}, {"arrows": "to", "from": 675, "group": 2, "to": 681, "width": 1.4249613926023699}, {"arrows": "to", "from": 681, "group": 2, "to": 684, "width": 1.4249613926023699}, {"arrows": "to", "from": 684, "group": 2, "to": 685, "width": 1.4249613926023699}, {"arrows": "to", "from": 685, "group": 2, "to": 686, "width": 1.4249613926023699}, {"arrows": "to", "from": 686, "group": 2, "to": 688, "width": 1.4249613926023699}, {"arrows": "to", "from": 688, "group": 2, "to": 691, "width": 1.4249613926023699}, {"arrows": "to", "from": 691, "group": 2, "to": 695, "width": 1.4249613926023699}, {"arrows": "to", "from": 695, "group": 2, "to": 698, "width": 1.4249613926023699}, {"arrows": "to", "from": 698, "group": 2, "to": 700, "width": 1.4249613926023699}, {"arrows": "to", "from": 700, "group": 2, "to": 702, "width": 1.4249613926023699}, {"arrows": "to", "from": 702, "group": 2, "to": 705, "width": 1.4249613926023699}, {"arrows": "to", "from": 705, "group": 2, "to": 710, "width": 1.4249613926023699}, {"arrows": "to", "from": 711, "group": 2, "to": 721, "width": 1.4249613926023699}, {"arrows": "to", "from": 721, "group": 2, "to": 722, "width": 1.4249613926023699}, {"arrows": "to", "from": 722, "group": 2, "to": 726, "width": 1.4249613926023699}, {"arrows": "to", "from": 726, "group": 2, "to": 727, "width": 1.4249613926023699}, {"arrows": "to", "from": 727, "group": 2, "to": 731, "width": 1.4249613926023699}, {"arrows": "to", "from": 731, "group": 2, "to": 735, "width": 1.4249613926023699}, {"arrows": "to", "from": 735, "group": 2, "to": 736, "width": 1.4249613926023699}, {"arrows": "to", "from": 736, "group": 2, "to": 737, "width": 1.4249613926023699}, {"arrows": "to", "from": 737, "group": 2, "to": 740, "width": 1.4249613926023699}, {"arrows": "to", "from": 740, "group": 2, "to": 743, "width": 1.4249613926023699}, {"arrows": "to", "from": 743, "group": 2, "to": 746, "width": 1.4249613926023699}, {"arrows": "to", "from": 746, "group": 2, "to": 755, "width": 1.4249613926023699}, {"arrows": "to", "from": 756, "group": 2, "to": 765, "width": 1.4249613926023699}, {"arrows": "to", "from": 765, "group": 2, "to": 768, "width": 1.4249613926023699}, {"arrows": "to", "from": 768, "group": 2, "to": 774, "width": 1.4249613926023699}, {"arrows": "to", "from": 774, "group": 2, "to": 780, "width": 1.4249613926023699}, {"arrows": "to", "from": 780, "group": 2, "to": 789, "width": 1.4249613926023699}, {"arrows": "to", "from": 789, "group": 2, "to": 797, "width": 1.4249613926023699}, {"arrows": "to", "from": 797, "group": 2, "to": 803, "width": 1.4249613926023699}, {"arrows": "to", "from": 803, "group": 2, "to": 807, "width": 1.4249613926023699}, {"arrows": "to", "from": 807, "group": 2, "to": 811, "width": 1.4249613926023699}, {"arrows": "to", "from": 816, "group": 2, "to": 1342, "width": 1.4249613926023699}, {"arrows": "to", "from": 817, "group": 2, "to": 826, "width": 2.42496139260237}, {"arrows": "to", "from": 826, "group": 2, "to": 828, "width": 2.42496139260237}, {"arrows": "to", "from": 828, "group": 2, "to": 830, "width": 2.42496139260237}, {"arrows": "to", "from": 830, "group": 2, "to": 838, "width": 2.42496139260237}, {"arrows": "to", "from": 838, "group": 2, "to": 842, "width": 2.42496139260237}, {"arrows": "to", "from": 842, "group": 2, "to": 848, "width": 2.42496139260237}, {"arrows": "to", "from": 848, "group": 2, "to": 852, "width": 2.42496139260237}, {"arrows": "to", "from": 852, "group": 2, "to": 859, "width": 2.42496139260237}, {"arrows": "to", "from": 859, "group": 2, "to": 863, "width": 2.42496139260237}, {"arrows": "to", "from": 863, "group": 2, "to": 864, "width": 2.42496139260237}, {"arrows": "to", "from": 864, "group": 2, "to": 865, "width": 2.42496139260237}, {"arrows": "to", "from": 865, "group": 2, "to": 867, "width": 2.42496139260237}, {"arrows": "to", "from": 867, "group": 2, "to": 871, "width": 2.42496139260237}, {"arrows": "to", "from": 871, "group": 2, "to": 876, "width": 2.42496139260237}, {"arrows": "to", "from": 876, "group": 2, "to": 878, "width": 2.42496139260237}, {"arrows": "to", "from": 878, "group": 2, "to": 879, "width": 2.42496139260237}, {"arrows": "to", "from": 879, "group": 2, "to": 882, "width": 2.42496139260237}, {"arrows": "to", "from": 882, "group": 2, "to": 887, "width": 2.42496139260237}, {"arrows": "to", "from": 887, "group": 2, "to": 888, "width": 2.42496139260237}, {"arrows": "to", "from": 888, "group": 2, "to": 892, "width": 2.42496139260237}, {"arrows": "to", "from": 892, "group": 2, "to": 893, "width": 2.42496139260237}, {"arrows": "to", "from": 893, "group": 2, "to": 895, "width": 2.42496139260237}, {"arrows": "to", "from": 895, "group": 2, "to": 897, "width": 2.42496139260237}, {"arrows": "to", "from": 897, "group": 2, "to": 900, "width": 2.42496139260237}, {"arrows": "to", "from": 900, "group": 2, "to": 905, "width": 2.42496139260237}, {"arrows": "to", "from": 905, "group": 2, "to": 910, "width": 2.42496139260237}, {"arrows": "to", "from": 910, "group": 2, "to": 922, "width": 2.42496139260237}, {"arrows": "to", "from": 922, "group": 2, "to": 923, "width": 2.42496139260237}, {"arrows": "to", "from": 923, "group": 2, "to": 925, "width": 2.42496139260237}, {"arrows": "to", "from": 925, "group": 2, "to": 929, "width": 2.42496139260237}, {"arrows": "to", "from": 929, "group": 2, "to": 930, "width": 2.42496139260237}, {"arrows": "to", "from": 930, "group": 2, "to": 932, "width": 2.42496139260237}, {"arrows": "to", "from": 932, "group": 2, "to": 939, "width": 2.42496139260237}, {"arrows": "to", "from": 940, "group": 2, "to": 941, "width": 1.4249613926023699}, {"arrows": "to", "from": 941, "group": 2, "to": 942, "width": 1.4249613926023699}, {"arrows": "to", "from": 942, "group": 2, "to": 952, "width": 1.4249613926023699}, {"arrows": "to", "from": 952, "group": 2, "to": 956, "width": 1.4249613926023699}, {"arrows": "to", "from": 956, "group": 2, "to": 957, "width": 1.4249613926023699}, {"arrows": "to", "from": 957, "group": 2, "to": 960, "width": 1.4249613926023699}, {"arrows": "to", "from": 960, "group": 2, "to": 961, "width": 1.4249613926023699}, {"arrows": "to", "from": 961, "group": 2, "to": 964, "width": 1.4249613926023699}, {"arrows": "to", "from": 964, "group": 2, "to": 970, "width": 1.4249613926023699}, {"arrows": "to", "from": 970, "group": 2, "to": 976, "width": 1.4249613926023699}, {"arrows": "to", "from": 976, "group": 2, "to": 985, "width": 1.4249613926023699}, {"arrows": "to", "from": 985, "group": 2, "to": 993, "width": 1.4249613926023699}, {"arrows": "to", "from": 993, "group": 2, "to": 999, "width": 1.4249613926023699}, {"arrows": "to", "from": 999, "group": 2, "to": 1003, "width": 1.4249613926023699}, {"arrows": "to", "from": 1003, "group": 2, "to": 1007, "width": 1.4249613926023699}, {"arrows": "to", "from": 1008, "group": 2, "to": 1009, "width": 1.4249613926023699}, {"arrows": "to", "from": 1009, "group": 2, "to": 1010, "width": 1.4249613926023699}, {"arrows": "to", "from": 1010, "group": 2, "to": 1013, "width": 1.4249613926023699}, {"arrows": "to", "from": 1013, "group": 2, "to": 1022, "width": 1.4249613926023699}, {"arrows": "to", "from": 1022, "group": 2, "to": 1024, "width": 1.4249613926023699}, {"arrows": "to", "from": 1024, "group": 2, "to": 1028, "width": 1.4249613926023699}, {"arrows": "to", "from": 1028, "group": 2, "to": 1033, "width": 1.4249613926023699}, {"arrows": "to", "from": 1033, "group": 2, "to": 1037, "width": 1.4249613926023699}, {"arrows": "to", "from": 1037, "group": 2, "to": 1040, "width": 1.4249613926023699}, {"arrows": "to", "from": 1040, "group": 2, "to": 1043, "width": 1.4249613926023699}, {"arrows": "to", "from": 1043, "group": 2, "to": 1046, "width": 1.4249613926023699}, {"arrows": "to", "from": 1046, "group": 2, "to": 1055, "width": 1.4249613926023699}, {"arrows": "to", "from": 1061, "group": 2, "to": 1066, "width": 1.4249613926023699}, {"arrows": "to", "from": 1066, "group": 2, "to": 1067, "width": 1.4249613926023699}, {"arrows": "to", "from": 1067, "group": 2, "to": 1073, "width": 1.4249613926023699}, {"arrows": "to", "from": 1073, "group": 2, "to": 1077, "width": 1.4249613926023699}, {"arrows": "to", "from": 1077, "group": 2, "to": 1078, "width": 1.4249613926023699}, {"arrows": "to", "from": 1078, "group": 2, "to": 1079, "width": 1.4249613926023699}, {"arrows": "to", "from": 1079, "group": 2, "to": 1081, "width": 1.4249613926023699}, {"arrows": "to", "from": 1081, "group": 2, "to": 1085, "width": 1.4249613926023699}, {"arrows": "to", "from": 1085, "group": 2, "to": 1089, "width": 1.4249613926023699}, {"arrows": "to", "from": 1089, "group": 2, "to": 1094, "width": 1.4249613926023699}, {"arrows": "to", "from": 1094, "group": 2, "to": 1097, "width": 1.4249613926023699}, {"arrows": "to", "from": 1097, "group": 2, "to": 1100, "width": 1.4249613926023699}, {"arrows": "to", "from": 1100, "group": 2, "to": 1103, "width": 1.4249613926023699}, {"arrows": "to", "from": 1103, "group": 2, "to": 1112, "width": 1.4249613926023699}, {"arrows": "to", "from": 1118, "group": 2, "to": 1124, "width": 1.4249613926023699}, {"arrows": "to", "from": 1124, "group": 2, "to": 1132, "width": 1.4249613926023699}, {"arrows": "to", "from": 1132, "group": 2, "to": 1137, "width": 1.4249613926023699}, {"arrows": "to", "from": 1137, "group": 2, "to": 1142, "width": 1.4249613926023699}, {"arrows": "to", "from": 1142, "group": 2, "to": 1145, "width": 1.4249613926023699}, {"arrows": "to", "from": 1145, "group": 2, "to": 1151, "width": 1.4249613926023699}, {"arrows": "to", "from": 1151, "group": 2, "to": 1160, "width": 1.4249613926023699}, {"arrows": "to", "from": 1166, "group": 2, "to": 1168, "width": 1.4249613926023699}, {"arrows": "to", "from": 1168, "group": 2, "to": 1176, "width": 1.4249613926023699}, {"arrows": "to", "from": 1176, "group": 2, "to": 1179, "width": 1.4249613926023699}, {"arrows": "to", "from": 1179, "group": 2, "to": 1182, "width": 1.4249613926023699}, {"arrows": "to", "from": 1182, "group": 2, "to": 1185, "width": 1.4249613926023699}, {"arrows": "to", "from": 1185, "group": 2, "to": 1191, "width": 1.4249613926023699}, {"arrows": "to", "from": 1191, "group": 2, "to": 1200, "width": 1.4249613926023699}, {"arrows": "to", "from": 1201, "group": 2, "to": 1202, "width": 1.4249613926023699}, {"arrows": "to", "from": 1202, "group": 2, "to": 1203, "width": 1.4249613926023699}, {"arrows": "to", "from": 1203, "group": 2, "to": 1206, "width": 1.4249613926023699}, {"arrows": "to", "from": 1206, "group": 2, "to": 1216, "width": 1.4249613926023699}, {"arrows": "to", "from": 1216, "group": 2, "to": 1218, "width": 1.4249613926023699}, {"arrows": "to", "from": 1218, "group": 2, "to": 1224, "width": 1.4249613926023699}, {"arrows": "to", "from": 1224, "group": 2, "to": 1229, "width": 1.4249613926023699}, {"arrows": "to", "from": 1229, "group": 2, "to": 1234, "width": 1.4249613926023699}, {"arrows": "to", "from": 1234, "group": 2, "to": 1237, "width": 1.4249613926023699}, {"arrows": "to", "from": 1237, "group": 2, "to": 1240, "width": 1.4249613926023699}, {"arrows": "to", "from": 1240, "group": 2, "to": 1243, "width": 1.4249613926023699}, {"arrows": "to", "from": 1243, "group": 2, "to": 1252, "width": 1.4249613926023699}, {"arrows": "to", "from": 1253, "group": 2, "to": 1254, "width": 1.4249613926023699}, {"arrows": "to", "from": 1254, "group": 2, "to": 1255, "width": 1.4249613926023699}, {"arrows": "to", "from": 1255, "group": 2, "to": 1256, "width": 1.4249613926023699}, {"arrows": "to", "from": 1256, "group": 2, "to": 1266, "width": 1.4249613926023699}, {"arrows": "to", "from": 1266, "group": 2, "to": 1270, "width": 1.4249613926023699}, {"arrows": "to", "from": 1270, "group": 2, "to": 1273, "width": 1.4249613926023699}, {"arrows": "to", "from": 1273, "group": 2, "to": 1279, "width": 1.4249613926023699}, {"arrows": "to", "from": 1279, "group": 2, "to": 1285, "width": 1.4249613926023699}, {"arrows": "to", "from": 1285, "group": 2, "to": 1286, "width": 1.4249613926023699}, {"arrows": "to", "from": 1286, "group": 2, "to": 1295, "width": 1.4249613926023699}, {"arrows": "to", "from": 1295, "group": 2, "to": 1305, "width": 1.4249613926023699}, {"arrows": "to", "from": 1305, "group": 2, "to": 1308, "width": 1.4249613926023699}, {"arrows": "to", "from": 1308, "group": 2, "to": 1309, "width": 1.4249613926023699}, {"arrows": "to", "from": 1309, "group": 2, "to": 1310, "width": 1.4249613926023699}, {"arrows": "to", "from": 1310, "group": 2, "to": 1313, "width": 1.4249613926023699}, {"arrows": "to", "from": 1313, "group": 2, "to": 1317, "width": 1.4249613926023699}, {"arrows": "to", "from": 1317, "group": 2, "to": 1320, "width": 1.4249613926023699}, {"arrows": "to", "from": 1320, "group": 2, "to": 1324, "width": 1.4249613926023699}, {"arrows": "to", "from": 1324, "group": 2, "to": 1326, "width": 1.4249613926023699}, {"arrows": "to", "from": 1326, "group": 2, "to": 1328, "width": 1.4249613926023699}, {"arrows": "to", "from": 1328, "group": 2, "to": 1331, "width": 1.4249613926023699}, {"arrows": "to", "from": 1331, "group": 2, "to": 1337, "width": 1.4249613926023699}, {"arrows": "to", "from": 1337, "group": 2, "to": 1341, "width": 1.4249613926023699}, {"arrows": "to", "from": 1342, "group": 2, "to": 1343, "width": 1.4249613926023699}, {"arrows": "to", "from": 1343, "group": 2, "to": 1344, "width": 1.4249613926023699}, {"arrows": "to", "from": 1344, "group": 2, "to": 1347, "width": 1.4249613926023699}, {"arrows": "to", "from": 1347, "group": 2, "to": 1356, "width": 1.4249613926023699}, {"arrows": "to", "from": 1356, "group": 2, "to": 1358, "width": 1.4249613926023699}, {"arrows": "to", "from": 1358, "group": 2, "to": 1362, "width": 1.4249613926023699}, {"arrows": "to", "from": 1362, "group": 2, "to": 1367, "width": 1.4249613926023699}, {"arrows": "to", "from": 1367, "group": 2, "to": 1371, "width": 1.4249613926023699}, {"arrows": "to", "from": 1371, "group": 2, "to": 1374, "width": 1.4249613926023699}, {"arrows": "to", "from": 1374, "group": 2, "to": 1377, "width": 1.4249613926023699}, {"arrows": "to", "from": 1377, "group": 2, "to": 1380, "width": 1.4249613926023699}, {"arrows": "to", "from": 1380, "group": 2, "to": 1389, "width": 1.4249613926023699}, {"arrows": "to", "from": 1395, "group": 2, "to": 1400, "width": 2.42496139260237}, {"arrows": "to", "from": 1400, "group": 2, "to": 1401, "width": 2.42496139260237}, {"arrows": "to", "from": 1401, "group": 2, "to": 1408, "width": 2.42496139260237}, {"arrows": "to", "from": 1408, "group": 2, "to": 1412, "width": 2.42496139260237}, {"arrows": "to", "from": 1412, "group": 2, "to": 1417, "width": 2.42496139260237}, {"arrows": "to", "from": 1417, "group": 2, "to": 1421, "width": 2.42496139260237}, {"arrows": "to", "from": 1421, "group": 2, "to": 1422, "width": 2.42496139260237}, {"arrows": "to", "from": 1422, "group": 2, "to": 1423, "width": 2.42496139260237}, {"arrows": "to", "from": 1423, "group": 2, "to": 1425, "width": 2.42496139260237}, {"arrows": "to", "from": 1425, "group": 2, "to": 1429, "width": 2.42496139260237}, {"arrows": "to", "from": 1429, "group": 2, "to": 1434, "width": 2.42496139260237}, {"arrows": "to", "from": 1434, "group": 2, "to": 1438, "width": 2.42496139260237}, {"arrows": "to", "from": 1438, "group": 2, "to": 1441, "width": 2.42496139260237}, {"arrows": "to", "from": 1441, "group": 2, "to": 1444, "width": 2.42496139260237}, {"arrows": "to", "from": 1444, "group": 2, "to": 1453, "width": 2.42496139260237}, {"arrows": "to", "from": 1453, "group": 2, "to": 1457, "width": 2.42496139260237}, {"arrows": "to", "from": 1457, "group": 2, "to": 1461, "width": 2.42496139260237}, {"arrows": "to", "from": 1461, "group": 2, "to": 1467, "width": 2.42496139260237}, {"arrows": "to", "from": 1467, "group": 2, "to": 1473, "width": 2.42496139260237}, {"arrows": "to", "from": 1473, "group": 2, "to": 1479, "width": 2.42496139260237}, {"arrows": "to", "from": 1479, "group": 2, "to": 1483, "width": 2.42496139260237}, {"arrows": "to", "from": 1483, "group": 2, "to": 1484, "width": 2.42496139260237}, {"arrows": "to", "from": 1484, "group": 2, "to": 1494, "width": 2.42496139260237}, {"arrows": "to", "from": 1494, "group": 2, "to": 1499, "width": 2.42496139260237}, {"arrows": "to", "from": 1499, "group": 2, "to": 1502, "width": 2.42496139260237}, {"arrows": "to", "from": 1502, "group": 2, "to": 1503, "width": 2.42496139260237}, {"arrows": "to", "from": 1503, "group": 2, "to": 1510, "width": 2.42496139260237}, {"arrows": "to", "from": 1510, "group": 2, "to": 1513, "width": 2.42496139260237}, {"arrows": "to", "from": 1513, "group": 2, "to": 1520, "width": 2.42496139260237}, {"arrows": "to", "from": 1520, "group": 2, "to": 1523, "width": 2.42496139260237}, {"arrows": "to", "from": 1523, "group": 2, "to": 1524, "width": 2.42496139260237}, {"arrows": "to", "from": 1524, "group": 2, "to": 1525, "width": 2.42496139260237}, {"arrows": "to", "from": 1525, "group": 2, "to": 1531, "width": 2.42496139260237}, {"arrows": "to", "from": 1537, "group": 2, "to": 1542, "width": 1.4249613926023699}, {"arrows": "to", "from": 1542, "group": 2, "to": 1543, "width": 1.4249613926023699}, {"arrows": "to", "from": 1543, "group": 2, "to": 1549, "width": 1.4249613926023699}, {"arrows": "to", "from": 1549, "group": 2, "to": 1553, "width": 1.4249613926023699}, {"arrows": "to", "from": 1553, "group": 2, "to": 1554, "width": 1.4249613926023699}, {"arrows": "to", "from": 1554, "group": 2, "to": 1555, "width": 1.4249613926023699}, {"arrows": "to", "from": 1555, "group": 2, "to": 1557, "width": 1.4249613926023699}, {"arrows": "to", "from": 1557, "group": 2, "to": 1561, "width": 1.4249613926023699}, {"arrows": "to", "from": 1561, "group": 2, "to": 1566, "width": 1.4249613926023699}, {"arrows": "to", "from": 1566, "group": 2, "to": 1570, "width": 1.4249613926023699}, {"arrows": "to", "from": 1570, "group": 2, "to": 1573, "width": 1.4249613926023699}, {"arrows": "to", "from": 1573, "group": 2, "to": 1576, "width": 1.4249613926023699}, {"arrows": "to", "from": 1576, "group": 2, "to": 1579, "width": 1.4249613926023699}, {"arrows": "to", "from": 1579, "group": 2, "to": 1588, "width": 1.4249613926023699}, {"arrows": "to", "from": 1589, "group": 2, "to": 1590, "width": 1.4249613926023699}, {"arrows": "to", "from": 1590, "group": 2, "to": 1591, "width": 1.4249613926023699}, {"arrows": "to", "from": 1591, "group": 2, "to": 1601, "width": 1.4249613926023699}, {"arrows": "to", "from": 1601, "group": 2, "to": 1605, "width": 1.4249613926023699}, {"arrows": "to", "from": 1605, "group": 2, "to": 1609, "width": 1.4249613926023699}, {"arrows": "to", "from": 1609, "group": 2, "to": 1615, "width": 1.4249613926023699}, {"arrows": "to", "from": 1615, "group": 2, "to": 1621, "width": 1.4249613926023699}, {"arrows": "to", "from": 1621, "group": 2, "to": 1630, "width": 1.4249613926023699}, {"arrows": "to", "from": 1630, "group": 2, "to": 1638, "width": 1.4249613926023699}, {"arrows": "to", "from": 1638, "group": 2, "to": 1644, "width": 1.4249613926023699}, {"arrows": "to", "from": 1644, "group": 2, "to": 1648, "width": 1.4249613926023699}, {"arrows": "to", "from": 1648, "group": 2, "to": 1652, "width": 1.4249613926023699}, {"arrows": "to", "from": 1653, "group": 2, "to": 1654, "width": 2.42496139260237}, {"arrows": "to", "from": 1654, "group": 2, "to": 1660, "width": 2.42496139260237}, {"arrows": "to", "from": 1660, "group": 2, "to": 1665, "width": 2.42496139260237}, {"arrows": "to", "from": 1665, "group": 2, "to": 1674, "width": 2.42496139260237}, {"arrows": "to", "from": 1674, "group": 2, "to": 1683, "width": 2.42496139260237}, {"arrows": "to", "from": 1683, "group": 2, "to": 1685, "width": 2.42496139260237}, {"arrows": "to", "from": 1685, "group": 2, "to": 1687, "width": 2.42496139260237}, {"arrows": "to", "from": 1687, "group": 2, "to": 1697, "width": 2.42496139260237}, {"arrows": "to", "from": 1697, "group": 2, "to": 1701, "width": 2.42496139260237}, {"arrows": "to", "from": 1701, "group": 2, "to": 1709, "width": 2.42496139260237}, {"arrows": "to", "from": 1709, "group": 2, "to": 1713, "width": 2.42496139260237}, {"arrows": "to", "from": 1713, "group": 2, "to": 1722, "width": 2.42496139260237}, {"arrows": "to", "from": 1722, "group": 2, "to": 1726, "width": 2.42496139260237}, {"arrows": "to", "from": 1726, "group": 2, "to": 1727, "width": 2.42496139260237}, {"arrows": "to", "from": 1727, "group": 2, "to": 1728, "width": 2.42496139260237}, {"arrows": "to", "from": 1728, "group": 2, "to": 1733, "width": 2.42496139260237}, {"arrows": "to", "from": 1733, "group": 2, "to": 1738, "width": 2.42496139260237}, {"arrows": "to", "from": 1738, "group": 2, "to": 1741, "width": 2.42496139260237}, {"arrows": "to", "from": 1741, "group": 2, "to": 1745, "width": 2.42496139260237}, {"arrows": "to", "from": 1745, "group": 2, "to": 1754, "width": 2.42496139260237}, {"arrows": "to", "from": 1754, "group": 2, "to": 1758, "width": 2.42496139260237}, {"arrows": "to", "from": 1758, "group": 2, "to": 1763, "width": 2.42496139260237}, {"arrows": "to", "from": 1763, "group": 2, "to": 1766, "width": 2.42496139260237}, {"arrows": "to", "from": 1766, "group": 2, "to": 1767, "width": 2.42496139260237}, {"arrows": "to", "from": 1767, "group": 2, "to": 1774, "width": 2.42496139260237}, {"arrows": "to", "from": 1774, "group": 2, "to": 1778, "width": 2.42496139260237}, {"arrows": "to", "from": 1778, "group": 2, "to": 1779, "width": 2.42496139260237}, {"arrows": "to", "from": 1779, "group": 2, "to": 1780, "width": 2.42496139260237}, {"arrows": "to", "from": 1780, "group": 2, "to": 1788, "width": 2.42496139260237}, {"arrows": "to", "from": 1788, "group": 2, "to": 1793, "width": 2.42496139260237}, {"arrows": "to", "from": 1793, "group": 2, "to": 1796, "width": 2.42496139260237}, {"arrows": "to", "from": 1796, "group": 2, "to": 1797, "width": 2.42496139260237}, {"arrows": "to", "from": 1797, "group": 2, "to": 1798, "width": 2.42496139260237}, {"arrows": "to", "from": 1798, "group": 2, "to": 1802, "width": 2.42496139260237}, {"arrows": "to", "from": 1803, "group": 2, "to": 1804, "width": 2.42496139260237}, {"arrows": "to", "from": 1804, "group": 2, "to": 1810, "width": 2.42496139260237}, {"arrows": "to", "from": 1810, "group": 2, "to": 1817, "width": 2.42496139260237}, {"arrows": "to", "from": 1817, "group": 2, "to": 1825, "width": 2.42496139260237}, {"arrows": "to", "from": 1825, "group": 2, "to": 1834, "width": 2.42496139260237}, {"arrows": "to", "from": 1834, "group": 2, "to": 1836, "width": 2.42496139260237}, {"arrows": "to", "from": 1836, "group": 2, "to": 1838, "width": 2.42496139260237}, {"arrows": "to", "from": 1838, "group": 2, "to": 1846, "width": 2.42496139260237}, {"arrows": "to", "from": 1846, "group": 2, "to": 1850, "width": 2.42496139260237}, {"arrows": "to", "from": 1850, "group": 2, "to": 1858, "width": 2.42496139260237}, {"arrows": "to", "from": 1858, "group": 2, "to": 1862, "width": 2.42496139260237}, {"arrows": "to", "from": 1862, "group": 2, "to": 1869, "width": 2.42496139260237}, {"arrows": "to", "from": 1869, "group": 2, "to": 1873, "width": 2.42496139260237}, {"arrows": "to", "from": 1873, "group": 2, "to": 1874, "width": 2.42496139260237}, {"arrows": "to", "from": 1874, "group": 2, "to": 1875, "width": 2.42496139260237}, {"arrows": "to", "from": 1875, "group": 2, "to": 1878, "width": 2.42496139260237}, {"arrows": "to", "from": 1878, "group": 2, "to": 1881, "width": 2.42496139260237}, {"arrows": "to", "from": 1881, "group": 2, "to": 1884, "width": 2.42496139260237}, {"arrows": "to", "from": 1884, "group": 2, "to": 1889, "width": 2.42496139260237}, {"arrows": "to", "from": 1889, "group": 2, "to": 1897, "width": 2.42496139260237}, {"arrows": "to", "from": 1897, "group": 2, "to": 1901, "width": 2.42496139260237}, {"arrows": "to", "from": 1901, "group": 2, "to": 1906, "width": 2.42496139260237}, {"arrows": "to", "from": 1906, "group": 2, "to": 1909, "width": 2.42496139260237}, {"arrows": "to", "from": 1909, "group": 2, "to": 1910, "width": 2.42496139260237}, {"arrows": "to", "from": 1910, "group": 2, "to": 1917, "width": 2.42496139260237}, {"arrows": "to", "from": 1917, "group": 2, "to": 1921, "width": 2.42496139260237}, {"arrows": "to", "from": 1921, "group": 2, "to": 1922, "width": 2.42496139260237}, {"arrows": "to", "from": 1922, "group": 2, "to": 1923, "width": 2.42496139260237}, {"arrows": "to", "from": 1923, "group": 2, "to": 1931, "width": 2.42496139260237}, {"arrows": "to", "from": 1931, "group": 2, "to": 1936, "width": 2.42496139260237}, {"arrows": "to", "from": 1936, "group": 2, "to": 1939, "width": 2.42496139260237}, {"arrows": "to", "from": 1939, "group": 2, "to": 1940, "width": 2.42496139260237}, {"arrows": "to", "from": 1940, "group": 2, "to": 1941, "width": 2.42496139260237}, {"arrows": "to", "from": 1941, "group": 2, "to": 1945, "width": 2.42496139260237}, {"arrows": "to", "from": 1952, "group": 2, "to": 1960, "width": 1.4249613926023699}, {"arrows": "to", "from": 1960, "group": 2, "to": 1963, "width": 1.4249613926023699}, {"arrows": "to", "from": 1963, "group": 2, "to": 1972, "width": 1.4249613926023699}, {"arrows": "to", "from": 1972, "group": 2, "to": 1977, "width": 1.4249613926023699}, {"arrows": "to", "from": 1977, "group": 2, "to": 1980, "width": 1.4249613926023699}, {"arrows": "to", "from": 1980, "group": 2, "to": 1986, "width": 1.4249613926023699}, {"arrows": "to", "from": 1986, "group": 2, "to": 1995, "width": 1.4249613926023699}, {"arrows": "to", "from": 1996, "group": 2, "to": 1997, "width": 2.42496139260237}, {"arrows": "to", "from": 1997, "group": 2, "to": 2003, "width": 2.42496139260237}, {"arrows": "to", "from": 2003, "group": 2, "to": 2008, "width": 2.42496139260237}, {"arrows": "to", "from": 2008, "group": 2, "to": 2017, "width": 2.42496139260237}, {"arrows": "to", "from": 2017, "group": 2, "to": 2026, "width": 2.42496139260237}, {"arrows": "to", "from": 2026, "group": 2, "to": 2028, "width": 2.42496139260237}, {"arrows": "to", "from": 2028, "group": 2, "to": 2030, "width": 2.42496139260237}, {"arrows": "to", "from": 2030, "group": 2, "to": 2038, "width": 2.42496139260237}, {"arrows": "to", "from": 2038, "group": 2, "to": 2042, "width": 2.42496139260237}, {"arrows": "to", "from": 2042, "group": 2, "to": 2050, "width": 2.42496139260237}, {"arrows": "to", "from": 2050, "group": 2, "to": 2054, "width": 2.42496139260237}, {"arrows": "to", "from": 2054, "group": 2, "to": 2061, "width": 2.42496139260237}, {"arrows": "to", "from": 2061, "group": 2, "to": 2065, "width": 2.42496139260237}, {"arrows": "to", "from": 2065, "group": 2, "to": 2066, "width": 2.42496139260237}, {"arrows": "to", "from": 2066, "group": 2, "to": 2067, "width": 2.42496139260237}, {"arrows": "to", "from": 2067, "group": 2, "to": 2070, "width": 2.42496139260237}, {"arrows": "to", "from": 2070, "group": 2, "to": 2073, "width": 2.42496139260237}, {"arrows": "to", "from": 2073, "group": 2, "to": 2076, "width": 2.42496139260237}, {"arrows": "to", "from": 2076, "group": 2, "to": 2080, "width": 2.42496139260237}, {"arrows": "to", "from": 2080, "group": 2, "to": 2089, "width": 2.42496139260237}, {"arrows": "to", "from": 2089, "group": 2, "to": 2093, "width": 2.42496139260237}, {"arrows": "to", "from": 2093, "group": 2, "to": 2098, "width": 2.42496139260237}, {"arrows": "to", "from": 2098, "group": 2, "to": 2101, "width": 2.42496139260237}, {"arrows": "to", "from": 2101, "group": 2, "to": 2102, "width": 2.42496139260237}, {"arrows": "to", "from": 2102, "group": 2, "to": 2109, "width": 2.42496139260237}, {"arrows": "to", "from": 2109, "group": 2, "to": 2113, "width": 2.42496139260237}, {"arrows": "to", "from": 2113, "group": 2, "to": 2114, "width": 2.42496139260237}, {"arrows": "to", "from": 2114, "group": 2, "to": 2115, "width": 2.42496139260237}, {"arrows": "to", "from": 2115, "group": 2, "to": 2123, "width": 2.42496139260237}, {"arrows": "to", "from": 2123, "group": 2, "to": 2128, "width": 2.42496139260237}, {"arrows": "to", "from": 2128, "group": 2, "to": 2131, "width": 2.42496139260237}, {"arrows": "to", "from": 2131, "group": 2, "to": 2132, "width": 2.42496139260237}, {"arrows": "to", "from": 2132, "group": 2, "to": 2133, "width": 2.42496139260237}, {"arrows": "to", "from": 2133, "group": 2, "to": 2137, "width": 2.42496139260237}, {"arrows": "to", "from": 2140, "group": 2, "to": 2148, "width": 1.4249613926023699}, {"arrows": "to", "from": 2148, "group": 2, "to": 2149, "width": 1.4249613926023699}, {"arrows": "to", "from": 2149, "group": 2, "to": 2158, "width": 1.4249613926023699}, {"arrows": "to", "from": 2158, "group": 2, "to": 2161, "width": 1.4249613926023699}, {"arrows": "to", "from": 2161, "group": 2, "to": 2164, "width": 1.4249613926023699}, {"arrows": "to", "from": 2164, "group": 2, "to": 2170, "width": 1.4249613926023699}, {"arrows": "to", "from": 2170, "group": 2, "to": 2179, "width": 1.4249613926023699}, {"arrows": "to", "from": 2184, "group": 2, "to": 4347, "width": 1.4249613926023699}, {"arrows": "to", "from": 2185, "group": 2, "to": 2190, "width": 2.42496139260237}, {"arrows": "to", "from": 2190, "group": 2, "to": 2191, "width": 2.42496139260237}, {"arrows": "to", "from": 2191, "group": 2, "to": 2198, "width": 2.42496139260237}, {"arrows": "to", "from": 2198, "group": 2, "to": 2203, "width": 2.42496139260237}, {"arrows": "to", "from": 2203, "group": 2, "to": 2206, "width": 2.42496139260237}, {"arrows": "to", "from": 2206, "group": 2, "to": 2211, "width": 2.42496139260237}, {"arrows": "to", "from": 2211, "group": 2, "to": 2212, "width": 2.42496139260237}, {"arrows": "to", "from": 2212, "group": 2, "to": 2213, "width": 2.42496139260237}, {"arrows": "to", "from": 2213, "group": 2, "to": 2216, "width": 2.42496139260237}, {"arrows": "to", "from": 2216, "group": 2, "to": 2220, "width": 2.42496139260237}, {"arrows": "to", "from": 2220, "group": 2, "to": 2223, "width": 2.42496139260237}, {"arrows": "to", "from": 2223, "group": 2, "to": 2227, "width": 2.42496139260237}, {"arrows": "to", "from": 2227, "group": 2, "to": 2228, "width": 2.42496139260237}, {"arrows": "to", "from": 2228, "group": 2, "to": 2229, "width": 2.42496139260237}, {"arrows": "to", "from": 2229, "group": 2, "to": 2233, "width": 2.42496139260237}, {"arrows": "to", "from": 2233, "group": 2, "to": 2235, "width": 2.42496139260237}, {"arrows": "to", "from": 2235, "group": 2, "to": 2239, "width": 2.42496139260237}, {"arrows": "to", "from": 2239, "group": 2, "to": 2244, "width": 2.42496139260237}, {"arrows": "to", "from": 2244, "group": 2, "to": 2246, "width": 2.42496139260237}, {"arrows": "to", "from": 2246, "group": 2, "to": 2247, "width": 2.42496139260237}, {"arrows": "to", "from": 2247, "group": 2, "to": 2250, "width": 2.42496139260237}, {"arrows": "to", "from": 2250, "group": 2, "to": 2254, "width": 2.42496139260237}, {"arrows": "to", "from": 2254, "group": 2, "to": 2255, "width": 2.42496139260237}, {"arrows": "to", "from": 2255, "group": 2, "to": 2258, "width": 2.42496139260237}, {"arrows": "to", "from": 2258, "group": 2, "to": 2261, "width": 2.42496139260237}, {"arrows": "to", "from": 2261, "group": 2, "to": 2266, "width": 2.42496139260237}, {"arrows": "to", "from": 2266, "group": 2, "to": 2275, "width": 2.42496139260237}, {"arrows": "to", "from": 2275, "group": 2, "to": 2283, "width": 2.42496139260237}, {"arrows": "to", "from": 2283, "group": 2, "to": 2284, "width": 2.42496139260237}, {"arrows": "to", "from": 2284, "group": 2, "to": 2288, "width": 2.42496139260237}, {"arrows": "to", "from": 2288, "group": 2, "to": 2290, "width": 2.42496139260237}, {"arrows": "to", "from": 2290, "group": 2, "to": 2291, "width": 2.42496139260237}, {"arrows": "to", "from": 2291, "group": 2, "to": 2292, "width": 2.42496139260237}, {"arrows": "to", "from": 2292, "group": 2, "to": 2293, "width": 2.42496139260237}, {"arrows": "to", "from": 2304, "group": 2, "to": 2309, "width": 1.4249613926023699}, {"arrows": "to", "from": 2309, "group": 2, "to": 2310, "width": 1.4249613926023699}, {"arrows": "to", "from": 2310, "group": 2, "to": 2316, "width": 1.4249613926023699}, {"arrows": "to", "from": 2316, "group": 2, "to": 2320, "width": 1.4249613926023699}, {"arrows": "to", "from": 2320, "group": 2, "to": 2321, "width": 1.4249613926023699}, {"arrows": "to", "from": 2321, "group": 2, "to": 2322, "width": 1.4249613926023699}, {"arrows": "to", "from": 2322, "group": 2, "to": 2324, "width": 1.4249613926023699}, {"arrows": "to", "from": 2324, "group": 2, "to": 2328, "width": 1.4249613926023699}, {"arrows": "to", "from": 2328, "group": 2, "to": 2333, "width": 1.4249613926023699}, {"arrows": "to", "from": 2333, "group": 2, "to": 2337, "width": 1.4249613926023699}, {"arrows": "to", "from": 2337, "group": 2, "to": 2340, "width": 1.4249613926023699}, {"arrows": "to", "from": 2340, "group": 2, "to": 2343, "width": 1.4249613926023699}, {"arrows": "to", "from": 2343, "group": 2, "to": 2346, "width": 1.4249613926023699}, {"arrows": "to", "from": 2346, "group": 2, "to": 2355, "width": 1.4249613926023699}, {"arrows": "to", "from": 2357, "group": 2, "to": 3369, "width": 2.42496139260237}, {"arrows": "to", "from": 2358, "group": 2, "to": 3271, "width": 2.42496139260237}, {"arrows": "to", "from": 2359, "group": 2, "to": 3161, "width": 2.42496139260237}, {"arrows": "to", "from": 2360, "group": 2, "to": 2365, "width": 2.42496139260237}, {"arrows": "to", "from": 2361, "group": 2, "to": 3732, "width": 2.42496139260237}, {"arrows": "to", "from": 2362, "group": 2, "to": 3601, "width": 2.42496139260237}, {"arrows": "to", "from": 2363, "group": 2, "to": 3465, "width": 2.42496139260237}, {"arrows": "to", "from": 2365, "group": 2, "to": 2374, "width": 2.42496139260237}, {"arrows": "to", "from": 2374, "group": 2, "to": 2383, "width": 2.42496139260237}, {"arrows": "to", "from": 2383, "group": 2, "to": 2385, "width": 2.42496139260237}, {"arrows": "to", "from": 2385, "group": 2, "to": 2387, "width": 2.42496139260237}, {"arrows": "to", "from": 2387, "group": 2, "to": 2395, "width": 2.42496139260237}, {"arrows": "to", "from": 2395, "group": 2, "to": 2399, "width": 2.42496139260237}, {"arrows": "to", "from": 2399, "group": 2, "to": 2407, "width": 2.42496139260237}, {"arrows": "to", "from": 2407, "group": 2, "to": 2411, "width": 2.42496139260237}, {"arrows": "to", "from": 2411, "group": 2, "to": 2418, "width": 2.42496139260237}, {"arrows": "to", "from": 2418, "group": 2, "to": 2422, "width": 2.42496139260237}, {"arrows": "to", "from": 2422, "group": 2, "to": 2423, "width": 2.42496139260237}, {"arrows": "to", "from": 2423, "group": 2, "to": 2424, "width": 2.42496139260237}, {"arrows": "to", "from": 2424, "group": 2, "to": 2427, "width": 2.42496139260237}, {"arrows": "to", "from": 2427, "group": 2, "to": 2430, "width": 2.42496139260237}, {"arrows": "to", "from": 2430, "group": 2, "to": 2433, "width": 2.42496139260237}, {"arrows": "to", "from": 2433, "group": 2, "to": 2437, "width": 2.42496139260237}, {"arrows": "to", "from": 2437, "group": 2, "to": 2446, "width": 2.42496139260237}, {"arrows": "to", "from": 2446, "group": 2, "to": 2450, "width": 2.42496139260237}, {"arrows": "to", "from": 2450, "group": 2, "to": 2455, "width": 2.42496139260237}, {"arrows": "to", "from": 2455, "group": 2, "to": 2458, "width": 2.42496139260237}, {"arrows": "to", "from": 2458, "group": 2, "to": 2459, "width": 2.42496139260237}, {"arrows": "to", "from": 2459, "group": 2, "to": 2466, "width": 2.42496139260237}, {"arrows": "to", "from": 2466, "group": 2, "to": 2470, "width": 2.42496139260237}, {"arrows": "to", "from": 2470, "group": 2, "to": 2471, "width": 2.42496139260237}, {"arrows": "to", "from": 2471, "group": 2, "to": 2472, "width": 2.42496139260237}, {"arrows": "to", "from": 2472, "group": 2, "to": 2480, "width": 2.42496139260237}, {"arrows": "to", "from": 2480, "group": 2, "to": 2485, "width": 2.42496139260237}, {"arrows": "to", "from": 2485, "group": 2, "to": 2488, "width": 2.42496139260237}, {"arrows": "to", "from": 2488, "group": 2, "to": 2489, "width": 2.42496139260237}, {"arrows": "to", "from": 2489, "group": 2, "to": 2490, "width": 2.42496139260237}, {"arrows": "to", "from": 2490, "group": 2, "to": 2494, "width": 2.42496139260237}, {"arrows": "to", "from": 2500, "group": 2, "to": 2509, "width": 2.42496139260237}, {"arrows": "to", "from": 2509, "group": 2, "to": 2511, "width": 2.42496139260237}, {"arrows": "to", "from": 2511, "group": 2, "to": 2513, "width": 2.42496139260237}, {"arrows": "to", "from": 2513, "group": 2, "to": 2521, "width": 2.42496139260237}, {"arrows": "to", "from": 2521, "group": 2, "to": 2525, "width": 2.42496139260237}, {"arrows": "to", "from": 2525, "group": 2, "to": 2531, "width": 2.42496139260237}, {"arrows": "to", "from": 2531, "group": 2, "to": 2535, "width": 2.42496139260237}, {"arrows": "to", "from": 2535, "group": 2, "to": 2542, "width": 2.42496139260237}, {"arrows": "to", "from": 2542, "group": 2, "to": 2546, "width": 2.42496139260237}, {"arrows": "to", "from": 2546, "group": 2, "to": 2547, "width": 2.42496139260237}, {"arrows": "to", "from": 2547, "group": 2, "to": 2548, "width": 2.42496139260237}, {"arrows": "to", "from": 2548, "group": 2, "to": 2550, "width": 2.42496139260237}, {"arrows": "to", "from": 2550, "group": 2, "to": 2554, "width": 2.42496139260237}, {"arrows": "to", "from": 2554, "group": 2, "to": 2559, "width": 2.42496139260237}, {"arrows": "to", "from": 2559, "group": 2, "to": 2561, "width": 2.42496139260237}, {"arrows": "to", "from": 2561, "group": 2, "to": 2562, "width": 2.42496139260237}, {"arrows": "to", "from": 2562, "group": 2, "to": 2565, "width": 2.42496139260237}, {"arrows": "to", "from": 2565, "group": 2, "to": 2570, "width": 2.42496139260237}, {"arrows": "to", "from": 2570, "group": 2, "to": 2571, "width": 2.42496139260237}, {"arrows": "to", "from": 2571, "group": 2, "to": 2575, "width": 2.42496139260237}, {"arrows": "to", "from": 2575, "group": 2, "to": 2578, "width": 2.42496139260237}, {"arrows": "to", "from": 2578, "group": 2, "to": 2582, "width": 2.42496139260237}, {"arrows": "to", "from": 2582, "group": 2, "to": 2591, "width": 2.42496139260237}, {"arrows": "to", "from": 2591, "group": 2, "to": 2595, "width": 2.42496139260237}, {"arrows": "to", "from": 2595, "group": 2, "to": 2600, "width": 2.42496139260237}, {"arrows": "to", "from": 2600, "group": 2, "to": 2603, "width": 2.42496139260237}, {"arrows": "to", "from": 2603, "group": 2, "to": 2604, "width": 2.42496139260237}, {"arrows": "to", "from": 2604, "group": 2, "to": 2611, "width": 2.42496139260237}, {"arrows": "to", "from": 2611, "group": 2, "to": 2614, "width": 2.42496139260237}, {"arrows": "to", "from": 2614, "group": 2, "to": 2619, "width": 2.42496139260237}, {"arrows": "to", "from": 2619, "group": 2, "to": 2622, "width": 2.42496139260237}, {"arrows": "to", "from": 2622, "group": 2, "to": 2623, "width": 2.42496139260237}, {"arrows": "to", "from": 2623, "group": 2, "to": 2624, "width": 2.42496139260237}, {"arrows": "to", "from": 2624, "group": 2, "to": 2628, "width": 2.42496139260237}, {"arrows": "to", "from": 2633, "group": 2, "to": 3983, "width": 1.4249613926023699}, {"arrows": "to", "from": 2634, "group": 2, "to": 2642, "width": 2.42496139260237}, {"arrows": "to", "from": 2642, "group": 2, "to": 2644, "width": 2.42496139260237}, {"arrows": "to", "from": 2644, "group": 2, "to": 2646, "width": 2.42496139260237}, {"arrows": "to", "from": 2646, "group": 2, "to": 2654, "width": 2.42496139260237}, {"arrows": "to", "from": 2654, "group": 2, "to": 2657, "width": 2.42496139260237}, {"arrows": "to", "from": 2657, "group": 2, "to": 2663, "width": 2.42496139260237}, {"arrows": "to", "from": 2663, "group": 2, "to": 2666, "width": 2.42496139260237}, {"arrows": "to", "from": 2666, "group": 2, "to": 2673, "width": 2.42496139260237}, {"arrows": "to", "from": 2673, "group": 2, "to": 2676, "width": 2.42496139260237}, {"arrows": "to", "from": 2676, "group": 2, "to": 2677, "width": 2.42496139260237}, {"arrows": "to", "from": 2677, "group": 2, "to": 2678, "width": 2.42496139260237}, {"arrows": "to", "from": 2678, "group": 2, "to": 2680, "width": 2.42496139260237}, {"arrows": "to", "from": 2680, "group": 2, "to": 2683, "width": 2.42496139260237}, {"arrows": "to", "from": 2683, "group": 2, "to": 2687, "width": 2.42496139260237}, {"arrows": "to", "from": 2687, "group": 2, "to": 2689, "width": 2.42496139260237}, {"arrows": "to", "from": 2689, "group": 2, "to": 2690, "width": 2.42496139260237}, {"arrows": "to", "from": 2690, "group": 2, "to": 2693, "width": 2.42496139260237}, {"arrows": "to", "from": 2693, "group": 2, "to": 2697, "width": 2.42496139260237}, {"arrows": "to", "from": 2697, "group": 2, "to": 2698, "width": 2.42496139260237}, {"arrows": "to", "from": 2698, "group": 2, "to": 2701, "width": 2.42496139260237}, {"arrows": "to", "from": 2701, "group": 2, "to": 2702, "width": 2.42496139260237}, {"arrows": "to", "from": 2702, "group": 2, "to": 2704, "width": 2.42496139260237}, {"arrows": "to", "from": 2704, "group": 2, "to": 2706, "width": 2.42496139260237}, {"arrows": "to", "from": 2706, "group": 2, "to": 2708, "width": 2.42496139260237}, {"arrows": "to", "from": 2708, "group": 2, "to": 2713, "width": 2.42496139260237}, {"arrows": "to", "from": 2713, "group": 2, "to": 2718, "width": 2.42496139260237}, {"arrows": "to", "from": 2718, "group": 2, "to": 2730, "width": 2.42496139260237}, {"arrows": "to", "from": 2730, "group": 2, "to": 2732, "width": 2.42496139260237}, {"arrows": "to", "from": 2732, "group": 2, "to": 2734, "width": 2.42496139260237}, {"arrows": "to", "from": 2734, "group": 2, "to": 2738, "width": 2.42496139260237}, {"arrows": "to", "from": 2738, "group": 2, "to": 2739, "width": 2.42496139260237}, {"arrows": "to", "from": 2739, "group": 2, "to": 2740, "width": 2.42496139260237}, {"arrows": "to", "from": 2747, "group": 2, "to": 2756, "width": 2.42496139260237}, {"arrows": "to", "from": 2756, "group": 2, "to": 2758, "width": 2.42496139260237}, {"arrows": "to", "from": 2758, "group": 2, "to": 2760, "width": 2.42496139260237}, {"arrows": "to", "from": 2760, "group": 2, "to": 2768, "width": 2.42496139260237}, {"arrows": "to", "from": 2768, "group": 2, "to": 2772, "width": 2.42496139260237}, {"arrows": "to", "from": 2772, "group": 2, "to": 2778, "width": 2.42496139260237}, {"arrows": "to", "from": 2778, "group": 2, "to": 2782, "width": 2.42496139260237}, {"arrows": "to", "from": 2782, "group": 2, "to": 2789, "width": 2.42496139260237}, {"arrows": "to", "from": 2789, "group": 2, "to": 2793, "width": 2.42496139260237}, {"arrows": "to", "from": 2793, "group": 2, "to": 2794, "width": 2.42496139260237}, {"arrows": "to", "from": 2794, "group": 2, "to": 2795, "width": 2.42496139260237}, {"arrows": "to", "from": 2795, "group": 2, "to": 2797, "width": 2.42496139260237}, {"arrows": "to", "from": 2797, "group": 2, "to": 2801, "width": 2.42496139260237}, {"arrows": "to", "from": 2801, "group": 2, "to": 2806, "width": 2.42496139260237}, {"arrows": "to", "from": 2806, "group": 2, "to": 2808, "width": 2.42496139260237}, {"arrows": "to", "from": 2808, "group": 2, "to": 2809, "width": 2.42496139260237}, {"arrows": "to", "from": 2809, "group": 2, "to": 2812, "width": 2.42496139260237}, {"arrows": "to", "from": 2812, "group": 2, "to": 2817, "width": 2.42496139260237}, {"arrows": "to", "from": 2817, "group": 2, "to": 2818, "width": 2.42496139260237}, {"arrows": "to", "from": 2818, "group": 2, "to": 2822, "width": 2.42496139260237}, {"arrows": "to", "from": 2822, "group": 2, "to": 2823, "width": 2.42496139260237}, {"arrows": "to", "from": 2823, "group": 2, "to": 2825, "width": 2.42496139260237}, {"arrows": "to", "from": 2825, "group": 2, "to": 2827, "width": 2.42496139260237}, {"arrows": "to", "from": 2827, "group": 2, "to": 2830, "width": 2.42496139260237}, {"arrows": "to", "from": 2830, "group": 2, "to": 2835, "width": 2.42496139260237}, {"arrows": "to", "from": 2835, "group": 2, "to": 2840, "width": 2.42496139260237}, {"arrows": "to", "from": 2840, "group": 2, "to": 2852, "width": 2.42496139260237}, {"arrows": "to", "from": 2852, "group": 2, "to": 2853, "width": 2.42496139260237}, {"arrows": "to", "from": 2853, "group": 2, "to": 2855, "width": 2.42496139260237}, {"arrows": "to", "from": 2855, "group": 2, "to": 2859, "width": 2.42496139260237}, {"arrows": "to", "from": 2859, "group": 2, "to": 2860, "width": 2.42496139260237}, {"arrows": "to", "from": 2860, "group": 2, "to": 2862, "width": 2.42496139260237}, {"arrows": "to", "from": 2862, "group": 2, "to": 2869, "width": 2.42496139260237}, {"arrows": "to", "from": 2870, "group": 2, "to": 2871, "width": 2.42496139260237}, {"arrows": "to", "from": 2871, "group": 2, "to": 2874, "width": 2.42496139260237}, {"arrows": "to", "from": 2874, "group": 2, "to": 2883, "width": 2.42496139260237}, {"arrows": "to", "from": 2883, "group": 2, "to": 2885, "width": 2.42496139260237}, {"arrows": "to", "from": 2885, "group": 2, "to": 2889, "width": 2.42496139260237}, {"arrows": "to", "from": 2889, "group": 2, "to": 2894, "width": 2.42496139260237}, {"arrows": "to", "from": 2894, "group": 2, "to": 2898, "width": 2.42496139260237}, {"arrows": "to", "from": 2898, "group": 2, "to": 2901, "width": 2.42496139260237}, {"arrows": "to", "from": 2901, "group": 2, "to": 2904, "width": 2.42496139260237}, {"arrows": "to", "from": 2904, "group": 2, "to": 2907, "width": 2.42496139260237}, {"arrows": "to", "from": 2907, "group": 2, "to": 2914, "width": 2.42496139260237}, {"arrows": "to", "from": 2914, "group": 2, "to": 2918, "width": 2.42496139260237}, {"arrows": "to", "from": 2918, "group": 2, "to": 2924, "width": 2.42496139260237}, {"arrows": "to", "from": 2924, "group": 2, "to": 2930, "width": 2.42496139260237}, {"arrows": "to", "from": 2930, "group": 2, "to": 2936, "width": 2.42496139260237}, {"arrows": "to", "from": 2936, "group": 2, "to": 2942, "width": 2.42496139260237}, {"arrows": "to", "from": 2942, "group": 2, "to": 2945, "width": 2.42496139260237}, {"arrows": "to", "from": 2945, "group": 2, "to": 2948, "width": 2.42496139260237}, {"arrows": "to", "from": 2948, "group": 2, "to": 2949, "width": 2.42496139260237}, {"arrows": "to", "from": 2949, "group": 2, "to": 2954, "width": 2.42496139260237}, {"arrows": "to", "from": 2954, "group": 2, "to": 2957, "width": 2.42496139260237}, {"arrows": "to", "from": 2957, "group": 2, "to": 2958, "width": 2.42496139260237}, {"arrows": "to", "from": 2958, "group": 2, "to": 2959, "width": 2.42496139260237}, {"arrows": "to", "from": 2959, "group": 2, "to": 2963, "width": 2.42496139260237}, {"arrows": "to", "from": 2963, "group": 2, "to": 2967, "width": 2.42496139260237}, {"arrows": "to", "from": 2967, "group": 2, "to": 2971, "width": 2.42496139260237}, {"arrows": "to", "from": 2975, "group": 2, "to": 2984, "width": 2.42496139260237}, {"arrows": "to", "from": 2984, "group": 2, "to": 2986, "width": 2.42496139260237}, {"arrows": "to", "from": 2986, "group": 2, "to": 2988, "width": 2.42496139260237}, {"arrows": "to", "from": 2988, "group": 2, "to": 2992, "width": 2.42496139260237}, {"arrows": "to", "from": 2992, "group": 2, "to": 2996, "width": 2.42496139260237}, {"arrows": "to", "from": 2996, "group": 2, "to": 3000, "width": 2.42496139260237}, {"arrows": "to", "from": 3000, "group": 2, "to": 3004, "width": 2.42496139260237}, {"arrows": "to", "from": 3004, "group": 2, "to": 3007, "width": 2.42496139260237}, {"arrows": "to", "from": 3007, "group": 2, "to": 3011, "width": 2.42496139260237}, {"arrows": "to", "from": 3011, "group": 2, "to": 3012, "width": 2.42496139260237}, {"arrows": "to", "from": 3012, "group": 2, "to": 3013, "width": 2.42496139260237}, {"arrows": "to", "from": 3013, "group": 2, "to": 3016, "width": 2.42496139260237}, {"arrows": "to", "from": 3016, "group": 2, "to": 3019, "width": 2.42496139260237}, {"arrows": "to", "from": 3019, "group": 2, "to": 3022, "width": 2.42496139260237}, {"arrows": "to", "from": 3022, "group": 2, "to": 3027, "width": 2.42496139260237}, {"arrows": "to", "from": 3027, "group": 2, "to": 3035, "width": 2.42496139260237}, {"arrows": "to", "from": 3035, "group": 2, "to": 3039, "width": 2.42496139260237}, {"arrows": "to", "from": 3039, "group": 2, "to": 3044, "width": 2.42496139260237}, {"arrows": "to", "from": 3044, "group": 2, "to": 3047, "width": 2.42496139260237}, {"arrows": "to", "from": 3047, "group": 2, "to": 3048, "width": 2.42496139260237}, {"arrows": "to", "from": 3048, "group": 2, "to": 3055, "width": 2.42496139260237}, {"arrows": "to", "from": 3055, "group": 2, "to": 3059, "width": 2.42496139260237}, {"arrows": "to", "from": 3059, "group": 2, "to": 3060, "width": 2.42496139260237}, {"arrows": "to", "from": 3060, "group": 2, "to": 3061, "width": 2.42496139260237}, {"arrows": "to", "from": 3061, "group": 2, "to": 3069, "width": 2.42496139260237}, {"arrows": "to", "from": 3069, "group": 2, "to": 3074, "width": 2.42496139260237}, {"arrows": "to", "from": 3074, "group": 2, "to": 3077, "width": 2.42496139260237}, {"arrows": "to", "from": 3077, "group": 2, "to": 3078, "width": 2.42496139260237}, {"arrows": "to", "from": 3078, "group": 2, "to": 3079, "width": 2.42496139260237}, {"arrows": "to", "from": 3079, "group": 2, "to": 3083, "width": 2.42496139260237}, {"arrows": "to", "from": 3085, "group": 2, "to": 3088, "width": 1.4249613926023699}, {"arrows": "to", "from": 3088, "group": 2, "to": 3095, "width": 1.4249613926023699}, {"arrows": "to", "from": 3095, "group": 2, "to": 3099, "width": 1.4249613926023699}, {"arrows": "to", "from": 3099, "group": 2, "to": 3100, "width": 1.4249613926023699}, {"arrows": "to", "from": 3100, "group": 2, "to": 3101, "width": 1.4249613926023699}, {"arrows": "to", "from": 3101, "group": 2, "to": 3105, "width": 1.4249613926023699}, {"arrows": "to", "from": 3105, "group": 2, "to": 3109, "width": 1.4249613926023699}, {"arrows": "to", "from": 3109, "group": 2, "to": 3113, "width": 1.4249613926023699}, {"arrows": "to", "from": 3113, "group": 2, "to": 3118, "width": 1.4249613926023699}, {"arrows": "to", "from": 3118, "group": 2, "to": 3121, "width": 1.4249613926023699}, {"arrows": "to", "from": 3121, "group": 2, "to": 3124, "width": 1.4249613926023699}, {"arrows": "to", "from": 3124, "group": 2, "to": 3130, "width": 1.4249613926023699}, {"arrows": "to", "from": 3130, "group": 2, "to": 3138, "width": 1.4249613926023699}, {"arrows": "to", "from": 3138, "group": 2, "to": 3144, "width": 1.4249613926023699}, {"arrows": "to", "from": 3144, "group": 2, "to": 3147, "width": 1.4249613926023699}, {"arrows": "to", "from": 3147, "group": 2, "to": 3151, "width": 1.4249613926023699}, {"arrows": "to", "from": 3151, "group": 2, "to": 3155, "width": 1.4249613926023699}, {"arrows": "to", "from": 3161, "group": 2, "to": 3163, "width": 2.42496139260237}, {"arrows": "to", "from": 3163, "group": 2, "to": 3165, "width": 2.42496139260237}, {"arrows": "to", "from": 3165, "group": 2, "to": 3170, "width": 2.42496139260237}, {"arrows": "to", "from": 3170, "group": 2, "to": 3174, "width": 2.42496139260237}, {"arrows": "to", "from": 3174, "group": 2, "to": 3179, "width": 2.42496139260237}, {"arrows": "to", "from": 3179, "group": 2, "to": 3183, "width": 2.42496139260237}, {"arrows": "to", "from": 3183, "group": 2, "to": 3187, "width": 2.42496139260237}, {"arrows": "to", "from": 3187, "group": 2, "to": 3193, "width": 2.42496139260237}, {"arrows": "to", "from": 3193, "group": 2, "to": 3197, "width": 2.42496139260237}, {"arrows": "to", "from": 3197, "group": 2, "to": 3198, "width": 2.42496139260237}, {"arrows": "to", "from": 3198, "group": 2, "to": 3199, "width": 2.42496139260237}, {"arrows": "to", "from": 3199, "group": 2, "to": 3202, "width": 2.42496139260237}, {"arrows": "to", "from": 3202, "group": 2, "to": 3205, "width": 2.42496139260237}, {"arrows": "to", "from": 3205, "group": 2, "to": 3208, "width": 2.42496139260237}, {"arrows": "to", "from": 3208, "group": 2, "to": 3213, "width": 2.42496139260237}, {"arrows": "to", "from": 3213, "group": 2, "to": 3221, "width": 2.42496139260237}, {"arrows": "to", "from": 3221, "group": 2, "to": 3225, "width": 2.42496139260237}, {"arrows": "to", "from": 3225, "group": 2, "to": 3230, "width": 2.42496139260237}, {"arrows": "to", "from": 3230, "group": 2, "to": 3233, "width": 2.42496139260237}, {"arrows": "to", "from": 3233, "group": 2, "to": 3234, "width": 2.42496139260237}, {"arrows": "to", "from": 3234, "group": 2, "to": 3241, "width": 2.42496139260237}, {"arrows": "to", "from": 3241, "group": 2, "to": 3245, "width": 2.42496139260237}, {"arrows": "to", "from": 3245, "group": 2, "to": 3246, "width": 2.42496139260237}, {"arrows": "to", "from": 3246, "group": 2, "to": 3247, "width": 2.42496139260237}, {"arrows": "to", "from": 3247, "group": 2, "to": 3255, "width": 2.42496139260237}, {"arrows": "to", "from": 3255, "group": 2, "to": 3260, "width": 2.42496139260237}, {"arrows": "to", "from": 3260, "group": 2, "to": 3263, "width": 2.42496139260237}, {"arrows": "to", "from": 3263, "group": 2, "to": 3264, "width": 2.42496139260237}, {"arrows": "to", "from": 3264, "group": 2, "to": 3265, "width": 2.42496139260237}, {"arrows": "to", "from": 3265, "group": 2, "to": 3269, "width": 2.42496139260237}, {"arrows": "to", "from": 3271, "group": 2, "to": 3272, "width": 2.42496139260237}, {"arrows": "to", "from": 3272, "group": 2, "to": 3273, "width": 2.42496139260237}, {"arrows": "to", "from": 3273, "group": 2, "to": 3274, "width": 2.42496139260237}, {"arrows": "to", "from": 3274, "group": 2, "to": 3283, "width": 2.42496139260237}, {"arrows": "to", "from": 3283, "group": 2, "to": 3285, "width": 2.42496139260237}, {"arrows": "to", "from": 3285, "group": 2, "to": 3287, "width": 2.42496139260237}, {"arrows": "to", "from": 3287, "group": 2, "to": 3288, "width": 2.42496139260237}, {"arrows": "to", "from": 3288, "group": 2, "to": 3292, "width": 2.42496139260237}, {"arrows": "to", "from": 3292, "group": 2, "to": 3293, "width": 2.42496139260237}, {"arrows": "to", "from": 3293, "group": 2, "to": 3297, "width": 2.42496139260237}, {"arrows": "to", "from": 3297, "group": 2, "to": 3300, "width": 2.42496139260237}, {"arrows": "to", "from": 3300, "group": 2, "to": 3303, "width": 2.42496139260237}, {"arrows": "to", "from": 3303, "group": 2, "to": 3306, "width": 2.42496139260237}, {"arrows": "to", "from": 3306, "group": 2, "to": 3311, "width": 2.42496139260237}, {"arrows": "to", "from": 3311, "group": 2, "to": 3319, "width": 2.42496139260237}, {"arrows": "to", "from": 3319, "group": 2, "to": 3323, "width": 2.42496139260237}, {"arrows": "to", "from": 3323, "group": 2, "to": 3328, "width": 2.42496139260237}, {"arrows": "to", "from": 3328, "group": 2, "to": 3331, "width": 2.42496139260237}, {"arrows": "to", "from": 3331, "group": 2, "to": 3332, "width": 2.42496139260237}, {"arrows": "to", "from": 3332, "group": 2, "to": 3339, "width": 2.42496139260237}, {"arrows": "to", "from": 3339, "group": 2, "to": 3343, "width": 2.42496139260237}, {"arrows": "to", "from": 3343, "group": 2, "to": 3344, "width": 2.42496139260237}, {"arrows": "to", "from": 3344, "group": 2, "to": 3345, "width": 2.42496139260237}, {"arrows": "to", "from": 3345, "group": 2, "to": 3353, "width": 2.42496139260237}, {"arrows": "to", "from": 3353, "group": 2, "to": 3358, "width": 2.42496139260237}, {"arrows": "to", "from": 3358, "group": 2, "to": 3361, "width": 2.42496139260237}, {"arrows": "to", "from": 3361, "group": 2, "to": 3362, "width": 2.42496139260237}, {"arrows": "to", "from": 3362, "group": 2, "to": 3363, "width": 2.42496139260237}, {"arrows": "to", "from": 3363, "group": 2, "to": 3367, "width": 2.42496139260237}, {"arrows": "to", "from": 3369, "group": 2, "to": 3370, "width": 2.42496139260237}, {"arrows": "to", "from": 3370, "group": 2, "to": 3371, "width": 2.42496139260237}, {"arrows": "to", "from": 3371, "group": 2, "to": 3372, "width": 2.42496139260237}, {"arrows": "to", "from": 3372, "group": 2, "to": 3382, "width": 2.42496139260237}, {"arrows": "to", "from": 3382, "group": 2, "to": 3384, "width": 2.42496139260237}, {"arrows": "to", "from": 3384, "group": 2, "to": 3386, "width": 2.42496139260237}, {"arrows": "to", "from": 3386, "group": 2, "to": 3388, "width": 2.42496139260237}, {"arrows": "to", "from": 3388, "group": 2, "to": 3392, "width": 2.42496139260237}, {"arrows": "to", "from": 3392, "group": 2, "to": 3394, "width": 2.42496139260237}, {"arrows": "to", "from": 3394, "group": 2, "to": 3398, "width": 2.42496139260237}, {"arrows": "to", "from": 3398, "group": 2, "to": 3402, "width": 2.42496139260237}, {"arrows": "to", "from": 3402, "group": 2, "to": 3406, "width": 2.42496139260237}, {"arrows": "to", "from": 3406, "group": 2, "to": 3409, "width": 2.42496139260237}, {"arrows": "to", "from": 3409, "group": 2, "to": 3415, "width": 2.42496139260237}, {"arrows": "to", "from": 3415, "group": 2, "to": 3424, "width": 2.42496139260237}, {"arrows": "to", "from": 3424, "group": 2, "to": 3429, "width": 2.42496139260237}, {"arrows": "to", "from": 3429, "group": 2, "to": 3433, "width": 2.42496139260237}, {"arrows": "to", "from": 3433, "group": 2, "to": 3437, "width": 2.42496139260237}, {"arrows": "to", "from": 3437, "group": 2, "to": 3438, "width": 2.42496139260237}, {"arrows": "to", "from": 3438, "group": 2, "to": 3444, "width": 2.42496139260237}, {"arrows": "to", "from": 3444, "group": 2, "to": 3447, "width": 2.42496139260237}, {"arrows": "to", "from": 3447, "group": 2, "to": 3451, "width": 2.42496139260237}, {"arrows": "to", "from": 3451, "group": 2, "to": 3454, "width": 2.42496139260237}, {"arrows": "to", "from": 3454, "group": 2, "to": 3455, "width": 2.42496139260237}, {"arrows": "to", "from": 3455, "group": 2, "to": 3456, "width": 2.42496139260237}, {"arrows": "to", "from": 3456, "group": 2, "to": 3460, "width": 2.42496139260237}, {"arrows": "to", "from": 3465, "group": 2, "to": 3470, "width": 2.42496139260237}, {"arrows": "to", "from": 3470, "group": 2, "to": 3479, "width": 2.42496139260237}, {"arrows": "to", "from": 3479, "group": 2, "to": 3488, "width": 2.42496139260237}, {"arrows": "to", "from": 3488, "group": 2, "to": 3490, "width": 2.42496139260237}, {"arrows": "to", "from": 3490, "group": 2, "to": 3492, "width": 2.42496139260237}, {"arrows": "to", "from": 3492, "group": 2, "to": 3500, "width": 2.42496139260237}, {"arrows": "to", "from": 3500, "group": 2, "to": 3504, "width": 2.42496139260237}, {"arrows": "to", "from": 3504, "group": 2, "to": 3512, "width": 2.42496139260237}, {"arrows": "to", "from": 3512, "group": 2, "to": 3516, "width": 2.42496139260237}, {"arrows": "to", "from": 3516, "group": 2, "to": 3523, "width": 2.42496139260237}, {"arrows": "to", "from": 3523, "group": 2, "to": 3527, "width": 2.42496139260237}, {"arrows": "to", "from": 3527, "group": 2, "to": 3528, "width": 2.42496139260237}, {"arrows": "to", "from": 3528, "group": 2, "to": 3529, "width": 2.42496139260237}, {"arrows": "to", "from": 3529, "group": 2, "to": 3532, "width": 2.42496139260237}, {"arrows": "to", "from": 3532, "group": 2, "to": 3535, "width": 2.42496139260237}, {"arrows": "to", "from": 3535, "group": 2, "to": 3539, "width": 2.42496139260237}, {"arrows": "to", "from": 3539, "group": 2, "to": 3548, "width": 2.42496139260237}, {"arrows": "to", "from": 3548, "group": 2, "to": 3552, "width": 2.42496139260237}, {"arrows": "to", "from": 3552, "group": 2, "to": 3557, "width": 2.42496139260237}, {"arrows": "to", "from": 3557, "group": 2, "to": 3560, "width": 2.42496139260237}, {"arrows": "to", "from": 3560, "group": 2, "to": 3561, "width": 2.42496139260237}, {"arrows": "to", "from": 3561, "group": 2, "to": 3568, "width": 2.42496139260237}, {"arrows": "to", "from": 3568, "group": 2, "to": 3572, "width": 2.42496139260237}, {"arrows": "to", "from": 3572, "group": 2, "to": 3573, "width": 2.42496139260237}, {"arrows": "to", "from": 3573, "group": 2, "to": 3574, "width": 2.42496139260237}, {"arrows": "to", "from": 3574, "group": 2, "to": 3582, "width": 2.42496139260237}, {"arrows": "to", "from": 3582, "group": 2, "to": 3587, "width": 2.42496139260237}, {"arrows": "to", "from": 3587, "group": 2, "to": 3590, "width": 2.42496139260237}, {"arrows": "to", "from": 3590, "group": 2, "to": 3591, "width": 2.42496139260237}, {"arrows": "to", "from": 3591, "group": 2, "to": 3592, "width": 2.42496139260237}, {"arrows": "to", "from": 3592, "group": 2, "to": 3596, "width": 2.42496139260237}, {"arrows": "to", "from": 3601, "group": 2, "to": 3605, "width": 2.42496139260237}, {"arrows": "to", "from": 3605, "group": 2, "to": 3614, "width": 2.42496139260237}, {"arrows": "to", "from": 3614, "group": 2, "to": 3622, "width": 2.42496139260237}, {"arrows": "to", "from": 3622, "group": 2, "to": 3624, "width": 2.42496139260237}, {"arrows": "to", "from": 3624, "group": 2, "to": 3626, "width": 2.42496139260237}, {"arrows": "to", "from": 3626, "group": 2, "to": 3634, "width": 2.42496139260237}, {"arrows": "to", "from": 3634, "group": 2, "to": 3637, "width": 2.42496139260237}, {"arrows": "to", "from": 3637, "group": 2, "to": 3645, "width": 2.42496139260237}, {"arrows": "to", "from": 3645, "group": 2, "to": 3648, "width": 2.42496139260237}, {"arrows": "to", "from": 3648, "group": 2, "to": 3655, "width": 2.42496139260237}, {"arrows": "to", "from": 3655, "group": 2, "to": 3658, "width": 2.42496139260237}, {"arrows": "to", "from": 3658, "group": 2, "to": 3659, "width": 2.42496139260237}, {"arrows": "to", "from": 3659, "group": 2, "to": 3660, "width": 2.42496139260237}, {"arrows": "to", "from": 3660, "group": 2, "to": 3662, "width": 2.42496139260237}, {"arrows": "to", "from": 3662, "group": 2, "to": 3664, "width": 2.42496139260237}, {"arrows": "to", "from": 3664, "group": 2, "to": 3667, "width": 2.42496139260237}, {"arrows": "to", "from": 3667, "group": 2, "to": 3671, "width": 2.42496139260237}, {"arrows": "to", "from": 3671, "group": 2, "to": 3680, "width": 2.42496139260237}, {"arrows": "to", "from": 3680, "group": 2, "to": 3681, "width": 2.42496139260237}, {"arrows": "to", "from": 3681, "group": 2, "to": 3683, "width": 2.42496139260237}, {"arrows": "to", "from": 3683, "group": 2, "to": 3686, "width": 2.42496139260237}, {"arrows": "to", "from": 3686, "group": 2, "to": 3691, "width": 2.42496139260237}, {"arrows": "to", "from": 3691, "group": 2, "to": 3693, "width": 2.42496139260237}, {"arrows": "to", "from": 3693, "group": 2, "to": 3694, "width": 2.42496139260237}, {"arrows": "to", "from": 3694, "group": 2, "to": 3701, "width": 2.42496139260237}, {"arrows": "to", "from": 3701, "group": 2, "to": 3704, "width": 2.42496139260237}, {"arrows": "to", "from": 3704, "group": 2, "to": 3705, "width": 2.42496139260237}, {"arrows": "to", "from": 3705, "group": 2, "to": 3706, "width": 2.42496139260237}, {"arrows": "to", "from": 3706, "group": 2, "to": 3714, "width": 2.42496139260237}, {"arrows": "to", "from": 3714, "group": 2, "to": 3719, "width": 2.42496139260237}, {"arrows": "to", "from": 3719, "group": 2, "to": 3721, "width": 2.42496139260237}, {"arrows": "to", "from": 3721, "group": 2, "to": 3722, "width": 2.42496139260237}, {"arrows": "to", "from": 3722, "group": 2, "to": 3723, "width": 2.42496139260237}, {"arrows": "to", "from": 3723, "group": 2, "to": 3726, "width": 2.42496139260237}, {"arrows": "to", "from": 3732, "group": 2, "to": 3737, "width": 2.42496139260237}, {"arrows": "to", "from": 3737, "group": 2, "to": 3747, "width": 2.42496139260237}, {"arrows": "to", "from": 3747, "group": 2, "to": 3756, "width": 2.42496139260237}, {"arrows": "to", "from": 3756, "group": 2, "to": 3758, "width": 2.42496139260237}, {"arrows": "to", "from": 3758, "group": 2, "to": 3760, "width": 2.42496139260237}, {"arrows": "to", "from": 3760, "group": 2, "to": 3768, "width": 2.42496139260237}, {"arrows": "to", "from": 3768, "group": 2, "to": 3772, "width": 2.42496139260237}, {"arrows": "to", "from": 3772, "group": 2, "to": 3780, "width": 2.42496139260237}, {"arrows": "to", "from": 3780, "group": 2, "to": 3784, "width": 2.42496139260237}, {"arrows": "to", "from": 3784, "group": 2, "to": 3791, "width": 2.42496139260237}, {"arrows": "to", "from": 3791, "group": 2, "to": 3795, "width": 2.42496139260237}, {"arrows": "to", "from": 3795, "group": 2, "to": 3796, "width": 2.42496139260237}, {"arrows": "to", "from": 3796, "group": 2, "to": 3797, "width": 2.42496139260237}, {"arrows": "to", "from": 3797, "group": 2, "to": 3800, "width": 2.42496139260237}, {"arrows": "to", "from": 3800, "group": 2, "to": 3803, "width": 2.42496139260237}, {"arrows": "to", "from": 3803, "group": 2, "to": 3806, "width": 2.42496139260237}, {"arrows": "to", "from": 3806, "group": 2, "to": 3810, "width": 2.42496139260237}, {"arrows": "to", "from": 3810, "group": 2, "to": 3819, "width": 2.42496139260237}, {"arrows": "to", "from": 3819, "group": 2, "to": 3823, "width": 2.42496139260237}, {"arrows": "to", "from": 3823, "group": 2, "to": 3828, "width": 2.42496139260237}, {"arrows": "to", "from": 3828, "group": 2, "to": 3831, "width": 2.42496139260237}, {"arrows": "to", "from": 3831, "group": 2, "to": 3832, "width": 2.42496139260237}, {"arrows": "to", "from": 3832, "group": 2, "to": 3839, "width": 2.42496139260237}, {"arrows": "to", "from": 3839, "group": 2, "to": 3843, "width": 2.42496139260237}, {"arrows": "to", "from": 3843, "group": 2, "to": 3844, "width": 2.42496139260237}, {"arrows": "to", "from": 3844, "group": 2, "to": 3845, "width": 2.42496139260237}, {"arrows": "to", "from": 3845, "group": 2, "to": 3853, "width": 2.42496139260237}, {"arrows": "to", "from": 3853, "group": 2, "to": 3858, "width": 2.42496139260237}, {"arrows": "to", "from": 3858, "group": 2, "to": 3861, "width": 2.42496139260237}, {"arrows": "to", "from": 3861, "group": 2, "to": 3862, "width": 2.42496139260237}, {"arrows": "to", "from": 3862, "group": 2, "to": 3863, "width": 2.42496139260237}, {"arrows": "to", "from": 3863, "group": 2, "to": 3867, "width": 2.42496139260237}, {"arrows": "to", "from": 3869, "group": 2, "to": 3871, "width": 2.42496139260237}, {"arrows": "to", "from": 3871, "group": 2, "to": 3879, "width": 2.42496139260237}, {"arrows": "to", "from": 3879, "group": 2, "to": 3883, "width": 2.42496139260237}, {"arrows": "to", "from": 3883, "group": 2, "to": 3891, "width": 2.42496139260237}, {"arrows": "to", "from": 3891, "group": 2, "to": 3895, "width": 2.42496139260237}, {"arrows": "to", "from": 3895, "group": 2, "to": 3902, "width": 2.42496139260237}, {"arrows": "to", "from": 3902, "group": 2, "to": 3906, "width": 2.42496139260237}, {"arrows": "to", "from": 3906, "group": 2, "to": 3907, "width": 2.42496139260237}, {"arrows": "to", "from": 3907, "group": 2, "to": 3908, "width": 2.42496139260237}, {"arrows": "to", "from": 3908, "group": 2, "to": 3910, "width": 2.42496139260237}, {"arrows": "to", "from": 3910, "group": 2, "to": 3914, "width": 2.42496139260237}, {"arrows": "to", "from": 3914, "group": 2, "to": 3919, "width": 2.42496139260237}, {"arrows": "to", "from": 3919, "group": 2, "to": 3921, "width": 2.42496139260237}, {"arrows": "to", "from": 3921, "group": 2, "to": 3922, "width": 2.42496139260237}, {"arrows": "to", "from": 3922, "group": 2, "to": 3925, "width": 2.42496139260237}, {"arrows": "to", "from": 3925, "group": 2, "to": 3930, "width": 2.42496139260237}, {"arrows": "to", "from": 3930, "group": 2, "to": 3931, "width": 2.42496139260237}, {"arrows": "to", "from": 3931, "group": 2, "to": 3935, "width": 2.42496139260237}, {"arrows": "to", "from": 3935, "group": 2, "to": 3936, "width": 2.42496139260237}, {"arrows": "to", "from": 3936, "group": 2, "to": 3938, "width": 2.42496139260237}, {"arrows": "to", "from": 3938, "group": 2, "to": 3940, "width": 2.42496139260237}, {"arrows": "to", "from": 3940, "group": 2, "to": 3943, "width": 2.42496139260237}, {"arrows": "to", "from": 3943, "group": 2, "to": 3948, "width": 2.42496139260237}, {"arrows": "to", "from": 3948, "group": 2, "to": 3953, "width": 2.42496139260237}, {"arrows": "to", "from": 3953, "group": 2, "to": 3965, "width": 2.42496139260237}, {"arrows": "to", "from": 3965, "group": 2, "to": 3966, "width": 2.42496139260237}, {"arrows": "to", "from": 3966, "group": 2, "to": 3968, "width": 2.42496139260237}, {"arrows": "to", "from": 3968, "group": 2, "to": 3972, "width": 2.42496139260237}, {"arrows": "to", "from": 3972, "group": 2, "to": 3973, "width": 2.42496139260237}, {"arrows": "to", "from": 3973, "group": 2, "to": 3975, "width": 2.42496139260237}, {"arrows": "to", "from": 3975, "group": 2, "to": 3982, "width": 2.42496139260237}, {"arrows": "to", "from": 3983, "group": 2, "to": 3984, "width": 1.4249613926023699}, {"arrows": "to", "from": 3984, "group": 2, "to": 3985, "width": 1.4249613926023699}, {"arrows": "to", "from": 3985, "group": 2, "to": 3988, "width": 1.4249613926023699}, {"arrows": "to", "from": 3988, "group": 2, "to": 3996, "width": 1.4249613926023699}, {"arrows": "to", "from": 3996, "group": 2, "to": 3998, "width": 1.4249613926023699}, {"arrows": "to", "from": 3998, "group": 2, "to": 4001, "width": 1.4249613926023699}, {"arrows": "to", "from": 4001, "group": 2, "to": 4005, "width": 1.4249613926023699}, {"arrows": "to", "from": 4005, "group": 2, "to": 4008, "width": 1.4249613926023699}, {"arrows": "to", "from": 4008, "group": 2, "to": 4010, "width": 1.4249613926023699}, {"arrows": "to", "from": 4010, "group": 2, "to": 4012, "width": 1.4249613926023699}, {"arrows": "to", "from": 4012, "group": 2, "to": 4015, "width": 1.4249613926023699}, {"arrows": "to", "from": 4015, "group": 2, "to": 4022, "width": 1.4249613926023699}, {"arrows": "to", "from": 4029, "group": 2, "to": 4036, "width": 2.42496139260237}, {"arrows": "to", "from": 4036, "group": 2, "to": 4037, "width": 2.42496139260237}, {"arrows": "to", "from": 4037, "group": 2, "to": 4038, "width": 2.42496139260237}, {"arrows": "to", "from": 4038, "group": 2, "to": 4045, "width": 2.42496139260237}, {"arrows": "to", "from": 4045, "group": 2, "to": 4053, "width": 2.42496139260237}, {"arrows": "to", "from": 4053, "group": 2, "to": 4055, "width": 2.42496139260237}, {"arrows": "to", "from": 4055, "group": 2, "to": 4057, "width": 2.42496139260237}, {"arrows": "to", "from": 4057, "group": 2, "to": 4067, "width": 2.42496139260237}, {"arrows": "to", "from": 4067, "group": 2, "to": 4070, "width": 2.42496139260237}, {"arrows": "to", "from": 4070, "group": 2, "to": 4077, "width": 2.42496139260237}, {"arrows": "to", "from": 4077, "group": 2, "to": 4080, "width": 2.42496139260237}, {"arrows": "to", "from": 4080, "group": 2, "to": 4089, "width": 2.42496139260237}, {"arrows": "to", "from": 4089, "group": 2, "to": 4092, "width": 2.42496139260237}, {"arrows": "to", "from": 4092, "group": 2, "to": 4093, "width": 2.42496139260237}, {"arrows": "to", "from": 4093, "group": 2, "to": 4101, "width": 2.42496139260237}, {"arrows": "to", "from": 4101, "group": 2, "to": 4104, "width": 2.42496139260237}, {"arrows": "to", "from": 4104, "group": 2, "to": 4105, "width": 2.42496139260237}, {"arrows": "to", "from": 4105, "group": 2, "to": 4106, "width": 2.42496139260237}, {"arrows": "to", "from": 4106, "group": 2, "to": 4109, "width": 2.42496139260237}, {"arrows": "to", "from": 4109, "group": 2, "to": 4113, "width": 2.42496139260237}, {"arrows": "to", "from": 4113, "group": 2, "to": 4114, "width": 2.42496139260237}, {"arrows": "to", "from": 4114, "group": 2, "to": 4117, "width": 2.42496139260237}, {"arrows": "to", "from": 4117, "group": 2, "to": 4118, "width": 2.42496139260237}, {"arrows": "to", "from": 4118, "group": 2, "to": 4121, "width": 2.42496139260237}, {"arrows": "to", "from": 4121, "group": 2, "to": 4122, "width": 2.42496139260237}, {"arrows": "to", "from": 4122, "group": 2, "to": 4124, "width": 2.42496139260237}, {"arrows": "to", "from": 4124, "group": 2, "to": 4127, "width": 2.42496139260237}, {"arrows": "to", "from": 4127, "group": 2, "to": 4133, "width": 2.42496139260237}, {"arrows": "to", "from": 4133, "group": 2, "to": 4142, "width": 2.42496139260237}, {"arrows": "to", "from": 4142, "group": 2, "to": 4144, "width": 2.42496139260237}, {"arrows": "to", "from": 4144, "group": 2, "to": 4146, "width": 2.42496139260237}, {"arrows": "to", "from": 4146, "group": 2, "to": 4149, "width": 2.42496139260237}, {"arrows": "to", "from": 4149, "group": 2, "to": 4150, "width": 2.42496139260237}, {"arrows": "to", "from": 4150, "group": 2, "to": 4151, "width": 2.42496139260237}, {"arrows": "to", "from": 4159, "group": 2, "to": 4167, "width": 2.42496139260237}, {"arrows": "to", "from": 4167, "group": 2, "to": 4168, "width": 2.42496139260237}, {"arrows": "to", "from": 4168, "group": 2, "to": 4169, "width": 2.42496139260237}, {"arrows": "to", "from": 4169, "group": 2, "to": 4177, "width": 2.42496139260237}, {"arrows": "to", "from": 4177, "group": 2, "to": 4186, "width": 2.42496139260237}, {"arrows": "to", "from": 4186, "group": 2, "to": 4188, "width": 2.42496139260237}, {"arrows": "to", "from": 4188, "group": 2, "to": 4190, "width": 2.42496139260237}, {"arrows": "to", "from": 4190, "group": 2, "to": 4200, "width": 2.42496139260237}, {"arrows": "to", "from": 4200, "group": 2, "to": 4204, "width": 2.42496139260237}, {"arrows": "to", "from": 4204, "group": 2, "to": 4211, "width": 2.42496139260237}, {"arrows": "to", "from": 4211, "group": 2, "to": 4215, "width": 2.42496139260237}, {"arrows": "to", "from": 4215, "group": 2, "to": 4224, "width": 2.42496139260237}, {"arrows": "to", "from": 4224, "group": 2, "to": 4228, "width": 2.42496139260237}, {"arrows": "to", "from": 4228, "group": 2, "to": 4229, "width": 2.42496139260237}, {"arrows": "to", "from": 4229, "group": 2, "to": 4237, "width": 2.42496139260237}, {"arrows": "to", "from": 4237, "group": 2, "to": 4241, "width": 2.42496139260237}, {"arrows": "to", "from": 4241, "group": 2, "to": 4242, "width": 2.42496139260237}, {"arrows": "to", "from": 4242, "group": 2, "to": 4243, "width": 2.42496139260237}, {"arrows": "to", "from": 4243, "group": 2, "to": 4246, "width": 2.42496139260237}, {"arrows": "to", "from": 4246, "group": 2, "to": 4251, "width": 2.42496139260237}, {"arrows": "to", "from": 4251, "group": 2, "to": 4252, "width": 2.42496139260237}, {"arrows": "to", "from": 4252, "group": 2, "to": 4256, "width": 2.42496139260237}, {"arrows": "to", "from": 4256, "group": 2, "to": 4257, "width": 2.42496139260237}, {"arrows": "to", "from": 4257, "group": 2, "to": 4260, "width": 2.42496139260237}, {"arrows": "to", "from": 4260, "group": 2, "to": 4261, "width": 2.42496139260237}, {"arrows": "to", "from": 4261, "group": 2, "to": 4264, "width": 2.42496139260237}, {"arrows": "to", "from": 4264, "group": 2, "to": 4267, "width": 2.42496139260237}, {"arrows": "to", "from": 4267, "group": 2, "to": 4273, "width": 2.42496139260237}, {"arrows": "to", "from": 4273, "group": 2, "to": 4282, "width": 2.42496139260237}, {"arrows": "to", "from": 4282, "group": 2, "to": 4283, "width": 2.42496139260237}, {"arrows": "to", "from": 4283, "group": 2, "to": 4285, "width": 2.42496139260237}, {"arrows": "to", "from": 4285, "group": 2, "to": 4288, "width": 2.42496139260237}, {"arrows": "to", "from": 4288, "group": 2, "to": 4289, "width": 2.42496139260237}, {"arrows": "to", "from": 4289, "group": 2, "to": 4291, "width": 2.42496139260237}, {"arrows": "to", "from": 4291, "group": 2, "to": 4298, "width": 2.42496139260237}, {"arrows": "to", "from": 4299, "group": 2, "to": 4300, "width": 1.4249613926023699}, {"arrows": "to", "from": 4300, "group": 2, "to": 4309, "width": 1.4249613926023699}, {"arrows": "to", "from": 4309, "group": 2, "to": 4312, "width": 1.4249613926023699}, {"arrows": "to", "from": 4312, "group": 2, "to": 4315, "width": 1.4249613926023699}, {"arrows": "to", "from": 4315, "group": 2, "to": 4320, "width": 1.4249613926023699}, {"arrows": "to", "from": 4320, "group": 2, "to": 4326, "width": 1.4249613926023699}, {"arrows": "to", "from": 4326, "group": 2, "to": 4333, "width": 1.4249613926023699}, {"arrows": "to", "from": 4333, "group": 2, "to": 4339, "width": 1.4249613926023699}, {"arrows": "to", "from": 4339, "group": 2, "to": 4341, "width": 1.4249613926023699}, {"arrows": "to", "from": 4347, "group": 2, "to": 4355, "width": 1.4249613926023699}, {"arrows": "to", "from": 4355, "group": 2, "to": 4360, "width": 1.4249613926023699}, {"arrows": "to", "from": 4360, "group": 2, "to": 4365, "width": 1.4249613926023699}, {"arrows": "to", "from": 4365, "group": 2, "to": 4368, "width": 1.4249613926023699}, {"arrows": "to", "from": 4368, "group": 2, "to": 4378, "width": 1.4249613926023699}, {"arrows": "to", "from": 4378, "group": 2, "to": 4383, "width": 1.4249613926023699}, {"arrows": "to", "from": 4385, "group": 2, "to": 4392, "width": 1.4249613926023699}, {"arrows": "to", "from": 4392, "group": 2, "to": 4393, "width": 1.4249613926023699}, {"arrows": "to", "from": 4393, "group": 2, "to": 4402, "width": 1.4249613926023699}, {"arrows": "to", "from": 4402, "group": 2, "to": 4405, "width": 1.4249613926023699}, {"arrows": "to", "from": 4405, "group": 2, "to": 4408, "width": 1.4249613926023699}, {"arrows": "to", "from": 4408, "group": 2, "to": 4411, "width": 1.4249613926023699}, {"arrows": "to", "from": 4411, "group": 2, "to": 4417, "width": 1.4249613926023699}, {"arrows": "to", "from": 4417, "group": 2, "to": 4426, "width": 1.4249613926023699}, {"arrows": "to", "from": 4429, "group": 2, "to": 4436, "width": 2.42496139260237}, {"arrows": "to", "from": 4436, "group": 2, "to": 4437, "width": 2.42496139260237}, {"arrows": "to", "from": 4437, "group": 2, "to": 4438, "width": 2.42496139260237}, {"arrows": "to", "from": 4438, "group": 2, "to": 4443, "width": 2.42496139260237}, {"arrows": "to", "from": 4443, "group": 2, "to": 4451, "width": 2.42496139260237}, {"arrows": "to", "from": 4451, "group": 2, "to": 4453, "width": 2.42496139260237}, {"arrows": "to", "from": 4453, "group": 2, "to": 4455, "width": 2.42496139260237}, {"arrows": "to", "from": 4455, "group": 2, "to": 4461, "width": 2.42496139260237}, {"arrows": "to", "from": 4461, "group": 2, "to": 4464, "width": 2.42496139260237}, {"arrows": "to", "from": 4464, "group": 2, "to": 4469, "width": 2.42496139260237}, {"arrows": "to", "from": 4469, "group": 2, "to": 4472, "width": 2.42496139260237}, {"arrows": "to", "from": 4472, "group": 2, "to": 4477, "width": 2.42496139260237}, {"arrows": "to", "from": 4477, "group": 2, "to": 4480, "width": 2.42496139260237}, {"arrows": "to", "from": 4480, "group": 2, "to": 4481, "width": 2.42496139260237}, {"arrows": "to", "from": 4481, "group": 2, "to": 4489, "width": 2.42496139260237}, {"arrows": "to", "from": 4489, "group": 2, "to": 4492, "width": 2.42496139260237}, {"arrows": "to", "from": 4492, "group": 2, "to": 4493, "width": 2.42496139260237}, {"arrows": "to", "from": 4493, "group": 2, "to": 4494, "width": 2.42496139260237}, {"arrows": "to", "from": 4494, "group": 2, "to": 4497, "width": 2.42496139260237}, {"arrows": "to", "from": 4497, "group": 2, "to": 4501, "width": 2.42496139260237}, {"arrows": "to", "from": 4501, "group": 2, "to": 4502, "width": 2.42496139260237}, {"arrows": "to", "from": 4502, "group": 2, "to": 4505, "width": 2.42496139260237}, {"arrows": "to", "from": 4505, "group": 2, "to": 4506, "width": 2.42496139260237}, {"arrows": "to", "from": 4506, "group": 2, "to": 4509, "width": 2.42496139260237}, {"arrows": "to", "from": 4509, "group": 2, "to": 4510, "width": 2.42496139260237}, {"arrows": "to", "from": 4510, "group": 2, "to": 4512, "width": 2.42496139260237}, {"arrows": "to", "from": 4512, "group": 2, "to": 4515, "width": 2.42496139260237}, {"arrows": "to", "from": 4515, "group": 2, "to": 4521, "width": 2.42496139260237}, {"arrows": "to", "from": 4521, "group": 2, "to": 4530, "width": 2.42496139260237}, {"arrows": "to", "from": 4530, "group": 2, "to": 4532, "width": 2.42496139260237}, {"arrows": "to", "from": 4532, "group": 2, "to": 4534, "width": 2.42496139260237}, {"arrows": "to", "from": 4534, "group": 2, "to": 4537, "width": 2.42496139260237}, {"arrows": "to", "from": 4537, "group": 2, "to": 4538, "width": 2.42496139260237}, {"arrows": "to", "from": 4538, "group": 2, "to": 4539, "width": 2.42496139260237}, {"arrows": "to", "from": 4543, "group": 2, "to": 4551, "width": 2.42496139260237}, {"arrows": "to", "from": 4551, "group": 2, "to": 4552, "width": 2.42496139260237}, {"arrows": "to", "from": 4552, "group": 2, "to": 4553, "width": 2.42496139260237}, {"arrows": "to", "from": 4553, "group": 2, "to": 4559, "width": 2.42496139260237}, {"arrows": "to", "from": 4559, "group": 2, "to": 4568, "width": 2.42496139260237}, {"arrows": "to", "from": 4568, "group": 2, "to": 4570, "width": 2.42496139260237}, {"arrows": "to", "from": 4570, "group": 2, "to": 4572, "width": 2.42496139260237}, {"arrows": "to", "from": 4572, "group": 2, "to": 4578, "width": 2.42496139260237}, {"arrows": "to", "from": 4578, "group": 2, "to": 4582, "width": 2.42496139260237}, {"arrows": "to", "from": 4582, "group": 2, "to": 4587, "width": 2.42496139260237}, {"arrows": "to", "from": 4587, "group": 2, "to": 4591, "width": 2.42496139260237}, {"arrows": "to", "from": 4591, "group": 2, "to": 4596, "width": 2.42496139260237}, {"arrows": "to", "from": 4596, "group": 2, "to": 4600, "width": 2.42496139260237}, {"arrows": "to", "from": 4600, "group": 2, "to": 4601, "width": 2.42496139260237}, {"arrows": "to", "from": 4601, "group": 2, "to": 4609, "width": 2.42496139260237}, {"arrows": "to", "from": 4609, "group": 2, "to": 4613, "width": 2.42496139260237}, {"arrows": "to", "from": 4613, "group": 2, "to": 4614, "width": 2.42496139260237}, {"arrows": "to", "from": 4614, "group": 2, "to": 4615, "width": 2.42496139260237}, {"arrows": "to", "from": 4615, "group": 2, "to": 4618, "width": 2.42496139260237}, {"arrows": "to", "from": 4618, "group": 2, "to": 4623, "width": 2.42496139260237}, {"arrows": "to", "from": 4623, "group": 2, "to": 4624, "width": 2.42496139260237}, {"arrows": "to", "from": 4624, "group": 2, "to": 4628, "width": 2.42496139260237}, {"arrows": "to", "from": 4628, "group": 2, "to": 4629, "width": 2.42496139260237}, {"arrows": "to", "from": 4629, "group": 2, "to": 4632, "width": 2.42496139260237}, {"arrows": "to", "from": 4632, "group": 2, "to": 4633, "width": 2.42496139260237}, {"arrows": "to", "from": 4633, "group": 2, "to": 4636, "width": 2.42496139260237}, {"arrows": "to", "from": 4636, "group": 2, "to": 4639, "width": 2.42496139260237}, {"arrows": "to", "from": 4639, "group": 2, "to": 4645, "width": 2.42496139260237}, {"arrows": "to", "from": 4645, "group": 2, "to": 4654, "width": 2.42496139260237}, {"arrows": "to", "from": 4654, "group": 2, "to": 4655, "width": 2.42496139260237}, {"arrows": "to", "from": 4655, "group": 2, "to": 4657, "width": 2.42496139260237}, {"arrows": "to", "from": 4657, "group": 2, "to": 4660, "width": 2.42496139260237}, {"arrows": "to", "from": 4660, "group": 2, "to": 4661, "width": 2.42496139260237}, {"arrows": "to", "from": 4661, "group": 2, "to": 4663, "width": 2.42496139260237}, {"arrows": "to", "from": 4663, "group": 2, "to": 4670, "width": 2.42496139260237}]);
nodeColors = {};
allNodes = nodes.get({ returnType: "Object" });
for (nodeId in allNodes) {
nodeColors[nodeId] = allNodes[nodeId].color;
}
allEdges = edges.get({ returnType: "Object" });
// adding nodes and edges to the graph
data = {nodes: nodes, edges: edges};
var options = {
"configure": {
"enabled": true,
"filter": [
"physics"
]
},
"edges": {
"color": {
"inherit": true
},
"smooth": {
"enabled": true,
"type": "dynamic"
}
},
"interaction": {
"dragNodes": true,
"hideEdgesOnDrag": false,
"hideNodesOnDrag": false
},
"physics": {
"enabled": true,
"stabilization": {
"enabled": true,
"fit": true,
"iterations": 1000,
"onlyDynamicEdges": false,
"updateInterval": 50
}
}
};
// if this network requires displaying the configure window,
// put it in its div
options.configure["container"] = document.getElementById("config");
network = new vis.Network(container, data, options);
network.on("stabilizationProgress", function(params) {
document.getElementById('loadingBar').removeAttribute("style");
var maxWidth = 496;
var minWidth = 20;
var widthFactor = params.iterations/params.total;
var width = Math.max(minWidth,maxWidth * widthFactor);
document.getElementById('bar').style.width = width + 'px';
document.getElementById('text').innerHTML = Math.round(widthFactor*100) + '%';
});
network.once("stabilizationIterationsDone", function() {
document.getElementById('text').innerHTML = '100%';
document.getElementById('bar').style.width = '496px';
document.getElementById('loadingBar').style.opacity = 0;
// really clean the dom element
setTimeout(function () {document.getElementById('loadingBar').style.display = 'none';}, 500);
});
return network;
}
drawGraph();
</script>
</body>
</html>