Bungie-net / api

Resources for the Bungie.net API
Other
1.22k stars 92 forks source link

Ghost Shell Projections missing gear asset content #1272

Open lowlines opened 4 years ago

lowlines commented 4 years ago

It looks like Ghost Shell Projections have a translationBlock and associated GearAssetDefinition, however the content property is empty so they cannot be loaded.

lowlines commented 4 years ago

ie 1771869770 - Carved Projection

GearAssetDefinition

{content:[], gear: ["396dd60c7295c7d6be1d8d5b8d2476a8.js"]}

GearData

{
  "default_dyes": [],
  "locked_dyes": [],
  "custom_dyes": [],
  "reference_id": "1771869770",
  "art_content_sets": [
    {
      "classHash": 0,
      "arrangement": {
        "hash": 887530118,
        "gear_set": {
          "regions": [
            {
              "region_index": 26,
              "pattern_list": [
                {
                  "hash": 3256088189,
                  "geometry_hashes": [
                    "569863328-0"
                  ]
                }
              ]
            }
          ],
          "base_art_arrangement": {
            "hash": 2166136261
          },
          "female_override_art_arrangement": {
            "hash": 2166136261
          }
        }
      }
    }
  ]
}