WFCD / warframe-items

📘 Get all Warframe items directly from Warframe's API. No more messy wikia scraping.
MIT License
279 stars 53 forks source link

[Bug] Weapon Prisma Dual Decurion not fetched from wiki data #189

Closed FarBeyondDriven closed 3 years ago

FarBeyondDriven commented 3 years ago

Describe the bug

Arch-Gun "Prisma Dual Decurion" is missing from Arch-Gun.json

NodeJS Version

n/a

npm Version

n/a

warframe-items Version

v1.1246.444

Access Method

github download

What happened?

"Prisma Dual Decurion" is missing from Arch-Gun.json even though it's properly listed in the wiki module.

I already compared the wiki module data to other arch guns but i don't see why it's not fetched too. Can only guess that it gets skipped because the build cost doesn't have enough details? Besides that the entry looks good to me. What else is needed to pick it up too? Can update the wiki if i know what is missing/wrong.

From wiki module:

>   ["Prisma Dual Decurion"] = {
>       Class = 'Arch-Gun',
>       Accuracy = 16,
>       Cost = {BPCost = 35000},
>       Disposition = 1.05,
>       Family = "Dual Decurion",
>       Image = "PrismaDualDecurion.png",
>       Introduced = "29.5.8",
>       Magazine = 32,
>       Mastery = 10,
>       Name = "Prisma Dual Decurion",
>       Attack1 = {
>           CritChance = 0.3,
>           CritMultiplier = 2.2,
>           Damage = {Impact = 49.5, Puncture = 30.3, Slash = 30.2},
>           Falloff = {EndRange = 3000, Reduction = 0.5, StartRange = 1500},
>           FireRate = 10,
>           ShotSpeed = "?",
>           ShotType = "Projectile",
>           StatusChance = 0.24 
>       },
>       Polarities = {"V", "V"},
>       Reload = 50,
>       ReloadDelay = 0.25,
>       ReloadStyle = "Regenerate",
>       Traits = {"Prisma", "Baro"},
>       Trigger = "Auto",
>       Type = "Arch-Gun" 
>       },
>   ["Dual Decurion"] = {
>       Class = 'Arch-Gun',
>       Accuracy = 12.5,
>       Cost = {
>           BPCost = 35000,
>           Credits = 45000,
>           MarketCost = 225,
>           Parts = {
>               {Count = 2, Name = "Barrel", Type = "Item"},
>               {Count = 2, Name = "Receiver", Type = "Item"},
>               {Count = 2, Name = "Control Module", Type = "Resource"} 
>           },
>           Rush = 50,
>           Time = 12 
>       },
>       Disposition = 1.3,
>       Family = "Dual Decurion",
>       Image = "ArchHeavyPistols.png",
>       Introduced = "15.5",
>       Magazine = 32,
>       Mastery = 1,
>       Name = "Dual Decurion",
>       Attack1 = {
>           CritChance = 0.28,
>           CritMultiplier = 2.2,
>           Damage = {Impact = 49.5, Puncture = 30.3, Slash = 30.2},
>           Falloff = {EndRange = 3000, Reduction = 0.5, StartRange = 1500},
>           FireRate = 8.33,
>           ShotSpeed = "?",
>           ShotType = "Projectile",
>           StatusChance = 0.14 
>       },
>       Reload = 50,
>       ReloadDelay = 0.25,
>       ReloadStyle = "Regenerate",
>       Traits = {"Tenno"},
>       Trigger = "Auto",
>       Type = "Arch-Gun" 
>       },
> 
TobiTenno commented 3 years ago

It's not that we're not pulling it from the wiki, it's that the warframe nexus app doesn't have them in its data, which means we don't have it.

Once it's in, it'll come into the data automatically on the next round of processing.

TobiTenno commented 3 years ago

closing, but pinning to keep an eye on it

TobiTenno commented 3 years ago

@FarBeyondDriven looks like it's finally gotten pulled in recently. I'll unpin this