forked from OpenWF/SpaceNinjaServer
parent
564aa06762
commit
cf281fef36
@ -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) {
|
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) {
|
} else if (RewardInfo.challengeMissionId) {
|
||||||
const rewardTables: Record<string, string[]> = {
|
const rewardTables: Record<string, string[]> = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user