LartTyler / MHWDB-Docs

API documentation for the Monster Hunter World API (https://mhw-db.com)
Other
62 stars 6 forks source link

Armor defense stat range #1

Closed setsuya closed 6 years ago

setsuya commented 6 years ago

Is there any interest in including the range in the defense stat that the armor pieces have? Like the non-upgraded base defense value and the fully upgraded end value of them?

I could really use the info to show the result of the mixed set on my set builder/sharer.

LartTyler commented 6 years ago

I'm planning on adding this information soon-ish in a future update, but I haven't been able to find those values online anywhere. I wanna put it in, but it'll take me a bit to find all those values in game and put them into the API.

setsuya commented 6 years ago

I've been looking around but couldn't find it either. I'll be on the lookout and mention here if I find something around.

LartTyler commented 6 years ago

Awesome, thanks! Once I get a chance to add this feature, I'll post another update in here.

CarlosFdez commented 6 years ago

Your best shot is to pull it from a Japanese site. I know http://mhwg.org/ has them. An example is available here http://mhwg.org/ida/1191.html.

CarlosFdez commented 6 years ago

I extracted the data they had to https://github.com/CarlosFdez/MHWorldData/blob/master/data/armors/armor_data.json. Feel free to use it, but unfortunately I give no promises as to its accuracy.

LartTyler commented 6 years ago

Upgraded armor defense and augmented defense are now in the API as of v1.8.0. Thank you to @CarlosFdez for providing the information, it made this much easier to add!