[
    {
        "type" : "AMMO",
        "id" : "654",
        "price" : 3800,
        "name" : "6.54x42mm 9N8",
        "name_plural" : "6.54x42mm 9N8",
        "symbol" : "=",
        "color" : "dark_gray",
        "description" : "Inspired by the improved .270, Alexander Sarafanov himself developed the 6.54x42mm rifle cartrige for his new SVS-24 Assault Rifle.",
        "material" : "steel",
        "volume" : 1,
        "weight" : 6,
        "bashing" : 1,
        "cutting" : 0,
        "to_hit" : 0,
        "ammo_type" : "654",
        "casing" : "654_casing",
        "damage" : 40,
        "pierce" : 8,
        "range" : 38,
        "dispersion" : 5,
        "recoil" : 30,
        "count" : 30,
        "effects" : ["COOKOFF"]
    },
    {
        "type" : "AMMO",
        "id" : "654t",
        "price" : 6800,
        "name" : "6.54x42mm 9N12",
        "name_plural" : "6.54x42mm 9N12",
        "symbol" : "=",
        "color" : "dark_gray",
        "description" : "The 6.54x42mm 9N12 has superior amror piercing capabilities thanks to it's tungsten carbide core. Tungsten carbide was used in anti-tank rounds of the 20th and 21st century.",
        "material" : "steel",
        "volume" : 1,
        "weight" : 6,
        "bashing" : 1,
        "cutting" : 0,
        "to_hit" : 0,
        "ammo_type" : "654",
        "casing" : "654_casing",
        "damage" : 36,
        "pierce" : 32,
        "range" : 38,
        "dispersion" : 5,
        "recoil" : 30,
        "count" : 30,
        "effects" : ["COOKOFF"]
    },
    {
        "type" : "AMMO",
        "id" : "545",
        "price" : 2900,
        "name" : "5.45x39mm 5N7",
        "name_plural" : "5.45x39mm 5N7",
        "symbol" : "=",
        "color" : "yellow",
        "description" : "The 5.45x39mm was the standard ammunition for the AK series from 1974. Its designers were inspired by the 5.56x45mm NATO cartridge.",
        "material" : "steel",
        "volume" : 1,
        "weight" : 4,
        "bashing" : 1,
        "cutting" : 0,
        "to_hit" : 0,
        "ammo_type" : "545",
        "casing" : "545_casing",
        "damage" : 38,
        "pierce" : 5,
        "range" : 37,
        "dispersion" : 5,
        "recoil" : 26,
        "count" : 30,
        "effects" : ["COOKOFF"]
    },
    {
        "type" : "AMMO",
        "id" : "545_ap",
        "price" : 6500,
        "name" : "5.45x39mm 7N22",
        "name_plural" : "5.45x39mm 7N22",
        "symbol" : "=",
        "color" : "yellow",
        "description" : "This is the armor piercing cartridge with a steel penetrator, it was introduced in 1998. There is a tungsten carbide variant too, it is unavailable in the US though.",
        "material" : "steel",
        "volume" : 1,
        "weight" : 4,
        "bashing" : 1,
        "cutting" : 0,
        "to_hit" : 0,
        "ammo_type" : "545",
        "casing" : "545_casing",
        "damage" : 32,
        "pierce" : 13,
        "range" : 37,
        "dispersion" : 5,
        "recoil" : 26,
        "count" : 30,
        "effects" : ["COOKOFF"]
    },
    {
        "type" : "AMMO",
        "id" : "654_casing",
        "category" : "spare_parts",
        "price" : 10000,
        "name" : "6.54x42mm casing",
        "symbol" : "=",
        "color" : "dark_gray",
        "description" : "An empty casing from a 6.54x42 round.",
        "material" : "steel",
        "volume" : 1,
        "weight" : 5,
        "bashing" : 1,
        "cutting" : 0,
        "to_hit" : 0,
        "ammo_type" : "components",
        "damage" : 0,
        "pierce" : 0,
        "range" : 0,
        "dispersion" : 0,
        "recoil" : 0,
        "count" : 200
    },
    {
        "type" : "AMMO",
        "id" : "545_casing",
        "category" : "spare_parts",
        "price" : 10000,
        "name" : "5.45x39mm casing",
        "symbol" : "=",
        "color" : "yellow",
        "description" : "An empty casing from a 5.45x39mm round.",
        "material" : "steel",
        "volume" : 1,
        "weight" : 4,
        "bashing" : 1,
        "cutting" : 0,
        "to_hit" : 0,
        "ammo_type" : "components",
        "damage" : 0,
        "pierce" : 0,
        "range" : 0,
        "dispersion" : 0,
        "recoil" : 0,
        "count" : 200
    },
    {
        "type" : "AMMO",
        "id" : "20_dread",
        "price" : 300,
        "name" : ".20 DREAD Pellet",
        "name_plural" : ".20 DREAD Pellets",
        "symbol" : "=",
        "color" : "light_gray",
        "description" : "These metal pellets are propelled with the help of electromagnets, therefore they do not produce sound, flash or heat signature.",
        "material" : "steel",
        "volume" : 1,
        "weight" : 4,
        "bashing" : 1,
        "cutting": 0,
        "to_hit" : 0,
        "ammo_type" : "wr_dread",
        "casing" : "NULL",
        "damage" : 6,
        "pierce" : 2,
        "range" : 8,
        "dispersion" : 8,
        "recoil" : 0,
        "count" : 200
    }
]
