feat: bounty standing reward #1556

Merged
Sainan merged 12 commits from AMelonInsideLemon/SpaceNinjaServer:bounty-standing-rewards into main 2025-04-12 06:13:45 -07:00
2 changed files with 4 additions and 1 deletions
Showing only changes of commit c23b9c7054 - Show all commits

View File

@ -6,6 +6,7 @@ import { addMissionInventoryUpdates, addMissionRewards } from "@/src/services/mi
import { getInventory } from "@/src/services/inventoryService";
import { getInventoryResponse } from "./inventoryController";
import { logger } from "@/src/utils/logger";
import { ExportRegions } from "warframe-public-export-plus";
/*
**** INPUT ****

View File

@ -764,10 +764,12 @@ export const addMissionRewards = async (
addStanding(inventory, syndicateEntry.Tag, currentJob.xpAmounts[rewardInfo.JobStage])
);
} else {
if (jobType.endsWith("Heists/HeistProfitTakerBountyOne") && rewardInfo.JobStage === 2) {
AffiliationMods.push(addStanding(inventory, syndicateEntry.Tag, 1000));
}
if (
[
"Hunts/TeralystHunt",
"Heists/HeistProfitTakerBountyOne",
"Heists/HeistProfitTakerBountyTwo",
"Heists/HeistProfitTakerBountyThree",
"Heists/HeistProfitTakerBountyFour",