FareverDB

Chest

Chest in Item Types
id
Chest
flags
32
inherit
Armor
Raw data
{
  "id": "Chest",
  "gfx": {
    "x": 0,
    "y": 0,
    "file": "UI/icons/gear_slots.png",
    "size": 54
  },
  "slot": {
    "equippableOn": [
      {
        "ref": "Slot_Chest"
      }
    ]
  },
  "flags": 32,
  "props": {
    "phIcon": {
      "x": 1,
      "y": 0,
      "file": "UI/Placeholder/UnknownGearIcons.png",
      "size": 120
    },
    "rarities": [
      {
        "rarity": "Common",
        "atbRatio": {
          "primary": 0,
          "vitality": 0
        }
      }
    ],
    "lootSetup": "Items/Loot/Setup/Loot_Default_Chest.prefab",
    "portraitGroup": 2,
    "sellPriceFactor": 1
  },
  "texts": {
    "name": {
      "v": "Chest"
    }
  },
  "skills": [],
  "inherit": "Armor",
  "atbRatio": {
    "armor": 0.18,
    "primary": 0.11,
    "ratings": 0.075,
    "vitality": 0.09
  }
}