WFCD / warframe-items

πŸ“˜ Get all Warframe items directly from Warframe's API. No more messy wikia scraping.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Bug] Some relics contain 12 rewards (relic data matching)

Deconkle opened this issue Β· comments

Describe the bug

Around 50 relics in Relics.json contain 2 sets of rewards, it contains the true set of correct drops, along with the set of rewards from a relic with the same name, but missing the last digit. For instance Axi V10 also contains drops from Axi V1, Neo N17 also contains Neo N1's drops, etc.

NodeJS Version

(no nodejs)

npm Version

(no npm)

warframe-items Version

v1.1257.10

Access Method

github download

What happened?

get_reward_items(get_relic("Axi S10"))

['Forma Blueprint', 'Bronco Prime Receiver', 'Akbronco Prime Link', 'Bronco Prime Blueprint', 'Scindo Prime Blade', 'Trinity Prime Blueprint', 'Scourge Prime Barrel', 'Bronco Prime Barrel', 'Panthera Prime Stock', 'Nagantaka Prime Barrel', 'Guandao Prime Blade', 'Forma Blueprint']

get_reward_items(get_relic("Axi S1"))

['Forma Blueprint', 'Bronco Prime Receiver', 'Akbronco Prime Link', 'Bronco Prime Blueprint', 'Scindo Prime Blade', 'Trinity Prime Blueprint']

Axi S10 wikia
Axi S1 wikia

Here's the list of relics I found with more than 6 rewards so you can test for yourself.
broken_relics.txt

πŸŽ‰ This issue has been resolved in version 1.1257.11 πŸŽ‰

The release is available on:

Your semantic-release bot πŸ“¦πŸš€