Add minAvgProfit value
This commit is contained in:
parent
feb19215ac
commit
17c87d3b3e
1 changed files with 6 additions and 5 deletions
11
config.json
11
config.json
|
@ -1,11 +1,12 @@
|
||||||
{
|
{
|
||||||
"data": {
|
"data": {
|
||||||
"threadsToUse/speed": 64,
|
"threadsToUse/speed": 48,
|
||||||
|
|
||||||
"minSnipeProfit": 100000,
|
"minSnipeProfit": 900000,
|
||||||
"minCraftProfit": 100000,
|
"minAvgProfit": 500000,
|
||||||
|
"minCraftProfit": 500000,
|
||||||
|
|
||||||
"maxAvgLbinDiff": 0.35,
|
"maxAvgLbinDiff": 3.0,
|
||||||
"rawCraftMaxWeightPP": 0.4,
|
"rawCraftMaxWeightPP": 0.4,
|
||||||
"minSnipePP": 8,
|
"minSnipePP": 8,
|
||||||
"minCraftPP": 8,
|
"minCraftPP": 8,
|
||||||
|
@ -23,7 +24,7 @@
|
||||||
"minPriceForRawcraft": 5000000
|
"minPriceForRawcraft": 5000000
|
||||||
},
|
},
|
||||||
"webhook": {
|
"webhook": {
|
||||||
"discordWebhookUrl": "WEBHOOK_URL",
|
"discordWebhookUrl": "https://discord.com/api/webhooks/1247453631180177440/BnmEefyc08UvnL6HH8zEctdzFMLc3dpSgpoHCXpE12k1dd1KS49bEyibJG5BGCWklqqG",
|
||||||
"webhookName": "Flipper",
|
"webhookName": "Flipper",
|
||||||
"webhookPFP": "https://cdn.discordapp.com/avatars/486155512568741900/164084b936b4461fe9505398f7383a0e.png?size=4096"
|
"webhookPFP": "https://cdn.discordapp.com/avatars/486155512568741900/164084b936b4461fe9505398f7383a0e.png?size=4096"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue