-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathexample-config.json
64 lines (63 loc) · 1.03 KB
/
example-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
{
"_note": "Example table for tests etc.",
"childConfig": {
"applicableFor": {
"min": 60,
"max": 125
},
"tableRows": [
{
"childLength": 90,
"skiLength": 91,
"poleLength": 92
},
{
"childLength": 100,
"skiLength": 101,
"poleLength": 102
},
{
"childLength": 110,
"skiLength": 111,
"poleLength": 112
},
{
"childLength": 120,
"skiLength": {
"min": 121,
"max": 125
},
"poleLength": {
"min": 122,
"max": 126
}
}
]
},
"adultConfig": {
"applicableFor": {
"min": 115,
"max": 250
},
"skiAdditions": {
"classic": {
"min": 5,
"max": 6
},
"skating": {
"min": 7,
"max": 8
}
},
"poleMultipliers": {
"classic": {
"min": 1,
"max": 1.1
},
"skating": {
"min": 1.1,
"max": 1.2
}
}
}
}