chore: add rewards for NewbieJob
	
		
			
	
		
	
	
		
	
		
			All checks were successful
		
		
	
	
		
			
				
	
				Build / build (pull_request) Successful in 1m1s
				
			
		
		
	
	
				
					
				
			
		
			All checks were successful
		
		
	
	Build / build (pull_request) Successful in 1m1s
				
			Closes #2536
This commit is contained in:
		
							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) {
 | 
			
		||||
@ -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