-
Notifications
You must be signed in to change notification settings - Fork 26
Open
Description
Warframe Drops Site Issue
Summary (short):
The Relics endpoint as well as the relics.json file contain an additional requiem relic with no name that doesn't exist. Also the relics folder has an undefined.json file with said relic.
If issue, Reproduction:
Steps to reproduce the behavior:
- Go to 'https://drops.warframestat.us/data/relics.json'
- Ctrl+f "Requiem"
- Go to the last one.
- It looks like the entry I posted under this and I don't think it should exist.
Mockups, screenshots, evidence:
{
"tier": "Requiem",
"state": "Intact",
"rewards": [
{
"_id": "21c76220e8afa698404ac1d4e490300d",
"itemName": "Exilus Weapon Adapter Blueprint",
"rarity": "Rare",
"chance": 2
},
{
"_id": "11aae4c7a0a92e01821b44a6757b373e",
"itemName": "Lohk",
"rarity": "Uncommon",
"chance": 11
},
{
"_id": "9031176834541cab78c916509510dca3",
"itemName": "Xata",
"rarity": "Uncommon",
"chance": 11
},
{
"_id": "93608979e2ff504d75b7be082e118d3f",
"itemName": "1200X Kuva",
"rarity": "Uncommon",
"chance": 25.33
},
{
"_id": "77a3ac363b4ad9c0f987308e377fefa7",
"itemName": "Ayatan Amber Star",
"rarity": "Uncommon",
"chance": 25.33
},
{
"_id": "5d521fb6abbf5813ccddfeaec150ebc3",
"itemName": "Riven Sliver",
"rarity": "Uncommon",
"chance": 25.33
}
],
"_id": "1079b963198b4fb65b08b3278e26245b"
}Additional context
We can also see that there are 17 requiem relics in the list when there should be 16. The front end does not show the relic.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels