forked from mdimura/SRHDDumpReader
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathscorers.json
executable file
·52 lines (44 loc) · 3.34 KB
/
scorers.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
{
"TotalScore":{
"BH": { "weight":10000, "isBool":false, "depthPenalize":true },
"GiperJump": { "weight":10000, "isBool":true, "depthPenalize":true },
"Nanitoids": { "weight":8000, "isBool":false, "depthPenalize":true },
"MPA": { "weight":8000, "isBool":true, "depthPenalize":true },
"WeaponToSpeed": { "weight":8000, "isBool":true, "depthPenalize":true },
"Forsage": { "weight":6000, "isBool":true, "depthPenalize":true },
"Transmitters": { "weight":3000, "isBool":false, "depthPenalize":true },
"Antigrav": { "weight":3000, "isBool":true, "depthPenalize":true },
"BlastLocaliser": { "weight":3000, "isBool":true, "depthPenalize":true },
"arts": { "weight":500, "isBool":false, "depthPenalize":true },
"rocketsE": { "weight":4000, "isBool":false, "depthPenalize":true },
"rocketsD": { "weight":3000, "isBool":false, "depthPenalize":true },
"rocketsC": { "weight":1500, "isBool":false, "depthPenalize":true },
"rocketsB": { "weight":500, "isBool":false, "depthPenalize":true },
"rocketsA": { "weight":250, "isBool":false, "depthPenalize":true },
"micromodules I": { "weight":500, "isBool":false, "depthPenalize":true },
"micromodules II": { "weight":200, "isBool":false, "depthPenalize":true },
"micromodules III": { "weight":50, "isBool":false, "depthPenalize":true },
"huge industrial gaal 30p": { "weight":5, "isBool":false, "depthPenalize":false }
},
"TotalScore_unw":{
"BH": { "weight":50, "isBool":false, "depthPenalize":false },
"GiperJump": { "weight":50, "isBool":true, "depthPenalize":false },
"Nanitoids": { "weight":40, "isBool":false, "depthPenalize":false },
"MPA": { "weight":40, "isBool":true, "depthPenalize":false },
"WeaponToSpeed": { "weight":40, "isBool":true, "depthPenalize":false },
"Forsage": { "weight":30, "isBool":true, "depthPenalize":false },
"Transmitters": { "weight":15, "isBool":false, "depthPenalize":false },
"Antigrav": { "weight":15, "isBool":true, "depthPenalize":false },
"BlastLocaliser": { "weight":15, "isBool":true, "depthPenalize":false },
"arts": { "weight":2, "isBool":false, "depthPenalize":false },
"rocketsE": { "weight":20, "isBool":false, "depthPenalize":false },
"rocketsD": { "weight":15, "isBool":false, "depthPenalize":false },
"rocketsC": { "weight":7, "isBool":false, "depthPenalize":false },
"rocketsB": { "weight":2, "isBool":false, "depthPenalize":false },
"rocketsA": { "weight":1, "isBool":false, "depthPenalize":false },
"micromodules I": { "weight":2, "isBool":false, "depthPenalize":false },
"micromodules II": { "weight":1, "isBool":false, "depthPenalize":false },
"micromodules III": { "weight":0.2, "isBool":false, "depthPenalize":false },
"huge industrial gaal 30p": { "weight":5, "isBool":false, "depthPenalize":false }
}
}