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

feat: duviri murmur reward tiers (#2331)

Reviewed-on: https://onlyg.it/OpenWF/SpaceNinjaServer/pulls/2331 Co-authored-by: Sainan <63328889+Sainan@users.noreply.github.com> Co-committed-by: Sainan <63328889+Sainan@users.noreply.github.com>

4fcac6dc
Sainan <63328889+Sainan@users.noreply.github.com>
提交于

代码差异

3 个文件 +26 -5
Modified package-lock.json +4 -4
@@ -23,7 +23,7 @@
23 23 "ncp": "^2.0.0",
24 24 "typescript": "^5.5",
25 25 "undici": "^7.10.0",
26 "warframe-public-export-plus": "^0.5.72",
26 "warframe-public-export-plus": "^0.5.73",
27 27 "warframe-riven-info": "^0.1.2",
28 28 "winston": "^3.17.0",
29 29 "winston-daily-rotate-file": "^5.0.0",
@@ -3386,9 +3386,9 @@
3386 3386 }
3387 3387 },
3388 3388 "node_modules/warframe-public-export-plus": {
3389 "version": "0.5.72",
3390 "resolved": "https://registry.npmjs.org/warframe-public-export-plus/-/warframe-public-export-plus-0.5.72.tgz",
3391 "integrity": "sha512-oOZgtU6L0MGcPRKfA6+bonu+Db1kie1lVdLmA7/DbheTPweNkBEx3Hx3Seib+hEaFW+nLj3T5GtmGxGcFHCHfg=="
3389 "version": "0.5.73",
3390 "resolved": "https://registry.npmjs.org/warframe-public-export-plus/-/warframe-public-export-plus-0.5.73.tgz",
3391 "integrity": "sha512-v5lmaq/rNICg7WIZcosyfz92RpmrNyfW6+/Pbi9Iu8HbZH74PfaQKT6suAyC9xQn6xp8/cG3NLinqlLZovbKpw=="
3392 3392 },
3393 3393 "node_modules/warframe-riven-info": {
3394 3394 "version": "0.1.2",
Modified package.json +1 -1
@@ -37,7 +37,7 @@
37 37 "ncp": "^2.0.0",
38 38 "typescript": "^5.5",
39 39 "undici": "^7.10.0",
40 "warframe-public-export-plus": "^0.5.72",
40 "warframe-public-export-plus": "^0.5.73",
41 41 "warframe-riven-info": "^0.1.2",
42 42 "winston": "^3.17.0",
43 43 "winston-daily-rotate-file": "^5.0.0",
Modified src/services/missionInventoryUpdateService.ts +21 -0
@@ -1616,6 +1616,27 @@ function getRandomMissionDrops(
1616 1616 ? "/Lotus/Types/Game/MissionDecks/DuviriEncounterRewards/DuviriKullervoSteelPathRNGRewards"
1617 1617 : "/Lotus/Types/Game/MissionDecks/DuviriEncounterRewards/DuviriKullervoNormalRNGRewards"
1618 1618 ];
1619 } else if (RewardInfo.T == 17) {
1620 if (mission?.Tier == 1) {
1621 logger.warn(`non-steel path duviri murmur tier used on steel path?!`);
1622 }
1623 /*if (operation eight claw is active) {
1624 drops.push({
1625 StoreItem: "/Lotus/StoreItems/Types/Gameplay/DuviriMITW/Resources/DuviriMurmurItemEvent",
1626 ItemCount: 10
1627 });
1628 }*/
1629 rewardManifests = ["/Lotus/Types/Game/MissionDecks/DuviriEncounterRewards/DuviriMurmurFinalChestRewards"];
1630 } else if (RewardInfo.T == 19) {
1631 /*if (operation eight claw is active) {
1632 drops.push({
1633 StoreItem: "/Lotus/StoreItems/Types/Gameplay/DuviriMITW/Resources/DuviriMurmurItemEvent",
1634 ItemCount: 15
1635 });
1636 }*/
1637 rewardManifests = [
1638 "/Lotus/Types/Game/MissionDecks/DuviriEncounterRewards/DuviriMurmurFinalSteelChestRewards"
1639 ];
1619 1640 } else if (RewardInfo.T == 70) {
1620 1641 // Orowyrm chest, gives 10 Pathos Clamps, or 15 on Steel Path.
1621 1642 drops.push({