spaceninjaserver / SpaceNinjaServer

A simple server for a small space ninja game
GNU General Public License v3.0
67 stars 36 forks source link

Spy Missions do not give the Vault rewards #355

Closed VampireKitten closed 3 months ago

VampireKitten commented 3 months ago

The "unidentified items" given by Spy Vaults neither appear during the mission:

image

Nor get added to the rewards after completing it:

image image

Sainan commented 3 months ago

Kind of a similar story with resource caches that appear in certain mission types. Partly a lack of data issue right now.

VampireKitten commented 3 months ago

The annoying part is that this isn't even the original issue I wanted to post about, I'm just unable to replicate the other issue due to low drop rates, so I was replaying the spy mission when I noticed this.

Sainan commented 3 months ago

I'm unsure about the "unidentified items" not showing up during the mission, that might just be the game being the game, as I can't see any requests happening there.

In this case, I opened all 3 data vaults, with an alarm triggered on 1 of them: image

I'm tending towards thinking they reused the defenseTargetCount for triggered alarms?

Sainan commented 3 months ago

I'm also confused what the "unidentified items" are even supposed to be. Are you supported to get A-B-C rewards if you cracked all 3?

VampireKitten commented 3 months ago

In the context of Spy missions, Rotations refer to the number of vaults opened: The first vault successfully opened will draw from the 'Rotation A' rewards, the second from the 'Rotation B' rewards, and the third from the 'Rotation C' rewards. Rewards are based only on the number of vaults opened, not the in-game label given to the vaults; If only one vault is successfully opened, only a Rotation A reward will be given, even if the vault opened was labeled as Vault C.

It seems the answer is yes, and that the same goes for Resource Caches:

In the context of Resource Caches, Rotations refer to the number of caches collected: The first cache found draws from the 'Rotation A' rewards, the second cache from the 'Rotation B' rewards, and the third cache from the 'Rotation C' rewards.

Sainan commented 3 months ago

Source? Nevermind, I see it's https://warframe.fandom.com/wiki/Mission_Rewards. I was looking at the Spy page and it was not very helpful.