-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathconfig.json
112 lines (112 loc) · 2.31 KB
/
config.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
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
{
"ac": {
"bump": 0,
"chain": 500,
"chi": 100,
"dub_2": 0,
"dub_3": 0,
"drop_max": 2,
"form": 0,
"key": -200,
"link_2": 50,
"link_3": 150,
"link_r": 50,
"need": -25,
"nuisance": -200,
"shape": 0,
"side": 100,
"tear": -100,
"waste": -100,
"waste_14": -20,
"well": 0,
"y": 100
},
"build": {
"bump": -50,
"chain": 500,
"chi": 100,
"dub_2": 0,
"dub_3": 0,
"drop_max": 3,
"form": 25,
"key": -200,
"link_2": 50,
"link_3": 150,
"link_r": 50,
"need": -25,
"nuisance": -200,
"shape": -50,
"side": 0,
"tear": -100,
"waste": -100,
"waste_14": -20,
"well": -50,
"y": 100
},
"harass": {
"bump": -50,
"chain": 500,
"chi": 100,
"dub_2": 200,
"dub_3": 200,
"drop_max": 2,
"form": 0,
"key": -200,
"link_2": 50,
"link_3": 150,
"link_r": 50,
"need": -25,
"nuisance": -200,
"shape": -50,
"side": 0,
"tear": -100,
"waste": -100,
"waste_14": -20,
"well": -50,
"y": 100
},
"freestyle": {
"bump": -50,
"chain": 500,
"chi": 100,
"dub_2": 0,
"dub_3": 0,
"drop_max": 3,
"form": 0,
"key": -200,
"link_2": 50,
"link_3": 150,
"link_r": 50,
"need": -25,
"nuisance": -200,
"shape": -50,
"side": 0,
"tear": -100,
"waste": -100,
"waste_14": -20,
"well": -50,
"y": 100
},
"fast": {
"bump": 0,
"chain": 500,
"chi": 100,
"dub_2": 0,
"dub_3": 0,
"drop_max": 3,
"form": 0,
"key": -200,
"link_2": 50,
"link_3": 150,
"link_r": 50,
"need": -25,
"nuisance": -200,
"shape": 0,
"side": 0,
"tear": -100,
"waste": -100,
"waste_14": -20,
"well": 0,
"y": 100
}
}