arenanet / api-cdi

Collaborative Development Initiative for Public APIs
252 stars 41 forks source link

Missing bits details in (some) No Quarter achievements #670

Open sliekens opened 4 years ago

sliekens commented 4 years ago

Some newer achievements are missing details in the bits field (type, id, text).

Example: Stormcaller Armsmaster https://api.guildwars2.com/v2/achievements?id=5284

"bits": [
  {},
  {},
  {},
  {},
  {},
  {},
  {},
  {},
  {},
  {},
  {},
  {},
  {},
  {},
  {},
  {}
],

Full object:

{
  "id": 5284,
  "name": "Stormcaller Armsmaster",
  "description": "",
  "requirement": "Unlock all recipes to craft the Stormcaller Armaments.",
  "locked_text": "",
  "type": "ItemSet",
  "flags": [
    "Pvp",
    "RepairOnLogin",
    "Permanent"
  ],
  "bits": [
    {},
    {},
    {},
    {},
    {},
    {},
    {},
    {},
    {},
    {},
    {},
    {},
    {},
    {},
    {},
    {}
  ],
  "tiers": [
    {
      "count": 1,
      "points": 1
    },
    {
      "count": 2,
      "points": 1
    },
    {
      "count": 4,
      "points": 1
    },
    {
      "count": 6,
      "points": 2
    },
    {
      "count": 8,
      "points": 2
    },
    {
      "count": 10,
      "points": 3
    },
    {
      "count": 12,
      "points": 3
    },
    {
      "count": 14,
      "points": 5
    },
    {
      "count": 16,
      "points": 10
    }
  ]
}