riot armor. . . coming right up!
ok so i changed the regular kevlar armor to come in four different levels
starting with level I which is most commonly used in riots and paintball competitions
up to IIIa which is used by the military to better protect from explosions and grenades
    {
        "type" : "ARMOR",
        "id" : "kevlarI",
        "name" : "riot kevlar vest",
        "weight" : 12,
        "color" : "light_red",
        "covers" : ["TORSO"],
        "to_hit" : -3,
        "storage" : 4,
        "symbol" : "[",
        "description" : "Offers the most basic protection. This vest will only stop fragmentation and low-velocity pistol ammunition. Commonly used for riot gear.",
        "price" : 800,
        "material" : ["kevlar", "null"],
        "volume" : 20,
        "cutting" : 0,
        "warmth" : 10,
        "phase" : "solid",
        "enviromental_protection" : 0,
        "rarity" : 40,
        "encumberance" : 1,
        "bashing" : 6,
        "flags" : ["VARSIZE"],
        "coverage" : 80,
        "material_thickness" : 3
    },
    {
        "type" : "ARMOR",
        "id" : "kevlarIIa",
        "name" : "street kevlar vest",
        "weight" : 16,
        "color" : "light_red",
        "covers" : ["TORSO"],
        "to_hit" : -3,
        "storage" : 4,
        "symbol" : "[",
        "description" : "Offers greater protection, recommended use for most threats encountered on the street.",
        "price" : 800,
        "material" : ["kevlar", "null"],
        "volume" : 22,
        "cutting" : 0,
        "warmth" : 15,
        "phase" : "solid",
        "enviromental_protection" : 0,
        "rarity" : 30,
        "encumberance" : 1,
        "bashing" : 8,
        "flags" : ["VARSIZE"],
        "coverage" : 80,
        "material_thickness" : 4
	},
	{
        "type" : "ARMOR",
        "id" : "kevlarII",
        "name" : "police kevlar vest",
        "weight" : 20,
        "color" : "light_red",
        "covers" : ["TORSO"],
        "to_hit" : -3,
        "storage" : 4,
        "symbol" : "[",
        "description" : "Offers blunt trauma protection while still being comfortable to wear and easy to conceal.",
        "price" : 800,
        "material" : ["kevlar", "null"],
        "volume" : 24,
        "cutting" : 0,
        "warmth" : 20,
        "phase" : "solid",
        "enviromental_protection" : 0,
        "rarity" : 20,
        "encumberance" : 2,
        "bashing" : 10,
        "flags" : ["VARSIZE"],
        "coverage" : 80,
        "material_thickness" : 5
	},
	{
        "type" : "ARMOR",
        "id" : "kevlarIIIa",
        "name" : "Military kevlar vest",
        "weight" : 24,
        "color" : "light_red",
        "covers" : ["TORSO"],
        "to_hit" : -3,
        "storage" : 4,
        "symbol" : "[",
        "description" : "Provides the highest blunt-trauma-protection rating available for concealable ballistic vests.",
        "price" : 800,
        "material" : ["kevlar", "null"],
        "volume" : 26,
        "cutting" : 0,
        "warmth" : 25,
        "phase" : "solid",
        "enviromental_protection" : 0,
        "rarity" : 10,
        "encumberance" : 2,
        "bashing" : 6,
        "flags" : ["VARSIZE"],
        "coverage" : 80,
        "material_thickness" : 8
	},