-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unique missions in Duviri don't give special resources #561
Comments
At first glance I'd say this is not enough information to implement this. |
T seems to be marking what type of reward it's meant to be given, as T: 1 is always used for "default" common decree+random resource reward, T: 5 seems to be for "main quest" Undercroft that gives Rare Decree, and T: 15 is Kullervo. I'll add the numbers for the rest of the Undercroft Portals and the end boss once I reach them, and do a second run to see if they're consistent. |
Hmm, then it might refer to the tier of the missiondeck/droptable, in which case ExportRewards is a bit inadequate in this area and would need to be improved to add this extra dimensionality for duviri. |
T: 70 appears to be the final Orowyrm chest. T: 13 seems to be the extra Undercroft Portals. All tested in Normal Path, I presume the Undercroft Portals have a different Tier in Steel Path since they reward exclusive Duviri Arcanes in Steel Path. Got a T: 2 after Feeding the Maw that gave me a Rare Decree. Given how the reward seems to be setup, is it possible it's also used for the various Bounty systems across Open Worlds and Zariman/Laboratories? |
Well, the bounty reward tiers are already handled correctly in ExportRewards, iirc. |
Bounties appear to use "JobStage" instead, alongside "jobId". I believe jobId was also present for Duviri, but it was in a separate section and always reported back the spiral, which doesn't affect the rewards as far as I know. This is from the "Prove Yourself" bounty in Cetus, with Q I believe being whether you completed the secondary objective or not:
|
This Kullervo mission...
Rewarded normal resources, rather than Kullervo's Banes:
Same occurred with the special portal giving neither Pathos Clamps nor an Eidolon Arcane, but I realized too late to figure out what the RewardInfo was for it.
The text was updated successfully, but these errors were encountered: