From 9b7127972d5fd691ab522873432f7a9d2a3ef9f9 Mon Sep 17 00:00:00 2001 From: AMelonInsideLemon <166175391+AMelonInsideLemon@users.noreply.github.com> Date: Tue, 25 Jun 2024 15:11:19 +0200 Subject: [PATCH] improve: add DailyAffiliationCavia (#402) --- src/models/inventoryModels/inventoryModel.ts | 1 + src/types/inventoryTypes/inventoryTypes.ts | 1 + static/fixed_responses/new_inventory.json | 1 + static/fixed_responses/postTutorialInventory.json | 1 + 4 files changed, 4 insertions(+) diff --git a/src/models/inventoryModels/inventoryModel.ts b/src/models/inventoryModels/inventoryModel.ts index 3e2c48a6..e3573eb8 100644 --- a/src/models/inventoryModels/inventoryModel.ts +++ b/src/models/inventoryModels/inventoryModel.ts @@ -634,6 +634,7 @@ const inventorySchema = new Schema( DailyAffiliationNecraloid: Number, DailyAffiliationZariman: Number, DailyAffiliationKahl: Number, + DailyAffiliationCavia: Number, //Daily Focus limit DailyFocus: Number, diff --git a/src/types/inventoryTypes/inventoryTypes.ts b/src/types/inventoryTypes/inventoryTypes.ts index f963d819..707e0673 100644 --- a/src/types/inventoryTypes/inventoryTypes.ts +++ b/src/types/inventoryTypes/inventoryTypes.ts @@ -252,6 +252,7 @@ export interface IInventoryResponse { DailyAffiliationZariman: number; NemesisAbandonedRewards: string[]; DailyAffiliationKahl: number; + DailyAffiliationCavia: number; LastInventorySync: IOid; NextRefill: IMongoDate; // Next time argon crystals will have a decay tick FoundToday?: IMiscItem[]; // for Argon Crystals diff --git a/static/fixed_responses/new_inventory.json b/static/fixed_responses/new_inventory.json index 8c112a7a..fb2e616e 100644 --- a/static/fixed_responses/new_inventory.json +++ b/static/fixed_responses/new_inventory.json @@ -101,6 +101,7 @@ "DailyAffiliationNecraloid": 16000, "DailyAffiliationZariman": 16000, "DailyAffiliationKahl": 16000, + "DailyAffiliationCavia": 16000, "DailyFocus": 250000, "GiftsRemaining": 8, "LibraryAvailableDailyTaskInfo": { diff --git a/static/fixed_responses/postTutorialInventory.json b/static/fixed_responses/postTutorialInventory.json index 53af6393..31160132 100644 --- a/static/fixed_responses/postTutorialInventory.json +++ b/static/fixed_responses/postTutorialInventory.json @@ -29,6 +29,7 @@ "DailyAffiliationVentkids": 16000, "DailyAffiliationVox": 16000, "DailyAffiliationZariman": 16000, + "DailyAffiliationCavia": 16000, "DailyFocus": 250000, "DuviriInfo": { "Seed": 5898912197983600352, "NumCompletions": 0 }, "GiftsRemaining": 8,