返回提交历史
Modified
src/services/missionInventoryUpdateService.ts
+8
-0
XFEstudio/SpaceNinjaServer
fix: Pathos Clamps Upon Isleweave Clearing (#2718)
https://wiki.warframe.com/w/Isleweaver#Normal  Co-authored-by: AlexisinGit <136088944+AlexisinGit@users.noreply.github.com> Reviewed-on: https://onlyg.it/OpenWF/SpaceNinjaServer/pulls/2718 Reviewed-by: Sainan <63328889+sainan@users.noreply.github.com> Co-authored-by: AlexisinGit <alexisingit@noreply.localhost> Co-committed-by: AlexisinGit <alexisingit@noreply.localhost>
0c54c064
代码差异
1 个文件
+8
-0
@@ -1837,6 +1837,10 @@ function getRandomMissionDrops(
1837
1837
ItemCount: 10
1838
1838
});
1839
1839
}
1840
drops.push({
1841
StoreItem: "/Lotus/StoreItems/Types/Gameplay/Duviri/Resource/DuviriDragonDropItem",
1842
ItemCount: 10
1843
});
1840
1844
rewardManifests = ["/Lotus/Types/Game/MissionDecks/DuviriEncounterRewards/DuviriMurmurFinalChestRewards"];
1841
1845
} else if (RewardInfo.T == 19) {
1842
1846
if (config.worldState?.eightClaw) {
@@ -1845,6 +1849,10 @@ function getRandomMissionDrops(
1845
1849
ItemCount: 15
1846
1850
});
1847
1851
}
1852
drops.push({
1853
StoreItem: "/Lotus/StoreItems/Types/Gameplay/Duviri/Resource/DuviriDragonDropItem",
1854
ItemCount: 15
1855
});
1848
1856
rewardManifests = [
1849
1857
"/Lotus/Types/Game/MissionDecks/DuviriEncounterRewards/DuviriMurmurFinalSteelChestRewards"
1850
1858
];