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

Drops for Carnis Stinger mod is showing up under Stinger weapon entry

ModelTemplate opened this issue Β· comments

Describe the bug

Weapon data contains mod drop locations

NodeJS Version

v8.16.0

npm Version

v6.11.0

warframe-items Version

v1.576.0

Access Method

github download

What happened?

drops array for Carnis Stinger mod is in Stinger's entry in

"description": "Standard issue weapon for Djinn Sentinel. Fires poisonous projectiles.",
"disposition": 5,
"drops": [
{
"chance": 0.002,
"location": "Deimos Carnis Rex",
"rarity": "Rare",
"type": "Carnis Stinger"
},
This table should be removed since it does not belong to the Stinger robotic weapon. Unsure if this issue is widespread across weapons that share similar names with other drops.

commented

your copy of the data is wildly out of date, please stop using github downloads. still checking if this is a problem on current master.

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

The release is available on:

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