-
-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathserver-config.json
More file actions
108 lines (108 loc) · 1.72 KB
/
Copy pathserver-config.json
File metadata and controls
108 lines (108 loc) · 1.72 KB
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
{
"analysis": {
"movetime": 1000,
"nodes": 1250000,
"depth": 20
},
"puzzle": {
"movetime": 3000,
"depth": 18,
"maxLength": 12
},
"move": {
"fairy": {
"1": {
"skill": -9,
"movetime": 50,
"depth": 5
},
"2": {
"skill": -5,
"movetime": 100,
"depth": 5
},
"3": {
"skill": -1,
"movetime": 150,
"depth": 5
},
"4": {
"skill": 3,
"movetime": 200,
"depth": 5
},
"5": {
"skill": 6,
"movetime": 300,
"depth": 5
},
"6": {
"skill": 9,
"movetime": 400,
"depth": 5
},
"7": {
"skill": 12,
"movetime": 500,
"depth": 8
},
"8": {
"skill": 15,
"movetime": 1000,
"depth": 13
},
"9": {
"skill": 18,
"movetime": 1500,
"depth": 17
},
"10": {
"skill": 20,
"movetime": 2000,
"depth": 22
}
},
"yaneuraou": {
"1": {
"movetime": 30,
"depth": 1
},
"2": {
"movetime": 100,
"depth": 1
},
"3": {
"movetime": 150,
"depth": 1
},
"4": {
"movetime": 50,
"depth": 2
},
"5": {
"movetime": 300,
"depth": 2
},
"6": {
"movetime": 400,
"depth": 4
},
"7": {
"movetime": 500,
"depth": 8
},
"8": {
"movetime": 1000,
"depth": 13
},
"9": {
"movetime": 1500,
"depth": 17
},
"10": {
"movetime": 2500,
"depth": 22
}
}
}
}