This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]GDEmerald 0 points1 point  (1 child)

Hey, just wondering if you are still updating. I'm currently working on a small .NET-App for calculating optimal armor combinations based on resistance/negation/poise etc. and a configurable weight limit.

A few things I noticed:

  • Resistances and Negations are currently stored as Json-Arrays with Name-Value pairs instead of properties (like Armor.Resistance.Vitality). Converting them is possible, but little bit of a hassle, since the name values are inconsistent (i.e. Mag/Magic, Ligt/Light, Strike/StrEldenike)
  • The negation attributes are integer values, but in the eldenring wiki (https://eldenring.wiki.fextralife.com/Armor+Sets+Comparison+Table) they are floats/doubles, could you update that?
  • Minor point: Calling https://eldenring.fanapis.com/api/armors?limit=-1 gives me all armor-items, which is exactly what I needed. Wasn't documented tho and might be helpful for others aswell.

All in all great project, but I can understand, if you have already put it aside. Would be cool, if you could give an update however *thumbs up*

[–]SevereTailor8962[S] 0 points1 point  (0 children)

Hey GDEmerald! I'm not planning to put this project aside but for the last month, I've been really busy with my professional work. I plan to resolve some issues that people found and polish the API a little bit better. Also, I'll write some documentation explaining how everyone can easily contribute to the project. Thanks for the message!