forked from OpenWF/SpaceNinjaServer
		
	feat: dominus aureus rewards when operation eight claw is active (#2663)
Closes #2660 Reviewed-on: OpenWF/SpaceNinjaServer#2663 Co-authored-by: Sainan <63328889+Sainan@users.noreply.github.com> Co-committed-by: Sainan <63328889+Sainan@users.noreply.github.com>
This commit is contained in:
		
							parent
							
								
									7c7f37e46b
								
							
						
					
					
						commit
						9b6abff2be
					
				@ -1785,20 +1785,20 @@ function getRandomMissionDrops(
 | 
				
			|||||||
            if (mission?.Tier == 1) {
 | 
					            if (mission?.Tier == 1) {
 | 
				
			||||||
                logger.warn(`non-steel path duviri murmur tier used on steel path?!`);
 | 
					                logger.warn(`non-steel path duviri murmur tier used on steel path?!`);
 | 
				
			||||||
            }
 | 
					            }
 | 
				
			||||||
            /*if (operation eight claw is active) {
 | 
					            if (config.worldState?.eightClaw) {
 | 
				
			||||||
                drops.push({
 | 
					                drops.push({
 | 
				
			||||||
                    StoreItem: "/Lotus/StoreItems/Types/Gameplay/DuviriMITW/Resources/DuviriMurmurItemEvent",
 | 
					                    StoreItem: "/Lotus/StoreItems/Types/Gameplay/DuviriMITW/Resources/DuviriMurmurItemEvent",
 | 
				
			||||||
                    ItemCount: 10
 | 
					                    ItemCount: 10
 | 
				
			||||||
                });
 | 
					                });
 | 
				
			||||||
            }*/
 | 
					            }
 | 
				
			||||||
            rewardManifests = ["/Lotus/Types/Game/MissionDecks/DuviriEncounterRewards/DuviriMurmurFinalChestRewards"];
 | 
					            rewardManifests = ["/Lotus/Types/Game/MissionDecks/DuviriEncounterRewards/DuviriMurmurFinalChestRewards"];
 | 
				
			||||||
        } else if (RewardInfo.T == 19) {
 | 
					        } else if (RewardInfo.T == 19) {
 | 
				
			||||||
            /*if (operation eight claw is active) {
 | 
					            if (config.worldState?.eightClaw) {
 | 
				
			||||||
                drops.push({
 | 
					                drops.push({
 | 
				
			||||||
                    StoreItem: "/Lotus/StoreItems/Types/Gameplay/DuviriMITW/Resources/DuviriMurmurItemEvent",
 | 
					                    StoreItem: "/Lotus/StoreItems/Types/Gameplay/DuviriMITW/Resources/DuviriMurmurItemEvent",
 | 
				
			||||||
                    ItemCount: 15
 | 
					                    ItemCount: 15
 | 
				
			||||||
                });
 | 
					                });
 | 
				
			||||||
            }*/
 | 
					            }
 | 
				
			||||||
            rewardManifests = [
 | 
					            rewardManifests = [
 | 
				
			||||||
                "/Lotus/Types/Game/MissionDecks/DuviriEncounterRewards/DuviriMurmurFinalSteelChestRewards"
 | 
					                "/Lotus/Types/Game/MissionDecks/DuviriEncounterRewards/DuviriMurmurFinalSteelChestRewards"
 | 
				
			||||||
            ];
 | 
					            ];
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user