From b53260e7bd23c5621666775d27d67e7b078c8720 Mon Sep 17 00:00:00 2001 From: Sainan <63328889+Sainan@users.noreply.github.com> Date: Tue, 13 May 2025 15:45:41 +0200 Subject: [PATCH] undercroft side portal arcane rewards --- src/services/missionInventoryUpdateService.ts | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/services/missionInventoryUpdateService.ts b/src/services/missionInventoryUpdateService.ts index cb8bf384..c5b12316 100644 --- a/src/services/missionInventoryUpdateService.ts +++ b/src/services/missionInventoryUpdateService.ts @@ -1410,12 +1410,16 @@ function getRandomMissionDrops( : "/Lotus/Types/Game/MissionDecks/DuviriEncounterRewards/DuviriKullervoNormalRNGRewards" ]; } else if (RewardInfo.T == 13) { - // Undercroft extra/side portal, gives 1 Pathos Clamp, or 3 on Steel Path. + // Undercroft extra/side portal, gives 1 Pathos Clamp + Duviri Arcane, or 3 Pathos Clamp + Eidolon Arcane on Steel Path. drops.push({ StoreItem: "/Lotus/StoreItems/Types/Gameplay/Duviri/Resource/DuviriDragonDropItem", ItemCount: mission?.Tier == 1 ? 3 : 1 }); - rewardManifests = []; + rewardManifests = [ + mission?.Tier == 1 + ? "/Lotus/Types/Game/MissionDecks/DuviriEncounterRewards/DuviriSteelPathStaticUndercroftResourceRewards" + : "/Lotus/Types/Game/MissionDecks/DuviriEncounterRewards/DuviriStaticUndercroftResourceRewards" + ]; } else if (RewardInfo.T == 70) { // Orowyrm chest, gives 10 Pathos Clamps, or 15 on Steel Path. drops.push({