From 6b6b791940e8664d7635b624be6da50d8bd172af Mon Sep 17 00:00:00 2001 From: Dev Date: Mon, 23 Sep 2024 10:15:01 +0100 Subject: [PATCH] Updated JSONs --- project/assets/database/globals.json | 40 ++++++++--------------- project/src/models/eft/common/IGlobals.ts | 1 - 2 files changed, 13 insertions(+), 28 deletions(-) diff --git a/project/assets/database/globals.json b/project/assets/database/globals.json index 0b3e08e9..dd236d4f 100644 --- a/project/assets/database/globals.json +++ b/project/assets/database/globals.json @@ -29078,85 +29078,71 @@ "maxActiveOfferCount": [ { "count": 1, - "countForSpecialEditions": 1, "from": -10000, "to": -10 }, { - "count": 2, - "countForSpecialEditions": 3, + "count": 3, "from": -10, "to": -2 }, { - "count": 3, - "countForSpecialEditions": 4, + "count": 4, "from": -2, "to": 0.2 }, { - "count": 4, - "countForSpecialEditions": 5, + "count": 5, "from": 0.2, "to": 7 }, { - "count": 5, - "countForSpecialEditions": 6, + "count": 6, "from": 7, "to": 30 }, { - "count": 6, - "countForSpecialEditions": 7, + "count": 7, "from": 30, "to": 60 }, { - "count": 7, - "countForSpecialEditions": 8, + "count": 8, "from": 60, "to": 100 }, { - "count": 7, - "countForSpecialEditions": 8, + "count": 8, "from": 100, "to": 150 }, { - "count": 8, - "countForSpecialEditions": 9, + "count": 9, "from": 150, "to": 200 }, { - "count": 9, - "countForSpecialEditions": 10, + "count": 10, "from": 200, "to": 250 }, { - "count": 10, - "countForSpecialEditions": 11, + "count": 11, "from": 250, "to": 500 }, { - "count": 11, - "countForSpecialEditions": 12, + "count": 12, "from": 500, "to": 750 }, { - "count": 12, - "countForSpecialEditions": 13, + "count": 13, "from": 750, "to": 1000 }, { - "count": 15, - "countForSpecialEditions": 16, + "count": 16, "from": 1000, "to": 10000 } diff --git a/project/src/models/eft/common/IGlobals.ts b/project/src/models/eft/common/IGlobals.ts index c8a35bb1..5f3d0c4c 100644 --- a/project/src/models/eft/common/IGlobals.ts +++ b/project/src/models/eft/common/IGlobals.ts @@ -1029,7 +1029,6 @@ export interface IMaxActiveOfferCount { from: number; to: number; count: number; - countForSpecialEditions: number; } export interface IMaxSumForRarity {