feat: dominus aureus rewards when operation eight claw is active (#2663)
Closes #2660 Reviewed-on: #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) {
|
||||
logger.warn(`non-steel path duviri murmur tier used on steel path?!`);
|
||||
}
|
||||
/*if (operation eight claw is active) {
|
||||
if (config.worldState?.eightClaw) {
|
||||
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) {
|
||||
if (config.worldState?.eightClaw) {
|
||||
drops.push({
|
||||
StoreItem: "/Lotus/StoreItems/Types/Gameplay/DuviriMITW/Resources/DuviriMurmurItemEvent",
|
||||
ItemCount: 15
|
||||
});
|
||||
}*/
|
||||
}
|
||||
rewardManifests = [
|
||||
"/Lotus/Types/Game/MissionDecks/DuviriEncounterRewards/DuviriMurmurFinalSteelChestRewards"
|
||||
];
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user