pathos clamps
This commit is contained in:
parent
ec24c6666c
commit
47d53f1071
@ -1409,6 +1409,20 @@ function getRandomMissionDrops(
|
||||
? "/Lotus/Types/Game/MissionDecks/DuviriEncounterRewards/DuviriKullervoSteelPathRNGRewards"
|
||||
: "/Lotus/Types/Game/MissionDecks/DuviriEncounterRewards/DuviriKullervoNormalRNGRewards"
|
||||
];
|
||||
} else if (RewardInfo.T == 13) {
|
||||
// Undercroft extra/side portal, gives 1 Pathos Clamp, or 3 on Steel Path.
|
||||
drops.push({
|
||||
StoreItem: "/Lotus/StoreItems/Types/Gameplay/Duviri/Resource/DuviriDragonDropItem",
|
||||
ItemCount: mission?.Tier == 1 ? 3 : 1
|
||||
});
|
||||
rewardManifests = [];
|
||||
} else if (RewardInfo.T == 70) {
|
||||
// Orowyrm chest, gives 10 Pathos Clamps, or 15 on Steel Path.
|
||||
drops.push({
|
||||
StoreItem: "/Lotus/StoreItems/Types/Gameplay/Duviri/Resource/DuviriDragonDropItem",
|
||||
ItemCount: mission?.Tier == 1 ? 15 : 10
|
||||
});
|
||||
rewardManifests = [];
|
||||
} else {
|
||||
rewardManifests = region.rewardManifests;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user