Backpack

NameTypeDescription
gridsarrayGrids of the backpack
penaltiesobjectThe penalties of the backpack

Grid

NameTypeDescription
idstringIdentifier of the grid
heightintThe grid height
widthintThe grid width
maxWeightfloatThe maximum weight of the grid
filterobjectCompatible items that fit into the grid (whitelist). No restriction when empty

Example

{
  "_id": "5b44c6ae86f7742d1627baea",
  "name": "Ana tactical Beta 2 battle backpack",
  "shortName": "Beta2",
  "description": "An lightweight and capacious backpack from Ana Tactical. Specially designed for use in dynamic conditions and on rough terrain.",
  "price": 50686,
  "weight": 1.1,
  "maxStack": 1,
  "rarity": "none",
  "grid": {
    "color": {
      "r": 76,
      "g": 42,
      "b": 85,
      "a": 1
    },
    "height": 5,
    "width": 5
  },
  "_modified": 1571536460,
  "_kind": "backpack",
  "grids": [
    {
      "id": "main",
      "height": 6,
      "width": 5,
      "maxWeight": 0,
      "filter": {}
    }
  ],
  "penalties": {
    "speed": -3
  }
}