-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathexample.json
More file actions
42 lines (38 loc) · 834 Bytes
/
example.json
File metadata and controls
42 lines (38 loc) · 834 Bytes
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
{
"permute_a": false,
"permute_b": false,
"a_first": true,
"limit_consumption": true,
"a": {
"cultivation": 100,
"hp": 110,
"physique": 0,
"max_physique": 0,
"birdie_wind_stacks": 1,
"cards": [
"hunter hunting hunter 2",
"escape plan 3",
"great spirit 2",
"echo formation",
"normal attack",
"normal attack",
"echo formation 2",
"only traces 2"
]},
"b": {
"cultivation": 80,
"hp": 110,
"physique": 80,
"max_physique": 85,
"cards": [
"heavenly forceage 3",
"break pots and sink boats",
"meru formation 3",
"normal attack",
"normal attack",
"normal attack",
"exercise soul 3",
"exercise soul 2"
]},
"comment": "TODO implement speed comparison and let a_first be null"
}