forked from OpenWF/SpaceNinjaServer
		
	feat: duviri murmur reward tiers (#2331)
Reviewed-on: OpenWF/SpaceNinjaServer#2331 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
							
								
									d2cae012a7
								
							
						
					
					
						commit
						4fcac6dc37
					
				
							
								
								
									
										8
									
								
								package-lock.json
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										8
									
								
								package-lock.json
									
									
									
										generated
									
									
									
								
							@ -23,7 +23,7 @@
 | 
			
		||||
        "ncp": "^2.0.0",
 | 
			
		||||
        "typescript": "^5.5",
 | 
			
		||||
        "undici": "^7.10.0",
 | 
			
		||||
        "warframe-public-export-plus": "^0.5.72",
 | 
			
		||||
        "warframe-public-export-plus": "^0.5.73",
 | 
			
		||||
        "warframe-riven-info": "^0.1.2",
 | 
			
		||||
        "winston": "^3.17.0",
 | 
			
		||||
        "winston-daily-rotate-file": "^5.0.0",
 | 
			
		||||
@ -3386,9 +3386,9 @@
 | 
			
		||||
      }
 | 
			
		||||
    },
 | 
			
		||||
    "node_modules/warframe-public-export-plus": {
 | 
			
		||||
      "version": "0.5.72",
 | 
			
		||||
      "resolved": "https://registry.npmjs.org/warframe-public-export-plus/-/warframe-public-export-plus-0.5.72.tgz",
 | 
			
		||||
      "integrity": "sha512-oOZgtU6L0MGcPRKfA6+bonu+Db1kie1lVdLmA7/DbheTPweNkBEx3Hx3Seib+hEaFW+nLj3T5GtmGxGcFHCHfg=="
 | 
			
		||||
      "version": "0.5.73",
 | 
			
		||||
      "resolved": "https://registry.npmjs.org/warframe-public-export-plus/-/warframe-public-export-plus-0.5.73.tgz",
 | 
			
		||||
      "integrity": "sha512-v5lmaq/rNICg7WIZcosyfz92RpmrNyfW6+/Pbi9Iu8HbZH74PfaQKT6suAyC9xQn6xp8/cG3NLinqlLZovbKpw=="
 | 
			
		||||
    },
 | 
			
		||||
    "node_modules/warframe-riven-info": {
 | 
			
		||||
      "version": "0.1.2",
 | 
			
		||||
 | 
			
		||||
@ -37,7 +37,7 @@
 | 
			
		||||
    "ncp": "^2.0.0",
 | 
			
		||||
    "typescript": "^5.5",
 | 
			
		||||
    "undici": "^7.10.0",
 | 
			
		||||
    "warframe-public-export-plus": "^0.5.72",
 | 
			
		||||
    "warframe-public-export-plus": "^0.5.73",
 | 
			
		||||
    "warframe-riven-info": "^0.1.2",
 | 
			
		||||
    "winston": "^3.17.0",
 | 
			
		||||
    "winston-daily-rotate-file": "^5.0.0",
 | 
			
		||||
 | 
			
		||||
@ -1616,6 +1616,27 @@ function getRandomMissionDrops(
 | 
			
		||||
                    ? "/Lotus/Types/Game/MissionDecks/DuviriEncounterRewards/DuviriKullervoSteelPathRNGRewards"
 | 
			
		||||
                    : "/Lotus/Types/Game/MissionDecks/DuviriEncounterRewards/DuviriKullervoNormalRNGRewards"
 | 
			
		||||
            ];
 | 
			
		||||
        } else if (RewardInfo.T == 17) {
 | 
			
		||||
            if (mission?.Tier == 1) {
 | 
			
		||||
                logger.warn(`non-steel path duviri murmur tier used on steel path?!`);
 | 
			
		||||
            }
 | 
			
		||||
            /*if (operation eight claw is active) {
 | 
			
		||||
                drops.push({
 | 
			
		||||
                    StoreItem: "/Lotus/StoreItems/Types/Gameplay/DuviriMITW/Resources/DuviriMurmurItemEvent",
 | 
			
		||||
                    ItemCount: 10
 | 
			
		||||
                });
 | 
			
		||||
            }*/
 | 
			
		||||
            rewardManifests = ["/Lotus/Types/Game/MissionDecks/DuviriEncounterRewards/DuviriMurmurFinalChestRewards"];
 | 
			
		||||
        } else if (RewardInfo.T == 19) {
 | 
			
		||||
            /*if (operation eight claw is active) {
 | 
			
		||||
                drops.push({
 | 
			
		||||
                    StoreItem: "/Lotus/StoreItems/Types/Gameplay/DuviriMITW/Resources/DuviriMurmurItemEvent",
 | 
			
		||||
                    ItemCount: 15
 | 
			
		||||
                });
 | 
			
		||||
            }*/
 | 
			
		||||
            rewardManifests = [
 | 
			
		||||
                "/Lotus/Types/Game/MissionDecks/DuviriEncounterRewards/DuviriMurmurFinalSteelChestRewards"
 | 
			
		||||
            ];
 | 
			
		||||
        } else if (RewardInfo.T == 70) {
 | 
			
		||||
            // Orowyrm chest, gives 10 Pathos Clamps, or 15 on Steel Path.
 | 
			
		||||
            drops.push({
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user