chore: add rewards for NewbieJob #2559
@ -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[]> = {
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user