-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathguildfinder.xml
29 lines (25 loc) · 1.1 KB
/
guildfinder.xml
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
<?xml version="1.0" encoding="utf-8"?>
<guildfinder xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="guildfinder.xsd">
<settings
beginnerrelevancedays="35"
beginnermaxaccountagedays="30"
dataupdatetimestamp="10:00:00"
recommendationtimeframehours="1.5"
recommendationtimeframeoverlaphours="1"
guildrecomendationplaytimehours="50"
recommendationpoolminamount="3"
pool3beginnerdays="7"
agescalemodifier="1"
agescalebase="0.5"/>
<!-- percentile value = 25 means 0-25% of the top is meant. value 50 then means 25-50%. "recommendfrom" 75 mean don't take the last 25% into account -->
<memberactivitypercentileweighting recommendfrom="75">
<percentile value="75" weight="1" />
<percentile value="50" weight="2" />
<percentile value="25" weight="3" />
</memberactivitypercentileweighting>
<beginneractivitypercentileweighting recommendfrom="75">
<percentile value="75" weight="1" />
<percentile value="50" weight="2" />
<percentile value="25" weight="3" />
</beginneractivitypercentileweighting>
</guildfinder>