Railjack "Abandoned Caches" Reward #2602
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Completing Seven Sirens in Pluto Proxima, a Railjack Corpus Exterminate mission, while completing the optional Derelict Freightlinker objective for its cache resulted in a mission that rewarded... nothing beyond the random drops from the ships blown up beforehand.
This is because it appears that non-endless missions in Corpus Railjack don't pass rotations, so an exception needs to be passed for them, and that instead of
EnemyCachesFound
, secondary objectives in Railjack utilizeLootDungeonCompletions
, which are currently not handled either.Here's the relevant bits from the reward log, alongside the entire mission log in the text file.
Because the Railjack reward tables are a tad confusing: the "Abandoned Derelict Cache" reward tables have two rotation tables, A and B.
Rotation A is linked to the mandatory Yellow objective POIs (like "Destroy the Shipkiller Platform" for Grineer or "Priority Objectives" for Corpus), while Rotation B is linked to the optional White objective POIs, the ones that don't appear in the HUD, don't even have an objective marker without Piloting Rank 5, and always are just going into a small map to hack one console and getting back to the ship.
That table you're showing there seems to be
/Lotus/Types/Game/MissionDecks/RailjackMissionRewards/CorpusRailjackDeepSpaceCacheRewards
, but I don't quite understand how it correlates. Are we supposed to roll rotation B for it whenLootDungeonCompletions
is 1?Yes.
LootDungeonCompletions
is linked to the optional White Objectives, which are the, well, Loot Dungeons.Alright, well, that sounds easy enough.
It appears that
POICompletions
is used to check how many times they need to roll Rotation A on that table.Railjack Mission Reward Issuesto Railjack "Abandoned Caches" Reward