chore: add rewards for NewbieJob

Closes #2536
This commit is contained in:
AMelonInsideLemon 2025-07-28 16:52:12 +02:00
parent 564aa06762
commit cf281fef36

View File

@ -1331,6 +1331,9 @@ export const addMissionRewards = async (
}
}
}
if (jobType == "/Lotus/Types/Gameplay/Eidolon/Jobs/NewbieJob") {
addStanding(inventory, "CetusSyndicate", Math.floor(200 / (rewardInfo.Q ? 0.8 : 1)), AffiliationMods);
}
}
if (rewardInfo.challengeMissionId) {
@ -1772,6 +1775,11 @@ function getRandomMissionDrops(
}
}
}
if (jobType == "/Lotus/Types/Gameplay/Eidolon/Jobs/NewbieJob") {
rewardManifests = ["/Lotus/Types/Game/MissionDecks/EidolonJobMissionRewards/TierATableARewards"];
rotations = [3];
if (RewardInfo.Q) rotations.push(3);
}
}
} else if (RewardInfo.challengeMissionId) {
const rewardTables: Record<string, string[]> = {