Armor

NameTypeDescription
typestringThe type of the armor e.g. body, helmet
armorobjectThe armor properties
penaltiesobjectThe penalties of the armor
blockingarrayBlocked zones e.g. earpiece, eyewear
slotsobjectModification slots of the armor
compatibilityobjectIf it’s an attachment to which it’s compatible

Armor properties

NameTypeDescription
classintThe armor class
durabilityfloatThe max durability of the armor
materialobjectMaterial properties of the armor
bluntThroughputfloatThe damage done to the target when the armor is not penetrated
zonesarrayThe zones protected by the armor

Material properties

NameTypeDescription
namestringName of the material
destructibilityfloatThe destructibility of the material

Penalties

NameTypeDescription
mousefloatMouse speed penalty
speedfloatMovement speed penalty
ergonomicsintErgonomics deduction
deafnessstringStrength of hearing reduction e.g. low, medium, high

Example

{
  "_id": "5b44d0de86f774503d30cba8",
  "name": "IOTV Gen4 armor (high mobility kit)",
  "shortName": "Gen4 HMK",
  "description": "The Improved Outer Tactical Vest (IOTV) Gen IV is designed to permit maximum freedom of movement required to assume correct firing positions with the agility to execute and maneuver tasks. Optimal design characteristics ensure the best possible weight distribution of both the ballistic body armor system as well as additional load bearing equipment, thus providing enhanced comfort, wear duration, and mobility. Increased mobility and comfort kit.",
  "price": 118774,
  "weight": 10,
  "maxStack": 1,
  "rarity": "superrare",
  "grid": {
    "color": {
      "r": 28,
      "g": 65,
      "b": 86,
      "a": 255
    },
    "height": 4,
    "width": 3
  },
  "_modified": 1571536471,
  "_kind": "armor",
  "type": "body",
  "armor": {
    "class": 5,
    "durability": 62,
    "material": {
      "name": "titanium",
      "destructibility": 0.45
    },
    "bluntThroughput": 0.22,
    "zones": [
      "chest",
      "stomach"
    ]
  },
  "penalties": {
    "mouse": -15,
    "speed": -11,
    "ergonomics": -11,
    "deafness": "none"
  },
  "blocking": [],
  "slots": {},
  "compatibility": {}
}