Updated JSONs

This commit is contained in:
Dev 2024-09-23 10:15:01 +01:00
parent 396f5220f7
commit 6b6b791940
2 changed files with 13 additions and 28 deletions

View File

@ -29078,85 +29078,71 @@
"maxActiveOfferCount": [ "maxActiveOfferCount": [
{ {
"count": 1, "count": 1,
"countForSpecialEditions": 1,
"from": -10000, "from": -10000,
"to": -10 "to": -10
}, },
{ {
"count": 2, "count": 3,
"countForSpecialEditions": 3,
"from": -10, "from": -10,
"to": -2 "to": -2
}, },
{ {
"count": 3, "count": 4,
"countForSpecialEditions": 4,
"from": -2, "from": -2,
"to": 0.2 "to": 0.2
}, },
{ {
"count": 4, "count": 5,
"countForSpecialEditions": 5,
"from": 0.2, "from": 0.2,
"to": 7 "to": 7
}, },
{ {
"count": 5, "count": 6,
"countForSpecialEditions": 6,
"from": 7, "from": 7,
"to": 30 "to": 30
}, },
{ {
"count": 6, "count": 7,
"countForSpecialEditions": 7,
"from": 30, "from": 30,
"to": 60 "to": 60
}, },
{ {
"count": 7, "count": 8,
"countForSpecialEditions": 8,
"from": 60, "from": 60,
"to": 100 "to": 100
}, },
{ {
"count": 7, "count": 8,
"countForSpecialEditions": 8,
"from": 100, "from": 100,
"to": 150 "to": 150
}, },
{ {
"count": 8, "count": 9,
"countForSpecialEditions": 9,
"from": 150, "from": 150,
"to": 200 "to": 200
}, },
{ {
"count": 9, "count": 10,
"countForSpecialEditions": 10,
"from": 200, "from": 200,
"to": 250 "to": 250
}, },
{ {
"count": 10, "count": 11,
"countForSpecialEditions": 11,
"from": 250, "from": 250,
"to": 500 "to": 500
}, },
{ {
"count": 11, "count": 12,
"countForSpecialEditions": 12,
"from": 500, "from": 500,
"to": 750 "to": 750
}, },
{ {
"count": 12, "count": 13,
"countForSpecialEditions": 13,
"from": 750, "from": 750,
"to": 1000 "to": 1000
}, },
{ {
"count": 15, "count": 16,
"countForSpecialEditions": 16,
"from": 1000, "from": 1000,
"to": 10000 "to": 10000
} }

View File

@ -1029,7 +1029,6 @@ export interface IMaxActiveOfferCount {
from: number; from: number;
to: number; to: number;
count: number; count: number;
countForSpecialEditions: number;
} }
export interface IMaxSumForRarity { export interface IMaxSumForRarity {