berdandy / gw2search

Search for content by name in the gw2 api
MIT License
1 stars 0 forks source link

Game mode filter #19

Open berdandy opened 3 months ago

berdandy commented 3 months ago

Allow filtering of skills/traits to game mode (pve/pvp/wvw)

This data is not directly available in the api, BUT PvE/other split might be possible by using skills list in /v2/professions, as that lists the PvE skill ids. I think.

berdandy commented 1 month ago

Update: it lists all skill ids. There is zero differentiation in the gw2 api. :(

There is an option in the hardstuck api:

facts are one of the things that could use some documentation, which is only found elsewhere, so ill just give a short summary here: if you want to use that data to reconstruct skills you need to decide on a gamemode merge the overrides into the base data using the insert_before field, back to front to not mess up other indices while processing run logic for the skip_next marker if the fact is active sort by order and do that for each block