-
Notifications
You must be signed in to change notification settings - Fork 0
/
competitors.json
86 lines (86 loc) · 1.46 KB
/
competitors.json
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
{
"competitor_economy1": {
"m": 19,
"f": 24,
"s": 10,
"p": 15,
"r": 12,
"t": 0,
"a": 1,
"e": -11,
"cost": 15907,
"sp": 15907
},
"competitor_env1": {
"m": 16,
"f": 33,
"s": 15,
"p": 44,
"r": 16,
"t": 21,
"a": 35,
"e": 36,
"cost": 36281,
"sp": 36281
},
"competitor_fam1": {
"m": 30,
"f": 14,
"s": 20,
"p": 27,
"r": 19,
"t": 11,
"a": 31,
"e": -3,
"cost": 33179,
"sp": 33179
},
"competitor_balanced1": {
"m": 20,
"f": 41,
"s": 15,
"p": 29,
"r": 37,
"t": 12,
"a": 23,
"e": 15,
"cost": 28687,
"sp": 28687
},
"competitor_joy1": {
"m": 50,
"f": 70,
"s": 60,
"p": 70,
"r": 30,
"t": 40,
"a": 80,
"e": 10,
"cost": 200000,
"sp": 200000
},
"competitor_joy2": {
"m": 40,
"f": 70,
"s": 60,
"p": 80,
"r": 26,
"t": 40,
"a": 80,
"e": 10,
"cost": 175000,
"sp": 175000
},
"competitor_joy3": {
"m": 39,
"f": 90,
"s": 50,
"p": 47,
"r": 92,
"t": 72,
"a": 49,
"e": 1,
"cost": 200000,
"sp": 200000
}
}