Ammunition

NameTypeDescription
caliberstringThe caliber of the ammunition
typestringThe type of the ammunition
tracerboolIndicates if it’s tracer ammunition
tracerColorstringThe tracer color
subsonicboolIndicates if it’s subsonic ammo
velocityfloatVelocity of the projectile(s) in meters per second
ballisticCoeffloatThe ballistic coeficient of the ammo
damagefloatThe flesh damage of the ammo
penetrationfloatThe penetration power of the ammo
armorDamagefloatThe damage done to an armor
fragmentationobjectThe fragmentation properties of the ammo
effectsobjectVarious effects of the ammo
pelletsintDEPRCATED The pellet count of the ammo if it’s buckshot
projectilesintThe projectile count, relevant to e.g. buckshot or flechette rounds
weaponModifierobjectThe fragmentation properties of the ammo

Fragmentation

NameTypeDescription
chancefloatThe penetration chance of the ammunition
minintThe minimal fragment count
maxintIndicates if it’s tracer ammunition

Effects

NameTypeDescription
lightBleedingChancefloatPercentage value increases or decreases the chance of light bleeding
heavyBleedingChancefloatPercentage value increases or decreases the chance of heavy bleeding

Weapon Modifier

NameTypeDescription
accuracyfloatModifier for weapon accuracy (percent)
recoilfloatModifier for weapon recoil (percent)

Example

{
  "_id": "56d59d3ad2720bdb418b4577",
  "name": "9x19 mm Pst gzh",
  "shortName": "Pst gzh",
  "description": "9x19 mm Pst gzh round. Steel core bullet. Developed by TSNIITOCHMASH in the early 90s. Bullet weight — 5,4 g, muzzle velocity — 445—470 m/s. It outperforms the commercially available 9×19 mm Parabellum ordnance and corresponds to the more powerful 9×19 mm NATO army rounds (9×19 +P). The bullet hits through 4 mm plate of St.3 steel at distance of 55 m.",
  "price": 42,
  "weight": 0.005,
  "maxStack": 50,
  "rarity": "none",
  "grid": {
    "color": {
      "r": 104,
      "g": 102,
      "b": 40,
      "a": 1
    },
    "height": 1,
    "width": 1
  },
  "_modified": 1571536468,
  "_kind": "ammunition",
  "caliber": "9x19mm Parabellum",
  "type": "bullet",
  "tracer": false,
  "tracerColor": "red",
  "subsonic": false,
  "velocity": 457,
  "ballisticCoef": 1,
  "damage": 56,
  "penetration": 18,
  "armorDamage": 33,
  "fragmentation": {
    "chance": 0.15,
    "min": 1,
    "max": 3
  },
  "projectiles": 0,
  "weaponModifier": {
    "accuracy": 0,
    "recoil": 0
  }
}