first commit

This commit is contained in:
2025-02-18 15:25:17 +01:00
commit 37cf0e8062
7403 changed files with 1227142 additions and 0 deletions

View File

@ -0,0 +1,13 @@
{
"koStreakPoints": 100,
"koCountPoints": 1,
"captureStreakPoints": 0,
"captureCountPoints": 0,
"thresholds": {
"99": 1
},
"marbles": 5,
"debug": false,
"blacklist": [],
"whitelist": []
}

View File

@ -0,0 +1,15 @@
{
"koStreakPoints": 0,
"koCountPoints": 0,
"captureStreakPoints": 1,
"captureCountPoints": 0,
"thresholds": {
"5": 1,
"10": 2,
"20": 3,
"30": 4
},
"debug": false,
"blacklist": [],
"whitelist": []
}

View File

@ -0,0 +1,14 @@
{
"koStreakPoints": 1,
"koCountPoints": 0,
"captureStreakPoints": 0,
"captureCountPoints": 0,
"thresholds": {
"100": 1,
"300": 2,
"500": 3
},
"debug": false,
"blacklist": [],
"whitelist": []
}