XFE Git
XFE Studio Git
Git 首页 全局搜索
XFE 主站 文档 NuGet

SpaceNinjaServer

A simple server for a small space ninja game

公开
关注 0 Fork 1 Star 0
返回提交历史

XFEstudio/SpaceNinjaServer

fix: Pathos Clamps Upon Isleweave Clearing (#2718)

https://wiki.warframe.com/w/Isleweaver#Normal ![image.png](/attachments/ad46e7d2-e28c-47cf-8b13-237a29bc7cc6) 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
AlexisinGit <alexisingit@noreply.localhost>
提交于

代码差异

1 个文件 +8 -0
Modified src/services/missionInventoryUpdateService.ts +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 ];