[
    {
        "type" : "ARMOR",
        "id" : "socks",
        "name" : "pair of socks",
        "name_plural" : "pairs of socks",
        "weight" : 32,
        "color" : "white",
        "covers" : ["FEET"],
        "to_hit" : 0,
        "storage" : 0,
        "symbol" : "[",
        "description" : "Socks.  Put 'em on your feet.",
        "price" : 200,
        "material" : ["cotton", "null"],
        "volume" : 1,
        "cutting" : 0,
        "warmth" : 5,
        "phase" : "solid",
        "environmental_protection" : 0,
        "encumbrance" : 0,
        "bashing" : -5,
        "flags" : ["VARSIZE", "SKINTIGHT"],
        "coverage" : 100,
        "material_thickness" : 1
    },
    {
        "type" : "ARMOR",
        "id" : "socks_wool",
        "name" : "pair of wool socks",
        "name_plural" : "pairs of wool socks",
        "weight" : 44,
        "color" : "blue",
        "covers" : ["FEET"],
        "to_hit" : 0,
        "storage" : 0,
        "symbol" : "[",
        "description" : "Warm socks made of wool.",
        "price" : 1200,
        "material" : ["wool", "null"],
        "volume" : 1,
        "cutting" : 0,
        "warmth" : 30,
        "phase" : "solid",
        "environmental_protection" : 0,
        "encumbrance" : 0,
        "bashing" : -5,
        "flags" : ["VARSIZE", "SKINTIGHT"],
        "coverage" : 100,
        "material_thickness" : 1
    },
    {
        "type" : "ARMOR",
        "id" : "stockings",
        "name" : "pair of stockings",
        "name_plural" : "pairs of stockings",
        "weight" : 90,
        "color" : "dark_gray",
        "covers" : ["FEET", "LEGS"],
        "to_hit" : 0,
        "storage" : 0,
        "symbol" : "[",
        "description" : "Long cotton socks that reach above the knees to help protect from the cold.",
        "price" : 500,
        "material" : ["cotton", "null"],
        "volume" : 1,
        "cutting" : 0,
        "warmth" : 10,
        "phase" : "solid",
        "environmental_protection" : 0,
        "encumbrance" : 0,
        "bashing" : -5,
        "flags" : ["VARSIZE", "SKINTIGHT"],
        "coverage" : 75,
        "material_thickness" : 1
    },
    {
        "type" : "ARMOR",
        "id" : "stockings_tent_legs",
        "name" : "pair of tentacle stockings",
        "name_plural" : "pairs of tentacle stockings",
        "weight" : 270,
        "color" : "dark_gray",
        "covers" : ["FEET", "LEGS"],
        "to_hit" : 0,
        "storage" : 0,
        "symbol" : "[",
        "description" : "Six long cotton tubes sized to fit over tentacles and help protect them from the cold.",
        "price" : 1200,
        "material" : ["cotton", "null"],
        "volume" : 6,
        "cutting" : 0,
        "warmth" : 10,
        "phase" : "solid",
        "environmental_protection" : 0,
        "encumbrance" : 1,
        "bashing" : -5,
        "flags" : ["VARSIZE", "SKINTIGHT", "OVERSIZE"],
        "coverage" : 75,
        "material_thickness" : 1
    },
    {
        "type" : "ARMOR",
        "id" : "stockings_tent_arms",
        "name" : "pair of tentacle sleeves",
        "name_plural" : "pairs of tentacle sleeves",
        "weight" : 360,
        "color" : "dark_gray",
        "covers" : ["HANDS", "ARMS"],
        "to_hit" : 0,
        "storage" : 0,
        "symbol" : "[",
        "description" : "Long cotton tubes sized to fit over tentacles and help protect them from the cold.",
        "price" : 400,
        "material" : ["cotton", "null"],
        "volume" : 6,
        "cutting" : 0,
        "warmth" : 10,
        "phase" : "solid",
        "environmental_protection" : 0,
        "encumbrance" : 1,
        "bashing" : -5,
        "flags" : ["VARSIZE", "SKINTIGHT", "OVERSIZE"],
        "coverage" : 75,
        "material_thickness" : 1
    },
    {
        "type" : "ARMOR",
        "id" : "sneakers",
        "name" : "pair of sneakers",
        "name_plural" : "pairs of sneakers",
        "weight" : 840,
        "color" : "light_blue",
        "covers" : ["FEET"],
        "to_hit" : 0,
        "storage" : 0,
        "symbol" : "[",
        "description" : "Guaranteed to make you run faster and jump higher!",
        "price" : 10000,
        "material" : ["cotton", "leather"],
        "volume" : 6,
        "cutting" : 0,
        "warmth" : 20,
        "phase" : "solid",
        "environmental_protection" : 0,
        "encumbrance" : 0,
        "bashing" : -2,
        "flags" : ["VARSIZE"],
        "coverage" : 80,
        "material_thickness" : 2
    },
    {
        "type" : "ARMOR",
        "id" : "shoes_bowling",
        "name" : "pair of bowling shoes",
        "name_plural" : "pairs of bowling shoes",
        "weight" : 840,
        "color" : "light_blue",
        "covers" : ["FEET"],
        "to_hit" : 0,
        "storage" : 0,
        "symbol" : "[",
        "description" : "A pair of flat-soled shoes designed to give you a grip on slippery surfaces.",
        "price" : 4000,
        "material" : ["cotton", "leather"],
        "volume" : 6,
        "cutting" : 0,
        "warmth" : 20,
        "phase" : "solid",
        "environmental_protection" : 0,
        "encumbrance" : 1,
        "bashing" : -2,
        "flags" : ["VARSIZE"],
        "coverage" : 80,
        "material_thickness" : 3
    },
    {
        "type" : "ARMOR",
        "id" : "cleats",
        "name" : "pair of cleats",
        "name_plural" : "pairs of cleats",
        "weight": 860,
        "color": "light_gray",
        "covers" : ["FEET"],
        "to_hit" : 0,
        "storage" : 0,
        "symbol" : "[",
        "description" : "Sport shoes with hard undersides, and studs on the bottom designed to dig into the grass.",
        "price" : 7000,
        "material" : ["cotton", "leather"],
        "volume": 6,
        "cutting" : 0,
        "warmth": 20,
        "phase": "solid",
        "environmental_protection" : 0,
        "encumbrance": 1,
        "bashing" : 2,
        "flags": ["VARSIZE"],
        "coverage": 80,
        "material_thickness" : 3
    },
    {
        "type" : "ARMOR",
        "id" : "mouthpiece",
        "category" : "armor",
        "name" : "protective mouthpiece",
        "weight": 20,
        "color": "yellow",
        "covers" : ["MOUTH"],
        "to_hit" : 0,
        "storage" : 0,
        "symbol" : "[",
        "description" : "A protective piece of equipment commonly used by athletes, which is worn inside the mouth to protect your teeth.",
        "price" : 800,
        "material" : ["plastic", "null"],
        "volume": 0,
        "cutting" : 0,
        "warmth": 0,
        "phase": "solid",
        "environmental_protection" : 0,
        "encumbrance": 0,
        "bashing" : 2,
        "flags": ["VARSIZE", "STURDY", "WATER_FRIENDLY", "SKINTIGHT"],
        "coverage": 50,
        "material_thickness" : 1
    },
    {
        "type" : "ARMOR",
        "id" : "football_armor",
        "category" : "armor",
        "name" : "football armor",
        "weight" : 2810,
        "color" : "light_gray",
        "covers" : ["TORSO"],
        "to_hit" : 0,
        "storage" : 0,
        "symbol" : "[",
        "description" : "Heavy plastic armor for your upper torso.  Normally worn by football players.",
        "flags" : ["BELTED"],
        "price" : 11000,
        "material" : ["plastic", "cotton"],
        "volume" : 28,
        "cutting" : 0,
        "warmth" : 10,
        "phase" : "solid",
        "environmental_protection" : 0,
        "encumbrance" : 3,
        "bashing" : -2,
        "coverage" : 45,
        "material_thickness" : 6
    },
    {
        "type" : "ARMOR",
        "id" : "helmet_football",
        "category" : "armor",
        "name" : "football helmet",
        "weight" : 1360,
        "color" : "yellow",
        "covers" : ["HEAD"],
        "to_hit" : 0,
        "storage" : 0,
        "symbol" : "[",
        "description" : "A heavy plastic helmet normally worn by football players.",
        "price" : 19800,
        "material" : ["plastic", "null"],
        "volume" : 9,
        "cutting" : 0,
        "warmth" : 10,
        "phase" : "solid",
        "environmental_protection" : 0,
        "encumbrance" : 5,
        "bashing" : -2,
        "flags" : ["WATER_FRIENDLY"],
        "coverage" : 85,
        "material_thickness" : 4
    },
    {
        "type" : "ARMOR",
        "id" : "boots",
        "name" : "pair of boots",
        "name_plural" : "pairs of boots",
        "weight" : 1060,
        "color" : "dark_gray",
        "covers" : ["FEET"],
        "to_hit" : -1,
        "storage" : 0,
        "symbol" : "[",
        "description" : "Tough leather boots.  Very durable.",
        "price" : 10000,
        "material" : ["leather", "null"],
        "volume" : 10,
        "cutting" : 0,
        "warmth" : 20,
        "phase" : "solid",
        "environmental_protection" : 2,
        "encumbrance" : 0,
        "bashing" : 1,
        "flags" : ["VARSIZE", "WATERPROOF"],
        "coverage" : 100,
        "material_thickness" : 3,
        "use_action" : "BOOTS"
    },
    {
        "type" : "ARMOR",
        "id" : "roller_blades",
        "name" : "pair of rollerblades",
        "name_plural" : "pairs of rollerblades",
        "weight" : 1640,
        "color" : "light_gray",
        "covers" : ["FEET"],
        "to_hit" : -2,
        "storage" : 0,
        "symbol" : "[",
        "description" : "A pair of inline skates.  Very fast on flat floors, but they make it hard to move on rough terrain, or to dodge effectively.",
        "price" : 8500,
        "material" : ["plastic", "cotton"],
        "volume" : 15,
        "cutting" : 0,
        "warmth" : 20,
        "phase" : "solid",
        "environmental_protection" : 2,
        "encumbrance" : 1,
        "bashing" : -1,
        "flags" : ["VARSIZE", "WATERPROOF"],
        "coverage" : 100,
        "material_thickness" : 3,
        "use_action" : "BOOTS"
    },
    {
        "type" : "ARMOR",
        "id" : "rollerskates",
        "name" : "pair of rollerskates",
        "name_plural" : "pairs of rollerskates",
        "weight" : 2720,
        "color" : "brown",
        "covers" : ["FEET"],
        "to_hit" : -2,
        "storage" : 0,
        "symbol" : "[",
        "description" : "An old-fashioned pair of leather rollerskates with steel frames.  While quite fast on flat floors, they make it difficult to move on rough terrain.",
        "price" : 8500,
        "material" : ["leather", "steel"],
        "volume" : 12,
        "cutting" : 0,
        "warmth" : 30,
        "phase" : "solid",
        "environmental_protection" : 2,
        "encumbrance" : 2,
        "bashing" : 6,
        "flags" : ["VARSIZE", "WATERPROOF"],
        "coverage" : 100,
        "material_thickness" : 3,
        "use_action" : "BOOTS"
    },
    {
        "type" : "ARMOR",
        "id" : "knee_high_boots",
        "name" : "pair of knee-high boots",
        "name_plural" : "pairs of knee-high boots",
        "weight" : 1520,
        "color" : "dark_gray",
        "covers" : ["FEET", "LEGS"],
        "to_hit" : -1,
        "storage" : 0,
        "symbol" : "[",
        "description" : "Very long leather boots that cover the lower legs.  Difficult to wear but extremely durable.",
        "price" : 8000,
        "material" : ["leather", "null"],
        "volume" : 15,
        "cutting" : 0,
        "warmth" : 20,
        "phase" : "solid",
        "environmental_protection" : 2,
        "encumbrance" : 2,
        "bashing" : 1,
        "flags" : ["VARSIZE", "WATERPROOF"],
        "coverage" : 65,
        "material_thickness" : 3,
        "use_action" : "BOOTS"
    },
    {
        "type" : "ARMOR",
        "id" : "boots_fur",
        "name" : "pair of fur boots",
        "name_plural" : "pairs of fur boots",
        "weight" : 1890,
        "color" : "brown",
        "covers" : ["FEET"],
        "to_hit" : -1,
        "storage" : 0,
        "symbol" : "[",
        "description" : "Boots lined with fur for warmth.",
        "price" : 14000,
        "material" : ["leather", "fur"],
        "volume" : 18,
        "cutting" : 0,
        "warmth" : 60,
        "phase" : "solid",
        "environmental_protection" : 2,
        "encumbrance" : 2,
        "bashing" : 1,
        "flags" : ["VARSIZE", "WATERPROOF"],
        "coverage" : 100,
        "material_thickness" : 3,
        "use_action" : "BOOTS"
    },
    {
        "type" : "ARMOR",
        "id" : "boots_steel",
        "name" : "pair of steeltoed boots",
        "name_plural" : "pairs of steeltoed boots",
        "weight" : 1320,
        "color" : "brown",
        "covers" : ["FEET"],
        "to_hit" : -1,
        "storage" : 0,
        "symbol" : "[",
        "description" : "Leather boots with a steel toe.  Extremely durable.",
        "price" : 12000,
        "material" : ["leather", "steel"],
        "volume" : 12,
        "cutting" : 0,
        "warmth" : 30,
        "phase" : "solid",
        "environmental_protection" : 3,
        "encumbrance" : 2,
        "bashing" : 4,
        "flags" : ["VARSIZE", "WATERPROOF"],
        "coverage" : 100,
        "material_thickness" : 4,
        "use_action" : "BOOTS"
    },
    {
        "type" : "ARMOR",
        "id" : "boots_combat",
        "category" : "armor",
        "name" : "pair of combat boots",
        "name_plural" : "pairs of combat boots",
        "weight" : 1060,
        "color" : "dark_gray",
        "covers" : ["FEET"],
        "to_hit" : -1,
        "storage" : 0,
        "symbol" : "[",
        "description" : "Modern reinforced tactical combat boots.  Very durable.",
        "price" : 7000,
        "material" : ["kevlar", "leather"],
        "volume" : 8,
        "cutting" : 0,
        "warmth" : 25,
        "phase" : "solid",
        "environmental_protection" : 2,
        "encumbrance" : 1,
        "bashing" : 1,
        "flags" : ["VARSIZE", "WATERPROOF", "STURDY"],
        "coverage" : 100,
        "material_thickness" : 3,
        "use_action" : "BOOTS"
    },
    {
        "type" : "ARMOR",
        "id" : "boots_hiking",
        "name" : "pair of hiking boots",
        "name_plural" : "pairs of hiking boots",
        "weight" : 960,
        "color" : "brown",
        "covers" : ["FEET"],
        "to_hit" : -1,
        "storage" : 0,
        "symbol" : "[",
        "description" : "Tough yet light leather boots.  Durable and comfortable.",
        "price" : 14000,
        "material" : ["leather", "plastic"],
        "volume" : 8,
        "cutting" : 0,
        "warmth" : 30,
        "phase" : "solid",
        "environmental_protection" : 2,
        "encumbrance" : 0,
        "bashing" : 1,
        "flags" : ["VARSIZE", "WATERPROOF"],
        "coverage" : 95,
        "material_thickness" : 2,
        "use_action" : "BOOTS"
    },
    {
        "type" : "ARMOR",
        "id" : "boots_winter",
        "name" : "pair of winter boots",
        "name_plural" : "pairs of winter boots",
        "weight" : 1640,
        "color" : "light_gray",
        "covers" : ["FEET"],
        "to_hit" : -1,
        "storage" : 0,
        "symbol" : "[",
        "description" : "Cumbersome boots designed for warmth.",
        "price" : 7000,
        "material" : ["wool", "plastic"],
        "volume" : 22,
        "cutting" : 0,
        "warmth" : 80,
        "phase" : "solid",
        "environmental_protection" : 1,
        "encumbrance" : 2,
        "bashing" : 0,
        "flags" : ["VARSIZE", "WATERPROOF"],
        "coverage" : 100,
        "material_thickness" : 6,
        "use_action" : "BOOTS"
    },
    {
        "type" : "ARMOR",
        "id" : "boots_western",
        "name" : "pair of western boots",
        "name_plural" : "pairs of western boots",
        "weight" : 1060,
        "color" : "dark_gray",
        "covers" : ["FEET"],
        "to_hit" : -1,
        "storage" : 0,
        "symbol" : "[",
        "description" : "Stiff leather boots with intricate embroidery and one-inch heels.  They look good, but aren't made for running.",
        "price" : 15000,
        "material" : ["leather", "null"],
        "volume" : 10,
        "cutting" : 0,
        "warmth" : 20,
        "phase" : "solid",
        "environmental_protection" : 2,
        "encumbrance" : 4,
        "bashing" : 1,
        "flags" : ["VARSIZE", "FANCY"],
        "coverage" : 100,
        "material_thickness" : 2,
        "use_action" : "BOOTS"
    },
    {
        "type" : "ARMOR",
        "id" : "mocassins",
        "name" : "pair of moccasins",
        "name_plural" : "pairs of moccasins",
        "weight" : 230,
        "color" : "brown",
        "covers" : ["FEET"],
        "to_hit" : 0,
        "storage" : 0,
        "symbol" : "[",
        "description" : "Simple shoes made from animal pelts.",
        "price" : 5000,
        "material" : ["fur", "leather"],
        "volume" : 2,
        "cutting" : 0,
        "warmth" : 20,
        "phase" : "solid",
        "environmental_protection" : 0,
        "encumbrance" : 0,
        "bashing" : -3,
        "flags" : ["VARSIZE", "WATERPROOF"],
        "coverage" : 50,
        "material_thickness" : 2
    },
    {
        "type" : "ARMOR",
        "id" : "flip_flops",
        "name" : "pair of flip-flops",
        "name_plural" : "pairs of flip-flops",
        "weight" : 62,
        "color" : "blue",
        "covers" : ["FEET"],
        "to_hit" : -2,
        "storage" : 0,
        "symbol" : "[",
        "description" : "Simple sandals.  Very difficult to run in.",
        "price" : 500,
        "material" : ["plastic", "null"],
        "volume" : 1,
        "cutting" : 0,
        "warmth" : 0,
        "phase" : "solid",
        "environmental_protection" : 0,
        "encumbrance" : 4,
        "bashing" : -4,
        "flags" : ["VARSIZE","WATER_FRIENDLY"],
        "coverage" : 10,
        "material_thickness" : 1
    },
    {
        "type" : "ARMOR",
        "id" : "leathersandals",
        "name" : "pair of leather sandals",
        "name_plural" : "pairs of leather sandals",
        "weight" : 94,
        "color" : "brown",
        "covers" : ["FEET"],
        "to_hit" : -2,
        "storage" : 0,
        "symbol" : "[",
        "description" : "Sturdy leather hiking sandals with a heel strap.  Offers little in the way of protection, but keeps you cool during warmer months.",
        "price" : 4000,
        "material" : ["leather", "null"],
        "volume" : 1,
        "cutting" : 0,
        "warmth" : 0,
        "phase" : "solid",
        "environmental_protection" : 0,
        "encumbrance" : 1,
        "bashing" : 0,
        "flags" : ["VARSIZE","WATER_FRIENDLY"],
        "coverage" : 20,
        "material_thickness" : 1
    },
    {
        "type" : "ARMOR",
        "id" : "bastsandals",
        "name" : "pair of cord sandals",
        "name_plural" : "pairs of cord sandals",
        "weight" : 68,
        "color" : "brown",
        "covers" : ["FEET"],
        "to_hit" : -2,
        "storage" : 0,
        "symbol" : "[",
        "description" : "Lightweight sandals made from wound cord.  They offer little in the way of protection, but keep you cool during warmer months.",
        "price" : 3000,
        "material" : ["cotton", "null"],
        "volume" : 1,
        "cutting" : 0,
        "warmth" : 0,
        "phase" : "solid",
        "environmental_protection" : 0,
        "encumbrance" : 1,
        "bashing" : 0,
        "flags" : ["VARSIZE", "WATER_FRIENDLY"],
        "coverage" : 40,
        "material_thickness" : 2
    },
    {
        "type" : "ARMOR",
        "id" : "clogs",
        "name" : "pair of wooden clogs",
        "name_plural" : "pairs of wooden clogs",
        "weight" : 916,
        "color" : "yellow",
        "covers" : ["FEET"],
        "to_hit" : -2,
        "storage" : 0,
        "symbol" : "[",
        "description" : "Known as klompen in the Netherlands and sabots in France, these wooden shoes have endured through the ages due to their simple design and durability.",
        "price" : 4000,
        "material" : ["wood", "null"],
        "volume" : 5,
        "cutting" : 0,
        "warmth" : 5,
        "phase" : "solid",
        "environmental_protection" : 1,
        "encumbrance" : 2,
        "bashing" : 5,
        "flags" : ["VARSIZE", "WATERPROOF"],
        "coverage" : 85,
        "material_thickness" : 4
    },
    {
        "type" : "ARMOR",
        "id" : "dress_shoes",
        "name" : "pair of dress shoes",
        "name_plural" : "pairs of dress shoes",
        "weight" : 870,
        "color" : "dark_gray",
        "covers" : ["FEET"],
        "to_hit" : 1,
        "storage" : 0,
        "symbol" : "[",
        "description" : "Fancy patent leather shoes.  Not designed for running in.",
        "price" : 12000,
        "material" : ["leather", "null"],
        "volume" : 6,
        "cutting" : 0,
        "warmth" : 10,
        "phase" : "solid",
        "environmental_protection" : 0,
        "encumbrance" : 1,
        "bashing" : 1,
        "flags" : ["VARSIZE", "FANCY"],
        "coverage" : 60,
        "material_thickness" : 2
    },
    {
        "type" : "ARMOR",
        "id" : "heels",
        "name" : "pair of heels",
        "name_plural" : "pairs of heels",
        "weight" : 640,
        "color" : "dark_gray",
        "covers" : ["FEET"],
        "to_hit" : -2,
        "storage" : 0,
        "symbol" : "[",
        "description" : "A pair of high heels.  Difficult to even walk in.",
        "price" : 4000,
        "material" : ["leather", "null"],
        "volume" : 3,
        "cutting" : 0,
        "warmth" : 0,
        "phase" : "solid",
        "environmental_protection" : 0,
        "encumbrance" : 5,
        "bashing" : 6,
        "flags" : ["VARSIZE", "SUPER_FANCY"],
        "coverage" : 30,
        "material_thickness" : 1
    },
    {
        "type" : "ARMOR",
        "id" : "boots_chitin",
        "category" : "armor",
        "name" : "pair of chitinous boots",
        "name_plural" : "pairs of chitinous boots",
        "weight" : 1620,
        "color" : "green",
        "covers" : ["FEET"],
        "to_hit" : -1,
        "storage" : 0,
        "symbol" : "[",
        "description" : "Boots made from the exoskeletons of insects.  Light and durable.",
        "price" : 13500,
        "material" : ["chitin", "null"],
        "volume" : 17,
        "cutting" : 0,
        "warmth" : 10,
        "phase" : "solid",
        "environmental_protection" : 3,
        "encumbrance" : 1,
        "bashing" : 4,
        "flags" : ["STURDY"],
        "coverage" : 95,
        "material_thickness" : 4,
        "use_action" : "BOOTS"
    },
    {
        "type" : "ARMOR",
        "id" : "boots_bone",
        "category" : "armor",
        "name" : "pair of bone armor boots",
        "name_plural" : "pairs of bone armor boots",
        "weight" : 1824,
        "color" : "white",
        "covers" : ["FEET"],
        "to_hit" : -1,
        "storage" : 0,
        "symbol" : "[",
        "description" : "Leather boots armored with reinforcements made from bone.  Light and strong.",
        "price" : 13500,
        "material" : ["bone", "leather"],
        "volume" : 17,
        "cutting" : 0,
        "warmth" : 20,
        "phase" : "solid",
        "environmental_protection" : 3,
        "encumbrance" : 1,
        "bashing" : 4,
        "flags" : ["VARSIZE", "WATERPROOF", "STURDY"],
        "coverage" : 95,
        "material_thickness" : 4,
        "use_action" : "BOOTS"
    },
    {
        "type" : "ARMOR",
        "id" : "boots_larmor",
        "category" : "armor",
        "name" : "pair of leather armor boots",
        "name_plural" : "pairs of leather armor boots",
        "weight" : 902,
        "color" : "brown",
        "covers" : ["FEET"],
        "to_hit" : -1,
        "storage" : 0,
        "symbol" : "[",
        "description" : "Thick leather boots made specifically to protect the feet.  Light and tough.",
        "price" : 12500,
        "material" : ["leather", "null"],
        "volume" : 8,
        "cutting" : 0,
        "warmth" : 25,
        "phase" : "solid",
        "environmental_protection" : 2,
        "encumbrance" : 1,
        "bashing" : 4,
        "flags" : ["VARSIZE", "WATERPROOF", "STURDY"],
        "coverage" : 90,
        "material_thickness" : 5,
        "use_action" : "BOOTS"
    },
    {
        "type" : "ARMOR",
        "id" : "trunks",
        "name" : "pair of swimming trunks",
        "name_plural" : "pairs of swimming trunks",
        "weight" : 210,
        "color" : "blue",
        "covers" : ["LEGS"],
        "to_hit" : 1,
        "storage" : 0,
        "symbol" : "[",
        "description" : "A pair of swimming trunks, with netting.",
        "price" : 1800,
        "material" : ["cotton", "null"],
        "volume" : 3,
        "cutting" : 0,
        "warmth" : 0,
        "phase" : "solid",
        "environmental_protection" : 0,
        "encumbrance" : 0,
        "bashing" : -4,
        "flags" : ["VARSIZE", "WATER_FRIENDLY"],
        "coverage" : 35,
        "material_thickness" : 1
    },
    {
        "type" : "ARMOR",
        "id" : "shorts",
        "name" : "shorts",
        "name_plural" : "shorts",
        "weight" : 230,
        "color" : "brown",
        "covers" : ["LEGS"],
        "to_hit" : 1,
        "storage" : 4,
        "symbol" : "[",
        "description" : "A pair of khaki shorts.",
        "price" : 2000,
        "material" : ["cotton", "null"],
        "volume" : 4,
        "cutting" : 0,
        "warmth" : 5,
        "phase" : "solid",
        "environmental_protection" : 0,
        "encumbrance" : 0,
        "bashing" : -4,
        "flags" : ["VARSIZE"],
        "coverage" : 40,
        "material_thickness" : 2
    },
    {
        "type" : "ARMOR",
        "id" : "b_shorts",
        "name" : "basketball shorts",
        "name_plural" : "basketball shorts",
        "weight" : 190,
        "color" : "cyan",
        "covers" : ["LEGS"],
        "to_hit" : 1,
        "storage" : 4,
        "symbol" : "[",
        "description" : "A pair of basketball shorts. Comfortable and light.",
        "price" : 1300,
        "material" : ["cotton", "null"],
        "volume" : 4,
        "cutting" : 0,
        "warmth" : 5,
        "phase" : "solid",
        "environmental_protection" : 0,
        "encumbrance" : 0,
        "bashing" : -4,
        "flags" : ["VARSIZE"],
        "coverage" : 50,
        "material_thickness" : 1
    },
    {
        "type" : "ARMOR",
        "id" : "postman_shorts",
        "name" : "mail carrier shorts",
        "name_plural" : "mail carrier shorts",
        "weight" : 230,
        "color" : "blue",
        "covers" : ["LEGS"],
        "to_hit" : 1,
        "storage" : 4,
        "symbol" : "[",
        "description" : "A pair of dark blue shorts, the kind used by postal service workers.",
        "price" : 4000,
        "material" : ["cotton", "null"],
        "volume" : 4,
        "cutting" : 0,
        "warmth" : 5,
        "phase" : "solid",
        "environmental_protection" : 0,
        "encumbrance" : 0,
        "bashing" : -4,
        "flags" : ["VARSIZE"],
        "coverage" : 40,
        "material_thickness" : 2
    },
    {
        "type" : "ARMOR",
        "id" : "shorts_cargo",
        "name" : "cargo shorts",
        "name_plural" : "cargo shorts",
        "weight" : 340,
        "color" : "light_gray",
        "covers" : ["LEGS"],
        "to_hit" : 1,
        "storage" : 7,
        "symbol" : "[",
        "description" : "A pair of shorts lined with pockets, offering decent storage.",
        "price" : 4000,
        "material" : ["cotton", "null"],
        "volume" : 6,
        "cutting" : 0,
        "warmth" : 5,
        "phase" : "solid",
        "environmental_protection" : 0,
        "encumbrance" : 0,
        "bashing" : -4,
        "flags" : ["VARSIZE", "POCKETS"],
        "coverage" : 40,
        "material_thickness" : 2
    },
    {
        "type" : "ARMOR",
        "id" : "shorts_denim",
        "name" : "denim shorts",
        "name_plural" : "denim shorts",
        "weight" : 260,
        "color" : "light_blue",
        "covers" : ["LEGS"],
        "to_hit" : 1,
        "storage" : 2,
        "symbol" : "[",
        "description" : "A pair of denim shorts.  Thick and tough, they provide excellent protection from cuts.",
        "price" : 2000,
        "material" : ["cotton", "null"],
        "volume" : 5,
        "cutting" : 0,
        "warmth" : 5,
        "phase" : "solid",
        "environmental_protection" : 0,
        "encumbrance" : 0,
        "bashing" : -4,
        "flags" : ["VARSIZE"],
        "coverage" : 40,
        "material_thickness" : 2
    },
    {
        "type" : "ARMOR",
        "id" : "jeans",
        "name" : "jeans",
        "name_plural" : "jeans",
        "weight" : 600,
        "color" : "blue",
        "covers" : ["LEGS"],
        "to_hit" : 1,
        "storage" : 2,
        "symbol" : "[",
        "description" : "A pair of blue jeans with two deep pockets.",
        "price" : 5000,
        "material" : ["cotton", "null"],
        "volume" : 8,
        "cutting" : 0,
        "warmth" : 10,
        "phase" : "solid",
        "environmental_protection" : 0,
        "encumbrance" : 1,
        "bashing" : -4,
        "flags" : ["VARSIZE", "POCKETS"],
        "coverage" : 95,
        "material_thickness" : 2
    },
    {
        "type" : "ARMOR",
        "id" : "pants",
        "name" : "pants",
        "name_plural" : "pants",
        "weight" : 560,
        "color" : "brown",
        "covers" : ["LEGS"],
        "to_hit" : 1,
        "storage" : 4,
        "symbol" : "[",
        "description" : "A pair of khaki pants.  Slightly warmer than jeans.",
        "price" : 4900,
        "material" : ["cotton", "null"],
        "volume" : 8,
        "cutting" : 0,
        "warmth" : 15,
        "phase" : "solid",
        "environmental_protection" : 0,
        "encumbrance" : 1,
        "bashing" : -4,
        "flags" : ["VARSIZE", "POCKETS"],
        "coverage" : 95,
        "material_thickness" : 2
    },
    {
        "type" : "ARMOR",
        "id" : "pants_leather",
        "name" : "leather pants",
        "name_plural" : "leather pants",
        "weight" : 980,
        "color" : "dark_gray",
        "covers" : ["LEGS"],
        "to_hit" : 1,
        "storage" : 2,
        "symbol" : "[",
        "description" : "A pair of black leather pants.  Very tough, but cumbersome and without much storage.",
        "price" : 12000,
        "material" : ["leather", "null"],
        "volume" : 10,
        "cutting" : 0,
        "warmth" : 25,
        "phase" : "solid",
        "environmental_protection" : 0,
        "encumbrance" : 2,
        "bashing" : -2,
        "flags" : ["VARSIZE"],
        "coverage" : 95,
        "material_thickness" : 2
    },
    {
        "type" : "ARMOR",
        "id" : "chaps_leather",
        "name" : "leather chaps",
        "name_plural" : "leather chaps",
        "weight" : 1414,
        "color" : "dark_gray",
        "covers" : ["LEGS"],
        "to_hit" : -1,
        "storage" : 0,
        "symbol" : "[",
        "description" : "A pair of black leather chaps.  Very tough, and light, but doesn't offer any storage.",
        "price" : 21000,
        "material" : ["leather", "null"],
        "volume" : 5,
        "cutting" : 0,
        "warmth" : 10,
        "phase" : "solid",
        "environmental_protection" : 0,
        "encumbrance" : 0,
        "bashing" : -4,
        "flags" : ["VARSIZE", "OUTER"],
        "coverage" : 65,
        "material_thickness" : 3
    },
    {
        "type" : "ARMOR",
        "id" : "pants_cargo",
        "name" : "cargo pants",
        "name_plural" : "cargo pants",
        "weight" : 670,
        "color" : "light_gray",
        "covers" : ["LEGS"],
        "to_hit" : 0,
        "storage" : 10,
        "symbol" : "[",
        "description" : "A pair of pants lined with pockets, offering lots of storage.",
        "price" : 2500,
        "material" : ["cotton", "null"],
        "volume" : 9,
        "cutting" : 0,
        "warmth" : 15,
        "phase" : "solid",
        "environmental_protection" : 0,
        "encumbrance" : 1,
        "bashing" : -3,
        "flags" : ["VARSIZE", "POCKETS"],
        "coverage" : 95,
        "material_thickness" : 2
    },
    {
        "type" : "ARMOR",
        "id" : "pants_army",
        "name" : "army pants",
        "name_plural" : "army pants",
        "weight" : 720,
        "color" : "green",
        "covers" : ["LEGS"],
        "to_hit" : 0,
        "storage" : 10,
        "symbol" : "[",
        "description" : "A tough pair of pants lined with pockets.  Favored by the military.",
        "price" : 3500,
        "material" : ["cotton", "plastic"],
        "volume" : 10,
        "cutting" : 0,
        "warmth" : 20,
        "phase" : "solid",
        "environmental_protection" : 0,
        "encumbrance" : 1,
        "bashing" : -2,
        "flags" : ["VARSIZE", "POCKETS"],
        "coverage" : 95,
        "material_thickness" : 2
    },
    {
        "type" : "ARMOR",
        "id" : "winter_pants_army",
        "name" : "army winter pants",
        "name_plural" : "army winter pants",
        "weight" : 1000,
        "color" : "white",
        "covers" : ["LEGS"],
        "to_hit" : 0,
        "storage" : 10,
        "symbol" : "[",
        "description" : "A tough pair of pants lined with pockets, thickly padded for warmth.  Favored by the military.",
        "price" : 4375,
        "material" : ["cotton", "plastic"],
        "volume" : 10,
        "cutting" : 0,
        "warmth" : 50,
        "phase" : "solid",
        "environmental_protection" : 0,
        "encumbrance" : 2,
        "bashing" : -2,
        "flags" : ["VARSIZE", "POCKETS"],
        "coverage" : 95,
        "material_thickness" : 4
    },
    {
        "type" : "ARMOR",
        "id" : "jacket_army",
        "name" : "army jacket",
        "name_plural" : "army jacket",
        "weight" : 780,
        "color" : "green",
        "covers" : ["TORSO", "ARMS"],
        "to_hit" : 0,
        "storage" : 14,
        "symbol" : "[",
        "description" : "A tough jacket with lots of pockets.  Favored by the military.",
        "price" : 3500,
        "material" : ["cotton", "plastic"],
        "volume" : 12,
        "cutting" : 0,
        "warmth" : 20,
        "phase" : "solid",
        "environmental_protection" : 0,
        "encumbrance" : 1,
        "bashing" : -2,
        "flags" : ["VARSIZE", "POCKETS", "OUTER"],
        "coverage" : 95,
        "material_thickness" : 2
    },
    {
        "type" : "ARMOR",
        "id" : "winter_jacket_army",
        "name" : "army winter jacket",
        "name_plural" : "army winter jackets",
        "weight" : 1000,
        "color" : "white",
        "covers" : ["TORSO", "ARMS"],
        "to_hit" : 0,
        "storage" : 14,
        "symbol" : "[",
        "description" : "A tough hooded jacket with lots of pockets, thickly padded for warmth.  Favored by the military.",
        "price" : 4375,
        "material" : ["cotton", "plastic"],
        "volume" : 12,
        "cutting" : 0,
        "warmth" : 50,
        "phase" : "solid",
        "environmental_protection" : 0,
        "encumbrance" : 2,
        "bashing" : -2,
        "flags" : ["VARSIZE", "POCKETS", "HOOD", "OUTER"],
        "coverage" : 95,
        "material_thickness" : 4
    },
    {
        "type" : "ARMOR",
        "id" : "winter_gloves_army",
        "name" : "pair of army winter gloves",
        "name_plural" : "pairs of army winter gloves",
        "weight" : 218,
        "color" : "white",
        "covers" : ["HANDS"],
        "to_hit" : 1,
        "storage" : 0,
        "symbol" : "[",
        "description" : "A pair of padded gloves. Favored by the military",
        "price" : 8125,
        "material" : ["cotton", "null"],
        "volume" : 3,
        "cutting" : 0,
        "warmth" : 50,
        "phase" : "solid",
        "environmental_protection" : 0,
        "encumbrance" : 2,
        "bashing" : -5,
        "coverage" : 100,
        "material_thickness" : 4
    },
    {
        "type" : "ARMOR",
        "id" : "pants_ski",
        "name" : "ski pants",
        "name_plural" : "ski pants",
        "weight" : 450,
        "color" : "blue",
        "covers" : ["LEGS"],
        "to_hit" : 0,
        "storage" : 4,
        "symbol" : "[",
        "description" : "A pair of pants meant for alpine skiing.",
        "price" : 6500,
        "material" : ["cotton", "null"],
        "volume" : 8,
        "cutting" : 0,
        "warmth" : 70,
        "phase" : "solid",
        "environmental_protection" : 3,
        "encumbrance" : 1,
        "bashing" : -3,
        "flags" : ["VARSIZE"],
        "coverage" : 95,
        "material_thickness" : 2
    },
    {
        "type" : "ARMOR",
        "id" : "pants_fur",
        "name" : "fur pants",
        "name_plural" : "fur pants",
        "weight" : 920,
        "color" : "brown",
        "covers" : ["LEGS"],
        "to_hit" : 1,
        "storage" : 4,
        "symbol" : "[",
        "description" : "A hefty pair of fur-lined pants.",
        "price" : 20000,
        "material" : ["cotton", "fur"],
        "volume" : 16,
        "cutting" : 0,
        "warmth" : 80,
        "phase" : "solid",
        "environmental_protection" : 3,
        "encumbrance" : 2,
        "bashing" : -3,
        "flags" : ["VARSIZE"],
        "coverage" : 95,
        "material_thickness" : 3
    },
    {
        "type" : "ARMOR",
        "id" : "long_undertop",
        "name" : "long underwear top",
        "weight" : 96,
        "color" : "light_gray",
        "covers" : ["TORSO", "ARMS"],
        "to_hit" : 0,
        "storage" : 0,
        "symbol" : "[",
        "description" : "A long underwear top that helps to maintain body temperature.",
        "price" : 1500,
        "material" : ["cotton", "null"],
        "volume" : 2,
        "cutting" : 0,
        "warmth" : 30,
        "phase" : "solid",
        "environmental_protection" : 0,
        "encumbrance" : 0,
        "bashing" : -3,
        "flags" : ["VARSIZE", "SKINTIGHT"],
        "coverage" : 95,
        "material_thickness" : 1
    },
    {
        "type" : "ARMOR",
        "id" : "long_underpants",
        "name" : "long underwear bottom",
        "weight" : 88,
        "color" : "light_gray",
        "covers" : ["LEGS"],
        "to_hit" : 0,
        "storage" : 0,
        "symbol" : "[",
        "description" : "A pair of long underwear that help to maintain body temperature.",
        "price" : 1500,
        "material" : ["cotton", "null"],
        "volume" : 2,
        "cutting" : 0,
        "warmth" : 30,
        "phase" : "solid",
        "environmental_protection" : 0,
        "encumbrance" : 0,
        "bashing" : -3,
        "flags" : ["VARSIZE", "SKINTIGHT"],
        "coverage" : 95,
        "material_thickness" : 1
    },
    {
        "type" : "ARMOR",
        "id" : "union_suit",
        "name" : "union suit",
        "weight" : 168,
        "color" : "light_gray",
        "covers" : ["TORSO", "ARMS", "LEGS"],
        "to_hit" : 0,
        "storage" : 0,
        "symbol" : "[",
        "description" : "A one-piece suit of full-body long underwear that helps to maintain body temperature.",
        "price" : 2500,
        "material" : ["cotton", "null"],
        "volume" : 4,
        "cutting" : 0,
        "warmth" : 30,
        "phase" : "solid",
        "environmental_protection" : 0,
        "encumbrance" : 0,
        "bashing" : -3,
        "flags" : ["VARSIZE", "SKINTIGHT"],
        "coverage" : 95,
        "material_thickness" : 1
    },
    {
        "type" : "ARMOR",
        "id" : "bra",
        "name" : "bra",
        "weight" : 32,
        "color" : "white",
        "covers" : ["TORSO"],
        "to_hit" : 0,
        "storage" : 0,
        "symbol" : "[",
        "description" : "A simple bra.  For protecting those bits you don't want zombies to look at.",
        "price" : 1000,
        "material" : ["cotton", "null"],
        "volume" : 1,
        "cutting" : 0,
        "warmth" : 5,
        "phase" : "solid",
        "environmental_protection" : 0,
        "encumbrance" : 0,
        "bashing" : -5,
        "flags" : ["VARSIZE", "SKINTIGHT"],
        "coverage" : 15,
        "material_thickness" : 1
    },
    {
        "type" : "ARMOR",
        "id" : "undershirt",
        "name" : "undershirt",
        "weight" : 64,
        "color" : "white",
        "covers" : ["TORSO"],
        "to_hit" : 0,
        "storage" : 0,
        "symbol" : "[",
        "description" : "A simple white undershirt.  Worn beneath your regular clothes, it provides a little extra warmth.",
        "price" : 1000,
        "material" : ["cotton", "null"],
        "volume" : 1,
        "cutting" : 0,
        "warmth" : 10,
        "phase" : "solid",
        "environmental_protection" : 0,
        "encumbrance" : 0,
        "bashing" : -5,
        "flags" : ["VARSIZE", "SKINTIGHT"],
        "coverage" : 40,
        "material_thickness" : 1
    },
    {
        "type" : "ARMOR",
        "id" : "sports_bra",
        "name" : "sports bra",
        "weight" : 92,
        "color" : "white",
        "covers" : ["TORSO"],
        "to_hit" : 0,
        "storage" : 0,
        "symbol" : "[",
        "description" : "A sturdy nylon bra to provide additional support during physical movement.  Typically worn when exercising, it clings to the skin and is easy to wear.",
        "price" : 4200,
        "material" : ["cotton", "plastic"],
        "volume" : 2,
        "cutting" : 0,
        "warmth" : 5,
        "phase" : "solid",
        "environmental_protection" : 0,
        "encumbrance" : 0,
        "bashing" : -5,
        "flags" : ["VARSIZE", "WATER_FRIENDLY", "SKINTIGHT"],
        "coverage" : 30,
        "material_thickness" : 1
    },
    {
        "type" : "ARMOR",
        "id" : "panties",
        "name" : "panties",
        "name_plural" : "panties",
        "weight" : 32,
        "color" : "white",
        "covers" : ["LEGS"],
        "to_hit" : 0,
        "storage" : 0,
        "symbol" : "[",
        "description" : "Underwear designed to be worn by women.  Preserves your modesty in desperate times.",
        "price" : 1000,
        "material" : ["cotton", "null"],
        "volume" : 1,
        "cutting" : 0,
        "warmth" : 5,
        "phase" : "solid",
        "environmental_protection" : 0,
        "encumbrance" : 0,
        "bashing" : -5,
        "flags" : ["VARSIZE", "SKINTIGHT"],
        "coverage" : 15,
        "material_thickness" : 1
    },
    {
        "type" : "ARMOR",
        "id" : "boy_shorts",
        "name" : "boy shorts",
        "name_plural" : "boy shorts",
        "weight" : 42,
        "color" : "light_gray",
        "covers" : ["LEGS"],
        "to_hit" : 0,
        "storage" : 0,
        "symbol" : "[",
        "description" : "Female underwear similar to men's boxer shorts but much more close fitting.",
        "price" : 1000,
        "material" : ["cotton", "null"],
        "volume" : 1,
        "cutting" : 0,
        "warmth" : 5,
        "phase" : "solid",
        "environmental_protection" : 0,
        "encumbrance" : 0,
        "bashing" : -5,
        "flags" : ["VARSIZE", "SKINTIGHT"],
        "coverage" : 25,
        "material_thickness" : 1
    },
    {
        "type" : "ARMOR",
        "id" : "briefs",
        "name" : "briefs",
        "name_plural" : "briefs",
        "weight" : 32,
        "color" : "white",
        "covers" : ["LEGS"],
        "to_hit" : 0,
        "storage" : 0,
        "symbol" : "[",
        "description" : "A pair of briefs.  Comfortable underwear worn by men.",
        "price" : 1000,
        "material" : ["cotton", "null"],
        "volume" : 1,
        "cutting" : 0,
        "warmth" : 5,
        "phase" : "solid",
        "environmental_protection" : 0,
        "encumbrance" : 0,
        "bashing" : -5,
        "flags" : ["VARSIZE", "SKINTIGHT"],
        "coverage" : 15,
        "material_thickness" : 1
    },
    {
        "type" : "ARMOR",
        "id" : "boxer_shorts",
        "name" : "boxer shorts",
        "name_plural" : "boxer shorts",
        "weight" : 42,
        "color" : "light_gray",
        "covers" : ["LEGS"],
        "to_hit" : 0,
        "storage" : 0,
        "symbol" : "[",
        "description" : "Men's boxer shorts.  More fashionable than briefs and just as comfortable.",
        "price" : 1000,
        "material" : ["cotton", "null"],
        "volume" : 1,
        "cutting" : 0,
        "warmth" : 5,
        "phase" : "solid",
        "environmental_protection" : 0,
        "encumbrance" : 0,
        "bashing" : -5,
        "flags" : ["VARSIZE", "SKINTIGHT"],
        "coverage" : 25,
        "material_thickness" : 1
    },
    {
        "type" : "ARMOR",
        "id" : "arm_warmers",
        "name" : "pair of arm warmers",
        "name_plural" : "pairs of arm warmers",
        "weight" : 32,
        "color" : "light_gray",
        "covers" : ["ARMS"],
        "to_hit" : 0,
        "storage" : 0,
        "symbol" : "[",
        "description" : "Snug, soft cloth sleeves to keep your arms warm.",
        "price" : 1000,
        "material" : ["cotton", "null"],
        "volume" : 1,
        "cutting" : 0,
        "warmth" : 20,
        "phase" : "solid",
        "environmental_protection" : 0,
        "encumbrance" : 0,
        "bashing" : -3,
        "flags" : ["VARSIZE", "SKINTIGHT"],
        "coverage" : 80,
        "material_thickness" : 1
    },
    {
        "type" : "ARMOR",
        "id" : "leg_warmers",
        "name" : "pair of leg warmers",
        "name_plural" : "pairs of leg warmers",
        "weight" : 46,
        "color" : "light_gray",
        "covers" : ["LEGS"],
        "to_hit" : 0,
        "storage" : 0,
        "symbol" : "[",
        "description" : "Snug, soft cloth sleeves to keep your legs warm.",
        "price" : 1000,
        "material" : ["cotton", "null"],
        "volume" : 2,
        "cutting" : 0,
        "warmth" : 20,
        "phase" : "solid",
        "environmental_protection" : 0,
        "encumbrance" : 0,
        "bashing" : -3,
        "flags" : ["VARSIZE", "SKINTIGHT"],
        "coverage" : 60,
        "material_thickness" : 2
    },
    {
        "type" : "ARMOR",
        "id" : "leg_warmers_xl",
        "name" : "pair of XL leg warmers",
        "name_plural" : "pairs of XL leg warmers",
        "weight" : 50,
        "color" : "light_gray",
        "covers" : ["LEGS"],
        "to_hit" : 0,
        "storage" : 0,
        "symbol" : "[",
        "description" : "Large, soft, snug cloth sleeves to keep your exotic anatomy warm.",
        "price" : 20000,
        "material" : ["cotton", "null"],
        "volume" : 3,
        "cutting" : 0,
        "warmth" : 20,
        "phase" : "solid",
        "environmental_protection" : 0,
        "encumbrance" : 1,
        "bashing" : -3,
        "flags" : ["VARSIZE", "SKINTIGHT", "OVERSIZE"],
        "coverage" : 60,
        "material_thickness" : 2
    },
    {
        "type" : "ARMOR",
        "id" : "leg_warmers_xlf",
        "name" : "pair of fetlock furs",
        "name_plural" : "pairs of fetlock furs",
        "weight" : 66,
        "color" : "light_gray",
        "covers" : ["LEGS"],
        "to_hit" : 0,
        "storage" : 0,
        "symbol" : "[",
        "description" : "Snug fur sleeves to keep your fetlocks warm.",
        "price" : 25000,
        "material" : ["fur", "null"],
        "volume" : 3,
        "cutting" : 0,
        "warmth" : 40,
        "phase" : "solid",
        "environmental_protection" : 0,
        "encumbrance" : 1,
        "bashing" : -3,
        "flags" : ["VARSIZE", "OVERSIZE"],
        "coverage" : 60,
        "material_thickness" : 2
    },
    {
        "type" : "ARMOR",
        "id" : "skirt",
        "name" : "skirt",
        "weight" : 74,
        "color" : "dark_gray",
        "covers" : ["LEGS"],
        "to_hit" : 0,
        "storage" : 1,
        "symbol" : "[",
        "description" : "A short, breezy cotton skirt.  Easy to move in, but only has a single small pocket.",
        "price" : 6500,
        "material" : ["cotton", "null"],
        "volume" : 1,
        "cutting" : 0,
        "warmth" : 5,
        "phase" : "solid",
        "environmental_protection" : 0,
        "encumbrance" : 0,
        "bashing" : -5,
        "flags" : ["VARSIZE"],
        "coverage" : 50,
        "material_thickness" : 1
    },
    {
        "type" : "ARMOR",
        "id" : "skirt_leather",
        "name" : "leather skirt",
        "weight" : 230,
        "color" : "brown",
        "covers" : ["LEGS"],
        "to_hit" : 0,
        "storage" : 0,
        "symbol" : "[",
        "description" : "A very short leather skirt, clearly designed to look good, not be practical.",
        "price" : 9500,
        "material" : ["leather", "null"],
        "volume" : 1,
        "cutting" : 0,
        "warmth" : 10,
        "phase" : "solid",
        "environmental_protection" : 0,
        "encumbrance" : 1,
        "bashing" : -5,
        "flags" : ["VARSIZE"],
        "coverage" : 35,
        "material_thickness" : 1
    },
    {
        "type" : "ARMOR",
        "id" : "maid_dress",
        "name" : "French maid clothes",
        "name_plural" : "French maid clothes",
        "weight" : 100,
        "color" : "blue",
        "covers" : ["TORSO", "ARMS", "LEGS"],
        "to_hit" : 0,
        "storage" : 2,
        "symbol" : "[",
        "description" : "The French maid dress, blue with a frilly white apron.",
        "price" : 5000,
        "material" : ["cotton", "null"],
        "volume" : 1,
        "cutting" : 0,
        "warmth" : 5,
        "phase" : "solid",
        "environmental_protection" : 0,
        "encumbrance" : 0,
        "bashing" : -5,
        "flags" : ["VARSIZE", "FANCY"],
        "coverage" : 75,
        "material_thickness" : 1
    },
    {
        "type" : "ARMOR",
        "id" : "maid_hat",
        "name" : "French maid hat",
        "weight" : 10,
        "color" : "white",
        "covers" : ["HEAD"],
        "to_hit" : 0,
        "storage" : 0,
        "symbol" : "[",
        "description" : "A frilly white headpiece.",
        "price" : 2500,
        "material" : ["cotton", "null"],
        "volume" : 1,
        "cutting" : 0,
        "warmth" : 10,
        "phase" : "solid",
        "environmental_protection" : 0,
        "encumbrance" : 0,
        "bashing" : -5,
        "flags" : ["VARSIZE", "FANCY"],
        "coverage" : 25,
        "material_thickness" : 1
    },
    {
        "type" : "ARMOR",
        "id" : "jumpsuit",
        "name" : "jumpsuit",
        "weight" : 610,
        "color" : "yellow",
        "covers" : ["LEGS", "ARMS", "TORSO"],
        "to_hit" : -3,
        "storage" : 8,
        "symbol" : "[",
        "description" : "A thin, short-sleeved jumpsuit; similar to those worn by prisoners.  Provides decent storage and is not very encumbering.",
        "price" : 8900,
        "material" : ["cotton", "plastic"],
        "volume" : 14,
        "cutting" : 0,
        "warmth" : 15,
        "phase" : "solid",
        "environmental_protection" : 0,
        "encumbrance" : 0,
        "bashing" : -3,
        "flags" : ["VARSIZE", "POCKETS"],
        "coverage" : 95,
        "material_thickness" : 2
    },
    {
        "type" : "ARMOR",
        "id" : "subsuit_xl",
        "name" : "subject suit",
        "weight" : 810,
        "color" : "yellow",
        "covers" : ["LEGS", "ARMS", "TORSO"],
        "to_hit" : -3,
        "storage" : 4,
        "symbol" : "[",
        "description" : "A thin, short-sleeved and short-legged one-piece suit.  Judging by the odd tailoring and adjustment points...  maybe you don't want to know who wore it.  Provides nominal storage and is not very encumbering.",
        "price" : 11000,
        "material" : ["cotton", "plastic"],
        "volume" : 20,
        "cutting" : 0,
        "warmth" : 15,
        "phase" : "solid",
        "environmental_protection" : 0,
        "encumbrance" : 1,
        "bashing" : -3,
        "flags" : ["VARSIZE", "OVERSIZE"],
        "coverage" : 95,
        "material_thickness" : 2
    },
    {
        "type" : "ARMOR",
        "id" : "jumpsuit_xl",
        "name" : "XL jumpsuit",
        "weight" : 810,
        "color" : "yellow",
        "covers" : ["LEGS", "ARMS", "TORSO"],
        "to_hit" : -3,
        "storage" : 10,
        "symbol" : "[",
        "description" : "A thin, short-sleeved jumpsuit updated for the trans-human who needs full-body clothing.  Provides some storage and adjustable to minimize encumbrance.",
        "price" : 20000,
        "material" : ["cotton", "plastic"],
        "volume" : 20,
        "cutting" : 0,
        "warmth" : 15,
        "phase" : "solid",
        "environmental_protection" : 0,
        "encumbrance" : 1,
        "bashing" : -3,
        "flags" : ["VARSIZE", "POCKETS", "OVERSIZE"],
        "coverage" : 95,
        "material_thickness" : 2
    },
    {
        "type" : "ARMOR",
        "id" : "wolfsuit",
        "name" : "wolf suit",
        "weight" : 7033,
        "color" : "light_gray",
        "covers" : ["LEGS", "TORSO", "ARMS", "HANDS", "HEAD", "FEET", "MOUTH", "EYES"],
        "to_hit" : -3,
        "storage" : 4,
        "symbol" : "[",
        "description" : "A full body fursuit in the form of an anthropomorphic wolf.  It is quite encumbering and has little storage but is very warm.",
        "flags" : ["OUTER"],
        "price" : 14500,
        "material" : ["cotton", "null"],
        "volume" : 48,
        "cutting" : 0,
        "warmth" : 50,
        "phase" : "solid",
        "environmental_protection" : 2,
        "encumbrance" : 3,
        "bashing" : -3,
        "coverage" : 100,
        "material_thickness" : 7
    },
    {
        "type" : "ARMOR",
        "id" : "clown_suit",
        "name" : "clown suit",
        "weight" : 1420,
        "color" : "pink",
        "covers" : ["LEGS", "TORSO", "ARMS"],
        "to_hit" : -3,
        "storage" : 13,
        "symbol" : "[",
        "description" : "A colorful and ridiculous costume fit for a clown.  Provides decent storage.",
        "price" : 2500,
        "material" : ["cotton", "plastic"],
        "volume" : 23,
        "cutting" : 0,
        "warmth" : 10,
        "phase" : "solid",
        "environmental_protection" : 0,
        "encumbrance" : 3,
        "bashing" : -3,
        "flags" : ["VARSIZE", "FANCY", "POCKETS", "OUTER"],
        "coverage" : 90,
        "material_thickness" : 2
    },
    {
        "type" : "ARMOR",
        "id" : "clownshoes",
        "name" : "pair of clown shoes",
        "name_plural" : "pairs of clown shoes",
        "weight" : 1140,
        "color" : "light_red",
        "covers" : ["FEET"],
        "to_hit" : -1,
        "storage" : 0,
        "symbol" : "[",
        "description" : "Gigantic shoes fit for a clown.  Incredibly difficult to walk in.",
        "price" : 500,
        "material" : ["leather", "null"],
        "volume" : 14,
        "cutting" : 0,
        "warmth" : 20,
        "phase" : "solid",
        "environmental_protection" : 2,
        "encumbrance" : 6,
        "bashing" : 14,
        "flags" : ["FANCY"],
        "coverage" : 85,
        "material_thickness" : 4
    },
    {
        "type" : "ARMOR",
        "id" : "dinosuit",
        "name" : "dinosaur suit",
        "weight" : 7033,
        "color" : "light_green",
        "covers" : ["LEGS", "TORSO", "ARMS", "HANDS", "HEAD", "FEET", "MOUTH", "EYES"],
        "to_hit" : -3,
        "storage" : 4,
        "symbol" : "[",
        "description" : "A full-body costume in the form of an anthropomorphic dinosaur.  It is quite encumbering and has little storage but is very warm.",
        "flags" : ["OUTER"],
        "price" : 14500,
        "material" : ["cotton", "null"],
        "volume" : 48,
        "cutting" : 0,
        "warmth" : 50,
        "phase" : "solid",
        "environmental_protection" : 2,
        "encumbrance" : 3,
        "bashing" : -3,
        "coverage" : 100,
        "material_thickness" : 5
    },
    {
        "type" : "ARMOR",
        "id" : "bondage_suit",
        "name" : "bondage suit",
        "weight" : 1800,
        "color" : "dark_gray",
        "covers" : ["LEGS", "TORSO", "ARMS"],
        "to_hit" : -3,
        "storage" : 0,
        "symbol" : "[",
        "description" : "A suit of snug, black leather.  Has no pockets, but does feature an abundance of unusually located zippers.",
        "price" : 211000,
        "material" : ["leather", "null"],
        "volume" : 13,
        "cutting" : 0,
        "warmth" : 30,
        "phase" : "solid",
        "environmental_protection" : 1,
        "encumbrance" : 2,
        "bashing" : -3,
        "flags" : ["VARSIZE", "SKINTIGHT"],
        "coverage" : 75,
        "material_thickness" : 2
    },
    {
        "type" : "ARMOR",
        "id" : "bondage_mask",
        "name" : "bondage mask",
        "weight" : 210,
        "color" : "dark_gray",
        "covers" : ["HEAD", "EYES", "MOUTH"],
        "to_hit" : -3,
        "storage" : 0,
        "symbol" : "[",
        "description" : "A tight mask made of black leather.  The eyes and mouth can be closed using zippers.",
        "price" : 21000,
        "material" : ["leather", "null"],
        "volume" : 4,
        "cutting" : 0,
        "warmth" : 30,
        "phase" : "solid",
        "environmental_protection" : 1,
        "encumbrance" : 3,
        "bashing" : -3,
        "flags" : ["VARSIZE"],
        "coverage" : 100,
        "material_thickness" : 2
    },
    {
        "type" : "ARMOR",
        "id" : "corset",
        "name" : "leather corset",
        "weight" : 640,
        "color" : "dark_gray",
        "covers" : ["TORSO"],
        "to_hit" : -3,
        "storage" : 0,
        "symbol" : "[",
        "description" : "A snug, black leather corset.  Has no pockets, but its thick material provides good protection from harm.",
        "price" : 11000,
        "material" : ["leather", "null"],
        "volume" : 5,
        "cutting" : 0,
        "warmth" : 25,
        "phase" : "solid",
        "environmental_protection" : 1,
        "encumbrance" : 1,
        "bashing" : -3,
        "flags" : ["VARSIZE", "FANCY", "SKINTIGHT"],
        "coverage" : 75,
        "material_thickness" : 3
    },
    {
        "type" : "ARMOR",
        "id" : "wetsuit",
        "name" : "wetsuit",
        "weight" : 5110,
        "color" : "dark_gray",
        "covers" : ["LEGS", "TORSO", "ARMS"],
        "to_hit" : -3,
        "storage" : 4,
        "symbol" : "[",
        "description" : "A full-body neoprene wetsuit.",
        "price" : 10000,
        "material" : ["plastic", "null"],
        "volume" : 37,
        "cutting" : 0,
        "warmth" : 50,
        "phase" : "solid",
        "environmental_protection" : 2,
        "encumbrance" : 1,
        "bashing" : -3,
        "flags" : ["VARSIZE", "WATER_FRIENDLY", "SKINTIGHT"],
        "coverage" : 100,
        "material_thickness" : 1
    },
    {
        "type" : "ARMOR",
        "id" : "wetsuit_hood",
        "name" : "wetsuit hood",
        "weight" : 270,
        "color" : "dark_gray",
        "covers" : ["HEAD"],
        "to_hit" : 0,
        "storage" : 0,
        "symbol" : "[",
        "description" : "A neoprene hood, commonly worn by divers.",
        "price" : 4500,
        "material" : ["plastic", "null"],
        "volume" : 3,
        "cutting" : 0,
        "warmth" : 30,
        "phase" : "solid",
        "environmental_protection" : 1,
        "encumbrance" : 1,
        "bashing" : -2,
        "flags" : ["VARSIZE", "WATER_FRIENDLY", "SKINTIGHT"],
        "coverage" : 100,
        "material_thickness" : 1
    },
    {
        "type" : "ARMOR",
        "id" : "wetsuit_booties",
        "name" : "pair of swimming booties",
        "name_plural" : "pairs of swimming booties",
        "weight" : 310,
        "color" : "dark_gray",
        "covers" : ["FEET"],
        "to_hit" : 0,
        "storage" : 0,
        "symbol" : "[",
        "description" : "A pair of neoprene swimming booties, with individual toes.",
        "price" : 6800,
        "material" : ["plastic", "null"],
        "volume" : 3,
        "cutting" : 0,
        "warmth" : 30,
        "phase" : "solid",
        "environmental_protection" : 1,
        "encumbrance" : 1,
        "bashing" : -2,
        "flags" : ["VARSIZE","WATER_FRIENDLY", "SKINTIGHT"],
        "coverage" : 100,
        "material_thickness" : 2
    },
    {
        "type" : "ARMOR",
        "id" : "wetsuit_gloves",
        "name" : "pair of swimming gloves",
        "name_plural" : "pairs of swimming gloves",
        "weight" : 93,
        "color" : "dark_gray",
        "covers" : ["HANDS"],
        "to_hit" : 1,
        "storage" : 0,
        "symbol" : "[",
        "description" : "A pair of very flexible neoprene-silicon rubber gloves, suitable for underwater use.",
        "price" : 3000,
        "material" : ["plastic", "null"],
        "volume" : 1,
        "cutting" : 0,
        "warmth" : 30,
        "phase" : "solid",
        "environmental_protection" : 1,
        "encumbrance" : 1,
        "bashing" : -5,
        "flags" : ["VARSIZE","WATER_FRIENDLY", "SKINTIGHT"],
        "coverage" : 100,
        "material_thickness" : 1
    },
    {
        "type" : "ARMOR",
        "id" : "wetsuit_spring",
        "name" : "spring suit",
        "weight" : 3120,
        "color" : "pink",
        "covers" : ["TORSO", "ARMS"],
        "to_hit" : -3,
        "storage" : 4,
        "symbol" : "[",
        "description" : "A long-sleeved spring wetsuit with pink color details and cleavage-enhancing, hip-accentuating construction.  Not as protective as a full-body suit, but also less oppressive.",
        "price" : 12000,
        "material" : ["plastic", "null"],
        "volume" : 25,
        "cutting" : 0,
        "warmth" : 30,
        "phase" : "solid",
        "environmental_protection" : 2,
        "encumbrance" : 0,
        "bashing" : -3,
        "flags" : ["VARSIZE", "WATER_FRIENDLY", "SKINTIGHT"],
        "coverage" : 90,
        "material_thickness" : 1
    },
    {
        "type" : "ARMOR",
        "id" : "swim_fins",
        "name" : "pair of swim fins",
        "name_plural" : "pairs of swim fins",
        "weight" : 680,
        "color" : "dark_gray",
        "covers" : ["FEET"],
        "to_hit" : 0,
        "storage" : 0,
        "symbol" : "[",
        "description" : "A pair of rubber flippers worn on the feet which improve swimming speed while greatly impeding the wearer's ability to walk.",
        "price" : 2000,
        "material" : ["plastic", "null"],
        "volume" : 5,
        "cutting" : 0,
        "warmth" : 5,
        "phase" : "solid",
        "environmental_protection" : 0,
        "encumbrance" : 1,
        "bashing" : -2,
        "flags" : ["VARSIZE", "WATER_FRIENDLY"],
        "coverage" : 85,
        "material_thickness" : 1
    },
    {
        "type" : "ARMOR",
        "id" : "beekeeping_suit",
        "name" : "beekeeping suit",
        "weight" : 1587,
        "color" : "white",
        "covers" : ["LEGS", "TORSO", "ARMS"],
        "to_hit" : -5,
        "storage" : 8,
        "symbol" : "[",
        "description" : "A white suit commonly worn by professional beekeepers with straps on your ankles and wrists to prevent bees from flying in. It's not very tough fabric, but light and has plenty of storage thanks to a chest pocket.",
        "price" : 12000,
        "material" : ["cotton", "null"],
        "volume" : 14,
        "cutting" : 0,
        "warmth" : 25,
        "phase" : "solid",
        "environmental_protection" : 1,
        "encumbrance" : 1,
        "bashing" : -5,
        "flags" : ["VARSIZE", "OUTER"],
        "coverage" : 100,
        "material_thickness" : 2
    },
    {
        "type" : "ARMOR",
        "id" : "beekeeping_hood",
        "name" : "beekeeping hood",
        "weight" : 260,
        "color" : "white",
        "covers" : ["HEAD", "EYES", "MOUTH"],
        "to_hit" : 0,
        "storage" : 0,
        "symbol" : "[",
        "description" : "A beekeeping hood. Keeps the bees out, but lets fresh air in. Rather cumbersome to wear, as it is rather bulky and hinders vision.",
        "price" : 4500,
        "material" : ["cotton", "plastic"],
        "volume" : 6,
        "cutting" : 0,
        "warmth" : 10,
        "phase" : "solid",
        "environmental_protection" : 1,
        "encumbrance" : 2,
        "bashing" : -2,
        "flags" : ["VARSIZE", "OUTER"],
        "coverage" : 100,
        "material_thickness" : 1
    },
    {
        "type" : "ARMOR",
        "id" : "beekeeping_gloves",
        "name" : "pair of beekeeping gloves",
        "name_plural" : "pairs of beekeeping gloves",
        "weight" : 120,
        "color" : "white",
        "covers" : ["HANDS"],
        "to_hit" : 1,
        "storage" : 0,
        "symbol" : "[",
        "description" : "A pair of white beekeeping gloves made out of smooth leather.",
        "price" : 3000,
        "material" : ["leather", "null"],
        "volume" : 1,
        "cutting" : 0,
        "warmth" : 30,
        "phase" : "solid",
        "environmental_protection" : 2,
        "encumbrance" : 1,
        "bashing" : -5,
        "flags" : ["VARSIZE", "SKINTIGHT"],
        "coverage" : 100,
        "material_thickness" : 2
    },
    {
        "type" : "ARMOR",
        "id" : "fencing_jacket",
        "name" : "fencing jacket",
        "name_plural" : "fencing jackets",
        "weight" : 800,
        "color" : "white",
        "covers" : ["TORSO", "ARMS"],
        "to_hit" : 0,
        "storage" : 0,
        "symbol" : "[",
        "description" : "A padded jacket with the zipper on the back used by fencers to prevent accidents. It doesn't have any storage room, but it is very comfortable.",
        "price" : 3000,
        "material" : ["cotton", "kevlar"],
        "volume" : 10,
        "cutting" : 0,
        "warmth" : 25,
        "phase" : "solid",
        "environmental_protection" : 0,
        "encumbrance" : 0,
        "bashing" : -2,
        "flags" : ["VARSIZE", "OUTER"],
        "coverage" : 100,
        "material_thickness" : 2
    },
    {
        "type" : "ARMOR",
        "id" : "fencing_mask",
        "name" : "fencing mask",
        "weight" : 520,
        "color" : "dark_gray",
        "covers" : ["HEAD", "MOUTH", "EYES"],
        "to_hit" : 0,
        "storage" : 0,
        "symbol" : "[",
        "description" : "A tough hood used by fencers made out of steel mesh.",
        "price" : 3500,
        "material" : ["cotton", "steel"],
        "volume" : 5,
        "cutting" : 0,
        "warmth" : 35,
        "phase" : "solid",
        "environmental_protection" : 1,
        "encumbrance" : 2,
        "bashing" : -2,
        "flags" : ["VARSIZE"],
        "coverage" : 90,
        "material_thickness" : 2
    },
    {
        "type" : "ARMOR",
        "id" : "fencing_pants",
        "name" : "fencing pants",
        "name_plural" : "fencing pants",
        "weight" : 450,
        "color" : "white",
        "covers" : ["LEGS"],
        "to_hit" : 0,
        "storage" : 2,
        "symbol" : "[",
        "description" : "A pair of reinforced pants used by fencers to prevent injuries.",
        "price" : 2500,
        "material" : ["cotton", "kevlar"],
        "volume" : 8,
        "cutting" : 0,
        "warmth" : 20,
        "phase" : "solid",
        "environmental_protection" : 0,
        "encumbrance" : 0,
        "bashing" : -3,
        "flags" : ["VARSIZE"],
        "coverage" : 95,
        "material_thickness" : 2
    },
    {
        "type" : "ARMOR",
        "id" : "dress",
        "name" : "dress",
        "name_plural" : "dresses",
        "weight" : 680,
        "color" : "pink",
        "covers" : ["LEGS", "TORSO"],
        "to_hit" : -5,
        "storage" : 0,
        "symbol" : "[",
        "description" : "A long cotton dress.  Though comfortable to wear, it lacks any storage space.",
        "price" : 18000,
        "material" : ["cotton", "null"],
        "volume" : 14,
        "cutting" : 0,
        "warmth" : 15,
        "phase" : "solid",
        "environmental_protection" : 0,
        "encumbrance" : 1,
        "bashing" : -5,
        "flags" : ["VARSIZE", "FANCY"],
        "coverage" : 85,
        "material_thickness" : 2
    },
    {
        "type" : "ARMOR",
        "id" : "sundress",
        "name" : "sundress",
        "name_plural" : "sundresses",
        "weight" : 60,
        "color" : "yellow",
        "covers" : ["LEGS", "TORSO"],
        "to_hit" : -5,
        "storage" : 0,
        "symbol" : "[",
        "description" : "A light and breezy cotton dress.  Though cool and comfortable to wear, it lacks any storage space.",
        "price" : 4000,
        "material" : ["cotton", "null"],
        "volume" : 4,
        "cutting" : 0,
        "warmth" : 0,
        "phase" : "solid",
        "environmental_protection" : 0,
        "encumbrance" : 0,
        "bashing" : -5,
        "flags" : ["VARSIZE", "FANCY"],
        "coverage" : 65,
        "material_thickness" : 1
    },
    {
        "type" : "ARMOR",
        "id" : "camisole",
        "name" : "camisole",
        "weight" : 42,
        "color" : "light_blue",
        "covers" : ["TORSO"],
        "to_hit" : -5,
        "storage" : 0,
        "symbol" : "[",
        "description" : "A small camisole made from silk.  Typically used as an undergarment, it is light and easy to wear.",
        "price" : 2000,
        "material" : ["cotton", "null"],
        "volume" : 2,
        "cutting" : 0,
        "warmth" : 0,
        "phase" : "solid",
        "environmental_protection" : 0,
        "encumbrance" : 0,
        "bashing" : -5,
        "flags" : ["VARSIZE", "SKINTIGHT"],
        "coverage" : 45,
        "material_thickness" : 1
    },
    {
        "type" : "ARMOR",
        "id" : "lowtops",
        "name" : "pair of lowtop tennis shoes",
        "name_plural" : "pairs of lowtop tennis shoes",
        "weight" : 114,
        "color" : "dark_gray",
        "covers" : ["FEET"],
        "to_hit" : -2,
        "storage" : 0,
        "symbol" : "[",
        "description" : "Lightweight shoes made of cloth and rubber.",
        "price" : 1500,
        "material" : ["cotton", "plastic"],
        "volume" : 3,
        "cutting" : 0,
        "warmth" : 15,
        "phase" : "solid",
        "environmental_protection" : 0,
        "encumbrance" : 0,
        "bashing" : -4,
        "flags" : ["VARSIZE","WATER_FRIENDLY"],
        "coverage" : 80,
        "material_thickness" : 1
    },
    {
        "type" : "ARMOR",
        "id" : "dress_wedding",
        "name" : "wedding dress",
        "name_plural" : "wedding dresses",
        "weight" : 9333,
        "color" : "white",
        "covers" : ["LEGS", "TORSO"],
        "to_hit" : -5,
        "storage" : 0,
        "symbol" : "[",
        "description" : "A beautiful white wedding dress.  What good will it be now?",
        "price" : 59000,
        "material" : ["cotton", "null"],
        "volume" : 72,
        "cutting" : 0,
        "warmth" : 30,
        "phase" : "solid",
        "environmental_protection" : 0,
        "encumbrance" : 4,
        "bashing" : -5,
        "flags" : ["VARSIZE", "SUPER_FANCY"],
        "coverage" : 90,
        "material_thickness" : 2
    },
    {
        "type" : "ARMOR",
        "id" : "armor_chitin",
        "category" : "armor",
        "name" : "chitinous armor",
        "weight" : 2632,
        "color" : "green",
        "covers" : ["LEGS", "TORSO"],
        "to_hit" : -5,
        "storage" : 0,
        "symbol" : "[",
        "description" : "Leg and body armor made from the exoskeletons of insects.  Light and durable.",
        "price" : 120000,
        "material" : ["chitin", "null"],
        "volume" : 70,
        "cutting" : 0,
        "warmth" : 10,
        "phase" : "solid",
        "environmental_protection" : 0,
        "encumbrance" : 2,
        "bashing" : 2,
        "flags" : ["STURDY"],
        "coverage" : 90,
        "material_thickness" : 4
    },
    {
        "type" : "ARMOR",
        "id" : "armor_bone",
        "category" : "armor",
        "name" : "bone body armor",
        "weight" : 3332,
        "color" : "white",
        "covers" : ["LEGS", "TORSO", "ARMS"],
        "to_hit" : -5,
        "storage" : 0,
        "symbol" : "[",
        "description" : "Body armor consisting of a leather backing suit with bone reinforcement.  Light and strong.",
        "price" : 120000,
        "material" : ["bone", "leather"],
        "volume" : 62,
        "cutting" : 0,
        "warmth" : 20,
        "phase" : "solid",
        "environmental_protection" : 0,
        "encumbrance" : 3,
        "bashing" : 2,
        "flags" : ["VARSIZE", "STURDY"],
        "coverage" : 95,
        "material_thickness" : 4
    },
    {
        "type" : "ARMOR",
        "id" : "armor_larmor",
        "category" : "armor",
        "name" : "leather body armor",
        "weight" : 1928,
        "color" : "brown",
        "covers" : ["LEGS", "TORSO", "ARMS"],
        "to_hit" : -5,
        "storage" : 8,
        "symbol" : "[",
        "description" : "Thick leather body armor.  Light and comfortable.",
        "price" : 16000,
        "material" : ["leather", "null"],
        "volume" : 36,
        "cutting" : 0,
        "warmth" : 25,
        "phase" : "solid",
        "environmental_protection" : 0,
        "encumbrance" : 2,
        "bashing" : 2,
        "flags" : ["VARSIZE", "STURDY"],
        "coverage" : 85,
        "material_thickness" : 4
    },
    {
        "type" : "ARMOR",
        "id" : "armor_blarmor",
        "category" : "armor",
        "name" : "boiled leather armor",
        "weight" : 2108,
        "color" : "brown",
        "covers" : ["LEGS", "TORSO", "ARMS"],
        "to_hit" : -5,
        "storage" : 4,
        "symbol" : "[",
        "description" : "Thick leather body armor that has been hardened via chemical treatment.  Light and strong.",
        "price" : 26000,
        "material" : ["leather", "null"],
        "volume" : 38,
        "cutting" : 0,
        "warmth" : 20,
        "phase" : "solid",
        "environmental_protection" : 0,
        "encumbrance" : 3,
        "bashing" : 2,
        "flags" : ["VARSIZE", "STURDY"],
        "coverage" : 85,
        "material_thickness" : 5
    },
    {
        "type" : "ARMOR",
        "id" : "armor_farmor",
        "category" : "armor",
        "name" : "fur body armor",
        "weight" : 3414,
        "color" : "brown",
        "covers" : ["LEGS", "TORSO", "ARMS"],
        "to_hit" : -5,
        "storage" : 4,
        "symbol" : "[",
        "description" : "Thick body armor made from furs.  Warm and comfortable.",
        "price" : 100000,
        "material" : ["fur", "leather"],
        "volume" : 40,
        "cutting" : 0,
        "warmth" : 60,
        "phase" : "solid",
        "environmental_protection" : 0,
        "encumbrance" : 3,
        "bashing" : 2,
        "flags" : ["VARSIZE", "WATERPROOF", "STURDY"],
        "coverage" : 90,
        "material_thickness" : 4
    },
    {
        "type" : "ARMOR",
        "id" : "armor_plarmor",
        "category" : "armor",
        "name" : "plated leather armor",
        "weight" : 4280,
        "color" : "brown",
        "covers" : ["LEGS", "TORSO", "ARMS"],
        "to_hit" : -5,
        "storage" : 6,
        "symbol" : "[",
        "description" : "Thick leather body armor that has been reinforced with strategically-placed metal plates.  Strong and comfortable.",
        "price" : 110000,
        "material" : ["leather", "iron"],
        "volume" : 36,
        "cutting" : 0,
        "warmth" : 25,
        "phase" : "solid",
        "environmental_protection" : 1,
        "encumbrance" : 3,
        "bashing" : 2,
        "flags" : ["VARSIZE", "STURDY"],
        "coverage" : 90,
        "material_thickness" : 4
    },
    {
        "type" : "ARMOR",
        "id" : "touring_suit",
        "name" : "leather touring suit",
        "weight" : 2214,
        "color" : "light_red",
        "covers" : ["LEGS", "TORSO", "ARMS"],
        "to_hit" : -5,
        "storage" : 1,
        "symbol" : "[",
        "description" : "A thick leather body suit made for protection while riding motorcycles.  Light and very comfortable.",
        "price" : 58000,
        "material" : ["leather", "nomex"],
        "volume" : 26,
        "cutting" : 0,
        "warmth" : 25,
        "phase" : "solid",
        "environmental_protection" : 0,
        "encumbrance" : 1,
        "bashing" : 2,
        "flags" : ["VARSIZE", "WATERPROOF", "RAINPROOF"],
        "coverage" : 95,
        "material_thickness" : 2
    },
    {
        "type" : "ARMOR",
        "id" : "suit",
        "name" : "suit",
        "weight" : 1587,
        "color" : "light_gray",
        "covers" : ["LEGS", "TORSO", "ARMS"],
        "to_hit" : -5,
        "storage" : 10,
        "symbol" : "[",
        "description" : "A full-body cotton suit.  Makes the apocalypse a truly gentlemanly experience.",
        "price" : 20000,
        "material" : ["cotton", "null"],
        "volume" : 19,
        "cutting" : 0,
        "warmth" : 25,
        "phase" : "solid",
        "environmental_protection" : 0,
        "encumbrance" : 1,
        "bashing" : -5,
        "flags" : ["VARSIZE", "FANCY", "POCKETS"],
        "coverage" : 95,
        "material_thickness" : 2
    },
    {
        "type" : "ARMOR",
        "id" : "tux",
        "name" : "tuxedo",
        "weight" : 1587,
        "color" : "dark_gray",
        "covers" : ["LEGS", "TORSO", "ARMS"],
        "to_hit" : -5,
        "storage" : 8,
        "symbol" : "[",
        "description" : "A full-body tuxedo.  Makes the apocalypse feel a little more classy.",
        "price" : 21000,
        "material" : ["cotton", "null"],
        "volume" : 22,
        "cutting" : 0,
        "warmth" : 30,
        "phase" : "solid",
        "environmental_protection" : 0,
        "encumbrance" : 1,
        "bashing" : -5,
        "flags" : ["VARSIZE", "SUPER_FANCY"],
        "coverage" : 95,
        "material_thickness" : 2
    },
    {
        "type" : "ARMOR",
        "id" : "waistcoat",
        "name" : "waistcoat",
        "weight" : 516,
        "color" : "light_gray",
        "covers" : ["TORSO"],
        "to_hit" : 0,
        "storage" : 6,
        "symbol" : "[",
        "description" : "An elegant waistcoat.  Ideal for those occasions when wearing only a shirt would be too casual and a suit would be just overdoing it.",
        "price" : 5000,
        "material" : ["cotton", "null"],
        "volume" : 4,
        "cutting" : 0,
        "warmth" : 5,
        "phase" : "solid",
        "environmental_protection" : 0,
        "encumbrance" : 0,
        "bashing" : -3,
        "flags" : ["VARSIZE", "FANCY"],
        "coverage" : 60,
        "material_thickness" : 1
    },
    {
        "type" : "ARMOR",
        "id" : "cleansuit",
        "name" : "cleansuit",
        "weight" : 2100,
        "color" : "white",
        "covers" : ["LEGS", "TORSO", "ARMS"],
        "to_hit" : -8,
        "storage" : 0,
        "symbol" : "[",
        "description" : "A simple hazardous materials handling suit.  Though somewhat restrictive and fragile, wearing it will provide excellent protection against ambient radiation.",
        "price" : 7700,
        "material" : ["plastic", "null"],
        "volume" : 10,
        "cutting" : 0,
        "warmth" : 10,
        "phase" : "solid",
        "environmental_protection" : 10,
        "encumbrance" : 2,
        "bashing" : -5,
        "flags" : ["VARSIZE","WATERPROOF", "HOOD", "RAINPROOF", "RAD_RESIST", "OUTER"],
        "coverage" : 100,
        "material_thickness" : 1
    },
    {
        "type" : "ARMOR",
        "id" : "aep_suit",
        "category" : "armor",
        "name" : "AEP suit",
        "weight" : 7200,
        "color" : "light_red",
        "covers" : ["LEGS", "TORSO", "ARMS"],
        "to_hit" : -8,
        "storage" : 16,
        "symbol" : "[",
        "description" : "An armored environmental protection suit.  Custom-built from a cleansuit and body armor, it provides excellent protection against both physical harm and ambient radiation.",
        "price" : 140000,
        "material" : ["kevlar", "plastic"],
        "volume" : 36,
        "cutting" : 0,
        "warmth" : 35,
        "phase" : "solid",
        "environmental_protection" : 9,
        "encumbrance" : 3,
        "bashing" : -5,
        "flags" : ["VARSIZE", "WATERPROOF", "HOOD", "RAINPROOF", "STURDY", "RAD_RESIST", "OUTER"],
        "coverage" : 100,
        "material_thickness" : 3
    },
    {
        "type" : "ARMOR",
        "id" : "hazmat_suit",
        "name" : "hazmat suit",
        "weight" : 5000,
        "color" : "yellow",
        "covers" : ["HEAD", "MOUTH", "EYES", "TORSO", "ARMS", "HANDS", "LEGS", "FEET"],
        "to_hit" : -8,
        "storage" : 0,
        "symbol" : "[",
        "description" : "An impermeable whole-body garment worn as protection against hazardous materials.  Though very restrictive and fragile, wearing it will provide complete protection against ambient radiation.",
        "price" : 117500,
        "material" : ["plastic", "null"],
        "volume" : 68,
        "cutting" : 0,
        "warmth" : 40,
        "phase" : "solid",
        "environmental_protection" : 20,
        "encumbrance" : 4,
        "bashing" : -5,
        "flags" : ["VARSIZE", "WATERPROOF", "RAINPROOF", "RAD_PROOF","ELECTRIC_IMMUNE", "OUTER"],
        "coverage" : 100,
        "material_thickness" : 2
    },
    {
        "type" : "ARMOR",
        "id" : "anbc_suit",
        "category" : "armor",
        "name" : "ANBC suit",
        "weight" : 8700,
        "color" : "light_red",
        "covers" : ["HEAD", "MOUTH", "EYES", "TORSO", "ARMS", "HANDS", "LEGS", "FEET"],
        "to_hit" : -8,
        "storage" : 0,
        "symbol" : "[",
        "description" : "An armored, impermeable full-body suit that functions as body armor, as well as protecting from nuclear, biological, and chemical hazards.",
        "price" : 400000,
        "material" : ["kevlar", "plastic"],
        "volume" : 80,
        "cutting" : 0,
        "warmth" : 50,
        "phase" : "solid",
        "environmental_protection" : 20,
        "encumbrance" : 5,
        "bashing" : -5,
        "flags" : ["VARSIZE", "WATERPROOF", "RAINPROOF", "STURDY", "RAD_PROOF", "ELECTRIC_IMMUNE", "OUTER"],
        "coverage" : 100,
        "material_thickness" : 3
    },
    {
        "type" : "ARMOR",
        "id" : "mask_survivor",
        "category" : "armor",
        "name" : "survivor mask",
        "weight" : 682,
        "color" : "dark_gray",
        "covers" : ["MOUTH", "EYES"],
        "to_hit" : -3,
        "storage" : 0,
        "symbol" : "[",
        "description" : "A custom-built, reinforced gas mask that covers the face and eyes.  Provides excellent protection from smoke, teargas, and shrapnel.",
        "price" : 24000,
        "material" : ["kevlar", "plastic"],
        "volume" : 5,
        "cutting" : 0,
        "warmth" : 15,
        "phase" : "solid",
        "environmental_protection" : 15,
        "encumbrance" : 2,
        "bashing" : 0,
        "flags" : ["VARSIZE", "STURDY"],
        "coverage" : 100,
        "material_thickness" : 3
    },
    {
        "type" : "ARMOR",
        "id" : "mask_survivorxl",
        "category" : "armor",
        "name" : "XL survivor mask",
        "weight" : 982,
        "color" : "dark_gray",
        "covers" : ["MOUTH", "EYES"],
        "to_hit" : -3,
        "storage" : 0,
        "symbol" : "[",
        "description" : "A custom-built, reinforced gas mask that covers the face and eyes regardless of your state of mutation.  Provides excellent protection from smoke, teargas, and shrapnel.",
        "price" : 24000,
        "material" : ["kevlar", "plastic"],
        "volume" : 5,
        "cutting" : 0,
        "warmth" : 15,
        "phase" : "solid",
        "environmental_protection" : 15,
        "encumbrance" : 2,
        "bashing" : 0,
        "flags" : ["VARSIZE", "STURDY", "OVERSIZE"],
        "coverage" : 100,
        "material_thickness" : 3
    },
    {
        "type" : "ARMOR",
        "id" : "survivor_vest",
        "name" : "light survivor harness",
        "name_plural" : "light survivor harnesses",
        "weight" : 320,
        "color" : "green",
        "covers" : ["TORSO"],
        "to_hit" : 0,
        "storage" : 20,
        "symbol" : "[",
        "description" : "A custom-built light harness covered with pockets and pouches.  Durable and carefully crafted to be comfortable to wear.",
        "price" : 20000,
        "material" : ["leather", "cotton"],
        "volume" : 5,
        "cutting" : 0,
        "warmth" : 0,
        "phase" : "solid",
        "environmental_protection" : 0,
        "encumbrance" : 0,
        "bashing" : -3,
        "flags" : ["VARSIZE", "WATER_FRIENDLY", "STURDY", "BELTED"],
        "coverage" : 20,
        "material_thickness" : 2
    },
        {
        "type" : "ARMOR",
        "id" : "survivor_runner_pack",
        "name" : "survivor runner pack",
        "weight" : 440,
        "color" : "brown",
        "covers" : ["TORSO"],
        "to_hit" : 0,
        "storage" : 25,
        "symbol" : "[",
        "description" : "A custom-built lightweight runner pack.  Durable and carefully crafted to hold as much stuff as possible.",
        "price" : 24000,
        "material" : ["leather", "cotton"],
        "volume" : 7,
        "cutting" : 0,
        "warmth" : 0,
        "phase" : "solid",
        "environmental_protection" : 0,
        "encumbrance" : 0,
        "bashing" : -3,
        "flags" : ["WATER_FRIENDLY", "STURDY", "BELTED"],
        "coverage" : 30,
        "material_thickness" : 2
    },
    {
        "type" : "ARMOR",
        "id" : "survivor_pack",
        "name" : "survivor backpack",
        "weight" : 600,
        "color" : "brown",
        "covers" : ["TORSO"],
        "to_hit" : 0,
        "storage" : 50,
        "symbol" : "[",
        "description" : "A custom-built backpack.  Durable and carefully crafted to hold as much stuff as possible.",
        "price" : 24000,
        "material" : ["leather", "cotton"],
        "volume" : 10,
        "cutting" : 0,
        "warmth" : 0,
        "phase" : "solid",
        "environmental_protection" : 0,
        "encumbrance" : 1,
        "bashing" : -3,
        "flags" : ["WATER_FRIENDLY", "STURDY", "BELTED"],
        "coverage" : 30,
        "material_thickness" : 2
    },
    {
        "type" : "ARMOR",
        "id" : "survivor_rucksack",
        "name" : "heavy survivor rucksack",
        "weight" : 800,
        "color" : "dark_gray",
        "covers" : ["TORSO"],
        "to_hit" : 0,
        "storage" : 100,
        "symbol" : "[",
        "description" : "A custom-built heavy backpack.  Durable and carefully crafted to hold as much stuff as possible.",
        "price" : 24000,
        "material" : ["leather", "cotton"],
        "volume" : 20,
        "cutting" : 0,
        "warmth" : 0,
        "phase" : "solid",
        "environmental_protection" : 0,
        "encumbrance" : 2,
        "bashing" : -3,
        "flags" : ["WATER_FRIENDLY", "STURDY", "BELTED", "OVERSIZE"],
        "coverage" : 40,
        "material_thickness" : 2
    },
        {
        "type" : "ARMOR",
        "id" : "survivor_duffel_bag",
        "name" : "heavy survivor duffel bag",
        "weight" : 1000,
        "color" : "dark_gray",
        "covers" : ["TORSO"],
        "to_hit" : 0,
        "storage" : 150,
        "symbol" : "[",
        "description" : "A custom-built heavy duffel bag.  Durable and carefully crafted to hold as much stuff as possible.",
        "price" : 24000,
        "material" : ["leather", "cotton"],
        "volume" : 30,
        "cutting" : 0,
        "warmth" : 0,
        "phase" : "solid",
        "environmental_protection" : 0,
        "encumbrance" : 3,
        "bashing" : -3,
        "flags" : ["WATER_FRIENDLY", "STURDY", "BELTED", "OVERSIZE"],
        "coverage" : 40,
        "material_thickness" : 2
    },
    {
        "type" : "ARMOR",
        "id" : "armor_plate",
        "name" : "ornamental plate armor",
        "weight" : 18000,
        "color" : "light_gray",
        "covers" : ["TORSO", "LEGS", "ARMS"],
        "to_hit" : -5,
        "storage" : 0,
        "symbol" : "[",
        "description" : "An extremely heavy ornamental suit of armor.",
        "price" : 780000,
        "material" : ["iron", "null"],
        "volume" : 120,
        "cutting" : 0,
        "warmth" : 20,
        "phase" : "solid",
        "environmental_protection" : 0,
        "encumbrance" : 4,
        "bashing" : 8,
        "flags" : ["VARSIZE", "OUTER"],
        "coverage" : 90,
        "material_thickness" : 5
    },
    {
        "type" : "ARMOR",
        "id" : "tshirt",
        "name" : "t-shirt",
        "weight" : 110,
        "color" : "white",
        "covers" : ["TORSO"],
        "to_hit" : 0,
        "storage" : 0,
        "symbol" : "[",
        "description" : "A short-sleeved cotton shirt.",
        "price" : 800,
        "material" : ["cotton", "null"],
        "volume" : 2,
        "cutting" : 0,
        "warmth" : 5,
        "phase" : "solid",
        "environmental_protection" : 0,
        "encumbrance" : 0,
        "bashing" : -5,
        "flags" : ["VARSIZE"],
        "coverage" : 90,
        "material_thickness" : 1
    },
    {
        "type" : "ARMOR",
        "id" : "tshirt_text",
        "name" : "t-shirt",
        "weight" : 110,
        "color" : "white",
        "covers" : ["TORSO"],
        "to_hit" : 0,
        "storage" : 0,
        "symbol" : "[",
        "description" : "A short-sleeved cotton shirt.",
        "snippet_category" : [
            { "id" : "allyourbase",
              "text" : "A short-sleeved cotton shirt with the text \"chown -R us ~your/base\" printed on the front."
            }
        ],
        "price" : 800,
        "material" : ["cotton", "null"],
        "volume" : 2,
        "cutting" : 0,
        "warmth" : 5,
        "phase" : "solid",
        "environmental_protection" : 0,
        "encumbrance" : 0,
        "bashing" : -5,
        "flags" : ["VARSIZE"],
        "coverage" : 90,
        "material_thickness" : 1
    },
        {
        "type" : "ARMOR",
        "id" : "postman_shirt",
        "name" : "mail carrier shirt",
        "weight" : 110,
        "color" : "light_blue",
        "covers" : ["TORSO"],
        "to_hit" : 0,
        "storage" : 4,
        "symbol" : "[",
        "description" : "A light blue button down shirt with a couple of pockets in front and the US postal service logo embroidered on it.",
        "price" : 1500,
        "material" : ["cotton", "null"],
        "volume" : 2,
        "cutting" : 0,
        "warmth" : 5,
        "phase" : "solid",
        "environmental_protection" : 0,
        "encumbrance" : 0,
        "bashing" : -5,
        "flags" : ["VARSIZE"],
        "coverage" : 90,
        "material_thickness" : 1
    },
    {
        "type" : "ARMOR",
        "id" : "longshirt",
        "name" : "long-sleeved shirt",
        "weight" : 146,
        "color" : "blue",
        "covers" : ["TORSO", "ARMS"],
        "to_hit" : 0,
        "storage" : 0,
        "symbol" : "[",
        "description" : "A long-sleeved cotton shirt.",
        "price" : 2000,
        "material" : ["cotton", "null"],
        "volume" : 3,
        "cutting" : 0,
        "warmth" : 5,
        "phase" : "solid",
        "environmental_protection" : 0,
        "encumbrance" : 0,
        "bashing" : -5,
        "flags" : ["VARSIZE"],
        "coverage" : 90,
        "material_thickness" : 1
    },
    {
        "type" : "ARMOR",
        "id" : "flag_shirt",
        "name" : "flag shirt",
        "weight" : 158,
        "color" : "light_red",
        "covers" : ["TORSO"],
        "to_hit" : 0,
        "storage" : 0,
        "symbol" : "[",
        "description" : "A t-shirt embroidered with the pattern of an American flag.",
        "price" : 6000,
        "material" : ["cotton", "null"],
        "volume" : 2,
        "cutting" : 0,
        "warmth" : 10,
        "phase" : "solid",
        "environmental_protection" : 0,
        "encumbrance" : 0,
        "bashing" : -5,
        "flags" : ["VARSIZE"],
        "coverage" : 90,
        "material_thickness" : 1
    },
    {
        "type" : "ARMOR",
        "id" : "polo_shirt",
        "name" : "polo shirt",
        "weight" : 136,
        "color" : "light_red",
        "covers" : ["TORSO"],
        "to_hit" : 0,
        "storage" : 0,
        "symbol" : "[",
        "description" : "A short-sleeved cotton shirt, slightly thicker than a t-shirt.",
        "price" : 1500,
        "material" : ["cotton", "null"],
        "volume" : 3,
        "cutting" : 0,
        "warmth" : 15,
        "phase" : "solid",
        "environmental_protection" : 0,
        "encumbrance" : 1,
        "bashing" : -5,
        "flags" : ["VARSIZE"],
        "coverage" : 90,
        "material_thickness" : 2
    },
    {
        "type" : "ARMOR",
        "id" : "dress_shirt",
        "name" : "dress shirt",
        "weight" : 250,
        "color" : "white",
        "covers" : ["TORSO", "ARMS"],
        "to_hit" : 0,
        "storage" : 1,
        "symbol" : "[",
        "description" : "A white button-down shirt with long sleeves.  Looks professional!",
        "price" : 1500,
        "material" : ["cotton", "null"],
        "volume" : 3,
        "cutting" : 0,
        "warmth" : 10,
        "phase" : "solid",
        "environmental_protection" : 0,
        "encumbrance" : 0,
        "bashing" : -5,
        "flags" : ["VARSIZE", "FANCY"],
        "coverage" : 90,
        "material_thickness" : 1
    },
    {
        "type" : "ARMOR",
        "id" : "sheriffshirt",
        "name" : "sheriff's shirt",
        "weight" : 250,
        "color" : "light_gray",
        "covers" : ["TORSO", "ARMS"],
        "to_hit" : 0,
        "storage" : 2,
        "symbol" : "[",
        "description" : "A tan button-down shirt with long sleeves.",
        "price" : 1100,
        "material" : ["cotton", "null"],
        "volume" : 3,
        "cutting" : 0,
        "warmth" : 15,
        "phase" : "solid",
        "environmental_protection" : 0,
        "encumbrance" : 1,
        "bashing" : -5,
        "flags" : ["VARSIZE"],
        "coverage" : 90,
        "material_thickness" : 1
    },
    {
        "type" : "ARMOR",
        "id" : "army_top",
        "name" : "camo tank top",
        "weight" : 78,
        "color" : "green",
        "covers" : ["TORSO"],
        "to_hit" : 0,
        "storage" : 0,
        "symbol" : "[",
        "description" : "A sleeveless cotton shirt with camouflage dye.  Very easy to move in.",
        "price" : 1500,
        "material" : ["cotton", "null"],
        "volume" : 1,
        "cutting" : 0,
        "warmth" : 0,
        "phase" : "solid",
        "environmental_protection" : 0,
        "encumbrance" : 0,
        "bashing" : -5,
        "flags" : ["VARSIZE", "WATER_FRIENDLY", "SKINTIGHT"],
        "coverage" : 60,
        "material_thickness" : 1
    },
    {
        "type" : "ARMOR",
        "id" : "tank_top",
        "name" : "tank top",
        "weight" : 78,
        "color" : "light_gray",
        "covers" : ["TORSO"],
        "to_hit" : 0,
        "storage" : 0,
        "symbol" : "[",
        "description" : "A sleeveless cotton shirt.  Very easy to move in.",
        "price" : 500,
        "material" : ["cotton", "null"],
        "volume" : 1,
        "cutting" : 0,
        "warmth" : 0,
        "phase" : "solid",
        "environmental_protection" : 0,
        "encumbrance" : 0,
        "bashing" : -5,
        "flags" : ["VARSIZE", "WATER_FRIENDLY", "SKINTIGHT"],
        "coverage" : 60,
        "material_thickness" : 1
    },
    {
        "type" : "ARMOR",
        "id" : "bikini_top",
        "name" : "bikini top",
        "weight" : 32,
        "color" : "light_red",
        "covers" : ["TORSO"],
        "to_hit" : 0,
        "storage" : 0,
        "symbol" : "[",
        "description" : "A simple bikini top.",
        "price" : 1800,
        "material" : ["cotton", "null"],
        "volume" : 0,
        "cutting" : 0,
        "warmth" : 0,
        "phase" : "solid",
        "environmental_protection" : 0,
        "encumbrance" : 0,
        "bashing" : -5,
        "flags" : ["VARSIZE", "WATER_FRIENDLY", "SKINTIGHT"],
        "coverage" : 10,
        "material_thickness" : 1
    },
    {
        "type" : "ARMOR",
        "id" : "bikini_top_leather",
        "name" : "leather bikini top",
        "weight" : 38,
        "color" : "dark_gray",
        "covers" : ["TORSO"],
        "to_hit" : 0,
        "storage" : 0,
        "symbol" : "[",
        "description" : "A simple leather bikini top.",
        "price" : 3500,
        "material" : ["leather", "null"],
        "volume" : 0,
        "cutting" : 0,
        "warmth" : 5,
        "phase" : "solid",
        "environmental_protection" : 0,
        "encumbrance" : 0,
        "bashing" : -5,
        "flags" : ["VARSIZE", "SKINTIGHT"],
        "coverage" : 10,
        "material_thickness" : 1
    },
    {
        "type" : "ARMOR",
        "id" : "bikini_top_fur",
        "name" : "fur bikini top",
        "weight" : 44,
        "color" : "brown",
        "covers" : ["TORSO"],
        "to_hit" : 0,
        "storage" : 0,
        "symbol" : "[",
        "description" : "A simple fur bikini top.",
        "price" : 4900,
        "material" : ["fur", "null"],
        "volume" : 0,
        "cutting" : 0,
        "warmth" : 10,
        "phase" : "solid",
        "environmental_protection" : 0,
        "encumbrance" : 0,
        "bashing" : -5,
        "flags" : ["VARSIZE", "SKINTIGHT"],
        "coverage" : 10,
        "material_thickness" : 1
    },
    {
        "type" : "ARMOR",
        "id" : "hot_pants",
        "name" : "hot pants",
        "name_plural" : "hot pants",
        "weight" : 92,
        "color" : "light_red",
        "covers" : ["LEGS"],
        "to_hit" : 0,
        "storage" : 0,
        "symbol" : "[",
        "description" : "A simple pair of short shorts.",
        "price" : 2500,
        "material" : ["cotton", "null"],
        "volume" : 0,
        "cutting" : 0,
        "warmth" : 0,
        "phase" : "solid",
        "environmental_protection" : 0,
        "encumbrance" : 0,
        "bashing" : -5,
        "flags" : ["VARSIZE","WATER_FRIENDLY", "SKINTIGHT"],
        "coverage" : 15,
        "material_thickness" : 1
    },
    {
        "type" : "ARMOR",
        "id" : "hot_pants_leather",
        "name" : "leather hot pants",
        "name_plural" : "leather hot pants",
        "weight" : 106,
        "color" : "dark_gray",
        "covers" : ["LEGS"],
        "to_hit" : 0,
        "storage" : 0,
        "symbol" : "[",
        "description" : "A simple pair of leather short shorts.",
        "price" : 2500,
        "material" : ["leather", "null"],
        "volume" : 0,
        "cutting" : 0,
        "warmth" : 5,
        "phase" : "solid",
        "environmental_protection" : 0,
        "encumbrance" : 0,
        "bashing" : -5,
        "flags" : ["VARSIZE", "SKINTIGHT"],
        "coverage" : 15,
        "material_thickness" : 1
    },
    {
        "type" : "ARMOR",
        "id" : "hot_pants_fur",
        "name" : "fur hot pants",
        "name_plural" : "fur hot pants",
        "weight" : 118,
        "color" : "brown",
        "covers" : ["LEGS"],
        "to_hit" : 0,
        "storage" : 0,
        "symbol" : "[",
        "description" : "A simple pair of fur short shorts.",
        "price" : 5500,
        "material" : ["fur", "null"],
        "volume" : 0,
        "cutting" : 0,
        "warmth" : 10,
        "phase" : "solid",
        "environmental_protection" : 0,
        "encumbrance" : 0,
        "bashing" : -5,
        "flags" : ["VARSIZE", "SKINTIGHT"],
        "coverage" : 15,
        "material_thickness" : 1
    },
    {
        "type" : "ARMOR",
        "id" : "loincloth",
        "name" : "loincloth",
        "weight" : 32,
        "color" : "brown",
        "covers" : ["LEGS"],
        "to_hit" : 0,
        "storage" : 0,
        "symbol" : "[",
        "description" : "Rags stitched together and tied into a makeshift loincloth.  Covers your modesty, but not much else.",
        "price" : 900,
        "material" : ["cotton", "null"],
        "volume" : 1,
        "cutting" : 0,
        "warmth" : 0,
        "phase" : "solid",
        "environmental_protection" : 0,
        "encumbrance" : 0,
        "bashing" : -5,
        "flags" : ["VARSIZE", "SKINTIGHT"],
        "coverage" : 5,
        "material_thickness" : 1
    },
    {
        "type" : "ARMOR",
        "id" : "loincloth_fur",
        "name" : "fur loincloth",
        "weight" : 64,
        "color" : "brown",
        "covers" : ["LEGS"],
        "to_hit" : 0,
        "storage" : 0,
        "symbol" : "[",
        "description" : "A fur pelt tied into a loincloth.  Covers your modesty, but not much else.  Now you are a true barbarian warrior.",
        "price" : 7500,
        "material" : ["fur", "null"],
        "volume" : 1,
        "cutting" : 0,
        "warmth" : 5,
        "phase" : "solid",
        "environmental_protection" : 0,
        "encumbrance" : 0,
        "bashing" : -3,
        "flags" : ["VARSIZE", "SKINTIGHT"],
        "coverage" : 5,
        "material_thickness" : 1
    },
    {
        "type" : "ARMOR",
        "id" : "loincloth_leather",
        "name" : "leather loincloth",
        "weight" : 64,
        "color" : "brown",
        "covers" : ["LEGS"],
        "to_hit" : 0,
        "storage" : 0,
        "symbol" : "[",
        "description" : "Leather patches stitched together and tied into a makeshift loincloth.  Covers your modesty, but not much else.",
        "price" : 7500,
        "material" : ["leather", "null"],
        "volume" : 1,
        "cutting" : 0,
        "warmth" : 0,
        "phase" : "solid",
        "environmental_protection" : 0,
        "encumbrance" : 0,
        "bashing" : -2,
        "flags" : ["VARSIZE", "SKINTIGHT"],
        "coverage" : 5,
        "material_thickness" : 2
    },
    {
        "type" : "ARMOR",
        "id" : "footrags",
        "name" : "pair of foot rags",
        "name_plural" : "pairs of foot rags",
        "weight" : 56,
        "color" : "brown",
        "covers" : ["FEET"],
        "to_hit" : 0,
        "storage" : 0,
        "symbol" : "[",
        "description" : "Rags tied around your feet.  Not much of an improvement over being barefoot, still better than nothing.",
        "flags" : ["SKINTIGHT"],
        "price" : 500,
        "material" : ["cotton", "null"],
        "volume" : 1,
        "cutting" : 0,
        "warmth" : 5,
        "phase" : "solid",
        "environmental_protection" : 0,
        "encumbrance" : 0,
        "bashing" : -5,
        "coverage" : 65,
        "material_thickness" : 1
    },
    {
        "type" : "ARMOR",
        "id" : "sweatshirt",
        "name" : "sweatshirt",
        "weight" : 244,
        "color" : "light_red",
        "covers" : ["TORSO", "ARMS"],
        "to_hit" : 0,
        "storage" : 0,
        "symbol" : "[",
        "description" : "A thick cotton shirt.  Provides warmth and a bit of padding.",
        "price" : 1800,
        "material" : ["cotton", "null"],
        "volume" : 14,
        "cutting" : 0,
        "warmth" : 30,
        "phase" : "solid",
        "environmental_protection" : 0,
        "encumbrance" : 1,
        "bashing" : -5,
        "flags" : ["VARSIZE"],
        "coverage" : 95,
        "material_thickness" : 3
    },
    {
        "type" : "ARMOR",
        "id" : "sweater",
        "name" : "sweater",
        "weight" : 344,
        "color" : "blue",
        "covers" : ["TORSO", "ARMS"],
        "to_hit" : 0,
        "storage" : 0,
        "symbol" : "[",
        "description" : "A wool shirt.  Provides warmth.",
        "price" : 4500,
        "material" : ["wool", "null"],
        "volume" : 8,
        "cutting" : 0,
        "warmth" : 40,
        "phase" : "solid",
        "environmental_protection" : 0,
        "encumbrance" : 1,
        "bashing" : -5,
        "flags" : ["VARSIZE"],
        "coverage" : 95,
        "material_thickness" : 3
    },
    {
        "type" : "ARMOR",
        "id" : "hoodie",
        "name" : "hoodie",
        "weight" : 420,
        "color" : "dark_gray",
        "covers" : ["TORSO", "ARMS"],
        "to_hit" : 0,
        "storage" : 9,
        "symbol" : "[",
        "description" : "A sweatshirt with a hood and a \"kangaroo pocket\" in front for storage.",
        "price" : 3800,
        "material" : ["cotton", "null"],
        "volume" : 17,
        "cutting" : 0,
        "warmth" : 30,
        "phase" : "solid",
        "environmental_protection" : 0,
        "encumbrance" : 1,
        "bashing" : -5,
        "flags" : ["VARSIZE", "POCKETS", "HOOD"],
        "coverage" : 95,
        "material_thickness" : 3
    },
    {
        "type" : "ARMOR",
        "id" : "jersey",
        "name" : "sports jersey",
        "weight" : 480,
        "color" : "yellow",
        "covers" : ["TORSO", "ARMS"],
        "to_hit" : 0,
        "storage" : 0,
        "symbol" : "[",
        "description" : "A shirt made of thick material imprinted with the name and logo of a sports team.",
        "//" : "Genuine team merch, and priced like it!",
        "price" : 8900,
        "material" : ["cotton", "null"],
        "volume" : 9,
        "cutting" : 0,
        "warmth" : 25,
        "phase" : "solid",
        "environmental_protection" : 0,
        "encumbrance" : 1,
        "bashing" : -5,
        "flags" : ["VARSIZE"],
        "coverage" : 90,
        "material_thickness" : 3
    },
    {
        "type" : "ARMOR",
        "id" : "under_armor",
        "name" : "compression top",
        "weight" : 92,
        "color" : "dark_gray",
        "covers" : ["TORSO"],
        "to_hit" : 0,
        "storage" : 0,
        "symbol" : "[",
        "description" : "Nylon sportswear that clings to your chest and maintains body temperature.",
        "price" : 2000,
        "material" : ["cotton", "plastic"],
        "volume" : 1,
        "cutting" : 0,
        "warmth" : 20,
        "phase" : "solid",
        "environmental_protection" : 0,
        "encumbrance" : 0,
        "bashing" : -5,
        "flags" : ["VARSIZE", "SKINTIGHT", "WATER_FRIENDLY"],
        "coverage" : 95,
        "material_thickness" : 1
    },
    {
        "type" : "ARMOR",
        "id" : "under_armor_shorts",
        "name" : "compression shorts",
        "name_plural" : "compression shorts",
        "weight" : 82,
        "color" : "dark_gray",
        "covers" : ["LEGS"],
        "to_hit" : 0,
        "storage" : 0,
        "symbol" : "[",
        "description" : "Nylon sportswear that clings to your upper legs, aiding muscle tone and maintaining warmth.",
        "price" : 2000,
        "material" : ["cotton", "plastic"],
        "volume" : 1,
        "cutting" : 0,
        "warmth" : 20,
        "phase" : "solid",
        "environmental_protection" : 0,
        "encumbrance" : 0,
        "bashing" : -5,
        "flags" : ["VARSIZE", "SKINTIGHT", "WATER_FRIENDLY"],
        "coverage" : 45,
        "material_thickness" : 1
    },
    {
        "type" : "ARMOR",
        "id" : "tights",
        "name" : "tights",
        "name_plural" : "tights",
        "weight" : 114,
        "color" : "dark_gray",
        "covers" : ["FEET", "LEGS"],
        "to_hit" : 0,
        "storage" : 0,
        "symbol" : "[",
        "description" : "A snug cloth garment which clings tightly to the legs and feet to protect them from the cold.",
        "price" : 2000,
        "material" : ["cotton", "null"],
        "volume" : 1,
        "cutting" : 0,
        "warmth" : 10,
        "phase" : "solid",
        "environmental_protection" : 0,
        "encumbrance" : 0,
        "bashing" : -5,
        "flags" : ["VARSIZE", "SKINTIGHT"],
        "coverage" : 100,
        "material_thickness" : 1
    },
    {
        "type" : "ARMOR",
        "id" : "leggings",
        "name" : "leggings",
        "name_plural" : "leggings",
        "weight" : 155,
        "color" : "dark_gray",
        "covers" : ["LEGS"],
        "to_hit" : 0,
        "storage" : 0,
        "symbol" : "[",
        "description" : "Skin-tight nylon leggings, sometimes used when exercising, that keep your legs nice and warm.",
        "price" : 1000,
        "material" : ["cotton", "plastic"],
        "volume" : 2,
        "cutting" : 0,
        "warmth" : 20,
        "phase" : "solid",
        "environmental_protection" : 0,
        "encumbrance" : 0,
        "bashing" : -5,
        "flags" : ["VARSIZE", "SKINTIGHT", "WATER_FRIENDLY"],
        "coverage" : 100,
        "material_thickness" : 1
    },
    {
        "type" : "ARMOR",
        "id" : "jacket_evac",
        "name" : "emergency jacket",
        "weight" : 197,
        "color" : "cyan",
        "covers" : ["TORSO", "ARMS"],
        "to_hit" : 0,
        "storage" : 2,
        "symbol" : "[",
        "description" : "A bright & cheaply made FEMA-issue windbreaker jacket with a hood.  One size, fits none.  Helps keep you unfrozen & visible for rescuers.",
        "price" : 1000,
        "material" : ["plastic", "cotton"],
        "volume" : 9,
        "cutting" : 0,
        "warmth" : 25,
        "phase" : "solid",
        "environmental_protection" : 0,
        "encumbrance" : 1,
        "bashing" : -5,
        "flags" : ["POCKETS", "HOOD", "OUTER"],
        "coverage" : 90,
        "material_thickness" : 1
    },
    {
        "type" : "ARMOR",
        "id" : "jacket_light",
        "name" : "light jacket",
        "weight" : 227,
        "color" : "blue",
        "covers" : ["TORSO", "ARMS"],
        "to_hit" : 0,
        "storage" : 4,
        "symbol" : "[",
        "description" : "A thin cotton jacket with a hood.  Good for brisk weather.",
        "price" : 4500,
        "material" : ["cotton", "null"],
        "volume" : 9,
        "cutting" : 0,
        "warmth" : 25,
        "phase" : "solid",
        "environmental_protection" : 0,
        "encumbrance" : 1,
        "bashing" : -5,
        "flags" : ["VARSIZE", "POCKETS", "HOOD", "OUTER"],
        "coverage" : 90,
        "material_thickness" : 2
    },
    {
        "type" : "ARMOR",
        "id" : "jacket_jean",
        "name" : "jean jacket",
        "weight" : 800,
        "color" : "light_blue",
        "covers" : ["TORSO", "ARMS"],
        "to_hit" : 0,
        "storage" : 3,
        "symbol" : "[",
        "description" : "A jacket made from denim.  Provides decent protection from cuts.",
        "price" : 4000,
        "material" : ["cotton", "null"],
        "volume" : 13,
        "cutting" : 0,
        "warmth" : 30,
        "phase" : "solid",
        "environmental_protection" : 0,
        "encumbrance" : 1,
        "bashing" : -3,
        "flags" : ["VARSIZE", "POCKETS", "OUTER"],
        "coverage" : 90,
        "material_thickness" : 3
    },
    {
        "type" : "ARMOR",
        "id" : "jacket_flannel",
        "name" : "flannel jacket",
        "weight" : 958,
        "color" : "light_red",
        "covers" : ["TORSO", "ARMS"],
        "to_hit" : 0,
        "storage" : 4,
        "symbol" : "[",
        "description" : "A jacket made from flannel-style denim; favored by outdoorsy types.  Provides decent protection from cuts.",
        "price" : 6000,
        "material" : ["cotton", "null"],
        "volume" : 17,
        "cutting" : 0,
        "warmth" : 35,
        "phase" : "solid",
        "environmental_protection" : 0,
        "encumbrance" : 1,
        "bashing" : -3,
        "flags" : ["VARSIZE", "POCKETS", "OUTER"],
        "coverage" : 90,
        "material_thickness" : 4
    },
    {
        "type" : "ARMOR",
        "id" : "blazer",
        "name" : "blazer",
        "weight" : 680,
        "color" : "dark_gray",
        "covers" : ["TORSO", "ARMS"],
        "to_hit" : 0,
        "storage" : 2,
        "symbol" : "[",
        "description" : "A professional-looking wool blazer.  Quite cumbersome.",
        "price" : 12000,
        "material" : ["wool", "null"],
        "volume" : 14,
        "cutting" : 0,
        "warmth" : 20,
        "phase" : "solid",
        "environmental_protection" : 0,
        "encumbrance" : 2,
        "bashing" : -4,
        "flags" : ["VARSIZE", "FANCY"],
        "coverage" : 85,
        "material_thickness" : 3
    },
    {
        "type" : "ARMOR",
        "id" : "jacket_leather",
        "name" : "leather jacket",
        "weight" : 1450,
        "color" : "dark_gray",
        "covers" : ["TORSO", "ARMS"],
        "to_hit" : 1,
        "storage" : 4,
        "symbol" : "[",
        "description" : "A jacket made from thick leather.  Cumbersome, but offers excellent protection from cuts.",
        "price" : 17900,
        "material" : ["leather", "null"],
        "volume" : 18,
        "cutting" : 0,
        "warmth" : 30,
        "phase" : "solid",
        "environmental_protection" : 1,
        "encumbrance" : 2,
        "bashing" : -2,
        "flags" : ["VARSIZE", "POCKETS", "OUTER"],
        "coverage" : 90,
        "material_thickness" : 3
    },
    {
        "type" : "ARMOR",
        "id" : "kevlar",
        "category" : "armor",
        "name" : "kevlar vest",
        "weight" : 2860,
        "color" : "light_gray",
        "covers" : ["TORSO"],
        "to_hit" : -3,
        "storage" : 0,
        "symbol" : "[",
        "description" : "A lightweight, bullet resistant vest.  Suitable for wearing under clothing.",
        "price" : 80000,
        "material" : ["kevlar", "null"],
        "volume" : 24,
        "cutting" : 0,
        "warmth" : 15,
        "phase" : "solid",
        "environmental_protection" : 0,
        "encumbrance" : 1,
        "bashing" : 6,
        "flags" : ["VARSIZE", "STURDY", "SKINTIGHT"],
        "coverage" : 85,
        "material_thickness" : 3
    },
    {
        "type" : "ARMOR",
        "id" : "dragonskin",
        "category" : "armor",
        "name" : "dragon skin vest",
        "weight" : 2860,
        "color" : "light_red",
        "covers" : ["TORSO"],
        "to_hit" : -3,
        "storage" : 0,
        "symbol" : "[",
        "description" : "A state-of-the-art, lightweight, flexible, bullet resistant vest.  The ceramic disks used in its construction make it impossible to repair, only replace.",
        "price" : 190000,
        "material" : ["ceramic", "kevlar"],
        "volume" : 24,
        "cutting" : 0,
        "warmth" : 12,
        "phase" : "solid",
        "environmental_protection" : 0,
        "encumbrance" : 1,
        "bashing" : 6,
        "flags" : ["VARSIZE", "STURDY"],
        "coverage" : 85,
        "material_thickness" : 3
    },
    {
        "type" : "ARMOR",
        "id" : "modularvest",
        "category" : "armor",
        "name" : "MBR vest (empty)",
        "name_plural" : "MBR vests (empty)",
        "weight" : 2860,
        "color" : "light_gray",
        "covers" : ["TORSO"],
        "to_hit" : -3,
        "storage" : 10,
        "symbol" : "[",
        "description" : "A Modular Bullet Resistant Vest.  It has pouches for extra armor inserts, but without them provides little more protection over a regular vest.",
        "price" : 100000,
        "material" : ["kevlar", "null"],
        "volume" : 24,
        "cutting" : 0,
        "warmth" : 15,
        "phase" : "solid",
        "environmental_protection" : 0,
        "encumbrance" : 1,
        "bashing" : 6,
        "flags" : ["VARSIZE", "STURDY", "BELTED"],
        "coverage" : 85,
        "material_thickness" : 4
    },
    {
        "type" : "ARMOR",
        "id" : "modularvestsuper",
        "category" : "armor",
        "name" : "MBR vest (superalloy)",
        "name_plural" : "MBR vests (superalloy)",
        "weight" : 8525,
        "color" : "light_cyan",
        "covers" : ["TORSO"],
        "to_hit" : -3,
        "storage" : 4,
        "symbol" : "[",
        "description" : "A Modular Bullet Resistant Vest.  Its armor pouches have superalloy plating in them, giving it extra protection with marginal flexibility loss and additional weight.",
        "price" : 180000,
        "material" : ["kevlar", "superalloy"],
        "volume" : 24,
        "cutting" : 0,
        "warmth" : 15,
        "phase" : "solid",
        "environmental_protection" : 0,
        "encumbrance" : 3,
        "bashing" : 8,
        "flags" : ["VARSIZE", "STURDY", "BELTED"],
        "coverage" : 85,
        "material_thickness" : 5
    },
    {
        "type" : "ARMOR",
        "id" : "modularveststeel",
        "category" : "armor",
        "name" : "MBR vest (steel plating)",
        "name_plural" : "MBR vests (steel plating)",
        "weight" : 10250,
        "color" : "light_cyan",
        "covers" : ["TORSO"],
        "to_hit" : -3,
        "storage" : 4,
        "symbol" : "[",
        "description" : "A Modular Bullet Resistant Vest.  Its armor pouches have steel plates in them; this improves protection, but makes the vest much heavier and encumbering.",
        "price" : 120000,
        "material" : ["kevlar", "steel"],
        "volume" : 24,
        "cutting" : 0,
        "warmth" : 15,
        "phase" : "solid",
        "environmental_protection" : 0,
        "encumbrance" : 4,
        "bashing" : 8,
        "flags" : ["VARSIZE", "STURDY", "BELTED"],
        "coverage" : 85,
        "material_thickness" : 5
    },
    {
        "type" : "ARMOR",
        "id" : "modularvestceramic",
        "category" : "armor",
        "name" : "MBR vest (ceramic plates)",
        "name_plural" : "MBR vests (ceramic plates)",
        "weight" : 5721,
        "color" : "light_gray",
        "covers" : ["TORSO"],
        "to_hit" : -3,
        "storage" : 4,
        "symbol" : "[",
        "description" : "A Modular Bullet Resistant Vest.  Ceramic plates have been inserted to improve its protection.  The ceramic plates cannot be repaired, only replaced.",
        "price" : 120000,
        "material" : ["kevlar", "ceramic"],
        "volume" : 24,
        "cutting" : 0,
        "warmth" : 15,
        "phase" : "solid",
        "environmental_protection" : 0,
        "encumbrance" : 2,
        "bashing" : 6,
        "flags" : ["VARSIZE", "STURDY", "BELTED"],
        "coverage" : 85,
        "material_thickness" : 5
    },
    {
        "type" : "ARMOR",
        "id" : "modularvestkevlar",
        "category" : "armor",
        "name" : "MBR vest (kevlar plates)",
        "name_plural" : "MBR vests (kevlar plates)",
        "weight" : 5721,
        "color" : "light_gray",
        "covers" : ["TORSO"],
        "to_hit" : -3,
        "storage" : 4,
        "symbol" : "[",
        "description" : "A Modular Bullet Resistant Vest.  Kevlar plates have been inserted to improve its protection.",
        "price" : 120000,
        "material" : ["kevlar", "null"],
        "volume" : 24,
        "cutting" : 0,
        "warmth" : 15,
        "phase" : "solid",
        "environmental_protection" : 0,
        "encumbrance" : 2,
        "bashing" : 6,
        "flags" : ["VARSIZE", "STURDY", "BELTED"],
        "coverage" : 85,
        "material_thickness" : 5
    },
    {
        "type" : "ARMOR",
        "id" : "modularvesthard",
        "category" : "armor",
        "name" : "MBR vest (hard plates)",
        "name_plural" : "MBR vests (hard plates)",
        "weight" : 20850,
        "color" : "light_cyan",
        "covers" : ["TORSO"],
        "to_hit" : -3,
        "storage" : 4,
        "symbol" : "[",
        "description" : "A Modular Bullet Resistant Vest.  Hardened steel plates have been inserted, greatly increasing its protection at the cost of a great deal of weight and loss of flexibility.",
        "price" : 120000,
        "material" : ["kevlar", "hardsteel"],
        "volume" : 24,
        "cutting" : 0,
        "warmth" : 15,
        "phase" : "solid",
        "environmental_protection" : 0,
        "encumbrance" : 6,
        "bashing" : 6,
        "flags" : ["VARSIZE", "STURDY", "BELTED"],
        "coverage" : 85,
        "material_thickness" : 4
    },
    {
        "type" : "ARMOR",
        "id" : "coat_rain",
        "name" : "rain coat",
        "weight" : 960,
        "color" : "yellow",
        "covers" : ["TORSO", "ARMS"],
        "to_hit" : 0,
        "storage" : 7,
        "symbol" : "[",
        "description" : "A plastic coat with a hood and two very large pockets.  Provides protection from rain and some protection from acid rain.",
        "price" : 7900,
        "material" : ["plastic", "cotton"],
        "volume" : 7,
        "cutting" : 0,
        "warmth" : 10,
        "phase" : "solid",
        "environmental_protection" : 1,
        "encumbrance" : 2,
        "bashing" : -4,
        "flags" : ["VARSIZE", "POCKETS", "WATERPROOF", "RAINPROOF", "HOOD", "OUTER"],
        "coverage" : 95,
        "material_thickness" : 2
    },
    {
        "type" : "ARMOR",
        "id" : "hood_rain",
        "name" : "rain hood",
        "weight" : 160,
        "color" : "green",
        "covers" : ["HEAD"],
        "to_hit" : 0,
        "storage" : 0,
        "symbol" : "[",
        "description" : "A waterproof hood made to be worn in bad weather.  Provides extra protection from rain.",
        "price" : 2000,
        "material" : ["plastic", "cotton"],
        "volume" : 3,
        "cutting" : 0,
        "warmth" : 10,
        "phase" : "solid",
        "environmental_protection" : 1,
        "encumbrance" : 0,
        "bashing" : -4,
        "flags" : ["WATERPROOF", "OUTER"],
        "coverage" : 100,
        "material_thickness" : 1
    },
    {
        "type" : "ARMOR",
        "id" : "fishing_waders",
        "name" : "pair of fishing waders",
        "name_plural" : "pairs of fishing waders",
        "weight" : 1360,
        "color" : "green",
        "covers" : ["TORSO", "LEGS","FEET"],
        "to_hit" : 0,
        "storage" : 6,
        "symbol" : "[",
        "description" : "Waterproof plastic fishing waders with a single large front pocket.",
        "price" : 10000,
        "material" : ["plastic", "null"],
        "volume" : 38,
        "cutting" : 0,
        "warmth" : 5,
        "phase" : "solid",
        "environmental_protection" : 6,
        "encumbrance" : 2,
        "bashing" : -4,
        "flags" : ["VARSIZE", "WATERPROOF"],
        "coverage" : 100,
        "material_thickness" : 2
    },
    {
        "type" : "ARMOR",
        "id" : "poncho",
        "name" : "wool poncho",
        "weight" : 907,
        "color" : "light_gray",
        "covers" : ["TORSO"],
        "to_hit" : -1,
        "storage" : 0,
        "symbol" : "[",
        "description" : "A simple wool garment worn over the torso.  Provides a bit of protection.",
        "price" : 12000,
        "material" : ["wool", "null"],
        "volume" : 5,
        "cutting" : 0,
        "warmth" : 35,
        "phase" : "solid",
        "environmental_protection" : 1,
        "encumbrance" : 0,
        "bashing" : -5,
        "flags" : ["VARSIZE", "OUTER"],
        "coverage" : 85,
        "material_thickness" : 2
    },
    {
        "type" : "ARMOR",
        "id" : "trenchcoat",
        "name" : "trenchcoat",
        "weight" : 830,
        "color" : "dark_gray",
        "covers" : ["TORSO", "ARMS"],
        "to_hit" : -1,
        "storage" : 24,
        "symbol" : "[",
        "description" : "A thin cotton trenchcoat, lined with pockets.  Great for storage.",
        "price" : 15500,
        "material" : ["cotton", "null"],
        "volume" : 17,
        "cutting" : 0,
        "warmth" : 15,
        "phase" : "solid",
        "environmental_protection" : 1,
        "encumbrance" : 1,
        "bashing" : -5,
        "flags" : ["VARSIZE", "POCKETS", "OUTER"],
        "coverage" : 90,
        "material_thickness" : 2
    },
    {
         "type" : "ARMOR",
        "id" : "sleeveless_trenchcoat",
        "name" : "sleeveless trenchcoat",
        "note": "The general guideline for sleeveless trenchcoats is the the components, volume, weight, time to craft, and value are 15% lower (rounded down) than the original. Making it from an original takes 50% the time.",
        "weight" : 635,
        "color" : "dark_gray",
        "covers" : ["TORSO"],
        "to_hit" : -1,
        "storage" : 24,
        "symbol" : "[",
        "description" : "A thin cotton trenchcoat that leaves your arms unencumbered. Has plenty of storage space due to its many pockets.",
        "price" : 13175,
        "material" : ["cotton", "null"],
        "volume" : 13,
        "cutting" : 0,
        "warmth" : 15,
        "phase" : "solid",
        "environmental_protection" : 1,
        "encumbrance" : 1,
        "bashing" : -5,
        "flags" : ["VARSIZE", "POCKETS", "OUTER"],
        "coverage" : 90,
        "material_thickness" : 2
    },
    {
        "type" : "ARMOR",
        "id" : "flotation_vest",
        "name" : "flotation vest",
        "weight" : 451,
        "color" : "yellow",
        "covers" : ["TORSO"],
        "to_hit" : -3,
        "storage" : 0,
        "symbol" : "[",
        "description" : "A brightly-colored vest designed to keep you upright and floating in water.",
        "price" : 11000,
        "material" : ["plastic", "cotton"],
        "volume" : 36,
        "cutting" : 0,
        "warmth" : 5,
        "phase" : "solid",
        "environmental_protection" : 0,
        "encumbrance" : 4,
        "bashing" : 2,
        "flags" : ["FLOATATION","WATER_FRIENDLY","BELTED"],
        "coverage" : 40,
        "material_thickness" : 4
    },
    {
        "type" : "ARMOR",
        "id" : "trenchcoat_leather",
        "name" : "leather trenchcoat",
        "weight" : 1967,
        "color" : "brown",
        "covers" : ["TORSO", "ARMS"],
        "to_hit" : -1,
        "storage" : 24,
        "symbol" : "[",
        "description" : "A thick leather trenchcoat, lined with pockets.  Great for storage.",
        "price" : 24500,
        "material" : ["leather", "null"],
        "volume" : 21,
        "cutting" : 0,
        "warmth" : 30,
        "phase" : "solid",
        "environmental_protection" : 1,
        "encumbrance" : 2,
        "bashing" : -5,
        "flags" : ["VARSIZE", "POCKETS", "OUTER"],
        "coverage" : 90,
        "material_thickness" : 3
    },
    {
        "type" : "ARMOR",
        "id" : "sleeveless_trenchcoat_leather",
        "name" : "sleeveless leather trenchcoat",
        "note": "The general guideline for sleeveless trenchcoats is the the components, volume, weight, time to craft, and value are 15% lower (rounded down) than the original. Making it from an original takes 50% the time.",
        "weight" : 1672,
        "color" : "brown",
        "covers" : ["TORSO"],
        "to_hit" : -1,
        "storage" : 24,
        "symbol" : "[",
        "description" : "A thick leather trenchcoat without sleeves, leaving your arms unencumbered. Has plenty of storage space due to its many pockts.",
        "price" : 20825,
        "material" : ["leather", "null"],
        "volume" : 21,
        "cutting" : 0,
        "warmth" : 30,
        "phase" : "solid",
        "environmental_protection" : 1,
        "encumbrance" : 2,
        "bashing" : -5,
        "flags" : ["VARSIZE", "POCKETS", "OUTER"],
        "coverage" : 90,
        "material_thickness" : 3
    },
    {
        "type" : "ARMOR",
        "id" : "trenchcoat_fur",
        "name" : "fur trenchcoat",
        "weight" : 1750,
        "color" : "brown",
        "covers" : ["TORSO", "ARMS"],
        "to_hit" : -1,
        "storage" : 24,
        "symbol" : "[",
        "description" : "A thick fur trenchcoat, lined with pockets.  Great for storage.",
        "price" : 97900,
        "material" : ["fur", "null"],
        "volume" : 29,
        "cutting" : 0,
        "warmth" : 50,
        "phase" : "solid",
        "environmental_protection" : 1,
        "encumbrance" : 3,
        "bashing" : -5,
        "flags" : ["VARSIZE", "POCKETS", "OUTER"],
        "coverage" : 90,
        "material_thickness" : 3
    },
    {
        "type" : "ARMOR",
        "id" : "sleeveless_trenchcoat_fur",
        "name" : "sleeveless fur trenchcoat",
        "note": "The general guideline for sleeveless trenchcoats is the the components, volume, weight, time to craft, and value are 15% lower (rounded down) than the original. Making it from an original takes 50% the time.",
        "weight" : 1487,
        "color" : "brown",
        "covers" : ["TORSO"],
        "to_hit" : -1,
        "storage" : 24,
        "symbol" : "[",
        "description" : "A thick fur trenchcoat without sleeves, leaving your arms unencumbered. Has plenty of storage space due to its many pockets.",
        "price" : 83215,
        "material" : ["fur", "null"],
        "volume" : 29,
        "cutting" : 0,
        "warmth" : 50,
        "phase" : "solid",
        "environmental_protection" : 1,
        "encumbrance" : 3,
        "bashing" : -5,
        "flags" : ["VARSIZE", "POCKETS", "OUTER"],
        "coverage" : 90,
        "material_thickness" : 3
    },
    {
        "type" : "ARMOR",
        "id" : "sleeveless_trenchcoat_survivor",
        "category" : "armor",
        "name" : "sleeveless survivor trenchcoat",
        "note": "The general guideline for sleeveless trenchcoats is the the components, volume, weight, time to craft, and value are 15% lower (rounded down) than the original. Making it from an original takes 50% the time.",
        "weight" : 1632,
        "color" : "brown",
        "covers" : ["TORSO"],
        "to_hit" : -1,
        "storage" : 36,
        "symbol" : "[",
        "description" : "A custom kevlar armored trenchcoat without sleeves, covered with pouches and pockets.  Comfortable, durable, and great for storage.",
        "price" : 34000,
        "material" : ["cotton", "kevlar"],
        "volume" : 28,
        "cutting" : 0,
        "warmth" : 10,
        "phase" : "solid",
        "environmental_protection" : 5,
        "encumbrance" : 1,
        "bashing" : -5,
        "flags" : ["VARSIZE", "POCKETS", "HOOD", "STURDY", "WATERPROOF", "RAINPROOF", "OUTER"],
        "coverage" : 85,
        "material_thickness" : 3
    },
    {
        "type" : "ARMOR",
        "id" : "trenchcoat_survivor",
        "category" : "armor",
        "name" : "survivor trenchcoat",
        "weight" : 1920,
        "color" : "brown",
        "covers" : ["TORSO", "ARMS"],
        "to_hit" : -1,
        "storage" : 36,
        "symbol" : "[",
        "description" : "A kevlar armored custom trenchcoat, covered with pouches and pockets.  Comfortable, durable, and great for storage.",
        "price" : 40000,
        "material" : ["cotton", "kevlar"],
        "volume" : 28,
        "cutting" : 0,
        "warmth" : 10,
        "phase" : "solid",
        "environmental_protection" : 5,
        "encumbrance" : 1,
        "bashing" : -5,
        "flags" : ["VARSIZE", "POCKETS", "HOOD", "STURDY", "WATERPROOF", "RAINPROOF", "OUTER"],
        "coverage" : 85,
        "material_thickness" : 3
    },
    {
        "type" : "ARMOR",
        "id" : "pants_survivor",
        "category" : "armor",
        "name" : "survivor cargo pants",
        "name_plural" : "survivor cargo pants",
        "weight" : 920,
        "color" : "green",
        "covers" : ["LEGS"],
        "to_hit" : 0,
        "storage" : 14,
        "symbol" : "[",
        "description" : "A pair of kevlar armored pants covered with pouches and pockets.  Custom built to be durable, comfortable, and easy to wear.",
        "price" : 38000,
        "material" : ["cotton", "kevlar"],
        "volume" : 12,
        "cutting" : 0,
        "warmth" : 10,
        "phase" : "solid",
        "environmental_protection" : 5,
        "encumbrance" : 1,
        "bashing" : -2,
        "flags" : ["VARSIZE", "POCKETS", "STURDY", "WATERPROOF"],
        "coverage" : 90,
        "material_thickness" : 2
    },
    {
        "type" : "ARMOR",
        "id" : "coat_winter",
        "name" : "winter coat",
        "weight" : 1340,
        "color" : "light_red",
        "covers" : ["TORSO", "ARMS"],
        "to_hit" : -2,
        "storage" : 12,
        "symbol" : "[",
        "description" : "A padded coat with deep pockets and a hood.  Very warm.",
        "price" : 14000,
        "material" : ["cotton", "null"],
        "volume" : 27,
        "cutting" : 0,
        "warmth" : 70,
        "phase" : "solid",
        "environmental_protection" : 1,
        "encumbrance" : 3,
        "bashing" : -5,
        "flags" : ["VARSIZE", "POCKETS", "HOOD", "OUTER"],
        "coverage" : 95,
        "material_thickness" : 4
    },
    {
        "type" : "ARMOR",
        "id" : "coat_fur",
        "name" : "fur coat",
        "weight" : 1677,
        "color" : "brown",
        "covers" : ["TORSO", "ARMS"],
        "to_hit" : -5,
        "storage" : 4,
        "symbol" : "[",
        "description" : "A fur coat with a couple small pockets.  Extremely warm.",
        "price" : 45000,
        "material" : ["fur", "leather"],
        "volume" : 23,
        "cutting" : 0,
        "warmth" : 80,
        "phase" : "solid",
        "environmental_protection" : 2,
        "encumbrance" : 3,
        "bashing" : -5,
        "flags" : ["VARSIZE", "POCKETS", "OUTER"],
        "coverage" : 95,
        "material_thickness" : 4
    },
    {
        "type" : "ARMOR",
        "id" : "coat_fur_sf",
        "name" : "sable coat",
        "weight" : 1677,
        "color" : "brown",
        "covers" : ["TORSO", "ARMS"],
        "to_hit" : -5,
        "storage" : 5,
        "symbol" : "[",
        "description" : "A very well-made fur coat, featuring thick panels of sable fur.  Very warm and very good-looking.",
        "price" : 7760000,
        "material" : ["fur", "cotton"],
        "volume" : 23,
        "cutting" : 0,
        "warmth" : 90,
        "phase" : "solid",
        "environmental_protection" : 2,
        "encumbrance" : 4,
        "bashing" : -5,
        "flags" : ["VARSIZE", "POCKETS", "OUTER", "SUPER_FANCY"],
        "coverage" : 95,
        "material_thickness" : 4
    },
    {
        "type" : "ARMOR",
        "id" : "peacoat",
        "name" : "peacoat",
        "weight" : 1800,
        "color" : "blue",
        "covers" : ["TORSO", "ARMS"],
        "to_hit" : -3,
        "storage" : 10,
        "symbol" : "[",
        "description" : "A heavy wool coat.  Cumbersome, but warm and with deep pockets.",
        "price" : 18000,
        "material" : ["wool", "null"],
        "volume" : 12,
        "cutting" : 0,
        "warmth" : 50,
        "phase" : "solid",
        "environmental_protection" : 0,
        "encumbrance" : 2,
        "bashing" : -4,
        "flags" : ["VARSIZE", "POCKETS", "OUTER"],
        "coverage" : 95,
        "material_thickness" : 4
    },
    {
        "type" : "ARMOR",
        "id" : "vest",
        "name" : "utility vest",
        "weight" : 516,
        "color" : "light_gray",
        "covers" : ["TORSO"],
        "to_hit" : 0,
        "storage" : 14,
        "symbol" : "[",
        "description" : "A light vest covered in pockets and straps for storage.",
        "flags" : ["BELTED"],
        "price" : 3900,
        "material" : ["cotton", "null"],
        "volume" : 4,
        "cutting" : 0,
        "warmth" : 5,
        "phase" : "solid",
        "environmental_protection" : 0,
        "encumbrance" : 0,
        "bashing" : -3,
        "coverage" : 60,
        "material_thickness" : 2
    },
    {
        "type" : "ARMOR",
        "id" : "vest_leather",
        "name" : "leather vest",
        "weight" : 997,
        "color" : "brown",
        "covers" : ["TORSO"],
        "to_hit" : 1,
        "storage" : 4,
        "symbol" : "[",
        "description" : "A vest made from thick leather.  Offers excellent protection from cuts.",
        "price" : 5500,
        "material" : ["leather", "null"],
        "volume" : 10,
        "cutting" : -5,
        "warmth" : 20,
        "phase" : "solid",
        "environmental_protection" : 1,
        "encumbrance" : 1,
        "bashing" : -2,
        "flags" : ["VARSIZE", "OUTER"],
        "coverage" : 95,
        "material_thickness" : 3
    },
    {
        "type" : "ARMOR",
        "id" : "tool_belt",
        "name" : "tool belt",
        "weight" : 960,
        "color" : "brown",
        "covers" : ["TORSO"],
        "to_hit" : 0,
        "storage" : 8,
        "symbol" : "[",
        "description" : "A common belt with pockets widely used by handymen and electricians.",
        "price" : 4500,
        "material" : ["leather", "null"],
        "volume" : 7,
        "cutting" : 0,
        "warmth" : 0,
        "phase" : "solid",
        "environmental_protection" : 0,
        "encumbrance" : 0,
        "bashing" : 5,
        "flags" : ["BELTED", "VARSIZE"],
        "coverage" : 20,
        "material_thickness" : 2
    },
    {
        "type" : "ARMOR",
        "id" : "chestrig",
        "name" : "chest rig",
        "weight" : 425,
        "color" : "dark_gray",
        "covers" : ["TORSO"],
        "to_hit" : 0,
        "storage" : 18,
        "symbol" : "[",
        "description" : "A light vest covered in webbing, pockets and straps.  This variety is favored by the military.",
        "price" : 3900,
        "material" : ["cotton", "null"],
        "volume" : 2,
        "cutting" : 0,
        "warmth" : 0,
        "phase" : "solid",
        "environmental_protection" : 0,
        "encumbrance" : 0,
        "bashing" : -3,
        "flags" : ["VARSIZE", "WATER_FRIENDLY", "BELTED"],
        "coverage" : 20,
        "material_thickness" : 2
    },
    {
        "type" : "ARMOR",
        "id" : "coat_lab",
        "name" : "lab coat",
        "weight" : 580,
        "color" : "white",
        "covers" : ["TORSO", "ARMS"],
        "to_hit" : -2,
        "storage" : 14,
        "symbol" : "[",
        "description" : "A long white coat with several large pockets.",
        "price" : 2500,
        "material" : ["cotton", "null"],
        "volume" : 9,
        "cutting" : 0,
        "warmth" : 15,
        "phase" : "solid",
        "environmental_protection" : 0,
        "encumbrance" : 1,
        "bashing" : -3,
        "flags" : ["VARSIZE", "POCKETS", "OUTER"],
        "coverage" : 90,
        "material_thickness" : 1
    },
    {
        "type" : "ARMOR",
        "id" : "armguard_soft",
        "name" : "pair of neoprene arm sleeves",
        "name_plural" : "pairs of neoprene arm sleeves",
        "category" : "armor",
        "weight" : 258,
        "color" : "light_red",
        "covers" : ["ARMS"],
        "to_hit" : 1,
        "storage" : 0,
        "symbol" : "[",
        "description" : "A pair of soft neoprene arm sleeves, often used in contact sports.",
        "price" : 1200,
        "material" : ["plastic", "null"],
        "volume" : 6,
        "cutting" : 0,
        "warmth" : 20,
        "phase" : "solid",
        "environmental_protection" : 1,
        "encumbrance" : 1,
        "bashing" : -5,
        "flags" : ["VARSIZE", "SKINTIGHT", "WATER_FRIENDLY"],
        "coverage" : 70,
        "material_thickness" : 2
    },
    {
        "type" : "ARMOR",
        "id" : "armguard_hard",
        "name" : "pair of hard arm guards",
        "name_plural" : "pairs of hard arm guards",
        "category" : "armor",
        "weight" : 350,
        "color" : "dark_gray",
        "covers" : ["ARMS"],
        "to_hit" : 1,
        "storage" : 0,
        "symbol" : "[",
        "description" : "A pair of neoprene arm sleeves covered with molded plastic sheaths.",
        "price" : 3500,
        "material" : ["plastic", "cotton"],
        "volume" : 12,
        "cutting" : 0,
        "warmth" : 20,
        "phase" : "solid",
        "environmental_protection" : 1,
        "encumbrance" : 1,
        "bashing" : -5,
        "flags" : ["SKINTIGHT", "WATER_FRIENDLY"],
        "coverage" : 70,
        "material_thickness" : 3
    },
    {
        "type" : "ARMOR",
        "id" : "elbow_pads",
        "name" : "pair of elbow pads",
        "name_plural" : "pairs of elbow pads",
        "category" : "armor",
        "weight" : 110,
        "color" : "dark_gray",
        "covers" : ["ARMS"],
        "to_hit" : 1,
        "storage" : 0,
        "symbol" : "[",
        "description" : "A pair of elbow pads made of stout plastic and cloth.",
        "price" : 3500,
        "material" : ["plastic", "cotton"],
        "volume" : 3,
        "cutting" : 0,
        "warmth" : 0,
        "phase" : "solid",
        "environmental_protection" : 0,
        "encumbrance" : 0,
        "bashing" : -5,
        "flags" : ["VARSIZE", "WATER_FRIENDLY", "BELTED"],
        "coverage" : 30,
        "material_thickness" : 5
    },
    {
        "type" : "ARMOR",
        "id" : "armguard_chitin",
        "category" : "armor",
        "name" : "pair of chitin arm guards",
        "name_plural" : "pairs of chitin arm guards",
        "weight" : 392,
        "color" : "green",
        "covers" : ["ARMS"],
        "to_hit" : 1,
        "storage" : 0,
        "symbol" : "[",
        "description" : "A pair of arm guards made from the exoskeletons of insects.  Light and durable.",
        "price" : 20000,
        "material" : ["chitin", "null"],
        "volume" : 10,
        "cutting" : 0,
        "warmth" : 10,
        "phase" : "solid",
        "environmental_protection" : 2,
        "encumbrance" : 1,
        "bashing" : -5,
        "flags" : ["STURDY", "BELTED"],
        "coverage" : 50,
        "material_thickness" : 4
    },
    {
        "type" : "ARMOR",
        "id" : "armguard_metal",
        "name" : "pair of metal arm guards",
        "name_plural" : "pairs of metal arm guards",
        "category" : "armor",
        "weight" : 1080,
        "color" : "light_gray",
        "covers" : ["ARMS"],
        "to_hit" : 1,
        "storage" : 0,
        "symbol" : "[",
        "description" : "A pair of arm guards hammered out from metal.  Perfect for the Post-Apocalyptic Warrior look.",
        "flags" : ["BELTED"],
        "//" : "They're not actually FANCY, so calling them 'very stylish' seemed inaccurate.",
        "price" : 30000,
        "material" : ["iron", "null"],
        "volume" : 11,
        "cutting" : 0,
        "warmth" : 0,
        "phase" : "solid",
        "environmental_protection" : 1,
        "encumbrance" : 2,
        "bashing" : -5,
        "coverage" : 50,
        "material_thickness" : 3
    },
    {
        "type" : "ARMOR",
        "id" : "gloves_liner",
        "name" : "pair of glove liners",
        "name_plural" : "pairs of glove liners",
        "weight" : 63,
        "color" : "light_gray",
        "covers" : ["HANDS"],
        "to_hit" : 1,
        "storage" : 0,
        "symbol" : "[",
        "description" : "A pair of thin cotton gloves.  Often used as a liner beneath other gloves.",
        "price" : 600,
        "material" : ["cotton", "null"],
        "volume" : 1,
        "cutting" : 0,
        "warmth" : 15,
        "phase" : "solid",
        "environmental_protection" : 0,
        "encumbrance" : 0,
        "bashing" : -5,
        "flags" : ["VARSIZE", "WATER_FRIENDLY", "SKINTIGHT"],
        "coverage" : 95,
        "material_thickness" : 1
    },
    {
        "type" : "ARMOR",
        "id" : "gloves_light",
        "name" : "pair of light gloves",
        "name_plural" : "pairs of light gloves",
        "weight" : 118,
        "color" : "light_blue",
        "covers" : ["HANDS"],
        "to_hit" : 1,
        "storage" : 0,
        "symbol" : "[",
        "description" : "A pair of cotton gloves.",
        "price" : 1100,
        "material" : ["cotton", "null"],
        "volume" : 1,
        "cutting" : 0,
        "warmth" : 20,
        "phase" : "solid",
        "environmental_protection" : 0,
        "encumbrance" : 0,
        "bashing" : -5,
        "flags" : ["WATER_FRIENDLY"],
        "coverage" : 95,
        "material_thickness" : 2
    },
    {
        "type" : "ARMOR",
        "id" : "mittens",
        "name" : "pair of mittens",
        "name_plural" : "pairs of mittens",
        "weight" : 364,
        "color" : "blue",
        "covers" : ["HANDS"],
        "to_hit" : 1,
        "storage" : 0,
        "symbol" : "[",
        "description" : "A pair of warm mittens.  They are extremely cumbersome.",
        "price" : 2500,
        "material" : ["wool", "null"],
        "volume" : 3,
        "cutting" : 0,
        "warmth" : 70,
        "phase" : "solid",
        "environmental_protection" : 0,
        "encumbrance" : 8,
        "bashing" : -5,
        "flags" : ["OVERSIZE"],
        "coverage" : 100,
        "material_thickness" : 4
    },
    {
        "type" : "ARMOR",
        "id" : "gloves_fur",
        "name" : "pair of fur gloves",
        "name_plural" : "pairs of fur gloves",
        "weight" : 410,
        "color" : "brown",
        "covers" : ["HANDS"],
        "to_hit" : 1,
        "storage" : 0,
        "symbol" : "[",
        "description" : "A pair of warm fur gloves.  They are somewhat cumbersome.",
        "price" : 4000,
        "material" : ["fur", "null"],
        "volume" : 4,
        "cutting" : 0,
        "warmth" : 70,
        "phase" : "solid",
        "environmental_protection" : 0,
        "encumbrance" : 3,
        "bashing" : -5,
        "coverage" : 95,
        "material_thickness" : 3
    },
    {
        "type" : "ARMOR",
        "id" : "gloves_wool",
        "name" : "pair of wool gloves",
        "name_plural" : "pairs of wool gloves",
        "weight" : 240,
        "color" : "blue",
        "covers" : ["HANDS"],
        "to_hit" : 1,
        "storage" : 0,
        "symbol" : "[",
        "description" : "A thick pair of wool gloves.  Cumbersome but warm.",
        "price" : 3500,
        "material" : ["wool", "null"],
        "volume" : 1,
        "cutting" : 0,
        "warmth" : 60,
        "phase" : "solid",
        "environmental_protection" : 0,
        "encumbrance" : 2,
        "bashing" : -5,
        "coverage" : 95,
        "material_thickness" : 3
    },
    {
        "type" : "ARMOR",
        "id" : "gloves_winter",
        "name" : "pair of winter gloves",
        "name_plural" : "pairs of winter gloves",
        "weight" : 218,
        "color" : "light_blue",
        "covers" : ["HANDS"],
        "to_hit" : 1,
        "storage" : 0,
        "symbol" : "[",
        "description" : "A pair of padded gloves.  Cumbersome but warm.",
        "price" : 6500,
        "material" : ["cotton", "null"],
        "volume" : 3,
        "cutting" : 0,
        "warmth" : 70,
        "phase" : "solid",
        "environmental_protection" : 0,
        "encumbrance" : 4,
        "bashing" : -5,
        "coverage" : 100,
        "material_thickness" : 4
    },
    {
        "type" : "ARMOR",
        "id" : "gloves_leather",
        "name" : "pair of leather gloves",
        "name_plural" : "pairs of leather gloves",
        "weight" : 160,
        "color" : "dark_gray",
        "covers" : ["HANDS"],
        "to_hit" : 2,
        "storage" : 0,
        "symbol" : "[",
        "description" : "A thin pair of black leather gloves.",
        "price" : 4500,
        "material" : ["leather", "null"],
        "volume" : 1,
        "cutting" : 0,
        "warmth" : 25,
        "phase" : "solid",
        "environmental_protection" : 0,
        "encumbrance" : 1,
        "bashing" : -3,
        "flags" : ["VARSIZE", "WATERPROOF"],
        "coverage" : 95,
        "material_thickness" : 1
    },
    {
        "type" : "ARMOR",
        "id" : "gloves_tactical",
        "category" : "armor",
        "name" : "pair of tactical gloves",
        "name_plural" : "pairs of tactical gloves",
        "weight" : 220,
        "color" : "dark_gray",
        "covers" : ["HANDS"],
        "to_hit" : 2,
        "storage" : 0,
        "symbol" : "[",
        "description" : "A pair of reinforced kevlar tactical gloves.  Commonly used by police and military units.",
        "price" : 5200,
        "material" : ["kevlar", "leather"],
        "volume" : 2,
        "cutting" : 0,
        "warmth" : 20,
        "phase" : "solid",
        "environmental_protection" : 0,
        "encumbrance" : 1,
        "bashing" : -3,
        "flags" : ["VARSIZE", "STURDY"],
        "coverage" : 100,
        "material_thickness" : 2
    },
    {
        "type" : "ARMOR",
        "id" : "gloves_fingerless",
        "name" : "pair of fingerless gloves",
        "name_plural" : "pairs of fingerless gloves",
        "weight" : 100,
        "color" : "dark_gray",
        "covers" : ["HANDS"],
        "to_hit" : 2,
        "storage" : 0,
        "symbol" : "[",
        "description" : "A pair of leather gloves with no fingers, allowing greater manual dexterity.",
        "price" : 1400,
        "material" : ["leather", "null"],
        "volume" : 1,
        "cutting" : 0,
        "warmth" : 10,
        "phase" : "solid",
        "environmental_protection" : 0,
        "encumbrance" : 0,
        "bashing" : -3,
        "flags" : ["VARSIZE", "WATER_FRIENDLY"],
        "coverage" : 50,
        "material_thickness" : 1
    },
    {
        "type" : "ARMOR",
        "id" : "gloves_fingerless_mod",
        "name" : "pair of armored fingerless gloves",
        "name_plural" : "pairs of armored fingerless gloves",
        "category" : "armor",
        "weight" : 380,
        "color" : "dark_gray",
        "covers" : ["HANDS"],
        "to_hit" : 2,
        "storage" : 0,
        "symbol" : "[",
        "description" : "A pair of leather gloves with no fingers, allowing greater manual dexterity.  These have been crudely reinforced with steel guards across the back.",
        "price" : 9000,
        "material" : ["steel", "leather"],
        "volume" : 2,
        "cutting" : 0,
        "warmth" : 5,
        "phase" : "solid",
        "environmental_protection" : 0,
        "encumbrance" : 0,
        "bashing" : -3,
        "flags" : ["VARSIZE"],
        "coverage" : 50,
        "material_thickness" : 1
    },
    {
        "type" : "ARMOR",
        "id" : "gloves_rubber",
        "name" : "pair of rubber gloves",
        "name_plural" : "pairs of rubber gloves",
        "weight" : 20,
        "color" : "yellow",
        "covers" : ["HANDS"],
        "to_hit" : 2,
        "storage" : 0,
        "symbol" : "[",
        "description" : "A pair of rubber gloves, often used while cleaning with caustic materials.",
        "price" : 1300,
        "material" : ["plastic", "null"],
        "volume" : 4,
        "cutting" : 0,
        "warmth" : 10,
        "phase" : "solid",
        "environmental_protection" : 8,
        "encumbrance" : 4,
        "bashing" : -3,
        "flags" : ["WATERPROOF"],
        "coverage" : 100,
        "material_thickness" : 2
    },
    {
        "type" : "ARMOR",
        "id" : "boots_rubber",
        "name" : "pair of rubber boots",
        "name_plural" : "pairs of rubber boots",
        "weight" : 980,
        "color" : "dark_gray",
        "covers" : ["FEET"],
        "to_hit" : 2,
        "storage" : 0,
        "symbol" : "[",
        "description" : "A pair of rubber boots, often used while cleaning with caustic materials.",
        "price" : 8000,
        "material" : ["plastic", "null"],
        "volume" : 14,
        "cutting" : 0,
        "warmth" : 10,
        "phase" : "solid",
        "environmental_protection" : 12,
        "encumbrance" : 2,
        "bashing" : -3,
        "flags" : ["WATERPROOF"],
        "coverage" : 100,
        "material_thickness" : 2,
        "use_action" : "BOOTS"
    },
    {
        "type" : "ARMOR",
        "id" : "gloves_medical",
        "name" : "pair of medical gloves",
        "name_plural" : "pairs of medical gloves",
        "weight" : 10,
        "color" : "white",
        "covers" : ["HANDS"],
        "to_hit" : 1,
        "storage" : 0,
        "symbol" : "[",
        "description" : "A pair of thin latex gloves, designed to limit the spread of disease.",
        "price" : 1000,
        "material" : ["plastic", "null"],
        "volume" : 0,
        "cutting" : 0,
        "warmth" : 0,
        "phase" : "solid",
        "environmental_protection" : 6,
        "encumbrance" : 0,
        "bashing" : -5,
        "flags" : ["WATER_FRIENDLY","WATERPROOF","SKINTIGHT"],
        "coverage" : 100,
        "material_thickness" : 1
    },
    {
        "type" : "ARMOR",
        "id" : "fire_gauntlets",
        "category" : "armor",
        "name" : "pair of fire gauntlets",
        "name_plural" : "pairs of fire gauntlets",
        "weight" : 572,
        "color" : "dark_gray",
        "covers" : ["HANDS"],
        "to_hit" : 2,
        "storage" : 0,
        "symbol" : "[",
        "description" : "A heavy pair of gloves, used by firefighters and metalworkers for heat protection.  Highly resistant to heat and flame, they provide excellent protection from injury.",
        "price" : 8200,
        "material" : ["leather", "nomex"],
        "volume" : 4,
        "cutting" : 0,
        "warmth" : 25,
        "phase" : "solid",
        "environmental_protection" : 4,
        "encumbrance" : 5,
        "bashing" : -2,
        "flags" : ["VARSIZE", "STURDY", "WATERPROOF"],
        "coverage" : 100,
        "material_thickness" : 4
    },
    {
        "type" : "ARMOR",
        "id" : "gauntlets_chitin",
        "category" : "armor",
        "name" : "pair of chitinous gauntlets",
        "name_plural" : "pairs of chitinous gauntlets",
        "weight" : 760,
        "color" : "green",
        "covers" : ["HANDS"],
        "to_hit" : -2,
        "storage" : 0,
        "symbol" : "[",
        "description" : "Gauntlets made from the exoskeletons of insects.  Very light and durable.",
        "price" : 38000,
        "material" : ["chitin", "null"],
        "volume" : 7,
        "cutting" : 0,
        "warmth" : 20,
        "phase" : "solid",
        "environmental_protection" : 4,
        "encumbrance" : 1,
        "bashing" : 2,
        "flags" : ["STURDY"],
        "coverage" : 85,
        "material_thickness" : 4
    },
    {
        "type" : "ARMOR",
        "id" : "gauntlets_bone",
        "category" : "armor",
        "name" : "pair of bone armor gauntlets",
        "name_plural" : "pairs of bone armor gauntlets",
        "weight" : 690,
        "color" : "white",
        "covers" : ["HANDS"],
        "to_hit" : -2,
        "storage" : 0,
        "symbol" : "[",
        "description" : "Leather gauntlets with bone armor reinforcement.  Very light and strong.",
        "price" : 38000,
        "material" : ["bone", "leather"],
        "volume" : 5,
        "cutting" : 0,
        "warmth" : 20,
        "phase" : "solid",
        "environmental_protection" : 4,
        "encumbrance" : 2,
        "bashing" : 2,
        "flags" : ["VARSIZE", "STURDY"],
        "coverage" : 90,
        "material_thickness" : 4
    },
    {
        "type" : "ARMOR",
        "id" : "gauntlets_larmor",
        "category" : "armor",
        "name" : "pair of leather armor gauntlets",
        "name_plural" : "pairs of leather armor gauntlets",
        "weight" : 350,
        "color" : "brown",
        "covers" : ["HANDS"],
        "to_hit" : -2,
        "storage" : 0,
        "symbol" : "[",
        "description" : "Heavy fingerless leather gloves.  Very flexible and comfortable.",
        "price" : 3400,
        "material" : ["leather", "null"],
        "volume" : 3,
        "cutting" : 0,
        "warmth" : 15,
        "phase" : "solid",
        "environmental_protection" : 1,
        "encumbrance" : 1,
        "bashing" : 2,
        "flags" : ["VARSIZE", "STURDY"],
        "coverage" : 60,
        "material_thickness" : 3
    },
    {
        "type" : "ARMOR",
        "id" : "mask_dust",
        "name" : "dust mask",
        "weight" : 168,
        "color" : "white",
        "covers" : ["MOUTH"],
        "to_hit" : -3,
        "storage" : 0,
        "symbol" : "[",
        "description" : "A simple piece of cotton that straps over the mouth.  Provides a small amount of protection from air-borne illness and dust.",
        "price" : 800,
        "material" : ["cotton", "iron"],
        "volume" : 0,
        "cutting" : 0,
        "warmth" : 5,
        "phase" : "solid",
        "environmental_protection" : 2,
        "encumbrance" : 1,
        "bashing" : -5,
        "coverage" : 100,
        "material_thickness" : 1
    },
    {
        "type" : "ARMOR",
        "id" : "bandana",
        "name" : "bandana",
        "weight" : 42,
        "color" : "blue",
        "covers" : ["MOUTH"],
        "to_hit" : -1,
        "storage" : 0,
        "symbol" : "[",
        "description" : "A cotton bandana, worn over the mouth for warmth and minor protection from dust and other contaminants.",
        "price" : 600,
        "material" : ["cotton", "null"],
        "volume" : 1,
        "cutting" : 0,
        "warmth" : 5,
        "phase" : "solid",
        "environmental_protection" : 1,
        "encumbrance" : 0,
        "bashing" : -4,
        "coverage" : 95,
        "material_thickness" : 1
    },
    {
        "type" : "ARMOR",
        "id" : "knit_scarf",
        "name" : "knit scarf",
        "name_plural" : "knit scarves",
        "weight" : 96,
        "color" : "dark_gray",
        "covers" : ["MOUTH"],
        "to_hit" : -3,
        "storage" : 0,
        "symbol" : "[",
        "description" : "A long knitted cotton scarf, worn over the mouth for warmth.",
        "price" : 2000,
        "material" : ["cotton", "null"],
        "volume" : 3,
        "cutting" : 0,
        "warmth" : 50,
        "phase" : "solid",
        "environmental_protection" : 2,
        "encumbrance" : 0,
        "bashing" : -5,
        "coverage" : 75,
        "flags" : ["OUTER"],
        "material_thickness" : 3
    },
    {
        "type" : "ARMOR",
        "id" : "long_knit_scarf",
        "name" : "long knit scarf",
        "name_plural" : "long knit scarves",
        "weight" : 192,
        "color" : "dark_gray",
        "covers" : ["MOUTH"],
        "to_hit" : -3,
        "storage" : 0,
        "symbol" : "[",
        "description" : "A really long knit cotton scarf, worn over the mouth for warmth.  It would probably be long enough to wrap about your mouth and hands with plenty of length left over, too.",
        "price" : 3000,
        "material" : ["cotton", "null"],
        "volume" : 5,
        "cutting" : 0,
        "warmth" : 50,
        "phase" : "solid",
        "environmental_protection" : 2,
        "encumbrance" : 0,
        "bashing" : -5,
        "flags" : ["OVERSIZE" , "POCKETS", "OUTER"],
        "note": "pockets so you can use it as improvised hand-wrap",
        "coverage" : 75,
        "material_thickness" : 3
    },
    {
        "type" : "ARMOR",
        "id" : "scarf",
        "name" : "wool scarf",
        "name_plural" : "wool scarves",
        "weight" : 80,
        "color" : "dark_gray",
        "covers" : ["MOUTH"],
        "to_hit" : -3,
        "storage" : 0,
        "symbol" : "[",
        "description" : "A long wool scarf, worn over the mouth for warmth.",
        "price" : 3800,
        "material" : ["wool", "null"],
        "volume" : 2,
        "cutting" : 0,
        "warmth" : 50,
        "phase" : "solid",
        "environmental_protection" : 2,
        "encumbrance" : 0,
        "bashing" : -5,
        "coverage" : 85,
        "flags" : ["OUTER"],
        "material_thickness" : 2
    },
    {
        "type" : "ARMOR",
        "id" : "scarf_long",
        "name" : "long wool scarf",
        "name_plural" : "long wool scarves",
        "weight" : 160,
        "color" : "brown",
        "covers" : ["MOUTH"],
        "to_hit" : -3,
        "storage" : 0,
        "symbol" : "[",
        "description" : "A really long wool scarf in an interesting brown, red, yellow, gray, purple, and olive striped pattern, worn over the mouth for warmth.  It would probably be long enough to wrap about your mouth and hands with plenty of length left over, too.",
        "price" : 4500,
        "material" : ["wool", "null"],
        "volume" : 4,
        "cutting" : 0,
        "warmth" : 50,
        "phase" : "solid",
        "environmental_protection" : 2,
        "encumbrance" : 1,
        "bashing" : -5,
        "flags" : ["OVERSIZE" , "POCKETS", "OUTER"],
        "note": "pockets so you can use it as improvised hand-wrap",
        "coverage" : 85,
        "material_thickness" : 2
    },
    {
        "type" : "ARMOR",
        "id" : "scarf_fur",
        "name" : "fur scarf",
        "name_plural" : "fur scarves",
        "weight" : 140,
        "color" : "brown",
        "covers" : ["MOUTH"],
        "to_hit" : -3,
        "storage" : 0,
        "symbol" : "[",
        "description" : "A long fur scarf, worn over the mouth for warmth.",
        "price" : 9000,
        "material" : ["fur", "null"],
        "volume" : 4,
        "cutting" : 0,
        "warmth" : 65,
        "phase" : "solid",
        "environmental_protection" : 2,
        "encumbrance" : 1,
        "bashing" : -5,
        "coverage" : 85,
        "flags" : ["OUTER"],
        "material_thickness" : 3
    },
    {
        "type" : "ARMOR",
        "id" : "scarf_fur_long",
        "name" : "long fur scarf",
        "name_plural" : "long fur scarves",
        "weight" : 280,
        "color" : "brown",
        "covers" : ["MOUTH"],
        "to_hit" : -3,
        "storage" : 0,
        "symbol" : "[",
        "description" : "An exceptionally long fur scarf, worn over the mouth for warmth.  With the extra length, it's enough to handle nonstandard facial features and accommodate your hands too.",
        "price" : 17700,
        "material" : ["fur", "null"],
        "volume" : 8,
        "cutting" : 0,
        "warmth" : 65,
        "phase" : "solid",
        "environmental_protection" : 2,
        "encumbrance" : 1,
        "bashing" : -5,
        "flags" : ["OVERSIZE" , "POCKETS", "OUTER"],
        "note": "pockets so you can use it as improvised hand-wrap",
        "coverage" : 85,
        "material_thickness" : 4
    },
    {
        "type" : "ARMOR",
        "id" : "mask_filter",
        "name" : "filter mask",
        "weight" : 260,
        "color" : "light_gray",
        "covers" : ["MOUTH"],
        "to_hit" : 1,
        "storage" : 0,
        "symbol" : "[",
        "description" : "A mask that straps over your mouth and nose and filters air.  Protects from smoke, dust, and other contaminants quite well.",
        "price" : 3500,
        "material" : ["plastic", "null"],
        "volume" : 2,
        "cutting" : 0,
        "warmth" : 15,
        "phase" : "solid",
        "environmental_protection" : 7,
        "encumbrance" : 2,
        "bashing" : 1,
        "coverage" : 100,
        "material_thickness" : 2
    },
    {
        "type" : "ARMOR",
        "id" : "mask_gas",
        "name" : "gas mask",
        "weight" : 897,
        "color" : "dark_gray",
        "covers" : ["MOUTH", "EYES"],
        "to_hit" : -3,
        "storage" : 0,
        "symbol" : "[",
        "description" : "A full gas mask that covers the face and eyes.  Provides excellent protection from smoke, teargas, and other contaminants.",
        "price" : 4900,
        "material" : ["plastic", "null"],
        "volume" : 4,
        "cutting" : 0,
        "warmth" : 20,
        "phase" : "solid",
        "environmental_protection" : 16,
        "encumbrance" : 3,
        "bashing" : 0,
        "coverage" : 100,
        "material_thickness" : 2
    },
    {
        "type" : "ARMOR",
        "id" : "mask_gas_xl",
        "name" : "XL gas mask",
        "weight" : 1397,
        "color" : "dark_gray",
        "covers" : ["MOUTH", "EYES"],
        "to_hit" : -3,
        "storage" : 0,
        "symbol" : "[",
        "description" : "A rather roomy mask with filters attached, designed to accommodate exotic anatomy.  Provides excellent protection from smoke, teargas, and other contaminants.",
        "price" : 25000,
        "material" : ["plastic", "null"],
        "volume" : 6,
        "cutting" : 0,
        "warmth" : 20,
        "phase" : "solid",
        "environmental_protection" : 16,
        "encumbrance" : 3,
        "bashing" : 0,
        "flags" : ["OVERSIZE"],
        "coverage" : 100,
        "material_thickness" : 2
    },
    {
        "type" : "ARMOR",
        "id" : "glasses_eye",
        "name" : "pair of eyeglasses",
        "name_plural" : "pairs of eyeglasses",
        "weight" : 30,
        "color" : "cyan",
        "covers" : ["EYES"],
        "to_hit" : -2,
        "storage" : 0,
        "symbol" : "[",
        "description" : "A pair of glasses for the near-sighted.  You can use them to focus the sunlight.",
        "price" : 7900,
        "material" : ["glass", "plastic"],
        "volume" : 1,
        "cutting" : 0,
        "warmth" : 0,
        "phase" : "solid",
        "environmental_protection" : 1,
        "encumbrance" : 0,
        "bashing" : -3,
        "flags" : ["WATER_FRIENDLY","LENS"],
        "coverage" : 75,
        "material_thickness" : 1,
        "use_action": "FIRESTARTER"
    },
    {
        "type" : "ARMOR",
        "id" : "glasses_reading",
        "name" : "pair of reading glasses",
        "name_plural" : "pairs of reading glasses",
        "weight" : 30,
        "color" : "cyan",
        "covers" : ["EYES"],
        "to_hit" : -2,
        "storage" : 0,
        "symbol" : "[",
        "description" : "A pair of glasses for the far-sighted.  Useless for anyone else.",
        "price" : 2000,
        "material" : ["glass", "plastic"],
        "volume" : 1,
        "cutting" : 0,
        "warmth" : 0,
        "phase" : "solid",
        "environmental_protection" : 1,
        "encumbrance" : 0,
        "bashing" : -3,
        "flags" : ["WATER_FRIENDLY"],
        "coverage" : 75,
        "material_thickness" : 1
    },
    {
        "type" : "ARMOR",
        "id" : "glasses_bifocal",
        "name" : "pair of bifocal glasses",
        "name_plural" : "pairs of bifocal glasses",
        "weight" : 30,
        "color" : "cyan",
        "covers" : ["EYES"],
        "to_hit" : -2,
        "storage" : 0,
        "symbol" : "[",
        "bashing_protection" : 0,
        "description" : "A pair of bifocal glasses for those who are both near-sighted and far-sighted.",
        "price" : 7900,
        "material" : ["glass", "plastic"],
        "volume" : 1,
        "cutting" : 0,
        "warmth" : 0,
        "phase" : "solid",
        "environmental_protection" : 1,
        "encumbrance" : 0,
        "bashing" : -3,
        "flags" : ["WATER_FRIENDLY"],
        "coverage" : 75,
        "material_thickness" : 1
    },
    {
        "type" : "ARMOR",
        "id" : "glasses_safety",
        "name" : "pair of safety glasses",
        "name_plural" : "pairs of safety glasses",
        "weight" : 60,
        "color" : "light_gray",
        "covers" : ["EYES"],
        "to_hit" : -2,
        "storage" : 0,
        "symbol" : "[",
        "description" : "A pair of plastic glasses, used in workshops, sports, chemistry labs, and many other places.  Provides great protection from damage.",
        "price" : 1000,
        "material" : ["plastic", "null"],
        "volume" : 1,
        "cutting" : 0,
        "warmth" : 5,
        "phase" : "solid",
        "environmental_protection" : 1,
        "encumbrance" : 0,
        "bashing" : -5,
        "flags" : ["WATER_FRIENDLY"],
        "coverage" : 95,
        "material_thickness" : 2
    },
    {
        "type" : "ARMOR",
        "id" : "goggles_swim",
        "name" : "pair of swim goggles",
        "name_plural" : "pairs of swim goggles",
        "weight" : 81,
        "color" : "light_blue",
        "covers" : ["EYES"],
        "to_hit" : -2,
        "storage" : 0,
        "symbol" : "[",
        "description" : "A small pair of goggles made for swimming.",
        "price" : 1100,
        "material" : ["plastic", "null"],
        "volume" : 1,
        "cutting" : 0,
        "warmth" : 10,
        "phase" : "solid",
        "environmental_protection" : 4,
        "encumbrance" : 2,
        "bashing" : -5,
        "flags" : ["WATER_FRIENDLY", "SWIM_GOGGLES"],
        "coverage" : 100,
        "material_thickness" : 1
    },
    {
        "type" : "ARMOR",
        "id" : "goggles_ski",
        "name" : "pair of ski goggles",
        "name_plural" : "pairs of ski goggles",
        "weight" : 354,
        "color" : "dark_gray",
        "covers" : ["EYES"],
        "to_hit" : -2,
        "storage" : 0,
        "symbol" : "[",
        "description" : "A large pair of goggles that completely seal off your eyes.  Excellent protection from environmental dangers.",
        "price" : 4500,
        "material" : ["plastic", "null"],
        "volume" : 2,
        "cutting" : 0,
        "warmth" : 50,
        "phase" : "solid",
        "environmental_protection" : 6,
        "encumbrance" : 1,
        "bashing" : -4,
        "coverage" : 100,
        "flags" : ["SUN_GLASSES"],
        "material_thickness" : 2
    },
    {
        "type" : "ARMOR",
        "id" : "goggles_welding",
        "name" : "pair of welding goggles",
        "name_plural" : "pairs of welding goggles",
        "weight" : 153,
        "color" : "dark_gray",
        "covers" : ["EYES"],
        "to_hit" : -3,
        "storage" : 0,
        "symbol" : "[",
        "description" : "A dark pair of goggles.  They make seeing very difficult, but protect you from bright flashes.",
        "price" : 1400,
        "material" : ["plastic", "null"],
        "volume" : 1,
        "cutting" : 0,
        "warmth" : 10,
        "phase" : "solid",
        "environmental_protection" : 6,
        "encumbrance" : 6,
        "bashing" : -1,
        "coverage" : 100,
        "flags" : ["SUN_GLASSES"],
        "material_thickness" : 4
    },
    {
        "type" : "ARMOR",
        "id" : "glasses_bal",
        "name" : "pair of ballistic glasses",
        "name_plural" : "pairs of ballistic glasses",
        "weight" : 184,
        "color" : "dark_gray",
        "covers" : ["EYES"],
        "to_hit" : -2,
        "storage" : 0,
        "symbol" : "[",
        "description" : "Modern tactical eyewear that protects from small projectiles and fragments.  Excellent protection from environmental dangers.",
        "price" : 7500,
        "material" : ["kevlar", "plastic"],
        "volume" : 1,
        "cutting" : 0,
        "warmth" : 5,
        "phase" : "solid",
        "environmental_protection" : 4,
        "encumbrance" : 0,
        "bashing" : -4,
        "flags" : ["WATER_FRIENDLY", "SUN_GLASSES"],
        "coverage" : 100,
        "material_thickness" : 3
    },
    {
        "type" : "ARMOR",
        "id" : "glasses_monocle",
        "name" : "monocle",
        "weight" : 16,
        "color" : "cyan",
        "covers" : ["EYES"],
        "to_hit" : -2,
        "storage" : 0,
        "symbol" : "[",
        "description" : "An essential article of the gentleman's apparel.  Also corrects near-sightedness.  You can use this to focus the sunlight.",
        "price" : 4000,
        "//": "DDA monocle is optical-grade.  Costume ones go for about $10.",
        "material" : ["glass", "plastic"],
        "volume" : 0,
        "cutting" : 0,
        "warmth" : 0,
        "phase" : "solid",
        "environmental_protection" : 1,
        "encumbrance" : 0,
        "bashing" : -3,
        "coverage" : 20,
        "material_thickness" : 1,
        "flags" : ["SUPER_FANCY","LENS"],
        "use_action": "FIRESTARTER"
    },
    {
        "type" : "ARMOR",
        "id" : "sunglasses",
        "name" : "pair of sunglasses",
        "name_plural" : "pairs of sunglasses",
        "weight" : 35,
        "color" : "dark_gray",
        "covers" : ["EYES"],
        "to_hit" : -2,
        "storage" : 0,
        "symbol" : "[",
        "description" : "A pair of sunglasses, good for keeping the glare out of your eyes.",
        "price" : 5000,
        "material" : ["glass", "plastic"],
        "volume" : 1,
        "cutting" : 0,
        "warmth" : 0,
        "phase" : "solid",
        "environmental_protection" : 1,
        "encumbrance" : 0,
        "bashing" : -3,
        "flags" : ["WATER_FRIENDLY", "SUN_GLASSES"],
        "coverage" : 85,
        "material_thickness" : 1
   },
    {
        "type" : "ARMOR",
        "id" : "fancy_sunglasses",
        "name" : "pair of stylish sunglasses",
        "name_plural" : "pairs of stylish sunglasses",
        "weight" : 42,
        "color" : "dark_gray",
        "covers" : ["EYES"],
        "to_hit" : -2,
        "storage" : 0,
        "symbol" : "[",
        "description" : "A pair of stylish sunglasses, look good while keeping the glare out of your eyes.",
        "price" : 27500,
        "material" : ["glass", "plastic"],
        "volume" : 1,
        "cutting" : 0,
        "warmth" : 0,
        "phase" : "solid",
        "environmental_protection" : 1,
        "encumbrance" : 0,
        "bashing" : -3,
        "flags" : ["FANCY", "WATER_FRIENDLY", "SUN_GLASSES"],
        "coverage" : 95,
        "material_thickness" : 1
   },
   {
        "type" : "ARMOR",
        "id" : "hat_ball",
        "name" : "baseball cap",
        "weight" : 88,
        "color" : "dark_gray",
        "covers" : ["HEAD"],
        "to_hit" : 0,
        "storage" : 0,
        "symbol" : "[",
        "description" : "A Red Sox cap.  It provides a little bit of warmth.",
        "price" : 2500,
        "material" : ["cotton", "null"],
        "volume" : 2,
        "cutting" : 0,
        "warmth" : 5,
        "phase" : "solid",
        "environmental_protection" : 2,
        "encumbrance" : 1,
        "//" : "Head encumbrance stops you from wearing additional headgear.  No helmet over a ballcap, sorry.  But brimmed gear gets the anti-glare flag!",
        "flags" : ["SUN_GLASSES"],
        "bashing" : -5,
        "coverage" : 50,
        "material_thickness" : 1
    },
       {
        "type" : "ARMOR",
        "id" : "postman_hat",
        "name" : "mail carrier hat",
        "weight" : 90,
        "color" : "blue",
        "covers" : ["HEAD"],
        "to_hit" : 0,
        "storage" : 0,
        "symbol" : "[",
        "description" : "A traditional mail carrier's cap, with the US postal service logo embroidered on the front above the plastic cap.  A symbol of a bygone world.",
        "price" : 1000,
        "material" : ["cotton", "plastic"],
        "volume" : 3,
        "cutting" : 0,
        "warmth" : 10,
        "phase" : "solid",
        "environmental_protection" : 2,
        "encumbrance" : 1,
        "flags" : ["SUN_GLASSES"],
        "bashing" : -5,
        "coverage" : 60,
        "material_thickness" : 1
    },
    {
        "type" : "ARMOR",
        "id" : "hat_boonie",
        "name" : "boonie hat",
        "weight" : 92,
        "color" : "dark_gray",
        "covers" : ["HEAD"],
        "to_hit" : 0,
        "storage" : 0,
        "symbol" : "[",
        "description" : "Also called a \"bucket hat.\" Often used in the military.  Its wide brim helps keep the sun out of your eyes.",
        "price" : 1200,
        "material" : ["cotton", "null"],
        "volume" : 2,
        "cutting" : 0,
        "warmth" : 10,
        "phase" : "solid",
        "environmental_protection" : 2,
        "encumbrance" : 1,
        "flags" : ["VARSIZE", "SUN_GLASSES"],
        "bashing" : -5,
        "coverage" : 65,
        "material_thickness" : 1
    },
    {
        "type" : "ARMOR",
        "id" : "hat_cotton",
        "name" : "cotton hat",
        "weight" : 78,
        "color" : "dark_gray",
        "covers" : ["HEAD"],
        "to_hit" : 0,
        "storage" : 0,
        "symbol" : "[",
        "description" : "A snug-fitting cotton hat.  Quite warm.",
        "price" : 2000,
        "material" : ["cotton", "null"],
        "volume" : 1,
        "cutting" : 0,
        "warmth" : 20,
        "phase" : "solid",
        "environmental_protection" : 0,
        "encumbrance" : 0,
        "flags" : ["VARSIZE"],
        "bashing" : -5,
        "coverage" : 65,
        "material_thickness" : 1
    },
    {
        "type" : "ARMOR",
        "id" : "hat_knit",
        "name" : "knit hat",
        "weight" : 120,
        "color" : "dark_gray",
        "covers" : ["HEAD"],
        "to_hit" : 0,
        "storage" : 0,
        "symbol" : "[",
        "description" : "A snug-fitting wool hat.  Very warm.",
        "price" : 3000,
        "material" : ["wool", "null"],
        "volume" : 1,
        "cutting" : 0,
        "warmth" : 40,
        "phase" : "solid",
        "environmental_protection" : 0,
        "encumbrance" : 0,
        "bashing" : -5,
        "flags" : ["VARSIZE"],
        "coverage" : 65,
        "material_thickness" : 2
    },
    {
        "type" : "ARMOR",
        "id" : "hat_hunting",
        "name" : "hunting cap",
        "weight" : 206,
        "color" : "light_red",
        "covers" : ["HEAD"],
        "to_hit" : 0,
        "storage" : 0,
        "symbol" : "[",
        "description" : "A red plaid hunting cap with ear flaps.  Notably warm.",
        "price" : 3000,
        "material" : ["wool", "null"],
        "volume" : 3,
        "cutting" : 0,
        "warmth" : 50,
        "phase" : "solid",
        "environmental_protection" : 2,
        "encumbrance" : 1,
        "flags" : ["VARSIZE"],
        "bashing" : -5,
        "coverage" : 85,
        "material_thickness" : 3
    },
    {
        "type" : "ARMOR",
        "id" : "hat_fur",
        "name" : "fur hat",
        "weight" : 246,
        "color" : "brown",
        "covers" : ["HEAD"],
        "to_hit" : 0,
        "storage" : 0,
        "symbol" : "[",
        "description" : "A hat made from the pelts of animals.  Extremely warm.",
        "price" : 5000,
        "material" : ["fur", "leather"],
        "volume" : 5,
        "cutting" : 0,
        "warmth" : 70,
        "phase" : "solid",
        "environmental_protection" : 0,
        "encumbrance" : 1,
        "bashing" : -5,
        "coverage" : 95,
        "material_thickness" : 3
    },
    {
        "type" : "ARMOR",
        "id" : "balclava",
        "name" : "balaclava",
        "weight" : 40,
        "color" : "dark_gray",
        "covers" : ["HEAD", "MOUTH"],
        "to_hit" : 0,
        "storage" : 0,
        "symbol" : "[",
        "description" : "A warm covering that protects the head and face from cold.",
        "price" : 3500,
        "material" : ["cotton", "null"],
        "volume" : 1,
        "cutting" : 0,
        "warmth" : 30,
        "phase" : "solid",
        "environmental_protection" : 0,
        "encumbrance" : 0,
        "bashing" : -5,
        "flags" : ["VARSIZE", "SKINTIGHT"],
        "coverage" : 95,
        "material_thickness" : 2
    },
    {
        "type" : "ARMOR",
        "id" : "hat_hard",
        "name" : "hard hat",
        "weight" : 796,
        "color" : "yellow",
        "covers" : ["HEAD"],
        "techniques" : ["WBLOCK_1"],
        "to_hit" : 0,
        "storage" : 0,
        "symbol" : "[",
        "description" : "A hard plastic hat worn in construction sites.  Excellent protection from cuts and percussion.",
        "price" : 1200,
        "material" : ["plastic", "null"],
        "volume" : 10,
        "cutting" : 0,
        "warmth" : 5,
        "phase" : "solid",
        "environmental_protection" : 0,
        "encumbrance" : 1,
        "bashing" : 6,
        "flags" : ["WATERPROOF"],
        "coverage" : 80,
        "material_thickness" : 4
    },
    {
        "type" : "ARMOR",
        "id" : "pickelhaube",
        "name" : "pickelhaube",
        "name_plural" : "pickelhauben",
        "weight" : 980,
        "color" : "dark_gray",
        "covers" : ["HEAD"],
        "to_hit" : 1,
        "storage" : 0,
        "symbol" : "[",
        "description" : "A spiked helmet once worn by German military officers.  The spike is very sharp.",
        "price" : 24000,
        "material" : ["leather", "iron"],
        "volume" : 7,
        "cutting" : 0,
        "warmth" : 15,
        "phase" : "solid",
        "environmental_protection" : 0,
        "encumbrance" : 2,
        "bashing" : 10,
        "coverage" : 70,
        "material_thickness" : 3,
        "flags" : ["FANCY"]
    },
    {
        "type" : "ARMOR",
        "id" : "firehelmet",
        "category" : "armor",
        "name" : "firefighter helmet",
        "weight" : 820,
        "color" : "yellow",
        "covers" : ["HEAD"],
        "to_hit" : 1,
        "storage" : 0,
        "symbol" : "[",
        "description" : "A distinctive helmet worn by firefighters.  More than just a piece of firefighting equipment, they serve as a badge of honor and respect.",
        "price" : 24000,
        "material" : ["steel", "null"],
        "volume" : 5,
        "cutting" : 0,
        "warmth" : 15,
        "phase" : "solid",
        "environmental_protection" : 1,
        "encumbrance" : 4,
        "bashing" : 4,
        "coverage" : 75,
        "material_thickness" : 2,
        "flags" : ["VARSIZE", "WATERPROOF", "FANCY", "STURDY"]
    },
    {
        "type" : "ARMOR",
        "id" : "bunker_coat",
        "category" : "armor",
        "name" : "turnout coat",
        "weight" : 1930,
        "color" : "yellow",
        "covers" : ["TORSO", "ARMS"],
        "to_hit" : -1,
        "storage" : 10,
        "symbol" : "[",
        "description" : "A heavy protective coat worn by firefighters.  Highly resistant to heat and flame, it provides excellent protection from injury.",
        "price" : 91000,
        "material" : ["nomex", "kevlar"],
        "volume" : 20,
        "cutting" : 0,
        "warmth" : 30,
        "phase" : "solid",
        "environmental_protection" : 6,
        "encumbrance" : 3,
        "bashing" : -5,
        "flags" : ["VARSIZE", "POCKETS", "STURDY", "WATERPROOF", "RAINPROOF", "OUTER"],
        "coverage" : 100,
        "material_thickness" : 4
    },
    {
        "type" : "ARMOR",
        "id" : "bunker_pants",
        "category" : "armor",
        "name" : "turnout trousers",
        "name_plural" : "turnout trousers",
        "weight" : 2290,
        "color" : "dark_gray",
        "covers" : ["LEGS"],
        "to_hit" : -1,
        "storage" : 6,
        "symbol" : "[",
        "description" : "A heavy pair of protective overalls worn by firefighters.  Highly resistant to heat and flame, they provide excellent protection from injury.",
        "price" : 81500,
        "//": "Fire-resistant outerwear ain't cheap.",
        "material" : ["nomex", "kevlar"],
        "volume" : 20,
        "cutting" : 0,
        "warmth" : 30,
        "phase" : "solid",
        "environmental_protection" : 6,
        "encumbrance" : 3,
        "bashing" : -5,
        "flags" : ["VARSIZE", "POCKETS", "STURDY", "WATERPROOF"],
        "coverage" : 100,
        "material_thickness" : 4
    },
    {
        "type" : "ARMOR",
        "id" : "boots_bunker",
        "category" : "armor",
        "name" : "pair of turnout boots",
        "name_plural" : "pairs of turnout boots",
        "weight" : 1930,
        "color" : "dark_gray",
        "covers" : ["FEET"],
        "to_hit" : 2,
        "storage" : 0,
        "symbol" : "[",
        "description" : "A pair of steel-toed rubber boots, the sort worn by firefighters.  Highly resistant to heat and flame, they provide excellent protection from injury.",
        "price" : 13000,
        "material" : ["plastic", "nomex"],
        "volume" : 14,
        "cutting" : 0,
        "warmth" : 35,
        "phase" : "solid",
        "environmental_protection" : 8,
        "encumbrance" : 3,
        "bashing" : -3,
        "flags" : ["VARSIZE", "WATERPROOF", "STURDY"],
        "coverage" : 100,
        "material_thickness" : 4,
        "use_action" : "BOOTS"
    },
    {
        "type" : "ARMOR",
        "id" : "fireman_belt",
        "name" : "firefighter belt",
        "volume" : 2,
        "material_thickness" : 0,
        "storage" : 4,
        "covers" : ["TORSO"],
        "description" : "A stout firefighter's belt.  Useful for keeping your bunker gear up, it also doubles as an equipment belt, with several attachment points and loops.",
        "weight" : 210,
        "to_hit" : 0,
        "color" : "yellow",
        "encumbrance" : 0,
        "price" : 9000,
        "material" : ["leather", "steel"],
        "coverage" : 0,
        "symbol" : "[",
        "bashing" : 5,
        "flags" : ["FANCY"],
        "cutting" : 0,
        "warmth" : 0,
        "environmental_protection" : 0,
        "phase" : "solid"
    },
    {
        "type" : "ARMOR",
        "id" : "nomex_suit",
        "name" : "flame-resistant suit",
        "weight" : 688,
        "color" : "light_gray",
        "covers" : ["LEGS", "TORSO", "ARMS"],
        "to_hit" : -5,
        "storage" : 0,
        "symbol" : "[",
        "description" : "A snug body suit made from thin and lightweight Nomex fire-resistant fabric.  Tough yet breathable, it is light and comfortable to wear under clothing.",
        "price" : 13000,
        "material" : ["nomex", "null"],
        "volume" : 6,
        "cutting" : 0,
        "warmth" : 5,
        "phase" : "solid",
        "environmental_protection" : 2,
        "encumbrance" : 0,
        "bashing" : 0,
        "flags" : ["VARSIZE", "WATER_FRIENDLY", "SKINTIGHT", "STURDY"],
        "coverage" : 100,
        "material_thickness" : 2
    },
    {
        "type" : "ARMOR",
        "id" : "nomex_hood",
        "name" : "flame-resistant hood",
        "weight" : 210,
        "color" : "light_gray",
        "covers" : ["HEAD"],
        "to_hit" : -5,
        "storage" : 0,
        "symbol" : "[",
        "description" : "A snug fitting garment that protects your head and neck, made from lightweight Nomex fire-resistant fabric.  Tough yet breathable, it is light and comfortable to wear under clothing.",
        "price" : 5000,
        "material" : ["nomex", "null"],
        "volume" : 2,
        "cutting" : 0,
        "warmth" : 5,
        "phase" : "solid",
        "environmental_protection" : 2,
        "encumbrance" : 0,
        "bashing" : 0,
        "flags" : ["VARSIZE", "WATER_FRIENDLY", "SKINTIGHT", "STURDY"],
        "coverage" : 100,
        "material_thickness" : 3
    },
    {
        "type" : "ARMOR",
        "id" : "nomex_gloves",
        "name" : "pair of flame-resistant gloves",
        "name_plural" : "pairs of flame-resistant gloves",
        "weight" : 190,
        "color" : "light_gray",
        "covers" : ["HANDS"],
        "to_hit" : -5,
        "storage" : 0,
        "symbol" : "[",
        "description" : "A snug fitting pair of gloves made from thin and lightweight Nomex fire-resistant fabric.  Tough yet breathable, they are light and comfortable to wear under clothing.",
        "price" : 2000,
        "material" : ["nomex", "null"],
        "volume" : 2,
        "cutting" : 0,
        "warmth" : 5,
        "phase" : "solid",
        "environmental_protection" : 2,
        "encumbrance" : 0,
        "bashing" : 0,
        "flags" : ["VARSIZE", "WATER_FRIENDLY", "SKINTIGHT", "STURDY"],
        "coverage" : 100,
        "material_thickness" : 2
    },
    {
        "type" : "ARMOR",
        "id" : "nomex_socks",
        "name" : "pair of flame-resistant socks",
        "name_plural" : "pairs of flame-resistant socks",
        "weight" : 200,
        "color" : "light_gray",
        "covers" : ["FEET"],
        "to_hit" : -5,
        "storage" : 0,
        "symbol" : "[",
        "description" : "A snug fitting pair of stockings made from thin and lightweight Nomex fire-resistant fabric.  Tough yet breathable, they are light and comfortable to wear under clothing.",
        "price" : 2000,
        "material" : ["nomex", "null"],
        "volume" : 3,
        "cutting" : 0,
        "warmth" : 5,
        "phase" : "solid",
        "environmental_protection" : 2,
        "encumbrance" : 0,
        "bashing" : 0,
        "flags" : ["VARSIZE", "WATER_FRIENDLY", "SKINTIGHT", "STURDY"],
        "coverage" : 100,
        "material_thickness" : 2
    },
    {
        "type" : "ARMOR",
        "id" : "entry_suit",
        "name" : "entry suit",
        "weight" : 2900,
        "color" : "light_gray",
        "covers" : ["HEAD", "MOUTH", "EYES", "TORSO", "ARMS", "HANDS", "LEGS", "FEET"],
        "to_hit" : -8,
        "storage" : 0,
        "symbol" : "[",
        "description" : "A flame-resistant whole-body garment worn by firefighters as protection against extreme heat.  Though very restrictive, wearing it will provide excellent protection against fire and smoke.",
        "price" : 240500,
        "material" : ["nomex", "kevlar"],
        "volume" : 24,
        "cutting" : 0,
        "warmth" : 30,
        "phase" : "solid",
        "environmental_protection" : 20,
        "encumbrance" : 5,
        "bashing" : -5,
        "flags" : ["VARSIZE", "WATERPROOF", "RAINPROOF", "STURDY", "SUN_GLASSES"],
        "coverage" : 100,
        "material_thickness" : 5
    },
    {
        "type" : "ARMOR",
        "id" : "beret",
        "name" : "beret",
        "weight" : 120,
        "color" : "dark_gray",
        "covers" : ["HEAD"],
        "to_hit" : 0,
        "storage" : 0,
        "symbol" : "[",
        "description" : "A soft cotton hat commonly worn by armed forces and existentialists.",
        "price" : 1200,
        "material" : ["cotton", "null"],
        "volume" : 1,
        "cutting" : 0,
        "warmth" : 10,
        "phase" : "solid",
        "environmental_protection" : 0,
        "encumbrance" : 0,
        "bashing" : -5,
        "coverage" : 40,
        "material_thickness" : 1,
        "flags" : ["VARSIZE", "WATER_FRIENDLY", "FANCY"]
    },
    {
        "type" : "ARMOR",
        "id" : "beret_wool",
        "name" : "wool beret",
        "weight" : 160,
        "color" : "dark_gray",
        "covers" : ["HEAD"],
        "to_hit" : 0,
        "storage" : 0,
        "symbol" : "[",
        "description" : "A soft wool hat commonly worn by armed forces and existentialists.",
        "price" : 1500,
        "material" : ["wool", "null"],
        "volume" : 1,
        "cutting" : 0,
        "warmth" : 15,
        "phase" : "solid",
        "environmental_protection" : 0,
        "encumbrance" : 0,
        "bashing" : -5,
        "coverage" : 40,
        "material_thickness" : 2,
        "flags" : ["VARSIZE", "WATERPROOF", "FANCY"]
    },
    {
        "type" : "ARMOR",
        "id" : "helmet_bike",
        "name" : "bike helmet",
        "category" : "armor",
        "weight" : 270,
        "color" : "dark_gray",
        "covers" : ["HEAD"],
        "techniques" : ["WBLOCK_1"],
        "to_hit" : 0,
        "storage" : 0,
        "symbol" : "[",
        "description" : "A thick foam helmet.  Designed to protect against concussion.",
        "price" : 17000,
        "material" : ["plastic", "null"],
        "volume" : 6,
        "cutting" : 0,
        "warmth" : 15,
        "phase" : "solid",
        "environmental_protection" : 0,
        "encumbrance" : 1,
        "bashing" : 4,
        "coverage" : 75,
        "material_thickness" : 4
    },
    {
        "type" : "ARMOR",
        "id" : "helmet_skid",
        "name" : "skid lid",
        "weight" : 1315,
        "color" : "dark_gray",
        "covers" : ["HEAD"],
        "techniques" : ["WBLOCK_1"],
        "to_hit" : 0,
        "storage" : 0,
        "symbol" : "[",
        "description" : "A small metal helmet that covers the head and protects against cuts and percussion.",
        "price" : 4500,
        "material" : ["plastic", "iron"],
        "volume" : 5,
        "cutting" : 0,
        "warmth" : 10,
        "phase" : "solid",
        "environmental_protection" : 0,
        "encumbrance" : 2,
        "bashing" : 8,
        "coverage" : 65,
        "material_thickness" : 4
    },
    {
        "type" : "ARMOR",
        "id" : "helmet_ball",
        "name" : "baseball helmet",
        "weight" : 453,
        "color" : "blue",
        "covers" : ["HEAD"],
        "techniques" : ["WBLOCK_1"],
        "to_hit" : -1,
        "storage" : 0,
        "symbol" : "[",
        "description" : "A hard plastic helmet that covers the head and ears.  Designed to protect against a baseball to the head.",
        "price" : 3100,
        "material" : ["plastic", "iron"],
        "volume" : 7,
        "cutting" : 0,
        "warmth" : 15,
        "phase" : "solid",
        "environmental_protection" : 1,
        "encumbrance" : 2,
        "bashing" : 7,
        "coverage" : 95,
        "material_thickness" : 3
    },
    {
        "type" : "ARMOR",
        "id" : "helmet_army",
        "category" : "armor",
        "name" : "army helmet",
        "weight" : 1383,
        "color" : "green",
        "covers" : ["HEAD"],
        "techniques" : ["WBLOCK_1"],
        "to_hit" : -1,
        "storage" : 0,
        "symbol" : "[",
        "description" : "A heavy helmet that provides excellent protection from all sorts of damage.",
        "price" : 15000,
        "material" : ["kevlar", "plastic"],
        "volume" : 7,
        "cutting" : 0,
        "warmth" : 20,
        "phase" : "solid",
        "environmental_protection" : 0,
        "encumbrance" : 2,
        "bashing" : 10,
        "flags" : ["VARSIZE", "WATERPROOF", "STURDY"],
        "coverage" : 95,
        "material_thickness" : 5
    },
    {
        "type" : "ARMOR",
        "id" : "helmet_lobster",
        "category" : "armor",
        "name" : "lobster helmet",
        "weight" : 1383,
        "color" : "light_gray",
        "covers" : ["HEAD"],
        "techniques" : ["WBLOCK_1"],
        "to_hit" : -1,
        "storage" : 0,
        "symbol" : "[",
        "description" : "A heavy helmet that provides excellent protection from all sorts of damage.  It has a tail coming off the back that provides protection to your neck.",
        "price" : 28000,
        "material" : ["kevlar", "plastic"],
        "volume" : 8,
        "cutting" : 0,
        "warmth" : 20,
        "phase" : "solid",
        "environmental_protection" : 0,
        "encumbrance" : 2,
        "bashing" : 10,
        "flags" : ["VARSIZE", "WATERPROOF", "STURDY"],
        "coverage" : 98,
        "material_thickness" : 4
    },
    {
        "type" : "ARMOR",
        "id" : "helmet_liner",
        "name" : "helmet liner",
        "weight" : 110,
        "color" : "green",
        "covers" : ["HEAD"],
        "to_hit" : -1,
        "storage" : 0,
        "symbol" : "[",
        "description" : "This goes inside a helmet to help keep your head warm in cold climates.",
        "price" : 1000,
        "material" : ["cotton", "null"],
        "volume" : 1,
        "cutting" : 0,
        "warmth" : 30,
        "phase" : "solid",
        "environmental_protection" : 0,
        "encumbrance" : 0,
        "bashing" : 1,
        "flags" : ["VARSIZE", "SKINTIGHT"],
        "coverage" : 100,
        "material_thickness" : 2
    },
    {
        "type" : "ARMOR",
        "id" : "helmet_netting",
        "name" : "helmet netting",
        "weight" : 25,
        "color" : "green",
        "covers" : ["HEAD"],
        "to_hit" : -1,
        "storage" : 4,
        "symbol" : "[",
        "description" : "A webbing of strings worn on a helmet, to attach camouflage or other necessary things.",
        "flags" : ["BELTED"],
        "price" : 2000,
        "material" : ["cotton", "null"],
        "volume" : 0,
        "cutting" : 0,
        "warmth" : 0,
        "phase" : "solid",
        "environmental_protection" : 0,
        "encumbrance" : 0,
        "bashing" : 0,
        "coverage" : 12,
        "material_thickness" : 1
    },
    {
        "type" : "ARMOR",
        "id" : "helmet_riot",
        "category" : "armor",
        "name" : "riot helmet",
        "weight" : 2260,
        "color" : "dark_gray",
        "covers" : ["HEAD", "EYES", "MOUTH"],
        "techniques" : ["WBLOCK_1"],
        "to_hit" : -1,
        "storage" : 0,
        "symbol" : "[",
        "description" : "A helmet with a plastic shield that covers your entire face.",
        "price" : 22000,
        "material" : ["plastic", "steel"],
        "volume" : 9,
        "cutting" : 0,
        "warmth" : 10,
        "phase" : "solid",
        "environmental_protection" : 2,
        "encumbrance" : 2,
        "bashing" : 8,
        "flags" : ["WATERPROOF", "STURDY"],
        "coverage" : 95,
        "material_thickness" : 3
    },
    {
        "type" : "ARMOR",
        "id" : "helmet_motor",
        "category" : "armor",
        "name" : "motorcycle helmet",
        "weight" : 1587,
        "color" : "dark_gray",
        "covers" : ["HEAD", "MOUTH"],
        "techniques" : ["WBLOCK_1"],
        "to_hit" : -1,
        "storage" : 0,
        "symbol" : "[",
        "description" : "A helmet with covers for your head and chin, leaving space in-between for you to wear goggles.",
        "price" : 32500,
        "material" : ["plastic", "nomex"],
        "volume" : 9,
        "cutting" : 0,
        "warmth" : 30,
        "phase" : "solid",
        "environmental_protection" : 1,
        "encumbrance" : 2,
        "bashing" : 7,
        "flags" : ["WATERPROOF", "STURDY"],
        "coverage" : 100,
        "material_thickness" : 4
    },
    {
        "type" : "ARMOR",
        "id" : "helmet_chitin",
        "category" : "armor",
        "name" : "chitinous helmet",
        "weight" : 1447,
        "color" : "green",
        "covers" : ["HEAD", "EYES", "MOUTH"],
        "to_hit" : -2,
        "storage" : 0,
        "symbol" : "[",
        "description" : "A helmet made from the exoskeletons of insects.  Covers the entire head; very light and durable.",
        "price" : 38000,
        "material" : ["chitin", "null"],
        "volume" : 10,
        "cutting" : 0,
        "warmth" : 20,
        "phase" : "solid",
        "environmental_protection" : 4,
        "encumbrance" : 1,
        "bashing" : 2,
        "flags" : ["WATERPROOF", "STURDY"],
        "coverage" : 90,
        "material_thickness" : 4
    },
    {
        "type" : "ARMOR",
        "id" : "helmet_bone",
        "category" : "armor",
        "name" : "bone armor helmet",
        "weight" : 1621,
        "color" : "white",
        "covers" : ["HEAD", "EYES", "MOUTH"],
        "to_hit" : -2,
        "storage" : 0,
        "symbol" : "[",
        "description" : "A grotesque, horned helmet carved from bone.  Covers the entire head; very light and strong.",
        "price" : 42000,
        "material" : ["bone", "leather"],
        "volume" : 17,
        "cutting" : 0,
        "warmth" : 10,
        "phase" : "solid",
        "environmental_protection" : 3,
        "encumbrance" : 5,
        "bashing" : 2,
        "flags" : ["VARSIZE", "WATERPROOF", "STURDY"],
        "coverage" : 100,
        "material_thickness" : 5
    },
    {
        "type" : "ARMOR",
        "id" : "helmet_plate",
        "category" : "armor",
        "name" : "great helm",
        "weight" : 2175,
        "color" : "light_gray",
        "covers" : ["HEAD", "EYES", "MOUTH"],
        "techniques" : ["WBLOCK_1"],
        "to_hit" : 0,
        "storage" : 0,
        "symbol" : "[",
        "description" : "A medieval helmet that provides excellent protection to the entire head, at the cost of great encumbrance.",
        "price" : 40000,
        "material" : ["iron", "null"],
        "volume" : 11,
        "cutting" : 0,
        "warmth" : 10,
        "phase" : "solid",
        "environmental_protection" : 1,
        "encumbrance" : 4,
        "bashing" : 10,
        "flags" : ["VARSIZE", "STURDY"],
        "coverage" : 95,
        "material_thickness" : 5
    },
    {
        "type" : "ARMOR",
        "id" : "tophat",
        "name" : "top hat",
        "weight" : 233,
        "color" : "dark_gray",
        "covers" : ["HEAD"],
        "to_hit" : 0,
        "storage" : 0,
        "symbol" : "[",
        "description" : "The only hat for a gentleman.  Look exquisite while laughing in the face of danger!",
        "price" : 19500,
        "material" : ["cotton", "null"],
        "volume" : 10,
        "cutting" : 0,
        "warmth" : 5,
        "phase" : "solid",
        "environmental_protection" : 1,
        "encumbrance" : 2,
        "//" : "No, you're not wearing anything over your top hat.",
        "bashing" : -5,
        "coverage" : 50,
        "material_thickness" : 2,
        "flags": ["VARSIZE", "SUPER_FANCY"]
    },
    {
        "type" : "ARMOR",
        "id" : "porkpie",
        "name" : "porkpie hat",
        "weight" : 213,
        "color" : "dark_gray",
        "covers" : ["HEAD"],
        "to_hit" : 0,
        "storage" : 0,
        "symbol" : "[",
        "description" : "A flat-topped hat with circular indent and a narrow brim.  Most popular in the 40s and 50s, still common among those in the mod scene, hipsters, and people named Heisenberg.",
        "price" : 5500,
        "material" : ["cotton", "null"],
        "volume" : 5,
        "cutting" : 0,
        "warmth" : 5,
        "phase" : "solid",
        "environmental_protection" : 1,
        "encumbrance" : 2,
        "bashing" : -3,
        "coverage" : 50,
        "flags": ["FANCY", "VARSIZE"],
        "material_thickness" : 1
    },
    {
        "type" : "ARMOR",
        "id" : "bowhat",
        "name" : "bowler hat",
        "weight" : 213,
        "color" : "dark_gray",
        "covers" : ["HEAD"],
        "to_hit" : 0,
        "storage" : 0,
        "symbol" : "[",
        "description" : "The only hat for a made man.  Look like a real good fella while laughing in the face of your foes!",
        "price" : 4500,
        "material" : ["cotton", "null"],
        "volume" : 5,
        "cutting" : 0,
        "warmth" : 5,
        "phase" : "solid",
        "environmental_protection" : 1,
        "encumbrance" : 2,
        "bashing" : -3,
        "coverage" : 50,
        "flags": ["FANCY", "VARSIZE"],
        "material_thickness" : 2
    },
    {
        "type" : "ARMOR",
        "id" : "cowboy_hat",
        "name" : "cowboy hat",
        "weight" : 390,
        "color" : "brown",
        "covers" : ["HEAD"],
        "to_hit" : 0,
        "storage" : 0,
        "symbol" : "[",
        "description" : "Whether hunting varmints, fixing up the ranch, or heading into the sunset, this is the hat for the job.",
        "price" : 9500,
        "material" : ["leather", "null"],
        "volume" : 8,
        "cutting" : 0,
        "warmth" : 7,
        "phase" : "solid",
        "environmental_protection" : 2,
        "encumbrance" : 1,
        "bashing" : -3,
        "coverage" : 50,
        "flags" : ["VARSIZE", "SUN_GLASSES"],
        "material_thickness" : 2
    },
    {
        "type" : "ARMOR",
        "id" : "10gal_hat",
        "name" : "ten-gallon hat",
        "weight" : 410,
        "color" : "brown",
        "covers" : ["HEAD"],
        "to_hit" : 0,
        "storage" : 0,
        "symbol" : "[",
        "description" : "These may not be the Great Plains, but you can still be the Boss with this high-crowned, wide-brimmed hat.",
        "price" : 17900,
        "material" : ["wool", "null"],
        "volume" : 10,
        "cutting" : 0,
        "warmth" : 8,
        "phase" : "solid",
        "environmental_protection" : 2,
        "encumbrance" : 2,
        "bashing" : -3,
        "coverage" : 50,
        "flags" : ["FANCY", "VARSIZE", "SUN_GLASSES"],
        "material_thickness" : 2
    },
    {
        "type" : "ARMOR",
        "id" : "tricorne",
        "name" : "tricorne",
        "weight" : 490,
        "color" : "brown",
        "covers" : ["HEAD"],
        "to_hit" : 0,
        "storage" : 0,
        "symbol" : "[",
        "description" : "A classic design, the \"tricorne\", or three-cornered hat, simply pins a large and floppy brim out of the way, though this exammple adds well-emboridered designs and is oiled against water.  Whether you're the \"guvnah\" of a settlement, or the captain of a post-apocalyptic crew, this is the hat for you.",
        "price" : 7500,
        "material" : ["leather", "null"],
        "volume" : 8,
        "cutting" : 0,
        "warmth" : 7,
        "phase" : "solid",
        "environmental_protection" : 2,
        "encumbrance" : 1,
        "bashing" : -3,
        "coverage" : 50,
        "flags" : ["VARSIZE", "WATERPROOF", "WATER_FRIENDLY", "FANCY"],
        "material_thickness" : 3
    },
    {
        "type" : "ARMOR",
        "id" : "backpack",
        "name" : "backpack",
        "weight" : 633,
        "color" : "green",
        "covers" : ["TORSO"],
        "to_hit" : 0,
        "storage" : 40,
        "symbol" : "[",
        "description" : "A small backpack, good storage for a little encumbrance.",
        "price" : 3900,
        "material" : ["cotton", "plastic"],
        "volume" : 8,
        "cutting" : 0,
        "warmth" : 5,
        "phase" : "solid",
        "environmental_protection" : 0,
        "encumbrance" : 1,
        "bashing" : -4,
        "coverage" : 30,
        "flags" : ["BELTED"],
        "material_thickness" : 2
    },
    {
        "type" : "ARMOR",
        "id" : "backpack_leather",
        "name" : "leather backpack",
        "weight" : 818,
        "color" : "brown",
        "covers" : ["TORSO"],
        "to_hit" : 0,
        "storage" : 40,
        "symbol" : "[",
        "description" : "A small leather backpack, good storage for a little encumbrance.",
        "price" : 11900,
        "material" : ["leather", "null"],
        "volume" : 8,
        "cutting" : 0,
        "warmth" : 10,
        "phase" : "solid",
        "environmental_protection" : 0,
        "encumbrance" : 1,
        "bashing" : -4,
        "coverage" : 30,
        "flags" : ["BELTED"],
        "material_thickness" : 3
    },
    {
        "type" : "ARMOR",
        "id" : "dive_bag",
        "name" : "dive bag",
        "weight" : 512,
        "color" : "yellow",
        "covers" : ["TORSO"],
        "to_hit" : 0,
        "storage" : 38,
        "symbol" : "[",
        "description" : "A lightweight mesh backpack, commonly used by swimmers and divers.",
        "price" : 10900,
        "material" : ["plastic", "null"],
        "volume" : 6,
        "cutting" : 0,
        "warmth" : 0,
        "phase" : "solid",
        "environmental_protection" : 0,
        "encumbrance" : 1,
        "bashing" : -4,
        "coverage" : 40,
        "flags" : ["WATER_FRIENDLY", "BELTED"],
        "material_thickness" : 1
    },
    {
        "type" : "ARMOR",
        "id" : "molle_pack",
        "name" : "MOLLE pack",
        "weight" : 966,
        "color" : "green",
        "covers" : ["TORSO"],
        "to_hit" : 0,
        "storage" : 48,
        "symbol" : "[",
        "description" : "The Modular Lightweight Load-carrying Equipment is an advanced military backpack.  Covered with pockets and straps, it strikes a fine balance between storage space and encumbrance.",
        "price" : 6700,
        "material" : ["cotton", "kevlar"],
        "volume" : 10,
        "cutting" : 0,
        "warmth" : 10,
        "phase" : "solid",
        "environmental_protection" : 0,
        "encumbrance" : 1,
        "bashing" : -4,
        "coverage" : 35,
        "flags" : ["WATERPROOF", "BELTED"],
        "material_thickness" : 2
    },
    {
        "type" : "ARMOR",
        "id" : "rucksack",
        "name" : "military rucksack",
        "weight" : 1140,
        "color" : "green",
        "covers" : ["TORSO"],
        "to_hit" : 0,
        "storage" : 80,
        "symbol" : "[",
        "description" : "A huge military rucksack, provides a lot of storage.",
        "price" : 9200,
        "material" : ["cotton", "plastic"],
        "volume" : 16,
        "cutting" : 0,
        "warmth" : 10,
        "phase" : "solid",
        "environmental_protection" : 0,
        "encumbrance" : 2,
        "bashing" : -4,
        "coverage" : 40,
        "flags" : ["BELTED"],
        "material_thickness" : 2
    },
    {
        "type" : "ARMOR",
        "id" : "duffelbag",
        "name" : "duffel bag",
        "weight" : 933,
        "color" : "green",
        "covers" : ["TORSO"],
        "to_hit" : 0,
        "storage" : 120,
        "symbol" : "[",
        "description" : "A huge duffel bag, provides plenty of storage but severely encumbering.",
        "price" : 12000,
        "material" : ["cotton", "plastic"],
        "volume" : 24,
        "cutting" : 0,
        "warmth" : 10,
        "phase" : "solid",
        "environmental_protection" : 0,
        "encumbrance" : 3,
        "bashing" : -4,
        "coverage" : 50,
        "flags" : ["BELTED"],
        "material_thickness" : 2
    },
    {
        "type" : "ARMOR",
        "id" : "suitcase_l",
        "name" : "suitcase",
        "weight" : 5000,
        "color" : "red",
        "covers" : ["ARMS", "HANDS", "LEGS"],
        "to_hit" : 0,
        "storage" : 80,
        "symbol" : "[",
        "description" : "A huge wheeled suitcase used mainly for transporting clothes and other possessions during trips, provides a decent amount of storage but hauling it around is not fast nor comfortable.",
        "price" : 21000,
        "material" : ["plastic", "null"],
        "volume" : 100,
        "cutting" : 0,
        "warmth" : 0,
        "phase" : "solid",
        "environmental_protection" : 0,
        "encumbrance" : 5,
        "bashing" : -4,
        "coverage" : 5, "//" : "You drag it along with you, so it taking a hit is Rare.",
        "material_thickness" : 3
    },
    {
        "type" : "ARMOR",
        "id" : "suitcase_m",
        "name" : "suitcase",
        "weight" : 900,
        "color" : "blue",
        "covers" : ["ARMS", "HANDS"],
        "to_hit" : 0,
        "storage" : 40,
        "symbol" : "[",
        "description" : "A mid-sized suitcase used mainly for transporting clothes and other possessions during trips, provides a decent amount of storage but hauling it around is not exactly comfortable.",
        "price" : 21000,
        "material" : ["cotton", "null"],
        "volume" : 10,
        "cutting" : 0,
        "warmth" : 0,
        "phase" : "solid",
        "environmental_protection" : 0,
        "encumbrance" : 5,
        "bashing" : -4,
        "coverage" : 0,
        "material_thickness" : 3
    },
    {
        "type" : "ARMOR",
        "id" : "purse",
        "name" : "purse",
        "weight" : 297,
        "color" : "dark_gray",
        "covers" : ["TORSO"],
        "to_hit" : 2,
        "storage" : 20,
        "symbol" : "[",
        "description" : "A bit cumbersome to wear, but provides some storage.",
        "price" : 7500,
        "material" : ["leather", "null"],
        "volume" : 4,
        "cutting" : 0,
        "warmth" : 0,
        "phase" : "solid",
        "environmental_protection" : 0,
        "encumbrance" : 1,
        "bashing" : 2,
        "coverage" : 10,
        "material_thickness" : 2,
        "flags" : ["FANCY", "BELTED"]
    },
    {
        "type" : "ARMOR",
        "id" : "mbag",
        "name" : "messenger bag",
        "weight" : 760,
        "color" : "green",
        "covers" : ["TORSO"],
        "to_hit" : 1,
        "storage" : 20,
        "symbol" : "[",
        "description" : "Light and easy to wear, but doesn't offer much storage.",
        "price" : 7900,
        "//": "KA101's ran about $90 but is ballistic nylon.  Bit tougher than the DDA model.",
        "material" : ["cotton", "plastic"],
        "volume" : 4,
        "cutting" : 0,
        "warmth" : 0,
        "phase" : "solid",
        "environmental_protection" : 0,
        "encumbrance" : 0,
        "bashing" : 1,
        "coverage" : 30,
        "flags" : ["BELTED"],
        "material_thickness" : 1
    },
    {
        "type" : "ARMOR",
        "id" : "runner_bag",
        "name" : "runner pack",
        "weight" : 840,
        "color" : "green",
        "covers" : ["TORSO"],
        "to_hit" : 1,
        "storage" : 18,
        "symbol" : "[",
        "description" : "The obvious choice for outdoor athletes, this ergonomic backpack is light and easy to wear, ensuring comfort when carrying heavy and bulky items.",
        "price" : 24000,
        "material" : ["cotton", "plastic"],
        "volume" : 6,
        "cutting" : 0,
        "warmth" : 0,
        "phase" : "solid",
        "environmental_protection" : 0,
        "encumbrance" : 0,
        "bashing" : 1,
        "coverage" : 20,
        "flags" : ["WATERPROOF", "BELTED"],
        "material_thickness" : 1
    },
    {
        "type" : "ARMOR",
        "id" : "fanny",
        "name" : "fanny pack",
        "volume" : 1,
        "material_thickness" : 1,
        "storage" : 6,
        "covers" : ["TORSO"],
        "description" : "Provides a bit of extra storage, with minimal encumbrance.",
        "weight" : 272,
        "to_hit" : 2,
        "color" : "green",
        "encumbrance" : 0,
        "price" : 3500,
        "material" : ["cotton", "plastic"],
        "coverage" : 10,
        "symbol" : "[",
        "bashing" : 1,
        "cutting" : 0,
        "warmth" : 0,
        "environmental_protection" : 0,
        "flags" : ["BELTED", "VARSIZE"],
        "phase" : "solid"
    },
    {
        "type" : "ARMOR",
        "id" : "dump_pouch",
        "name" : "tactical dump pouch",
        "name_plural" : "tactical dump pouches",
        "volume" : 2,
        "material_thickness" : 1,
        "storage" : 8,
        "covers" : ["TORSO"],
        "description" : "An expandable pouch secured with straps.  Provides a bit of extra storage with minimal encumbrance.",
        "weight" : 288,
        "to_hit" : 2,
        "color" : "dark_gray",
        "encumbrance" : 0,
        "price" : 4500,
        "material" : ["kevlar", "plastic"],
        "coverage" : 10,
        "symbol" : "[",
        "bashing" : 1,
        "cutting" : 0,
        "warmth" : 0,
        "environmental_protection" : 0,
        "flags" : ["BELTED", "VARSIZE"],
        "phase" : "solid"
    },
    {
        "type" : "ARMOR",
        "id" : "leather_belt",
        "name" : "leather belt",
        "volume" : 1,
        "material_thickness" : 1,
        "storage" : 2,
        "covers" : ["TORSO"],
        "description" : "A leather belt.  Useful for making your pair of pants fit, but you could also use it to strap a pistol or something similarly sized to your body.",
        "weight" : 102,
        "to_hit" : 0,
        "color" : "brown",
        "encumbrance" : 0,
        "price" : 9000,
        "material" : ["leather", "null"],
        "coverage" : 5,
        "symbol" : "[",
        "bashing" : 5,
        "cutting" : 0,
        "warmth" : 0,
        "environmental_protection" : 0,
        "phase" : "solid"
    },
    {
        "type" : "ARMOR",
        "id" : "holster",
        "name" : "holster",
        "weight" : 220,
        "volume" : 3,
        "price" : 9000,
        "symbol" : "[",
        "color" : "ltgray",
        "description" : "A leather strap worn on the hip for holding pistols.  Activate to holster/draw a pistol.",
        "to_hit" : -1,
        "storage" : 0,
        "material" : ["leather", "null"],
        "covers" : ["LEGS"],
        "flags" : ["VARSIZE", "BELTED", "OVERSIZE"],
        "coverage" : 5,
        "environmental_protection" : 0,
        "cutting" : 0,
        "bashing" : -1,
        "warmth" : 0,
        "phase" : "solid",
        "encumbrance" : 0,
        "material_thickness" : 1,
        "use_action" : "HOLSTER_PISTOL"
    },
    {
        "type" : "ARMOR",
        "id" : "bootstrap",
        "name" : "ankle holster",
        "weight" : 200,
        "volume" : 2,
        "price" : 7400,
        "symbol" : "[",
        "color" : "brown",
        "description" : "A small holster worn on the ankle.  Activate to sheathe/draw a small pistol or knife",
        "to_hit" : -1,
        "storage" : 0,
        "material" : ["leather", "null"],
        "covers" : ["FEET"],
        "coverage" : 5,
        "environmental_protection" : 0,
        "cutting" : 0,
        "bashing" : -1,
        "warmth" : 0,
        "phase" : "solid",
        "encumbrance" : 0,
        "material_thickness" : 1,
        "flags" : ["VARSIZE", "BELTED", "OVERSIZE"],
        "use_action" : "HOLSTER_ANKLE"
    },
    {
        "type" : "ARMOR",
        "id" : "sheath",
        "name" : "sheath",
        "name_plural" : "sheathes",
        "weight" : 200,
        "color" : "brown",
        "to_hit" : 0,
        "storage" : 0,
        "symbol" : "|",
        "description" : "A small leather sleeve for holding knives and other small blades.  Activate to sheathe/draw a weapon.",
        "price" : 3500,
        "material" : ["leather", "null"],
        "covers" : ["LEGS"],
        "flags" : ["VARSIZE", "BELTED", "OVERSIZE"],
        "volume" : 2,
        "cutting" : 0,
        "bashing" : -1,
        "warmth" : 0,
        "phase" : "solid",
        "environmental_protection" : 0,
        "encumbrance" : 0,
        "coverage" : 5,
        "material_thickness" : 1,
        "use_action": "SHEATH_KNIFE"
    },
    {
        "type" : "ARMOR",
        "id" : "quiver",
        "name" : "quiver",
        "weight" : 260,
        "color" : "brown",
        "to_hit" : 0,
        "storage" : 0,
        "symbol" : "[",
        "description" : "A leather quiver worn on the back that can hold 20 arrows.  Its small size won't encumber you.  Activate to store arrows.",
        "price" : 6500,
        "material" : ["leather", "null"],
        "covers" : ["TORSO"],
        "volume" : 2,
        "cutting" : -4,
        "bashing" : 2,
        "warmth" : 0,
        "phase" : "solid",
        "environmental_protection" : 0,
        "encumbrance" : 0,
        "coverage" : 5,
        "material_thickness" : 1,
        "flags" : ["QUIVER_20", "BELTED", "VARSIZE", "OVERSIZE"],
        "use_action" : "QUIVER"
    },
    {
        "type" : "ARMOR",
        "id" : "quiver_large",
        "name" : "large quiver",
        "weight" : 920,
        "color" : "brown",
        "covers" : ["TORSO"],
        "to_hit" : 0,
        "storage" : 0,
        "symbol" : "[",
        "description" : "A large leather quiver trimmed with metal, worn on the back, that can hold 60 arrows.\nHistorically used by horse archers, rather than foot archers, but neither of THEM had to fight zombies.  Activate to store arrows.",
        "price" : 8800,
        "material" : ["leather", "steel"],
        "volume" : 6,
        "cutting" : -4,
        "bashing" : 4,
        "warmth" : 0,
        "phase" : "solid",
        "environmental_protection" : 0,
        "encumbrance" : 0,
        "coverage" : 15,
        "material_thickness" : 1,
        "flags" : ["QUIVER_60", "BELTED", "VARSIZE", "OVERSIZE"],
        "use_action" : "QUIVER"
    },
    {
        "type" : "ARMOR",
        "id" : "scabbard",
        "name" : "scabbard",
        "weight" : 1360,
        "color" : "brown",
        "covers" : ["TORSO"],
        "to_hit" : 0,
        "storage" : 0,
        "symbol" : "[",
        "description" : "A large, adjustable sheath for holding swords and other large blades.  Activate to sheathe/draw a weapon.",
        "price" : 6000,
        "material" : ["leather", "wood"],
        "volume" : 7,
        "cutting" : -4,
        "bashing" : 4,
        "warmth" : 0,
        "phase" : "solid",
        "environmental_protection" : 0,
        "encumbrance" : 0,
        "coverage" : 15,
        "material_thickness" : 1,
        "flags" : ["VARSIZE", "BELTED", "OVERSIZE"],
        "use_action": "SHEATH_SWORD"
    },
    {
        "type" : "ARMOR",
        "id" : "ragpouch",
        "name" : "pouch",
        "name_plural" : "pouches",
        "weight" : 560,
        "color" : "light_gray",
        "covers" : ["TORSO"],
        "to_hit" : 1,
        "storage" : 9,
        "symbol" : "[",
        "description" : "A makeshift bag, cobbled together from rags.  Really gets in the way, but provides a decent amount of storage.",
        "price" : 1000,
        "material" : ["cotton", "null"],
        "volume" : 2,
        "cutting" : 0,
        "warmth" : 0,
        "phase" : "solid",
        "environmental_protection" : 0,
        "encumbrance" : 1,
        "bashing" : 1,
        "coverage" : 15,
        "flags" : ["BELTED", "OVERSIZE"],
        "material_thickness" : 1
    },
    {
        "type" : "ARMOR",
        "id" : "leather_pouch",
        "name" : "leather pouch",
        "name_plural" : "leather pouches",
        "weight" : 610,
        "color" : "brown",
        "covers" : ["TORSO"],
        "to_hit" : 1,
        "storage" : 6,
        "symbol" : "[",
        "description" : "A bag stitched together from leather scraps.  Doesn't hold an awful lot but is easy to wear.",
        "price" : 1000,
        "material" : ["leather", "null"],
        "volume" : 2,
        "cutting" : 0,
        "warmth" : 0,
        "phase" : "solid",
        "environmental_protection" : 0,
        "encumbrance" : 0,
        "bashing" : 1,
        "coverage" : 15,
        "flags" : ["BELTED", "OVERSIZE"],
        "material_thickness" : 1
    },
    {
        "type" : "ARMOR",
        "id" : "ring",
        "name" : "gold ring",
        "volume" : 0,
        "material_thickness" : 0,
        "storage" : 0,
        "description" : "A flashy gold ring.  You can wear it if you like, but it won't provide any effects.",
        "weight" : 10,
        "to_hit" : 0,
        "color" : "yellow",
        "encumbrance" : 0,
        "price" : 30000,
        "material" : ["gold", "null"],
        "coverage" : 0,
        "symbol" : "[",
        "bashing" : 0,
        "cutting" : 0,
        "warmth" : 0,
        "environmental_protection" : 0,
        "phase" : "solid",
        "flags" : ["FANCY"]
    },
    {

        "type" : "ARMOR",
        "id" : "fc_hairpin",
        "name" : "fancy hairpin",
        "volume" : 0,
        "material_thickness" : 0,
        "storage" : 0,
        "description" : "A pink hairpin with cute flower textures.",
        "weight" : 4,
        "to_hit" : 0,
        "color" : "pink",
        "encumbrance" : 0,
        "price" : 1000,
        "material" : ["plastic", "null"],
        "coverage" : 0,
        "symbol" : "[",
        "bashing" : 0,
        "cutting" : 0,
        "warmth" : 0,
        "environmental_protection" : 0,
        "phase" : "solid",
        "flags" : ["FANCY"]
    },
    {
        "type" : "ARMOR",
        "id" : "barrette",
        "name" : "barrette",
        "volume" : 0,
        "material_thickness" : 0,
        "storage" : 0,
        "description" : "A barrette with lots of ornaments.",
        "weight" : 5,
        "to_hit" : 0,
        "color" : "pink",
        "encumbrance" : 0,
        "price" : 800,
        "material" : ["plastic", "null"],
        "coverage" : 0,
        "symbol" : "[",
        "bashing" : 0,
        "cutting" : 0,
        "warmth" : 0,
        "environmental_protection" : 0,
        "phase" : "solid",
        "flags" : ["FANCY"]
    },
    {
        "type" : "ARMOR",
        "id" : "diamond_ring",
        "name" : "diamond ring",
        "volume" : 0,
        "material_thickness" : 0,
        "storage" : 0,
        "description" : "A gold ring with a sparkling diamond mounted on top of it.  Back in the old days this could be worth a fortune.",
        "weight" : 12,
        "to_hit" : 0,
        "color" : "yellow",
        "encumbrance" : 0,
        "price" : 190000,
        "material" : ["gold", "null"],
        "coverage" : 0,
        "symbol" : "[",
        "bashing" : 0,
        "cutting" : 0,
        "warmth" : 0,
        "environmental_protection" : 0,
        "phase" : "solid",
        "flags" : ["FANCY"]
    },
    {
        "type" : "ARMOR",
        "id" : "gold_ear",
        "name" : "gold earring",
        "volume" : 0,
        "material_thickness" : 0,
        "storage" : 0,
        "description" : "A shiny gold earring.  You can wear it if you like, but it won't provide any effects.",
        "weight" : 10,
        "to_hit" : 0,
        "color" : "yellow",
        "encumbrance" : 0,
        "price" : 13000,
        "material" : ["gold", "null"],
        "coverage" : 0,
        "symbol" : "[",
        "bashing" : 0,
        "cutting" : 0,
        "warmth" : 0,
        "environmental_protection" : 0,
        "phase" : "solid",
        "flags" : ["FANCY"]
    },
    {
        "type" : "ARMOR",
        "id" : "silver_ear",
        "name" : "silver earring",
        "volume" : 0,
        "material_thickness" : 0,
        "storage" : 0,
        "description" : "A beautiful silver earring.  You can wear it if you like, but it won't provide any effects.",
        "weight" : 10,
        "to_hit" : 0,
        "color" : "light_gray",
        "encumbrance" : 0,
        "price" : 8000,
        "material" : ["silver", "null"],
        "coverage" : 0,
        "symbol" : "[",
        "bashing" : 0,
        "cutting" : 0,
        "warmth" : 0,
        "environmental_protection" : 0,
        "phase" : "solid",
        "flags" : ["FANCY"]
    },
    {
        "type" : "ARMOR",
        "id" : "copper_ear",
        "name" : "copper earring",
        "volume" : 0,
        "material_thickness" : 0,
        "storage" : 0,
        "description" : "A copper earring.  It's pretty heavy, wearing it for an extended period of time may stretch your ear longer.",
        "weight" : 50,
        "to_hit" : 0,
        "color" : "brown",
        "encumbrance" : 0,
        "price" : 2900,
        "material" : ["iron", "null"],
        "coverage" : 0,
        "symbol" : "[",
        "bashing" : 0,
        "cutting" : 0,
        "warmth" : 0,
        "environmental_protection" : 0,
        "phase" : "solid"
    },
    {
        "type" : "ARMOR",
        "id" : "necklace",
        "name" : "silver necklace",
        "volume" : 0,
        "material_thickness" : 0,
        "storage" : 0,
        "description" : "A nice silver necklace.  You can wear it if you like, but it won't provide any effects.",
        "weight" : 28,
        "to_hit" : 0,
        "color" : "light_gray",
        "encumbrance" : 0,
        "price" : 12000,
        "material" : ["silver", "null"],
        "coverage" : 0,
        "symbol" : "[",
        "bashing" : 0,
        "cutting" : 0,
        "warmth" : 0,
        "environmental_protection" : 0,
        "phase" : "solid",
        "flags" : ["FANCY"]
    },
    {
        "type" : "ARMOR",
        "id" : "pearl_collar",
        "name" : "pearl collar",
        "volume" : 0,
        "material_thickness" : 0,
        "storage" : 0,
        "description" : "A collar made from round and lustrous pearls, its former owner must be a wealthy individual.",
        "weight" : 30,
        "to_hit" : 0,
        "color" : "white",
        "encumbrance" : 0,
        "price" : 590000,
        "material" : ["stone", "null"],
        "coverage" : 0,
        "symbol" : "[",
        "bashing" : 0,
        "cutting" : 0,
        "warmth" : 0,
        "environmental_protection" : 0,
        "phase" : "solid",
        "flags" : ["SUPER_FANCY"]
    },
    {
        "type" : "ARMOR",
        "id" : "locket",
        "name" : "locket",
        "volume" : 0,
        "material_thickness" : 0,
        "storage" : 0,
        "description" : "A small locket with a frame inside to store photographs or small objects.",
        "weight" : 26,
        "to_hit" : 0,
        "color" : "light_gray",
        "encumbrance" : 0,
        "price" : 4000,
        "material" : ["silver", "null"],
        "coverage" : 0,
        "symbol" : "[",
        "bashing" : 0,
        "cutting" : 0,
        "warmth" : 0,
        "environmental_protection" : 0,
        "phase" : "solid",
        "flags" : ["FANCY"]
    },
    {
        "type" : "ARMOR",
        "id" : "gold_bracelet",
        "name" : "gold bracelet",
        "volume" : 0,
        "material_thickness" : 0,
        "storage" : 0,
        "description" : "A fancy golden bracelet.  You can wear it if you like, but it won't provide any effects.",
        "weight" : 40,
        "to_hit" : 0,
        "color" : "yellow",
        "encumbrance" : 0,
        "price" : 46000,
        "material" : ["gold", "null"],
        "coverage" : 0,
        "symbol" : "[",
        "bashing" : 0,
        "cutting" : 0,
        "warmth" : 0,
        "environmental_protection" : 0,
        "phase" : "solid",
        "flags" : ["FANCY"]
    },
    {
        "type" : "ARMOR",
        "id" : "silver_bracelet",
        "name" : "silver bracelet",
        "volume" : 0,
        "material_thickness" : 0,
        "storage" : 0,
        "description" : "A nice silver bracelet.  You can wear it if you like, but it won't provide any effects.",
        "weight" : 36,
        "to_hit" : 0,
        "color" : "light_gray",
        "encumbrance" : 0,
        "price" : 25000,
        "material" : ["silver", "null"],
        "coverage" : 0,
        "symbol" : "[",
        "bashing" : 0,
        "cutting" : 0,
        "warmth" : 0,
        "environmental_protection" : 0,
        "phase" : "solid",
        "flags" : ["FANCY"]
    },
    {
        "type" : "ARMOR",
        "id" : "copper_bracelet",
        "name" : "copper bracelet",
        "volume" : 0,
        "material_thickness" : 0,
        "storage" : 0,
        "description" : "An old-fashioned, copper bracelet.",
        "weight" : 86,
        "to_hit" : 0,
        "color" : "brown",
        "encumbrance" : 0,
        "price" : 2500,
        "material" : ["iron", "null"],
        "coverage" : 0,
        "symbol" : "[",
        "bashing" : 0,
        "cutting" : 0,
        "warmth" : 0,
        "environmental_protection" : 0,
        "phase" : "solid"
    },
    {
        "type" : "ARMOR",
        "id" : "skinny_tie",
        "name" : "skinny tie",
        "volume" : 0,
        "material_thickness" : 0,
        "storage" : 0,
        "description" : "A skinny black and white checkered necktie.",
        "weight" : 12,
        "to_hit" : 0,
        "color" : "dark_gray",
        "encumbrance" : 0,
        "price" : 1000,
        "material" : ["cotton", "null"],
        "coverage" : 0,
        "symbol" : "[",
        "bashing" : 0,
        "cutting" : 0,
        "warmth" : 0,
        "environmental_protection" : 0,
        "phase" : "solid",
        "flags" : ["FANCY"]
    },
    {
        "type" : "ARMOR",
        "id" : "brooch",
        "name" : "jade brooch",
        "name_plural" : "jade brooches",
        "volume" : 0,
        "material_thickness" : 0,
        "storage" : 0,
        "description" : "A hand-crafted, jade brooch of Oriental origin.",
        "weight" : 26,
        "to_hit" : 0,
        "color" : "green",
        "encumbrance" : 0,
        "price" : 90000,
        "material" : ["stone", "null"],
        "coverage" : 0,
        "symbol" : "[",
        "bashing" : 0,
        "cutting" : 0,
        "warmth" : 0,
        "environmental_protection" : 0,
        "phase" : "solid",
        "flags" : ["FANCY"]
    },
    {
        "type" : "ARMOR",
        "id" : "small_relic",
        "name" : "small relic",
        "volume" : 0,
        "material_thickness" : 0,
        "storage" : 0,
        "description" : "A small relic from a forgotten saint.  As extraordinary as the world has become it may have some power yet.",
        "weight" : 50,
        "to_hit" : 0,
        "color" : "white",
        "encumbrance" : 0,
        "price" : 1000,
        "material" : ["bone", "silver"],
        "coverage" : 0,
        "symbol" : "[",
        "bashing" : 0,
        "cutting" : 0,
        "warmth" : 0,
        "environmental_protection" : 0,
        "phase" : "solid",
        "flags" : ["FANCY"]
    },
    {
        "type" : "ARMOR",
        "id" : "rad_badge",
        "name" : "radiation badge",
        "volume" : 0,
        "material_thickness" : 0,
        "storage" : 0,
        "description" : "A plastic badge with an embedded film strip.  The film strip changes color as it is exposed to radiation.  Wear on your lapel so you can notice if it changes.",
        "weight" : 20,
        "to_hit" : 0,
        "color" : "light_blue",
        "encumbrance" : 0,
        "price" : 8000,
        "//" : "These seem to be sold via subscription; makes a certain amount of sense, but low-bid seems a Bad Idea.",
        "material" : ["plastic", "null"],
        "coverage" : 0,
        "flags" : ["OVERSIZE"],
        "symbol" : "[",
        "bashing" : 0,
        "cutting" : 0,
        "warmth" : 0,
        "environmental_protection" : 0,
        "phase" : "solid"
    },
    {
        "type" : "ARMOR",
        "id" : "badge_deputy",
        "name" : "deputy badge",
        "volume" : 0,
        "material_thickness" : 0,
        "storage" : 0,
        "description" : "A tarnished silver star gives an air of authority to the wearer.",
        "weight" : 60,
        "to_hit" : 0,
        "color" : "yellow",
        "encumbrance" : 0,
        "price" : 5000,
        "material" : ["silver", "null"],
        "coverage" : 0,
        "bashing_protection" : 0,
        "symbol" : "[",
        "bashing" : 0,
        "cutting" : 0,
        "warmth" : 0,
        "environmental_protection" : 0,
        "phase" : "solid"
    },
    {
        "type" : "ARMOR",
        "id" : "badge_detective",
        "name" : "detective badge",
        "volume" : 0,
        "material_thickness" : 0,
        "storage" : 0,
        "description" : "A tarnished golden shield gives an air of authority to the wearer.",
        "weight" : 60,
        "to_hit" : 0,
        "color" : "yellow",
        "encumbrance" : 0,
        "price" : 5000,
        "material" : ["gold", "null"],
        "coverage" : 0,
        "bashing_protection" : 0,
        "symbol" : "[",
        "bashing" : 0,
        "cutting" : 0,
        "warmth" : 0,
        "environmental_protection" : 0,
        "phase" : "solid"
    },
    {
        "type" : "ARMOR",
        "id" : "badge_marshal",
        "name" : "marshal badge",
        "volume" : 0,
        "material_thickness" : 0,
        "storage" : 0,
        "description" : "A bright silver star strikes fear into the eyes of ne'er-do-wells.'",
        "weight" : 60,
        "to_hit" : 0,
        "color" : "yellow",
        "encumbrance" : 0,
        "price" : 10000,
        "material" : ["silver", "null"],
        "coverage" : 0,
        "bashing_protection" : 0,
        "symbol" : "[",
        "bashing" : 0,
        "cutting" : 0,
        "warmth" : 0,
        "environmental_protection" : 0,
        "phase" : "solid"
    },
    {
        "type" : "ARMOR",
        "id" : "american_flag",
        "name" : "american flag",
        "weight" : 3404,
        "color" : "light_red",
        "covers" : ["TORSO", "ARMS", "HANDS", "LEGS", "FEET"],
        "to_hit" : -1,
        "storage" : 0,
        "symbol" : "[",
        "coverage" : 60,
        "description" : "A large American flag made to fly in even the worst conditions.",
        "price" : 5000,
        "material" : ["cotton", "null"],
        "volume" : 8,
        "cutting" : 0,
        "warmth" : 20,
        "phase" : "solid",
        "environmental_protection" : 1,
        "encumbrance" : 5,
        "bashing" : -5,
        "flags" : ["OVERSIZE", "OUTER"],
        "material_thickness" : 1
    },
    {
        "type" : "ARMOR",
        "id" : "sheet",
        "name" : "sheet",
        "weight" : 771,
        "color" : "white",
        "covers" : ["TORSO", "ARMS", "HANDS", "LEGS", "FEET"],
        "to_hit" : -1,
        "storage" : 0,
        "symbol" : "[",
        "description" : "A large fabric sheet, could be used as a curtain or bedsheets; or cut up for a bunch of rags.",
        "price" : 2000,
        "material" : ["cotton", "null"],
        "volume" : 20,
        "cutting" : 0,
        "warmth" : 10,
        "phase" : "solid",
        "environmental_protection" : 0,
        "encumbrance" : 1,
        "bashing" : 0,
        "coverage" : 100,
        "flags" : ["OVERSIZE", "OUTER"],
        "material_thickness" : 3
    },
    {
        "type" : "ARMOR",
        "id" : "blanket",
        "name" : "blanket",
        "weight" : 1123,
        "color" : "blue",
        "covers" : ["TORSO", "ARMS", "HANDS", "LEGS", "FEET"],
        "to_hit" : -1,
        "storage" : 0,
        "symbol" : "[",
        "description" : "Hiding under here will not protect you from the monsters.",
        "price" : 5500,
        "material" : ["cotton", "null"],
        "volume" : 10,
        "cutting" : 0,
        "warmth" : 50,
        "phase" : "solid",
        "environmental_protection" : 1,
        "encumbrance" : 5,
        "bashing" : -5,
        "coverage" : 100,
        "flags" : ["OVERSIZE", "OUTER"],
        "material_thickness" : 3
    },
    {
        "type" : "ARMOR",
        "id" : "down_blanket",
        "name" : "down-filled blanket",
        "weight" : 1323,
        "color" : "blue",
        "covers" : ["TORSO", "ARMS", "HANDS", "LEGS", "FEET"],
        "to_hit" : -1,
        "storage" : 0,
        "symbol" : "[",
        "description" : "Hiding under here will not protect you from the monsters, but it'll keep you warm.",
        "price" : 5500,
        "material" : ["cotton", "null"],
        "volume" : 14,
        "cutting" : 0,
        "warmth" : 70,
        "phase" : "solid",
        "environmental_protection" : 1,
        "encumbrance" : 6,
        "bashing" : -5,
        "coverage" : 100,
        "flags" : ["OVERSIZE", "OUTER"],
        "material_thickness" : 3
    },
    {
        "type" : "ARMOR",
        "id" : "fur_blanket",
        "name" : "fur blanket",
        "weight" : 1986,
        "color" : "brown",
        "covers" : ["TORSO", "ARMS", "HANDS", "LEGS", "FEET"],
        "to_hit" : -1,
        "storage" : 0,
        "symbol" : "[",
        "description" : "A heavy fur blanket that covers most of your body.",
        "price" : 19500,
        "material" : ["cotton", "fur"],
        "volume" : 14,
        "cutting" : 0,
        "warmth" : 80,
        "phase" : "solid",
        "environmental_protection" : 1,
        "encumbrance" : 6,
        "bashing" : -5,
        "coverage" : 100,
        "flags" : ["OVERSIZE", "OUTER"],
        "material_thickness" : 4
    },
    {
        "type" : "ARMOR",
        "id" : "sleeping_bag",
        "name" : "sleeping bag",
        "weight" : 981,
        "color" : "light_red",
        "covers" : ["TORSO", "HEAD", "MOUTH", "ARMS", "HANDS", "LEGS", "FEET"],
        "to_hit" : -1,
        "storage" : 0,
        "symbol" : "[",
        "description" : "A large sleeping bag that covers you head to toe.",
        "price" : 20500,
        "material" : ["cotton", "null"],
        "volume" : 14,
        "cutting" : 0,
        "warmth" : 80,
        "phase" : "solid",
        "environmental_protection" : 1,
        "encumbrance" : 10,
        "bashing" : -5,
        "coverage" : 100,
        "flags" : ["OVERSIZE", "OUTER"],
        "material_thickness" : 4
    },
    {
        "type" : "ARMOR",
        "id" : "sleeping_bag_fur",
        "name" : "fur sleeping bag",
        "weight" : 1175,
        "color" : "brown",
        "covers" : ["TORSO", "HEAD", "MOUTH", "ARMS", "HANDS", "LEGS", "FEET"],
        "to_hit" : -1,
        "storage" : 0,
        "symbol" : "[",
        "description" : "A large sleeping bag lined with fur.  Who needs a tent?",
        "price" : 32500,
        "material" : ["cotton", "fur"],
        "volume" : 18,
        "cutting" : 0,
        "warmth" : 100,
        "phase" : "solid",
        "environmental_protection" : 1,
        "encumbrance" : 10,
        "bashing" : -5,
        "coverage" : 100,
        "flags" : ["OVERSIZE", "OUTER"],
        "material_thickness" : 5
    },
    {
        "type" : "ARMOR",
        "id" : "house_coat",
        "name" : "housecoat",
        "weight" : 580,
        "color" : "blue",
        "covers" : ["TORSO", "ARMS", "LEGS"],
        "to_hit" : -1,
        "storage" : 6,
        "symbol" : "[",
        "description" : "Makes you wish you had running water to take a shower.",
        "price" : 2200,
        "material" : ["cotton", "null"],
        "volume" : 8,
        "cutting" : 0,
        "warmth" : 20,
        "phase" : "solid",
        "environmental_protection" : 1,
        "encumbrance" : 1,
        "bashing" : -5,
        "coverage" : 85,
        "flags" : ["OUTER", "OVERSIZE"],
        "material_thickness" : 2
    },
    {
        "type" : "ARMOR",
        "id" : "snuggie",
        "name" : "snuggie",
        "weight" : 625,
        "color" : "light_red",
        "covers" : ["TORSO", "ARMS", "LEGS"],
        "to_hit" : -1,
        "storage" : 0,
        "symbol" : "[",
        "description" : "Perfect for reading all those books you scavenged.",
        "price" : 3600,
        "material" : ["cotton", "null"],
        "volume" : 12,
        "cutting" : 0,
        "warmth" : 50,
        "phase" : "solid",
        "environmental_protection" : 1,
        "encumbrance" : 4,
        "bashing" : -5,
        "coverage" : 85,
        "flags" : ["OVERSIZE", "OUTER"],
        "material_thickness" : 3
    },
    {
        "type" : "ARMOR",
        "id" : "cloak",
        "name" : "cloak",
        "weight" : 1175,
        "color" : "green",
        "covers" : ["TORSO", "HEAD", "ARMS", "LEGS"],
        "to_hit" : -1,
        "storage" : 0,
        "symbol" : "[",
        "description" : "A heavy cloak that is thrown over your body.",
        "price" : 10700,
        "material" : ["cotton", "null"],
        "volume" : 12,
        "cutting" : 0,
        "warmth" : 30,
        "phase" : "solid",
        "environmental_protection" : 3,
        "encumbrance" : 1,
        "bashing" : -5,
        "coverage" : 65,
        "flags" : ["OVERSIZE", "HOOD", "OUTER", "VARSIZE"],
        "material_thickness" : 2
    },
    {
        "type" : "ARMOR",
        "id" : "optical_cloak",
        "name" : "FB51 optical cloak",
        "weight" : 1552,
        "color" : "light_gray",
        "covers" : ["TORSO", "HEAD", "ARMS", "LEGS"],
        "to_hit" : -1,
        "storage" : 0,
        "symbol" : "[",
        "description" : "A plastic cloak embedded with cameras and LEDs that will render you fully invisible to normal vision when powered and worn.  You must be carrying a powered-on unified power supply, or UPS, to use it.",
        "price" : 5500000,
        "material" : ["plastic", "null"],
        "volume" : 14,
        "cutting" : 0,
        "warmth" : 10,
        "phase" : "solid",
        "environmental_protection" : 4,
        "encumbrance" : 5,
        "bashing" : -5,
        "coverage" : 65,
        "use_action": {
            "type": "ups_based_armor",
            "activate_msg": "Your optical cloak flickers as it becomes transparent",
            "deactive_msg": "Your optical cloak flickers for a moment as it becomes opaque."
        },
        "flags" : ["OVERSIZE", "HOOD", "WATERPROOF", "OUTER", "VARSIZE"],
        "material_thickness" : 1
    },
    {
        "type" : "ARMOR",
        "id" : "cloak_fur",
        "name" : "fur cloak",
        "weight" : 1735,
        "color" : "brown",
        "covers" : ["TORSO", "HEAD", "ARMS", "LEGS"],
        "to_hit" : -1,
        "storage" : 0,
        "symbol" : "[",
        "description" : "A heavy fur cloak that is thrown over your body.",
        "price" : 24500,
        "material" : ["fur", "null"],
        "volume" : 16,
        "cutting" : 0,
        "warmth" : 60,
        "phase" : "solid",
        "environmental_protection" : 3,
        "encumbrance" : 1,
        "bashing" : -5,
        "coverage" : 65,
        "flags" : ["OVERSIZE", "HOOD", "OUTER", "VARSIZE"],
        "material_thickness" : 2
    },
    {
        "type" : "ARMOR",
        "id" : "cloak_leather",
        "name" : "leather cloak",
        "weight" : 2060,
        "color" : "dark_gray",
        "covers" : ["TORSO", "HEAD", "ARMS", "LEGS"],
        "to_hit" : -1,
        "storage" : 0,
        "symbol" : "[",
        "description" : "A heavy leather cloak that is thrown over your body.  Provides decent protection.",
        "price" : 24500,
        "material" : ["leather", "null"],
        "volume" : 14,
        "cutting" : 0,
        "warmth" : 40,
        "phase" : "solid",
        "environmental_protection" : 3,
        "encumbrance" : 1,
        "bashing" : -5,
        "coverage" : 65,
        "flags" : ["OVERSIZE", "HOOD", "OUTER", "VARSIZE"],
        "material_thickness" : 2
    },
    {
        "type" : "ARMOR",
        "id" : "jedi_cloak",
        "name" : "jedi cloak",
        "weight" : 1587,
        "color" : "brown",
        "covers" : ["TORSO", "HEAD", "ARMS", "HANDS", "LEGS"],
        "to_hit" : -1,
        "storage" : 0,
        "symbol" : "[",
        "description" : "Stylish cloak.",
        "price" : 22500,
        "material" : ["cotton", "null"],
        "volume" : 10,
        "cutting" : 0,
        "warmth" : 50,
        "phase" : "solid",
        "environmental_protection" : 5,
        "encumbrance" : 0,
        "bashing" : -5,
        "coverage" : 95,
        "flags" : ["OVERSIZE", "OUTER", "VARSIZE"],
        "material_thickness" : 2
    },
    {
        "type" : "ARMOR",
        "id" : "power_armor_basic",
        "category" : "armor",
        "name" : "basic power armor",
        "description" : "The DoubleTech Power Armor, Mk.  I: A heavy suit of basic power armor, offering very good protection against attacks, but hard to move in.  The UPS power supply compartment can store other things if you don't mind powering the suit yourself.  Like all DoubleTech power armor, the control and climate-regulation systems require direct skin contact.",
        "weight" : 20339,
        "environmental_protection" : 10,
        "color" : "light_gray",
        "symbol" : "[",
        "material" : ["steel", "null"],
        "covers" : ["TORSO", "ARMS", "HANDS", "LEGS", "FEET"],
        "price" : 7000000,
        "cutting" : 0,
        "phase" : "solid",
        "volume" : 100,
        "to_hit" : 1,
        "power_armor" : true,
        "storage" : 10,
        "warmth" : 90,
        "encumbrance" : 5,
        "bashing" : 1,
        "flags" : ["WATERPROOF", "STURDY", "ELECTRIC_IMMUNE"],
        "use_action": {
            "type": "ups_based_armor",
            "activate_msg": "Your power armor engages."
        },
        "coverage" : 100,
        "material_thickness" : 11
    },
    {
        "type" : "ARMOR",
        "id" : "power_armor_helmet_basic",
        "category" : "armor",
        "name" : "basic power armor helmet",
        "description" : "A basic helmet, designed for use with the DoubleTech Power Armor, Mk.  I.  Offers excellent protection from both attacks and environmental hazards.  Like all DoubleTech power armor, the control and climate-regulation systems require direct skin contact.",
        "weight" : 3628,
        "environmental_protection" : 10,
        "color" : "light_gray",
        "symbol" : "[",
        "material" : ["steel", "null"],
        "covers" : ["HEAD", "EYES", "MOUTH"],
        "price" : 2500000,
        "cutting" : 0,
        "phase" : "solid",
        "volume" : 20,
        "to_hit" : 1,
        "power_armor" : true,
        "storage" : 0,
        "warmth" : 90,
        "encumbrance" : 5,
        "bashing" : 1,
        "coverage" : 100,
        "material_thickness" : 11,
        "flags" : ["WATCH", "WATERPROOF", "STURDY", "THERMOMETER"]
    },
    {
        "type" : "ARMOR",
        "id" : "power_armor_light",
        "category" : "armor",
        "name" : "light power armor",
        "description" : "A suit of DoubleTech Power Armor, Mk.  II-L.  This model offers several improvements over the Mk.  I, most notably the reduced weight.  Like all DoubleTech power armor, the control and climate-regulation systems require direct skin contact.",
        "weight" : 7670,
        "environmental_protection" : 8,
        "color" : "dark_gray",
        "symbol" : "[",
        "material" : ["superalloy", "plastic"],
        "covers" : ["TORSO", "ARMS", "HANDS", "LEGS", "FEET"],
        "price" : 11500000,
        "cutting" : 0,
        "phase" : "solid",
        "volume" : 60,
        "to_hit" : 1,
        "power_armor" : true,
        "storage" : 16,
        "warmth" : 60,
        "encumbrance" : 4,
        "bashing" : 1,
        "flags" : ["WATERPROOF", "STURDY", "ELECTRIC_IMMUNE"],
        "use_action": {
            "type": "ups_based_armor",
            "activate_msg": "Your power armor engages."
        },
        "coverage" : 100,
        "material_thickness" : 9
    },
    {
        "type" : "ARMOR",
        "id" : "power_armor_helmet_light",
        "category" : "armor",
        "name" : "light power armor helmet",
        "description" : "A power armor helmet designed for use with the DoubleTech Power Armor, Mk.  II-L.  This improved design is lighter and cooler than the Mk.  I helmet.  Like all DoubleTech power armor, the control and climate-regulation systems require direct skin contact.",
        "weight" : 1814,
        "environmental_protection" : 8,
        "color" : "dark_gray",
        "symbol" : "[",
        "material" : ["superalloy", "plastic"],
        "covers" : ["HEAD", "EYES", "MOUTH"],
        "price" : 3750000,
        "cutting" : 0,
        "phase" : "solid",
        "volume" : 16,
        "to_hit" : 1,
        "power_armor" : true,
        "storage" : 0,
        "warmth" : 60,
        "encumbrance" : 4,
        "bashing" : 1,
        "coverage" : 100,
        "material_thickness" : 9,
        "flags" : ["WATCH", "WATERPROOF", "STURDY", "THERMOMETER"]
    },
    {
        "type" : "ARMOR",
        "id" : "power_armor_heavy",
        "category" : "armor",
        "name" : "heavy power armor",
        "description" : "A suit of DoubleTech Power Armor, Mk.  II-H.  This model offers several improvements over the Mk.  I, most notably the improved environmental protection.  Like all DoubleTech power armor, the control and climate-regulation systems require direct skin contact.",
        "weight" : 29009,
        "environmental_protection" : 16,
        "color" : "dark_gray",
        "symbol" : "[",
        "material" : ["hardsteel", "steel"],
        "covers" : ["TORSO", "ARMS", "HANDS", "LEGS", "FEET"],
        "price" : 11500000,
        "cutting" : 0,
        "phase" : "solid",
        "volume" : 120,
        "to_hit" : 1,
        "power_armor" : true,
        "storage" : 16,
        "warmth" : 60,
        "encumbrance" : 6,
        "bashing" : 1,
        "flags" : ["WATERPROOF", "STURDY", "ELECTRIC_IMMUNE"],
        "use_action": {
            "type": "ups_based_armor",
            "activate_msg": "Your power armor engages."
        },
        "coverage" : 100,
        "material_thickness" : 12
    },
    {
        "type" : "ARMOR",
        "id" : "power_armor_helmet_heavy",
        "category" : "armor",
        "name" : "heavy power armor helmet",
        "description" : "A power armor helmet designed for use with the DoubleTech Power Armor, Mk.  II-H.  This improved design is heavier than the Mk.  I helmet, but cooler, and offers better environmental protection.  Like all DoubleTech power armor, the control and climate-regulation systems require direct skin contact.",
        "weight" : 5442,
        "environmental_protection" : 16,
        "color" : "dark_gray",
        "symbol" : "[",
        "material" : ["hardsteel", "steel"],
        "covers" : ["HEAD", "EYES", "MOUTH"],
        "price" : 3750000,
        "cutting" : 0,
        "phase" : "solid",
        "volume" : 28,
        "to_hit" : 1,
        "power_armor" : true,
        "storage" : 0,
        "warmth" : 60,
        "encumbrance" : 6,
        "bashing" : 1,
        "coverage" : 100,
        "material_thickness" : 12,
        "flags" : ["WATCH", "WATERPROOF", "STURDY", "THERMOMETER"]
    },
    {
        "type" : "ARMOR",
        "id" : "power_armor_frame",
        "category" : "armor",
        "name" : "power armor hauling frame",
        "description" : "A heavy duty hauling frame designed to interface with power armor.",
        "weight" : 1640,
        "color" : "light_gray",
        "price" : 1000000,
        "material" : ["steel", "null"],
        "volume" : 48,
        "cutting" : 0,
        "warmth" : 0,
        "phase" : "solid",
        "environmental_protection" : 0,
        "to_hit" : 1,
        "power_armor" : true,
        "storage" : 120,
        "encumbrance" : 4,
        "bashing" : 1,
        "symbol" : "[",
        "flags" : ["WATERPROOF", "STURDY", "BELTED"],
        "coverage" : 100,
        "material_thickness" : 10
    },
    {
        "type" : "ARMOR",
        "id" : "depowered_armor",
        "category" : "armor",
        "name" : "salvaged power armor",
        "description" : "The DoubleTech Power Armor, Mk.  I: A heavy suit of basic power armor, offering very good protection against attacks, but hard to move in.  This suit has had its servos and cooling system stripped out, meaning it no longer requires power, but also encumbers you greatly and doesn't provide internal thermal regulation.",
        "weight" : 12214,
        "environmental_protection" : 6,
        "color" : "light_gray",
        "symbol" : "[",
        "material" : ["steel", "null"],
        "covers" : ["TORSO", "ARMS", "HANDS", "LEGS", "FEET"],
        "price" : 70000,
        "//" : "These are much cheaper than powered suits, because they're extremely heavy and impractical.  The good stuff is gone!",
        "cutting" : 0,
        "phase" : "solid",
        "volume" : 100,
        "to_hit" : 1,
        "power_armor" : false,
        "storage" : 0,
        "warmth" : 50,
        "encumbrance" : 4,
        "bashing" : 1,
        "flags" : ["WATERPROOF", "STURDY"],
        "coverage" : 95,
        "material_thickness" : 8
    },
    {
        "type" : "ARMOR",
        "id" : "depowered_helmet",
        "category" : "armor",
        "name" : "salvaged power armor helmet",
        "description" : "A basic helmet, designed for use with the DoubleTech Power Armor, Mk.  I.  Offers excellent protection from both attacks and environmental hazards.  This suit has had its internal computer and cooling system stripped out, meaning it no longer requires power, but it has no internal chronometer and doesn't provide internal thermal regulation.",
        "weight" : 2416,
        "environmental_protection" : 6,
        "color" : "light_gray",
        "symbol" : "[",
        "material" : ["steel", "null"],
        "covers" : ["HEAD", "EYES", "MOUTH"],
        "price" : 30000,
        "cutting" : 0,
        "phase" : "solid",
        "volume" : 20,
        "to_hit" : 1,
        "power_armor" : false,
        "storage" : 0,
        "warmth" : 50,
        "encumbrance" : 4,
        "bashing" : 1,
        "coverage" : 95,
        "material_thickness" : 8,
        "flags" : ["WATERPROOF", "STURDY"]
    },
    {
        "type" : "ARMOR",
        "id" : "arm_splint",
        "name" : "arm splint",
        "description" : "A tool to help set bones and hold them in place.",
        "weight" : 300,
        "color" : "white",
        "covers" : ["ARMS"],
        "price" : 20000,
        "material" : ["wood", "cotton"],
        "volume" : 4,
        "cutting" : 0,
        "warmth" : 5,
        "phase" : "solid",
        "environmental_protection" : 0,
        "to_hit" : 0,
        "storage" : 0,
        "encumbrance" : 7,
        "bashing" : 0,
        "symbol" : "[",
        "flags" : ["WATER_FRIENDLY", "OUTER"],
        "coverage" : 75,
        "material_thickness" : 1
    },
    {
        "type" : "ARMOR",
        "id" : "leg_splint",
        "name" : "leg splint",
        "description" : "A tool to help set bones and hold them in place.",
        "weight" : 500,
        "color" : "white",
        "covers" : ["LEGS"],
        "price" : 20000,
        "material" : ["wood", "cotton"],
        "volume" : 4,
        "cutting" : 0,
        "warmth" : 5,
        "phase" : "solid",
        "environmental_protection" : 0,
        "to_hit" : 0,
        "storage" : 0,
        "encumbrance" : 7,
        "bashing" : 0,
        "symbol" : "[",
        "flags" : ["WATER_FRIENDLY", "OUTER"],
        "coverage" : 75,
        "material_thickness" : 1
    },
    {
        "type" : "ARMOR",
        "id" : "legguard_hard",
        "name" : "pair of hard leg guards",
        "name_plural" : "pairs of hard leg guards",
        "category" : "armor",
        "weight" : 625,
        "color" : "dark_gray",
        "covers" : ["LEGS"],
        "to_hit" : 1,
        "storage" : 0,
        "symbol" : "[",
        "description" : "A pair of polyurethane leg guards with neoprene backing.",
        "price" : 3400,
        "material" : ["plastic", "cotton"],
        "volume" : 12,
        "cutting" : 0,
        "warmth" : 20,
        "phase" : "solid",
        "environmental_protection" : 1,
        "encumbrance" : 1,
        "bashing" : -5,
        "flags" : ["SKINTIGHT", "WATER_FRIENDLY"],
        "coverage" : 75,
        "material_thickness" : 4
  },
    {
        "type" : "ARMOR",
        "id" : "knee_pads",
        "name" : "pair of knee pads",
        "name_plural" : "pairs of knee pads",
        "category" : "armor",
        "weight" : 210,
        "color" : "dark_gray",
        "covers" : ["LEGS"],
        "to_hit" : 1,
        "storage" : 0,
        "symbol" : "[",
        "description" : "A pair of knee pads made of stout plastic and cloth.",
        "price" : 2500,
        "material" : ["plastic", "cotton"],
        "volume" : 6,
        "cutting" : 0,
        "warmth" : 0,
        "phase" : "solid",
        "environmental_protection" : 0,
        "encumbrance" : 0,
        "bashing" : -5,
        "flags" : ["VARSIZE", "WATER_FRIENDLY", "BELTED"],
        "coverage" : 30,
        "material_thickness" : 5
    },
  {
        "type" : "ARMOR",
        "id" : "legguard_metal",
        "name" : "pair of metal leg guards",
        "name_plural" : "pairs of metal leg guards",
        "category" : "armor",
        "weight" : 2260,
        "color" : "light_gray",
        "covers" : ["LEGS"],
        "to_hit" : 1,
        "storage" : 0,
        "symbol" : "[",
        "description" : "A pair of leg guards hammered out from metal.  Very stylish.",
        "flags" : ["BELTED"],
        "price" : 40000,
        "material" : ["iron", "null"],
        "volume" : 22,
        "cutting" : 0,
        "warmth" : 10,
        "phase" : "solid",
        "environmental_protection" : 1,
        "encumbrance" : 2,
        "bashing" : -5,
        "coverage" : 70,
        "material_thickness" : 4
    },
    {
        "type" : "ARMOR",
        "id" : "wristwatch",
        "name" : "wrist watch",
        "name_plural" : "wrist watches",
        "volume" : 1,
        "material_thickness" : 0,
        "storage" : 0,
        "description" : "A simple wristwatch on a plastic band.  Tells the time and has an alarm clock feature.",
        "weight" : 50,
        "to_hit" : -1,
        "color" : "dark_gray",
        "encumbrance" : 0,
        "price" : 5000,
        "material" : ["plastic", "steel"],
        "flags" : ["WATCH", "ALARMCLOCK"],
        "coverage" : 1,
        "symbol" : "[",
        "bashing" : 0,
        "cutting" : 0,
        "warmth" : 0,
        "environmental_protection" : 0,
        "phase" : "solid"
    },
    {
        "type" : "ARMOR",
        "id" : "diving_watch",
        "name" : "diver's watch",
        "name_plural" : "diver's watches",
        "volume" : 1,
        "material_thickness" : 0,
        "storage" : 0,
        "description" : "A waterproof, self-winding watch on a steel watchband.  Tells the time and is impervious to water.",
        "weight" : 65,
        "to_hit" : -1,
        "color" : "light_gray",
        "encumbrance" : 0,
        "price" : 12000,
        "material" : ["steel", "null"],
        "flags" : ["WATCH", "WATERFRIENDLY"],
        "coverage" : 1,
        "symbol" : "[",
        "bashing" : 0,
        "cutting" : 0,
        "warmth" : 0,
        "environmental_protection" : 0,
        "phase" : "solid"
    },
    {
        "type" : "ARMOR",
        "id" : "gold_watch",
        "name" : "gold watch",
        "name_plural" : "gold watches",
        "volume" : 1,
        "material_thickness" : 0,
        "storage" : 0,
        "description" : "A gold-plated steel self-winding wristwatch, suitable for a retirement present.  Tells the time and looks good.",
        "weight" : 65,
        "to_hit" : -1,
        "color" : "yellow",
        "encumbrance" : 0,
        "price" : 50000,
        "material" : ["steel", "gold"],
        "flags" : ["WATCH", "FANCY"],
        "coverage" : 1,
        "symbol" : "[",
        "bashing" : 0,
        "cutting" : 0,
        "warmth" : 0,
        "environmental_protection" : 0,
        "phase" : "solid"
    },
    {
        "type" : "ARMOR",
        "id" : "sf_watch",
        "name" : "fancy watch",
        "name_plural" : "fancy watches",
        "volume" : 1,
        "material_thickness" : 0,
        "storage" : 0,
        "description" : "A rather large and expensively made wristwatch.  Tells the time in elegantly wrought gold with silver detailing.  It's really the only timepiece suitable for someone of your exquisitely discerning tastes.",
        "weight" : 80,
        "to_hit" : -1,
        "color" : "yellow",
        "encumbrance" : 0,
        "//" : "That's about the midpoint for a rolex.",
        "price" : 2200000,
        "material" : ["gold", "silver"],
        "flags" : ["WATCH", "SUPER_FANCY"],
        "coverage" : 1,
        "symbol" : "[",
        "bashing" : 0,
        "cutting" : 0,
        "warmth" : 0,
        "environmental_protection" : 0,
        "phase" : "solid"
    },
    {
        "type" : "ARMOR",
        "id" : "hat_chef",
        "name" : "toque",
        "weight" : 140,
        "color" : "white",
        "covers" : ["HEAD"],
        "to_hit" : 0,
        "storage" : 0,
        "symbol" : "[",
        "description" : "A traditional chef's hat, standing tall and proud against the vulgarities of the world.",
        "price" : 500,
        "material" : ["cotton", "null"],
        "volume" : 2,
        "cutting" : 0,
        "warmth" : 5,
        "phase" : "solid",
        "environmental_protection" : 1,
        "encumbrance" : 0,
        "bashing" : -3,
        "coverage" : 75,
        "material_thickness" : 2
    },
    {
        "type" : "ARMOR",
        "id" : "jacket_chef",
        "name" : "chef's jacket",
        "weight" : 720,
        "color" : "white",
        "covers" : ["TORSO", "ARMS"],
        "to_hit" : 0,
        "storage" : 5,
        "symbol" : "[",
        "description" : "This double-breasted uniform is unusually thick to protect against the heat of the kitchen.",
        "flags" : ["OUTER"],
        "price" : 7000,
        "material" : ["cotton", "null"],
        "volume" : 7,
        "cutting" : 0,
        "warmth" : 25,
        "phase" : "solid",
        "environmental_protection" : 0,
        "encumbrance" : 0,
        "bashing" : -8,
        "cut": -2,
        "coverage" : 95,
        "material_thickness" : 3
    },
    {
        "type" : "ARMOR",
        "id" : "pants_checkered",
        "name" : "checkered pants",
        "name_plural" : "checkered pants",
        "weight" : 630,
        "color" : "dark_gray",
        "covers" : ["LEGS"],
        "to_hit" : 0,
        "storage" : 3,
        "symbol" : "[",
        "description" : "In a pinch, these pants can be used for an impromptu game of checkers.",
        "price" : 4000,
        "material" : ["cotton", "null"],
        "volume" : 5,
        "cutting" : 0,
        "warmth" : 15,
        "phase" : "solid",
        "environmental_protection" : 0,
        "encumbrance" : 0,
        "bashing" : -2,
        "cut": 0,
        "coverage" : 95,
        "material_thickness" : 1
    },
    {
        "type" : "ARMOR",
        "id" : "armor_scrapsuit",
        "name" : "scrap suit",
        "category" : "armor",
        "weight" : 9534,
        "color" : "light_gray",
        "covers" : ["TORSO", "LEGS", "ARMS"],
        "to_hit" : -5,
        "storage" : 0,
        "symbol" : "[",
        "description" : "A suit of armor forged from scraps of metal; provides decent protection, but the loose collection of plates jangles and clangs as you walk, attracting the attention of all nearby.",
        "price" : 70000,
        "material" : ["steel", "null"],
        "cutting" : 8,
        "warmth" : 20,
        "phase" : "solid",
        "environmental_protection" : 0,
        "encumbrance" : 4,
        "bashing" : 6,
        "flags" : ["VARSIZE", "OUTER"],
        "volume": 62,
        "coverage" : 90,
        "material_thickness" : 3
    },
    {
        "type" : "ARMOR",
        "id" : "bookplate",
        "name" : "bookplate",
        "category" : "armor",
        "weight" : 1790,
        "color" : "light_gray",
        "covers" : ["TORSO"],
        "to_hit" : -1,
        "storage" : 0,
        "symbol" : "O",
        "description" : "A crude form of armor made from stacked paper and rolls of duct tape, this breastplate offers a surprising amount of protection.",
        "flags" : ["BELTED"],
        "price" : 4200,
        "material" : ["paper", "null"],
        "volume" : 38,
        "cutting" : -10,
        "warmth" : 10,
        "phase" : "solid",
        "environmental_protection" : 0,
        "encumbrance" : 2,
        "bashing" : -10,
        "coverage" : 75,
        "material_thickness" : 3
    },
    {
        "type" : "ARMOR",
        "id" : "2byarm_guard",
        "name" : "pair of 2-by-arm guards",
        "name_plural" : "pairs of 2-by-arm guards",
        "category" : "armor",
        "description" : "A pair of improvised arm guards made from broken pieces of a two by four that are tied to your arms with rags and string, they offer good protection but are really uncomfortable to wear.",
        "flags" : ["BELTED"],
        "weight" : 300,
        "techniques" : ["WBLOCK_1"],
        "color" : "brown",
        "covers" : ["ARMS"],
        "price" : 500,
        "material" : ["wood" ,"null"],
        "volume" : 6,
        "cutting" : 0,
        "warmth" : 5,
        "phase" : "solid",
        "environmental_protection" : 0,
        "to_hit" : -1,
        "storage" : 0,
        "encumbrance" : 3,
        "bashing" : 8,
        "symbol" : "[",
        "coverage" : 75,
        "material_thickness" : 3
    },
    {
        "type" : "ARMOR",
        "id" : "2byshin_guard",
        "name" : "pair of 2-by-shin guards",
        "name_plural" : "pairs of 2-by-shin guards",
        "category" : "armor",
        "description" : "A pair of improvised shin guards made from broken pieces of a two by four that are tied to your shins with rags and string, they offer good protection but are really hard to run with.",
        "flags" : ["BELTED"],
        "weight" : 300,
        "color" : "brown",
        "covers" : ["LEGS"],
        "price" : 500,
        "material" : ["wood" ,"null"],
        "volume" : 6,
        "cutting" : 0,
        "warmth" : 5,
        "phase" : "solid",
        "environmental_protection" : 0,
        "to_hit" : -1,
        "storage" : 0,
        "encumbrance" : 2,
        "bashing" : 8,
        "symbol" : "[",
        "coverage" : 45,
        "material_thickness" : 3
    },
    {
        "type" : "ARMOR",
        "id" : "gloves_wraps",
        "name" : "pair of hand wraps",
        "name_plural" : "pairs of hand wraps",
        "weight" : 100,
        "color" : "white",
        "covers" : ["HANDS"],
        "to_hit" : 2,
        "storage" : 0,
        "symbol" : "[",
        "description" : "Long pieces of cloth that are meant to be wrapped around your hands to provide small amounts of protection while punching and performing other general mischief.",
        "price" : 500,
        "material" : ["cotton", "null"],
        "volume" : 1,
        "cutting" : 0,
        "warmth" : 5,
        "phase" : "solid",
        "environmental_protection" : 0,
        "encumbrance" : 0,
        "bashing" : -3,
        "flags" : ["VARSIZE", "SKINTIGHT", "OVERSIZE"],
        "coverage" : 50,
        "material_thickness" : 1
    },
    {
        "type" : "ARMOR",
        "id" : "lsurvivor_suit",
        "category" : "armor",
        "name" : "light survivor suit",
        "weight" : 5100,
        "color" : "green",
        "covers" : ["LEGS", "TORSO", "ARMS"],
        "to_hit" : -3,
        "storage" : 30,
        "symbol" : "[",
        "description" : "A lightweight, home-built combination armor made from a cut-down bulletproof vest and a reinforced jumpsuit made out of fabric.  Protects from the elements as well as from harm.",
        "price" : 110000,
        "material" : ["kevlar", "cotton"],
        "volume" : 42,
        "cutting" : 0,
        "warmth" : 15,
        "phase" : "solid",
        "environmental_protection" : 10,
        "encumbrance" : 1,
        "bashing" : 6,
        "flags" : ["VARSIZE", "WATERPROOF", "POCKETS", "HOOD", "RAINPROOF", "STURDY"],
        "coverage" : 100,
        "material_thickness" : 3
    },
    {
        "type" : "ARMOR",
        "id" : "survivor_suit",
        "category" : "armor",
        "name" : "survivor suit",
        "weight" : 6800,
        "color" : "brown",
        "covers" : ["LEGS", "TORSO", "ARMS"],
        "to_hit" : -3,
        "storage" : 28,
        "symbol" : "[",
        "description" : "A home-built combination armor made from a bulletproof vest and a reinforced jumpsuit made out of leather.  Protects from the elements as well as from harm.",
        "price" : 150000,
        "material" : ["kevlar", "leather"],
        "volume" : 46,
        "cutting" : 0,
        "warmth" : 15,
        "phase" : "solid",
        "environmental_protection" : 10,
        "encumbrance" : 2,
        "bashing" : 6,
        "flags" : ["VARSIZE", "WATERPROOF", "POCKETS", "HOOD", "RAINPROOF", "STURDY"],
        "coverage" : 100,
        "material_thickness" : 4
    },
    {
        "type" : "ARMOR",
        "id" : "boots_plate",
        "category" : "armor",
        "name" : "pair of armored boots",
        "name_plural" : "pairs of armored boots",
        "weight" : 1890,
        "color" : "light_gray",
        "covers" : ["FEET"],
        "to_hit" : -2,
        "storage" : 0,
        "symbol" : "[",
        "description" : "An extremely heavy set of armor plated boots.",
        "price" : 50000,
        "material" : ["iron", "leather"],
        "volume" : 13,
        "cutting" : 0,
        "warmth" : 20,
        "phase" : "solid",
        "environmental_protection" : 1,
        "encumbrance" : 2,
        "bashing" : 7,
        "flags" : ["VARSIZE", "WATERPROOF", "STURDY"],
        "coverage" : 100,
        "material_thickness" : 5,
        "use_action" : "BOOTS"
    },
    {
        "type" : "ARMOR",
        "id" : "gloves_plate",
        "category" : "armor",
        "name" : "pair of armored gauntlets",
        "name_plural" : "pairs of armored gauntlets",
        "weight" : 980,
        "color" : "light_gray",
        "covers" : ["HANDS"],
        "to_hit" : -2,
        "storage" : 0,
        "symbol" : "[",
        "description" : "An extremely heavy set of armor plated gloves.",
        "price" : 40000,
        "material" : ["iron", "leather"],
        "volume" : 6,
        "cutting" : 0,
        "warmth" : 20,
        "phase" : "solid",
        "environmental_protection" : 1,
        "encumbrance" : 2,
        "bashing" : 7,
        "flags" : ["VARSIZE", "STURDY"],
        "coverage" : 100,
        "material_thickness" : 5
    },
    {
        "type" : "ARMOR",
        "id" : "hsurvivor_suit",
        "category" : "armor",
        "name" : "heavy survivor suit",
        "weight" : 8500,
        "color" : "dark_gray",
        "covers" : ["LEGS", "TORSO", "ARMS"],
        "to_hit" : -3,
        "storage" : 24,
        "symbol" : "[",
        "description" : "A heavy, home-built combination armor made from a reinforced bulletproof vest and a metal-plated jumpsuit made out of leather.  Protects from the elements as well as from harm.",
        "price" : 200000,
        "material" : ["kevlar", "steel"],
        "volume" : 48,
        "cutting" : 0,
        "warmth" : 15,
        "phase" : "solid",
        "environmental_protection" : 10,
        "encumbrance" : 3,
        "bashing" : 6,
        "flags" : ["VARSIZE", "WATERPROOF", "POCKETS", "HOOD","RAINPROOF", "STURDY"],
        "coverage" : 100,
        "material_thickness" : 5
    },
    {
        "type" : "ARMOR",
        "id" : "wsurvivor_suit",
        "category" : "armor",
        "name" : "winter survivor suit",
        "weight" : 7800,
        "color" : "light_gray",
        "covers" : ["LEGS", "TORSO", "ARMS"],
        "to_hit" : -3,
        "storage" : 24,
        "symbol" : "[",
        "description" : "A warm and heavy home-built combination armor made from a reinforced bulletproof vest and an insulated jumpsuit made out of leather.  Protects from the elements as well as from harm.",
        "price" : 200000,
        "material" : ["kevlar", "fur"],
        "volume" : 56,
        "cutting" : 0,
        "warmth" : 75,
        "phase" : "solid",
        "environmental_protection" : 10,
        "encumbrance" : 3,
        "bashing" : 6,
        "flags" : ["VARSIZE", "WATERPROOF", "POCKETS", "HOOD","RAINPROOF", "STURDY"],
        "coverage" : 100,
        "material_thickness" : 5
    },
    {
        "type" : "ARMOR",
        "id" : "boots_wsurvivor",
        "category" : "armor",
        "name" : "pair of winter survivor boots",
        "name_plural" : "pairs of winter survivor boots",
        "weight" : 1760,
        "color" : "light_gray",
        "covers" : ["FEET"],
        "to_hit" : -1,
        "storage" : 0,
        "symbol" : "[",
        "description" : "A pair of customized, kevlar armored fur boots, modified to provide maximum protection from harm and the elements, even when knee-deep in the dead.",
        "price" : 24000,
        "material" : ["kevlar", "fur"],
        "volume" : 14,
        "cutting" : 0,
        "warmth" : 75,
        "phase" : "solid",
        "environmental_protection" : 10,
        "encumbrance" : 3,
        "bashing" : 1,
        "flags" : ["VARSIZE", "WATERPROOF", "STURDY"],
        "coverage" : 100,
        "material_thickness" : 6,
        "use_action" : "BOOTS"
    },
    {
        "type" : "ARMOR",
        "id" : "gloves_wsurvivor",
        "category" : "armor",
        "name" : "pair of winter survivor gloves",
        "name_plural" : "pairs of winter survivor gloves",
        "weight" : 300,
        "color" : "light_gray",
        "covers" : ["HANDS"],
        "to_hit" : 2,
        "storage" : 0,
        "symbol" : "[",
        "description" : "A pair of customized, kevlar armored fur gloves, modified to be easy to wear while providing maximum protection under extreme conditions.",
        "price" : 18000,
        "material" : ["kevlar", "fur"],
        "volume" : 5,
        "cutting" : 0,
        "warmth" : 75,
        "phase" : "solid",
        "environmental_protection" : 10,
        "encumbrance" : 3,
        "bashing" : -3,
        "flags" : ["VARSIZE", "WATERPROOF", "STURDY"],
        "coverage" : 100,
        "material_thickness" : 4
    },
    {
        "type" : "ARMOR",
        "id" : "hood_wsurvivor",
        "category" : "armor",
        "name" : "winter survivor hood",
        "weight" : 870,
        "color" : "light_gray",
        "covers" : ["HEAD"],
        "to_hit" : -1,
        "storage" : 0,
        "symbol" : "[",
        "description" : "A customized armored fur and kevlar hood, very warm and durable.",
        "price" : 58000,
        "material" : ["kevlar", "fur"],
        "volume" : 6,
        "cutting" : 0,
        "warmth" : 75,
        "phase" : "solid",
        "environmental_protection" : 10,
        "encumbrance" : 3,
        "bashing" : 10,
        "flags" : ["VARSIZE", "WATERPROOF", "STURDY", "OUTER"],
        "coverage" : 100,
        "material_thickness" : 5
    },
    {
        "type" : "ARMOR",
        "id" : "mask_wsurvivor",
        "category" : "armor",
        "name" : "winter survivor mask",
        "weight" : 682,
        "color" : "light_gray",
        "covers" : ["MOUTH", "EYES"],
        "to_hit" : -3,
        "storage" : 0,
        "symbol" : "[",
        "description" : "A custom-built, fur-trimmed gas mask that covers the face and eyes.  Quite warm, it still provides excellent protection from smoke, teargas, and shrapnel.",
        "price" : 24000,
        "material" : ["kevlar", "fur"],
        "volume" : 5,
        "cutting" : 0,
        "warmth" : 75,
        "phase" : "solid",
        "environmental_protection" : 15,
        "encumbrance" : 2,
        "bashing" : 0,
        "flags" : ["VARSIZE", "STURDY"],
        "coverage" : 100,
        "material_thickness" : 3
    },
    {
        "type" : "ARMOR",
        "id" : "mask_wsurvivorxl",
        "category" : "armor",
        "name" : "XL winter survivor mask",
        "weight" : 1062,
        "color" : "light_gray",
        "covers" : ["MOUTH", "EYES"],
        "to_hit" : -3,
        "storage" : 0,
        "symbol" : "[",
        "description" : "A custom-built, fur-trimmed gas mask that covers the face and eyes regardless of your state of mutation.  Quite warm, it still provides excellent protection from smoke, teargas, and shrapnel.",
        "price" : 24000,
        "material" : ["kevlar", "fur"],
        "volume" : 5,
        "cutting" : 0,
        "warmth" : 75,
        "phase" : "solid",
        "environmental_protection" : 15,
        "encumbrance" : 2,
        "bashing" : 0,
        "flags" : ["VARSIZE", "STURDY", "OVERSIZE"],
        "coverage" : 100,
        "material_thickness" : 3
    },
    {
        "type" : "ARMOR",
        "id" : "fsurvivor_suit",
        "category" : "armor",
        "name" : "survivor firesuit",
        "weight" : 6800,
        "color" : "light_gray",
        "covers" : ["LEGS", "TORSO", "ARMS"],
        "to_hit" : -3,
        "storage" : 40,
        "symbol" : "[",
        "description" : "A heavy, home-built combination armor made from a cut-down bulletproof vest and a reinforced flame-resistant jumpsuit made out of Nomex.  Protects from fire and the elements as well as from harm.",
        "price" : 200000,
        "material" : ["kevlar", "nomex"],
        "volume" : 46,
        "cutting" : 0,
        "warmth" : 15,
        "phase" : "solid",
        "environmental_protection" : 10,
        "encumbrance" : 3,
        "bashing" : 6,
        "flags" : ["VARSIZE", "WATERPROOF", "POCKETS", "RAINPROOF", "STURDY"],
        "coverage" : 100,
        "material_thickness" : 4
    },
    {
        "type" : "ARMOR",
        "id" : "boots_fsurvivor",
        "category" : "armor",
        "name" : "pair of survivor fireboots",
        "name_plural" : "pairs of survivor fireboots",
        "weight" : 1980,
        "color" : "light_gray",
        "covers" : ["FEET"],
        "to_hit" : -1,
        "storage" : 0,
        "symbol" : "[",
        "description" : "A pair of customized, kevlar armored Nomex boots, modified to provide maximum protection from harm and the elements, even when knee-deep in the dead.",
        "price" : 24000,
        "material" : ["kevlar", "nomex"],
        "volume" : 12,
        "cutting" : 0,
        "warmth" : 15,
        "phase" : "solid",
        "environmental_protection" : 10,
        "encumbrance" : 3,
        "bashing" : 1,
        "flags" : ["VARSIZE", "WATERPROOF", "STURDY"],
        "coverage" : 100,
        "material_thickness" : 5,
        "use_action" : "BOOTS"
    },
    {
        "type" : "ARMOR",
        "id" : "gloves_fsurvivor",
        "category" : "armor",
        "weight" : 410,
        "name" : "pair of survivor firegloves",
        "name_plural" : "pairs of survivor firegloves",
        "color" : "light_gray",
        "covers" : ["HANDS"],
        "to_hit" : 2,
        "storage" : 0,
        "symbol" : "[",
        "description" : "A pair of customized, kevlar armored Nomex gloves, modified to be easy to wear while providing maximum protection under extreme conditions.",
        "price" : 18000,
        "material" : ["kevlar", "nomex"],
        "volume" : 4,
        "cutting" : 0,
        "warmth" : 15,
        "phase" : "solid",
        "environmental_protection" : 10,
        "encumbrance" : 3,
        "bashing" : -3,
        "flags" : ["VARSIZE", "WATERPROOF", "STURDY"],
        "coverage" : 100,
        "material_thickness" : 3
    },
    {
        "type" : "ARMOR",
        "id" : "hood_fsurvivor",
        "category" : "armor",
        "name" : "survivor firehood",
        "weight" : 1220,
        "color" : "light_gray",
        "covers" : ["HEAD"],
        "to_hit" : -1,
        "storage" : 0,
        "symbol" : "[",
        "description" : "A customized armored Nomex and kevlar hood, very strong and durable.",
        "price" : 58000,
        "material" : ["kevlar", "nomex"],
        "volume" : 6,
        "cutting" : 0,
        "warmth" : 15,
        "phase" : "solid",
        "environmental_protection" : 10,
        "encumbrance" : 3,
        "bashing" : 10,
        "flags" : ["VARSIZE", "WATERPROOF", "STURDY", "OUTER"],
        "coverage" : 100,
        "material_thickness" : 5
    },
    {
        "type" : "ARMOR",
        "id" : "mask_fsurvivor",
        "category" : "armor",
        "name" : "survivor firemask",
        "weight" : 708,
        "color" : "light_gray",
        "covers" : ["MOUTH", "EYES"],
        "to_hit" : -3,
        "storage" : 0,
        "symbol" : "[",
        "description" : "A custom-built, Nomex-insulated gas mask that covers the face and eyes.  It provides excellent protection from heat, smoke, teargas, and shrapnel.",
        "price" : 24000,
        "material" : ["kevlar", "nomex"],
        "volume" : 5,
        "cutting" : 0,
        "warmth" : 15,
        "phase" : "solid",
        "environmental_protection" : 15,
        "encumbrance" : 3,
        "bashing" : 0,
        "flags" : ["VARSIZE", "STURDY"],
        "coverage" : 100,
        "material_thickness" : 3
    },
    {
        "type" : "ARMOR",
        "id" : "mask_fsurvivorxl",
        "category" : "armor",
        "name" : "XL survivor firemask",
        "weight" : 1108,
        "color" : "light_gray",
        "covers" : ["MOUTH", "EYES"],
        "to_hit" : -3,
        "storage" : 0,
        "symbol" : "[",
        "description" : "A custom-built, Nomex-insulated gas mask that covers the face and eyes regardless of your state of mutation.  It provides excellent protection from heat, smoke, teargas, and shrapnel.",
        "price" : 24000,
        "material" : ["kevlar", "nomex"],
        "volume" : 5,
        "cutting" : 0,
        "warmth" : 15,
        "phase" : "solid",
        "environmental_protection" : 15,
        "encumbrance" : 3,
        "bashing" : 0,
        "flags" : ["VARSIZE", "STURDY", "OVERSIZE"],
        "coverage" : 100,
        "material_thickness" : 3
    },
    {
        "type" : "ARMOR",
        "id" : "h20survivor_suit",
        "category" : "armor",
        "name" : "survivor wetsuit",
        "weight" : 6400,
        "color" : "dark_gray",
        "covers" : ["LEGS", "TORSO", "ARMS"],
        "to_hit" : -3,
        "storage" : 46,
        "symbol" : "[",
        "description" : "A lightweight, home-built combination armor made from a cut-down bulletproof vest and a reinforced neoprene wetsuit.  Protects from the elements as well as from harm.",
        "price" : 110000,
        "material" : ["kevlar", "plastic"],
        "volume" : 42,
        "cutting" : 0,
        "warmth" : 15,
        "phase" : "solid",
        "environmental_protection" : 10,
        "encumbrance" : 2,
        "bashing" : 6,
        "flags" : ["VARSIZE", "WATER_FRIENDLY", "POCKETS", "HOOD", "RAINPROOF", "STURDY"],
        "coverage" : 100,
        "material_thickness" : 2
    },
    {
        "type" : "ARMOR",
        "id" : "boots_h20survivor",
        "category" : "armor",
        "name" : "pair of survivor wetsuit boots",
        "name_plural" : "pairs of survivor wetsuit boots",
        "weight" : 1180,
        "color" : "dark_gray",
        "covers" : ["FEET"],
        "to_hit" : -1,
        "storage" : 0,
        "symbol" : "[",
        "description" : "A pair of customized, kevlar armored neoprene boots, modified to provide maximum protection from harm and the elements, even when knee-deep in the dead.",
        "price" : 24000,
        "material" : ["kevlar", "plastic"],
        "volume" : 10,
        "cutting" : 0,
        "warmth" : 15,
        "phase" : "solid",
        "environmental_protection" : 10,
        "encumbrance" : 2,
        "bashing" : 1,
        "flags" : ["VARSIZE", "WATER_FRIENDLY", "STURDY"],
        "coverage" : 100,
        "material_thickness" : 3,
        "use_action" : "BOOTS"
    },
    {
        "type" : "ARMOR",
        "id" : "gloves_h20survivor",
        "category" : "armor",
        "name" : "pair of survivor wetsuit gloves",
        "name_plural" : "pairs of survivor wetsuit gloves",
        "weight" : 390,
        "color" : "dark_gray",
        "covers" : ["HANDS"],
        "to_hit" : 2,
        "storage" : 0,
        "symbol" : "[",
        "description" : "A pair of customized, kevlar armored neoprene gloves, modified to be easy to wear while providing maximum protection under extreme conditions.",
        "price" : 18000,
        "material" : ["kevlar", "plastic"],
        "volume" : 3,
        "cutting" : 0,
        "warmth" : 15,
        "phase" : "solid",
        "environmental_protection" : 10,
        "encumbrance" : 3,
        "bashing" : -3,
        "flags" : ["VARSIZE", "WATER_FRIENDLY", "STURDY"],
        "coverage" : 100,
        "material_thickness" : 1
    },
    {
        "type" : "ARMOR",
        "id" : "hood_h20survivor",
        "category" : "armor",
        "name" : "survivor wetsuit hood",
        "weight" : 860,
        "color" : "dark_gray",
        "covers" : ["HEAD"],
        "to_hit" : -1,
        "storage" : 0,
        "symbol" : "[",
        "description" : "A customized armored neoprene and kevlar hood, very strong and durable.",
        "price" : 58000,
        "material" : ["kevlar", "plastic"],
        "volume" : 7,
        "cutting" : 0,
        "warmth" : 15,
        "phase" : "solid",
        "environmental_protection" : 10,
        "encumbrance" : 3,
        "bashing" : 10,
        "flags" : ["VARSIZE", "WATER_FRIENDLY", "STURDY", "OUTER"],
        "coverage" : 100,
        "material_thickness" : 2
    },
    {
        "type" : "ARMOR",
        "id" : "boots_lsurvivor",
        "category" : "armor",
        "name" : "pair of light survivor boots",
        "name_plural" : "pairs of light survivor boots",
        "weight" : 1120,
        "color" : "green",
        "covers" : ["FEET"],
        "to_hit" : -1,
        "storage" : 0,
        "symbol" : "[",
        "description" : "A pair of customized, kevlar armored cloth boots, modified to provide maximum protection from harm and the elements, even when knee-deep in the dead.",
        "price" : 24000,
        "material" : ["kevlar", "cotton"],
        "volume" : 8,
        "cutting" : 0,
        "warmth" : 15,
        "phase" : "solid",
        "environmental_protection" : 10,
        "encumbrance" : 1,
        "bashing" : 1,
        "flags" : ["VARSIZE", "WATERPROOF", "STURDY"],
        "coverage" : 100,
        "material_thickness" : 4,
        "use_action" : "BOOTS"
    },
    {
        "type" : "ARMOR",
        "id" : "boots_survivor",
        "category" : "armor",
        "name" : "pair of survivor boots",
        "name_plural" : "pairs of survivor boots",
        "weight" : 1330,
        "color" : "brown",
        "covers" : ["FEET"],
        "to_hit" : -1,
        "storage" : 0,
        "symbol" : "[",
        "description" : "A pair of customized leather boots, armored with kevlar and modified to provide maximum protection from harm and the elements, even when knee-deep in the dead.",
        "price" : 24000,
        "material" : ["kevlar", "leather"],
        "volume" : 10,
        "cutting" : 0,
        "warmth" : 15,
        "phase" : "solid",
        "environmental_protection" : 10,
        "encumbrance" : 2,
        "bashing" : 1,
        "flags" : ["VARSIZE", "WATERPROOF", "STURDY"],
        "coverage" : 100,
        "material_thickness" : 5,
        "use_action" : "BOOTS"
    },
    {
        "type" : "ARMOR",
        "id" : "boots_hsurvivor",
        "category" : "armor",
        "name" : "pair of heavy survivor boots",
        "name_plural" : "pairs of heavy survivor boots",
        "weight" : 1610,
        "color" : "dark_gray",
        "covers" : ["FEET"],
        "to_hit" : -1,
        "storage" : 0,
        "symbol" : "[",
        "description" : "A pair of customized kevlar boots, heavily armored with steel and modified to provide maximum protection from harm and the elements, even when knee-deep in the dead.",
        "price" : 24000,
        "material" : ["kevlar", "steel"],
        "volume" : 12,
        "cutting" : 0,
        "warmth" : 15,
        "phase" : "solid",
        "environmental_protection" : 10,
        "encumbrance" : 3,
        "bashing" : 1,
        "flags" : ["VARSIZE", "WATERPROOF", "STURDY"],
        "coverage" : 100,
        "material_thickness" : 6,
        "use_action" : "BOOTS"
    },
    {
        "type" : "ARMOR",
        "id" : "gloves_lsurvivor",
        "category" : "armor",
        "name" : "pair of light survivor gloves",
        "name_plural" : "pairs of light survivor gloves",
        "weight" : 190,
        "color" : "green",
        "covers" : ["HANDS"],
        "to_hit" : 2,
        "storage" : 0,
        "symbol" : "[",
        "description" : "A pair of customized, kevlar armored cloth gloves, modified to be easy to wear while providing maximum protection under extreme conditions.",
        "price" : 18000,
        "material" : ["kevlar", "cotton"],
        "volume" : 3,
        "cutting" : 0,
        "warmth" : 15,
        "phase" : "solid",
        "environmental_protection" : 10,
        "encumbrance" : 1,
        "bashing" : -3,
        "flags" : ["VARSIZE", "WATERPROOF", "STURDY"],
        "coverage" : 100,
        "material_thickness" : 2
    },
    {
        "type" : "ARMOR",
        "id" : "gloves_survivor",
        "category" : "armor",
        "name" : "pair of survivor gloves",
        "name_plural" : "pairs of survivor gloves",
        "weight" : 230,
        "color" : "brown",
        "covers" : ["HANDS"],
        "to_hit" : 2,
        "storage" : 0,
        "symbol" : "[",
        "description" : "A pair of customized, kevlar armored leather gloves, modified to be easy to wear while providing maximum protection under extreme conditions.",
        "price" : 18000,
        "material" : ["kevlar", "leather"],
        "volume" : 3,
        "cutting" : 0,
        "warmth" : 15,
        "phase" : "solid",
        "environmental_protection" : 10,
        "encumbrance" : 2,
        "bashing" : -3,
        "flags" : ["VARSIZE", "WATERPROOF", "STURDY"],
        "coverage" : 100,
        "material_thickness" : 3
    },
    {
        "type" : "ARMOR",
        "id" : "gloves_hsurvivor",
        "category" : "armor",
        "name" : "pair of heavy survivor gloves",
        "name_plural" : "pairs of heavy survivor gloves",
        "weight" : 380,
        "color" : "dark_gray",
        "covers" : ["HANDS"],
        "to_hit" : 2,
        "storage" : 0,
        "symbol" : "[",
        "description" : "A pair of heavily customized, steel-backed armored kevlar gloves, modified to be easy to wear while providing maximum protection under extreme conditions.",
        "price" : 18000,
        "material" : ["kevlar", "steel"],
        "volume" : 4,
        "cutting" : 0,
        "warmth" : 15,
        "phase" : "solid",
        "environmental_protection" : 10,
        "encumbrance" : 3,
        "bashing" : -3,
        "flags" : ["VARSIZE", "WATERPROOF", "STURDY"],
        "coverage" : 100,
        "material_thickness" : 4
    },
    {
        "type" : "ARMOR",
        "id" : "hood_lsurvivor",
        "category" : "armor",
        "name" : "light survivor hood",
        "weight" : 628,
        "color" : "green",
        "covers" : ["HEAD"],
        "to_hit" : -1,
        "storage" : 0,
        "symbol" : "[",
        "description" : "A customized armored cloth and kevlar hood, very light and durable.",
        "price" : 58000,
        "material" : ["kevlar", "cotton"],
        "volume" : 3,
        "cutting" : 0,
        "warmth" : 15,
        "phase" : "solid",
        "environmental_protection" : 10,
        "encumbrance" : 2,
        "bashing" : 10,
        "flags" : ["VARSIZE", "WATERPROOF", "STURDY", "OUTER"],
        "coverage" : 100,
        "material_thickness" : 3
    },
    {
        "type" : "ARMOR",
        "id" : "hood_survivor",
        "category" : "armor",
        "name" : "survivor hood",
        "weight" : 820,
        "color" : "brown",
        "covers" : ["HEAD"],
        "techniques" : ["WBLOCK_1"],
        "to_hit" : -1,
        "storage" : 0,
        "symbol" : "[",
        "description" : "A customized, heavily armored leather and kevlar hood, designed to provide comfort and protection from harm.",
        "price" : 58000,
        "material" : ["kevlar", "leather"],
        "volume" : 8,
        "cutting" : 0,
        "warmth" : 15,
        "phase" : "solid",
        "environmental_protection" : 10,
        "encumbrance" : 3,
        "bashing" : 10,
        "flags" : ["VARSIZE", "WATERPROOF", "STURDY", "OUTER"],
        "coverage" : 100,
        "material_thickness" : 4
    },
    {
        "type" : "ARMOR",
        "id" : "helmet_survivor",
        "category" : "armor",
        "name" : "survivor helmet",
        "weight" : 1420,
        "color" : "dark_gray",
        "covers" : ["HEAD"],
        "techniques" : ["WBLOCK_1"],
        "to_hit" : -1,
        "storage" : 0,
        "symbol" : "[",
        "description" : "A customized, heavily armored kevlar helmet, modified with leather reinforcements to provide maximum comfort and protection from harm.",
        "price" : 58000,
        "material" : ["kevlar", "leather"],
        "volume" : 10,
        "cutting" : 0,
        "warmth" : 15,
        "phase" : "solid",
        "environmental_protection" : 10,
        "encumbrance" : 4,
        "bashing" : 10,
        "flags" : ["VARSIZE", "WATERPROOF", "STURDY"],
        "coverage" : 100,
        "material_thickness" : 5
    },
    {
        "type" : "ARMOR",
        "id" : "helmet_hsurvivor",
        "category" : "armor",
        "name" : "heavy survivor helmet",
        "weight" : 1712,
        "color" : "dark_gray",
        "covers" : ["HEAD"],
        "techniques" : ["WBLOCK_1"],
        "to_hit" : -1,
        "storage" : 0,
        "symbol" : "[",
        "description" : "A customized, heavily armored steel and kevlar helmet, modified to provide maximum comfort and protection from harm.",
        "price" : 58000,
        "material" : ["kevlar", "steel"],
        "volume" : 10,
        "cutting" : 0,
        "warmth" : 15,
        "phase" : "solid",
        "environmental_protection" : 10,
        "encumbrance" : 4,
        "bashing" : 10,
        "flags" : ["VARSIZE", "WATERPROOF", "STURDY"],
        "coverage" : 100,
        "material_thickness" : 6
    },
    {
        "type" : "ARMOR",
        "id" : "swat_armor",
        "category" : "armor",
        "name" : "SWAT armor",
        "weight" : 7800,
        "color" : "dark_gray",
        "covers" : ["LEGS", "TORSO", "ARMS"],
        "to_hit" : -3,
        "storage" : 20,
        "symbol" : "[",
        "description" : "A suit of black bulletproof armor with lots of pockets.  The word SWAT is emblazoned across the back.",
        "//" : "This is well within the pricing structure I found for ballistic vest, shins, and LBE.  LEO gear ain't cheap.",
        "price" : 285000,
        "material" : ["kevlar", "cotton"],
        "volume" : 52,
        "cutting" : 0,
        "warmth" : 35,
        "phase" : "solid",
        "environmental_protection" : 0,
        "encumbrance" : 3,
        "bashing" : 6,
        "flags" : ["VARSIZE", "STURDY"],
        "coverage" : 95,
        "material_thickness" : 5
    },
    {
        "type" : "ARMOR",
        "id" : "tac_helmet",
        "category" : "armor",
        "name" : "tactical helmet",
        "weight" : 1110,
        "color" : "dark_gray",
        "covers" : ["HEAD"],
        "techniques" : ["WBLOCK_1"],
        "to_hit" : -1,
        "storage" : 0,
        "symbol" : "[",
        "description" : "A lightweight black helmet that provides excellent protection from all sorts of damage.",
        "price" : 37000,
        "material" : ["kevlar", "plastic"],
        "volume" : 8,
        "cutting" : 0,
        "warmth" : 10,
        "phase" : "solid",
        "environmental_protection" : 0,
        "encumbrance" : 1,
        "bashing" : 10,
        "flags" : ["WATER_FRIENDLY", "STURDY"],
        "coverage" : 95,
        "material_thickness" : 3
    },
    {
        "type" : "ARMOR",
        "id" : "tac_fullhelmet",
        "category" : "armor",
        "name" : "tactical full helmet",
        "weight" : 1324,
        "color" : "dark_gray",
        "covers" : ["HEAD", "EYES", "MOUTH"],
        "techniques" : ["WBLOCK_1"],
        "to_hit" : -1,
        "storage" : 0,
        "symbol" : "[",
        "description" : "An all-encompassing black helmet that covers your entire face and neck, providing excellent protection from all sorts of damage.",
        "price" : 50000,
        "material" : ["kevlar", "plastic"],
        "volume" : 8,
        "cutting" : 0,
        "warmth" : 15,
        "phase" : "solid",
        "environmental_protection" : 2,
        "encumbrance" : 3,
        "bashing" : 10,
        "flags" : ["VARSIZE", "STURDY", "SUN_GLASSES"],
        "coverage" : 100,
        "material_thickness" : 3
    },
    {
        "type" : "ARMOR",
        "id" : "armor_lightplate",
        "name" : "plate armor",
        "category" : "armor",
        "weight" : 11000,
        "color" : "light_gray",
        "covers" : ["TORSO", "LEGS", "ARMS"],
        "to_hit" : -5,
        "storage" : 0,
        "symbol" : "[",
        "description" : "A suit of Gothic plate armor.",
        "price" : 60000,
        "material" : ["iron", "leather"],
        "volume" : 70,
        "cutting" : 0,
        "warmth" : 20,
        "phase" : "solid",
        "environmental_protection" : 0,
        "encumbrance" : 3,
        "bashing" : 8,
        "flags" : ["VARSIZE", "OUTER", "STURDY"],
        "coverage" : 100,
        "material_thickness" : 3
    },
    {
        "type" : "ARMOR",
        "id" : "helmet_barbute",
        "category" : "armor",
        "name" : "barbute helm",
        "weight" : 1175,
        "color" : "light_gray",
        "covers" : ["HEAD"],
        "techniques" : ["WBLOCK_1"],
        "to_hit" : 0,
        "storage" : 0,
        "symbol" : "[",
        "description" : "A medieval helmet that provides excellent protection for the head, with a Y shaped opening for the face.",
        "price" : 30000,
        "material" : ["iron", "null"],
        "volume" : 10,
        "cutting" : 0,
        "warmth" : 10,
        "phase" : "solid",
        "environmental_protection" : 0,
        "encumbrance" : 3,
        "bashing" : 10,
        "flags" : ["VARSIZE", "STURDY"],
        "coverage" : 90,
        "material_thickness" : 3
    },
    {
        "type" : "ARMOR",
        "id" : "helmet_larmor",
        "category" : "armor",
        "name" : "leather armor helmet",
        "weight" : 435,
        "color" : "brown",
        "covers" : ["HEAD"],
        "techniques" : ["WBLOCK_1"],
        "to_hit" : 0,
        "storage" : 0,
        "symbol" : "[",
        "description" : "A thick leather helmet that provides excellent protection for the head.",
        "price" : 14000,
        "material" : ["leather", "null"],
        "volume" : 8,
        "cutting" : 0,
        "warmth" : 10,
        "phase" : "solid",
        "environmental_protection" : 0,
        "encumbrance" : 2,
        "bashing" : 6,
        "flags" : ["VARSIZE", "WATER_FRIENDLY", "STURDY"],
        "coverage" : 75,
        "material_thickness" : 3
    },
    {
        "type" : "ARMOR",
        "id" : "armor_samurai",
        "category" : "armor",
        "name" : "O-yoroi",
        "weight" : 9220,
        "color" : "dark_gray",
        "covers" : ["TORSO", "LEGS", "ARMS", "HANDS"],
        "techniques" : ["WBLOCK_1"],
        "to_hit" : 0,
        "storage" : 0,
        "symbol" : "[",
        "description" : "An ornamental suit of Japanese samurai armor.",
        "price" : 90000,
        "material" : ["iron", "leather"],
        "volume" : 46,
        "cutting" : 0,
        "warmth" : 25,
        "phase" : "solid",
        "environmental_protection" : 0,
        "encumbrance" : 2,
        "bashing" : 8,
        "flags" : ["VARSIZE", "STURDY", "OUTER"],
        "coverage" : 75,
        "material_thickness" : 3
    },
    {
        "type" : "ARMOR",
        "id" : "helmet_kabuto",
        "category" : "armor",
        "name" : "kabuto",
        "weight" : 1625,
        "color" : "dark_gray",
        "covers" : ["HEAD", "EYES", "MOUTH"],
        "techniques" : ["WBLOCK_1"],
        "to_hit" : 0,
        "storage" : 0,
        "symbol" : "[",
        "description" : "A medieval Japanese helmet with a scowling facemask that provides excellent protection to the entire head and face.",
        "//" : "Leaving this at $500 as it's either antique/priceless or player-made/Bartered, leastwise on the intial search.",
        "price" : 50000,
        "material" : ["iron", "leather"],
        "volume" : 14,
        "cutting" : 0,
        "warmth" : 25,
        "phase" : "solid",
        "environmental_protection" : 1,
        "encumbrance" : 2,
        "bashing" : 6,
        "flags" : ["STURDY"],
        "coverage" : 95,
        "material_thickness" : 3
    },
    {
        "type" : "ARMOR",
        "id" : "apron_leather",
        "name" : "leather apron",
        "weight" : 1950,
        "color" : "brown",
        "covers" : ["TORSO", "LEGS"],
        "to_hit" : 1,
        "storage" : 8,
        "symbol" : "[",
        "description" : "An apron made of thick leather.  Cumbersome, but offers excellent protection from cuts.",
        "price" : 1500,
        "material" : ["leather", "null"],
        "volume" : 9,
        "cutting" : 0,
        "warmth" : 15,
        "phase" : "solid",
        "environmental_protection" : 1,
        "encumbrance" : 2,
        "bashing" : -2,
        "flags" : ["VARSIZE", "POCKETS", "BELTED"],
        "coverage" : 60,
        "material_thickness" : 3
    },
    {
        "type" : "ARMOR",
        "id" : "mask_bal",
        "category" : "armor",
        "name" : "ballistic mask",
        "weight" : 512,
        "color" : "dark_gray",
        "covers" : ["MOUTH", "EYES"],
        "to_hit" : -3,
        "storage" : 0,
        "symbol" : "[",
        "description" : "A protective reinforced kevlar mask that covers the face.  Provides excellent protection from ballistic threats.",
        "price" : 20000,
        "material" : ["kevlar", "plastic"],
        "volume" : 3,
        "cutting" : 0,
        "warmth" : 10,
        "phase" : "solid",
        "environmental_protection" : 1,
        "encumbrance" : 2,
        "bashing" : 0,
        "flags" : ["WATER_FRIENDLY", "STURDY"],
        "coverage" : 95,
        "material_thickness" : 4
    },
    {
        "type" : "ARMOR",
        "id" : "mask_hockey",
        "name" : "hockey mask",
        "category" : "armor",
        "weight" : 228,
        "color" : "white",
        "covers" : ["MOUTH", "EYES"],
        "to_hit" : -3,
        "storage" : 0,
        "symbol" : "[",
        "description" : "A protective face mask made of thick plastic.  Commonly worn by hockey goalies.",
        "//" : "Jason-type costume masks are much cheaper and less protective.",
        "price" : 4000,
        "material" : ["plastic", "null"],
        "volume" : 3,
        "cutting" : 0,
        "warmth" : 5,
        "phase" : "solid",
        "environmental_protection" : 1,
        "encumbrance" : 2,
        "bashing" : 0,
        "flags" : ["WATER_FRIENDLY", "STURDY"],
        "coverage" : 95,
        "material_thickness" : 3
    },
    {
        "type" : "ARMOR",
        "id" : "legrig",
        "name" : "pair of drop leg pouches",
        "name_plural" : "pairs of drop leg pouches",
        "weight" : 205,
        "color" : "dark_gray",
        "covers" : ["LEGS"],
        "to_hit" : 0,
        "storage" : 8,
        "symbol" : "[",
        "description" : "A set of pouches that can be worn on the thighs using buckled straps.  This variety is favored by the military.",
        "price" : 3000,
        "material" : ["cotton", "null"],
        "volume" : 2,
        "cutting" : 0,
        "warmth" : 0,
        "phase" : "solid",
        "environmental_protection" : 0,
        "encumbrance" : 0,
        "bashing" : -3,
        "flags" : ["VARSIZE", "WATER_FRIENDLY", "BELTED"],
        "coverage" : 20,
        "material_thickness" : 2
    },
    {
        "type" : "ARMOR",
        "id" : "leather_cat_ears",
        "name" : "pair of leather cat ears",
        "name_plural" : "pairs of leather cat ears",
        "volume" : 1,
        "material_thickness" : 0,
        "storage" : 0,
        "description" : "A shiny pair of black cat ears on a headband.  It does nothing, but there's no reason not to look good even if no one's looking.",
        "flags" : ["FANCY"],
        "weight" : 20,
        "to_hit" : 0,
        "color" : "dark_gray",
        "encumbrance" : 0,
        "price" : 3000,
        "material" : ["leather", "plastic"],
        "coverage" : 0,
        "symbol" : "^",
        "bashing" : 0,
        "cutting" : 0,
        "warmth" : 0,
        "environmental_protection" : 0,
        "phase" : "solid"
    },
    {
        "type" : "ARMOR",
        "id" : "fur_cat_ears",
        "name" : "pair of fuzzy cat ears",
        "name_plural" : "pairs of fuzzy cat ears",
        "volume" : 1,
        "material_thickness" : 0,
        "storage" : 0,
        "description" : "A fuzzy pair of brownish cat ears on a headband.  It does nothing, but there's no reason not to look good even if no one's looking.",
        "flags" : ["FANCY"],
        "weight" : 20,
        "to_hit" : 0,
        "color" : "brown",
        "encumbrance" : 0,
        "price" : 1500,
        "material" : ["fur", "plastic"],
        "coverage" : 0,
        "symbol" : "^",
        "bashing" : 0,
        "cutting" : 0,
        "warmth" : 0,
        "environmental_protection" : 0,
        "phase" : "solid"
    },
    {
        "type" : "ARMOR",
        "id" : "leather_cat_tail",
        "name" : "leather cat tail",
        "volume" : 1,
        "material_thickness" : 0,
        "storage" : 0,
        "description" : "A glossy black leather tail weighted down with tiny beads of plastic.  Sways behind you when you walk.",
        "flags" : ["FANCY"],
        "weight" : 80,
        "to_hit" : 0,
        "color" : "dark_gray",
        "encumbrance" : 0,
        "price" : 2500,
        "material" : ["leather", "plastic"],
        "coverage" : 0,
        "symbol" : "s",
        "bashing" : 4,
        "cutting" : 0,
        "warmth" : 0,
        "environmental_protection" : 0,
        "phase" : "solid"
    },
    {
        "type" : "ARMOR",
        "id" : "fur_cat_tail",
        "name" : "fuzzy cat tail",
        "volume" : 1,
        "material_thickness" : 0,
        "storage" : 0,
        "description" : "A fuzzy tawny tail weighted down with tiny beads of plastic.  Sways behind you when you walk.",
        "flags" : ["FANCY"],
        "weight" : 80,
        "to_hit" : 0,
        "color" : "brown",
        "encumbrance" : 0,
        "price" : 1000,
        "material" : ["fur", "plastic"],
        "coverage" : 0,
        "symbol" : "s",
        "bashing" : 4,
        "cutting" : 0,
        "warmth" : 0,
        "environmental_protection" : 0,
        "phase" : "solid"
    },
    {
        "type" : "ARMOR",
        "id" : "fur_collar",
        "name" : "fur kitty collar",
        "volume" : 1,
        "material_thickness" : 0,
        "storage" : 0,
        "description" : "A decorative 'collar' made out of fur.  Complete with a little bell hanging from the front.  Don't worry, it's silent.",
        "flags" : ["FANCY"],
        "weight" : 10,
        "to_hit" : 0,
        "color" : "brown",
        "encumbrance" : 0,
        "price" : 1000,
        "material" : ["fur", "null"],
        "coverage" : 0,
        "symbol" : "-",
        "bashing" : 0,
        "cutting" : 0,
        "warmth" : 0,
        "environmental_protection" : 0,
        "phase" : "solid"
    },
    {
        "type" : "ARMOR",
        "id" : "pot_helmet",
        "name" : "pot helmet",
        "category" : "armor",
        "weight" : 760,
        "color" : "light_gray",
        "covers" : ["HEAD"],
        "techniques" : ["WBLOCK_1"],
        "to_hit" : 0,
        "storage" : 0,
        "symbol" : "[",
        "description" : "A helmet made from a soup pot.  It's not very good protection, but it's better than nothing.",
        "price" : 4500,
        "material" : ["iron", "null"],
        "volume" : 8,
        "cutting" : 0,
        "warmth" : 5,
        "phase" : "solid",
        "environmental_protection" : 0,
        "encumbrance" : 5,
        "bashing" : 10,
        "coverage" : 55,
        "material_thickness" : 2
    },
    {
        "type" : "ARMOR",
        "id" : "ear_plugs",
        "name" : "pair of ear plugs",
        "name_plural" : "pairs of ear plugs",
        "weight" : 10,
        "color" : "light_gray",
        "to_hit" : 0,
        "storage" : 0,
        "symbol" : ";",
        "description" : "Industrial grade ear plugs.  They fit inside the ear.",
        "price" : 5500,
        "material" : ["cotton", "null"],
        "volume" : 0,
        "cutting" : 0,
        "warmth" : 0,
        "phase" : "solid",
        "environmental_protection" : 0,
        "encumbrance" : 0,
        "bashing" : -5,
        "coverage" : 1,
        "material_thickness" : 1,
        "flags" : ["DEAF", "OVERSIZE"]
    },
    {
        "type" : "ARMOR",
        "id" : "hat_noise_cancelling",
        "name" : "noise cancelling headgear",
        "weight" : 72,
        "color" : "dark_gray",
        "covers" : ["HEAD"],
        "to_hit" : 0,
        "storage" : 0,
        "symbol" : "[",
        "description" : "Padding over your ears kept in place by some string.  Blocks incoming sounds.",
        "price" : 2500,
        "material" : ["cotton", "null"],
        "volume" : 2,
        "cutting" : 0,
        "warmth" : 5,
        "phase" : "solid",
        "environmental_protection" : 0,
        "encumbrance" : 2,
        "bashing" : -5,
        "coverage" : 5,
        "material_thickness" : 1,
        "flags" : ["DEAF"]
    },
    {
        "type" : "ARMOR",
        "id" : "leather_collar",
        "name" : "leather collar",
        "volume" : 1,
        "material_thickness" : 0,
        "storage" : 0,
        "description" : "A black leather 'collar' with a bell dangling from the front.  Don't worry, the bell is silent.",
        "flags" : ["FANCY"],
        "weight" : 10,
        "to_hit" : 0,
        "color" : "dark_gray",
        "encumbrance" : 0,
        "price" : 10000,
        "material" : ["leather", "null"],
        "coverage" : 0,
        "symbol" : "-",
        "bashing" : 0,
        "cutting" : 0,
        "warmth" : 0,
        "environmental_protection" : 0,
        "phase" : "solid"
    },
    {
        "type" : "ARMOR",
        "id" : "gobag",
        "name" : "go bag",
        "weight" : 18043,
        "color" : "green",
        "covers" : ["TORSO", "ARMS"],
        "to_hit" : -5,
        "storage" : 0,
        "symbol" : "[",
        "description" : "A huge duffel bag with backpack attached, both packed to the gills.  Judging by the feel, a National Guard soldier could have packed this to be ready for deployment.  Disassemble to unpack and enjoy.",
        "price" : 100000,
        "material" : ["cotton", "plastic"],
        "volume" : 143,
        "cutting" : 0,
        "warmth" : 10,
        "phase" : "solid",
        "environmental_protection" : 0,
        "encumbrance" : 4,
        "bashing" : -1,
        "coverage" : 50,
        "flags" : ["BELTED"],
        "material_thickness" : 3
    },
    {
        "type" : "ARMOR",
        "id" : "striped_shirt",
        "name" : "striped shirt",
        "weight" : 146,
        "color" : "white",
        "covers" : ["TORSO", "ARMS"],
        "to_hit" : 0,
        "storage" : 0,
        "symbol" : "[",
        "description" : "A long-sleeved shirt with horizontal black and white stripes.",
        "price" : 500,
        "material" : ["cotton", "null"],
        "volume" : 3,
        "cutting" : 0,
        "warmth" : 5,
        "phase" : "solid",
        "environmental_protection" : 0,
        "encumbrance" : 0,
        "bashing" : -5,
        "flags" : ["VARSIZE"],
        "coverage" : 90,
        "material_thickness" : 1
    },
    {
        "type" : "ARMOR",
        "id" : "striped_pants",
        "name" : "striped pants",
        "name_plural" : "striped pants",
        "weight" : 560,
        "color" : "white",
        "covers" : ["LEGS"],
        "to_hit" : 1,
        "storage" : 2,
        "symbol" : "[",
        "description" : "A pair of pants with horizontal black and white stripes.",
        "price" : 500,
        "material" : ["cotton", "null"],
        "volume" : 8,
        "cutting" : 0,
        "warmth" : 15,
        "phase" : "solid",
        "environmental_protection" : 0,
        "encumbrance" : 1,
        "bashing" : -4,
        "flags" : ["VARSIZE", "POCKETS"],
        "coverage" : 95,
        "material_thickness" : 2
    },
    {
        "type" : "ARMOR",
        "id" : "briefcase",
        "name" : "briefcase",
        "weight" : 1700,
        "color" : "light_gray",
        "covers" : ["ARMS", "HANDS"],
        "to_hit" : -2,
        "storage" : 24,
        "symbol" : "[",
        "description" : "Useful for carrying money, documents, or smuggled goods.",
        "price" : 24000,
        "material" : ["plastic", "null"],
        "volume" : 6,
        "cutting" : 0,
        "warmth" : 0,
        "phase" : "solid",
        "environmental_protection" : 0,
        "encumbrance" : 3,
        "bashing" : 5,
        "coverage" : 10,
        "material_thickness" : 2,
        "flags" : ["FANCY", "OVERSIZE"]
    },
    {
        "type" : "ARMOR",
        "id" : "bindle",
        "name" : "bindle",
        "weight" : 980,
        "color" : "light_gray",
        "covers" : ["HANDS"],
        "to_hit" : -2,
        "storage" : 20,
        "symbol" : "[",
        "description" : "You're ready for a trip down some train tracks.  Also known as a hobo stick.",
        "price" : 80,
        "material" : ["cotton", "wood"],
        "volume" : 12,
        "cutting" : 0,
        "warmth" : 0,
        "phase" : "solid",
        "environmental_protection" : 0,
        "encumbrance" : 3,
        "bashing" : 4,
        "coverage" : 4,
        "material_thickness" : 1,
		"flags" : ["OVERSIZE"]
    },
    {
        "type" : "ARMOR",
        "id" : "plastic_shopping_bag",
        "name" : "plastic shopping bag",
        "weight" : 2,
        "color" : "white",
        "covers" : ["HANDS"],
        "to_hit" : -2,
        "storage" : 20,
        "symbol" : "[",
        "description" : "A bag used to carry groceries home.",
        "price" : 1,
        "material" : "plastic",
        "volume" : 1,
        "cutting" : 0,
        "warmth" : 0,
        "phase" : "solid",
        "environmental_protection" : 0,
        "encumbrance" : 3,
        "bashing" : 0,
        "coverage" : 4,
        "material_thickness" : 1
    },
    {
        "type" : "ARMOR",
        "id" : "makeshift_sling",
        "name" : "makeshift sling",
        "weight" : 771,
        "color" : "light_gray",
        "covers" : ["TORSO"],
        "to_hit" : -2,
        "storage" : 30,
        "symbol" : "[",
        "description" : "A large sheet tied into a crude over the shoulder sling.",
        "flags" : ["BELTED"],
        "price" : 100,
        "material" : ["cotton", "null"],
        "volume" : 20,
        "cutting" : 0,
        "warmth" : 10,
        "phase" : "solid",
        "environmental_protection" : 0,
        "encumbrance" : 4,
        "bashing" : 0,
        "coverage" : 40,
        "material_thickness" : 1
    },
    {
        "type" : "ARMOR",
        "id" : "tieclip",
        "name" : "tie clip",
        "volume" : 0,
        "material_thickness" : 0,
        "storage" : 0,
        "description" : "A fancy silver tie clip, a great match for your skinny tie.",
        "weight" : 12,
        "to_hit" : 0,
        "color" : "light_gray",
        "encumbrance" : 0,
        "price" : 28000,
        "material" : ["silver", "null"],
        "coverage" : 0,
        "symbol" : "[",
        "bashing" : 0,
        "cutting" : 0,
        "warmth" : 0,
        "environmental_protection" : 0,
        "phase" : "solid",
        "flags" : ["FANCY"]
    },
    {
        "type" : "ARMOR",
        "id" : "xlsurvivor_suit",
        "category" : "armor",
        "name" : "XL survivor suit",
        "weight" : 12400,
        "color" : "brown",
        "covers" : ["LEGS", "TORSO", "ARMS"],
        "to_hit" : -3,
        "storage" : 34,
        "symbol" : "[",
        "description" : "A massive home-built combination armor made from a bulletproof vest and a reinforced jumpsuit made out of leather.  Protects from the elements as well as from harm.",
        "price" : 150000,
        "material" : ["kevlar", "leather"],
        "volume" : 72,
        "cutting" : 0,
        "warmth" : 15,
        "phase" : "solid",
        "environmental_protection" : 10,
        "encumbrance" : 3,
        "bashing" : 6,
        "flags" : ["OVERSIZE", "VARSIZE", "WATERPROOF", "POCKETS", "HOOD", "RAINPROOF", "STURDY"],
        "coverage" : 100,
        "material_thickness" : 3
    },
    {
        "type" : "ARMOR",
        "id" : "gloves_xlsurvivor",
        "category" : "armor",
        "name" : "pair of XL survivor gloves",
        "name_plural" : "pairs of XL survivor gloves",
        "weight" : 480,
        "color" : "brown",
        "covers" : ["HANDS"],
        "to_hit" : 2,
        "storage" : 0,
        "symbol" : "[",
        "description" : "A massive pair of customized, kevlar armored leather gloves, modified to be easy to wear while providing maximum protection under extreme conditions.",
        "price" : 18000,
        "material" : ["kevlar", "leather"],
        "volume" : 6,
        "cutting" : 0,
        "warmth" : 15,
        "phase" : "solid",
        "environmental_protection" : 10,
        "encumbrance" : 3,
        "bashing" : -3,
        "flags" : ["OVERSIZE", "VARSIZE", "WATERPROOF", "STURDY"],
        "coverage" : 100,
        "material_thickness" : 2
    },
    {
        "type" : "ARMOR",
        "id" : "boots_xlsurvivor",
        "category" : "armor",
        "name" : "pair of XL survivor boots",
        "name_plural" : "pairs of XL survivor boots",
        "weight" : 2460,
        "color" : "brown",
        "covers" : ["FEET"],
        "to_hit" : -1,
        "storage" : 0,
        "symbol" : "[",
        "description" : "A massive pair of customized leather boots, armored with kevlar and modified to provide maximum protection from harm and the elements, even when knee-deep in the dead.",
        "price" : 24000,
        "material" : ["kevlar", "leather"],
        "volume" : 20,
        "cutting" : 0,
        "warmth" : 15,
        "phase" : "solid",
        "environmental_protection" : 10,
        "encumbrance" : 3,
        "bashing" : 1,
        "flags" : ["OVERSIZE", "VARSIZE", "WATERPROOF", "STURDY"],
        "coverage" : 100,
        "material_thickness" : 4,
        "use_action" : "BOOTS"
    },
    {
        "type" : "ARMOR",
        "id" : "hood_xlsurvivor",
        "category" : "armor",
        "name" : "XL survivor hood",
        "weight" : 1640,
        "color" : "brown",
        "covers" : ["HEAD"],
        "techniques" : ["WBLOCK_1"],
        "to_hit" : -1,
        "storage" : 0,
        "symbol" : "[",
        "description" : "A massive customized, heavily armored leather and kevlar hood, designed to provide comfort and protection from harm.",
        "price" : 58000,
        "material" : ["kevlar", "leather"],
        "volume" : 18,
        "cutting" : 0,
        "warmth" : 15,
        "phase" : "solid",
        "environmental_protection" : 10,
        "encumbrance" : 4,
        "bashing" : 10,
        "flags" : ["OVERSIZE", "VARSIZE", "WATERPROOF", "STURDY", "OUTER"],
        "coverage" : 100,
        "material_thickness" : 3
    },
    {
        "type" : "ARMOR",
        "id" : "helmet_xlsurvivor",
        "category" : "armor",
        "name" : "XL survivor helmet",
        "weight" : 3060,
        "color" : "dark_gray",
        "covers" : ["HEAD"],
        "techniques" : ["WBLOCK_1"],
        "to_hit" : -1,
        "storage" : 0,
        "symbol" : "[",
        "description" : "A massive customized, heavily armored kevlar helmet, modified with leather reinforcements to provide maximum comfort and protection from harm.",
        "price" : 58000,
        "material" : ["kevlar", "leather"],
        "volume" : 24,
        "cutting" : 0,
        "warmth" : 15,
        "phase" : "solid",
        "environmental_protection" : 10,
        "encumbrance" : 5,
        "bashing" : 10,
        "flags" : ["OVERSIZE", "VARSIZE", "WATERPROOF", "STURDY"],
        "coverage" : 100,
        "material_thickness" : 4
    },
    {
        "type" : "ARMOR",
        "id" : "collarpin",
        "name" : "collar pin",
        "volume" : 0,
        "material_thickness" : 0,
        "storage" : 0,
        "description" : "A staple accessory for gentlemen.  Keeps your shirt collar in place and provides a more aesthetically pleasing arc to your necktie.",
        "weight" : 10,
        "to_hit" : 0,
        "color" : "light_gray",
        "encumbrance" : 0,
        "price" : 25000,
        "material" : ["silver", "null"],
        "coverage" : 0,
        "symbol" : "[",
        "bashing" : 0,
        "cutting" : 0,
        "warmth" : 0,
        "environmental_protection" : 0,
        "phase" : "solid",
        "flags" : ["FANCY"]
    },
    {
        "type" : "ARMOR",
        "id" : "gold_dental_grill",
        "name" : "gold dental grill",
        "volume" : 0,
        "material_thickness" : 0,
        "storage" : 0,
        "description" : "Fake golden teeth, worn over the teeth.  Fits horribly, but looks very shiny",
        "weight" : 10,
        "to_hit" : 0,
        "color" : "yellow",
        "covers" : ["MOUTH"],
        "encumbrance" : 0,
        "price" : 20000,
        "material" : ["gold", "null"],
        "coverage" : 0,
        "symbol" : "[",
        "bashing" : 2,
        "cutting" : 2,
        "warmth" : 0,
        "environmental_protection" : 0,
        "phase" : "solid",
        "flags" : ["FANCY", "SKINTIGHT"]
    },
    {
        "type" : "ARMOR",
        "id" : "diamond_dental_grill",
        "name" : "diamond dental grill",
        "volume" : 0,
        "material_thickness" : 0,
        "storage" : 0,
        "description" : "Fake teeth inlaid with diamonds, worn over the teeth.  Fits horribly, but looks very shiny.  For that high class gangsta rap look.",
        "weight" : 10,
        "to_hit" : 0,
        "color" : "yellow",
        "covers" : ["MOUTH"],
        "encumbrance" : 1,
        "price" : 50000,
        "material" : ["gold", "null"],
        "coverage" : 0,
        "symbol" : "[",
        "bashing" : 3,
        "cutting" : 3,
        "warmth" : 0,
        "environmental_protection" : 0,
        "phase" : "solid",
        "flags" : ["SUPER_FANCY", "SKINTIGHT"]
    },
    {
        "type" : "ARMOR",
        "id" : "jacket_leather_red",
        "name" : "red leather jacket",
        "weight" : 1450,
        "color" : "red",
        "covers" : ["TORSO", "ARMS"],
        "to_hit" : 1,
        "storage" : 4,
        "symbol" : "[",
        "description" : "A candy-apple-red leather jacket with black strips and shoulder protrusions.  It has a number of zippers and snaps in the front.",
        "price" : 17900,
        "material" : ["leather", "null"],
        "volume" : 18,
        "cutting" : 0,
        "warmth" : 30,
        "phase" : "solid",
        "environmental_protection" : 1,
        "encumbrance" : 2,
        "bashing" : -2,
        "flags" : ["VARSIZE", "POCKETS", "OUTER", "FANCY"],
        "coverage" : 90,
        "material_thickness" : 3
    },
    {
        "type" : "ARMOR",
        "id" : "jeans_red",
        "name" : "red jeans",
        "name_plural" : "red jeans",
        "weight" : 600,
        "color" : "red",
        "covers" : ["LEGS"],
        "to_hit" : 1,
        "storage" : 2,
        "symbol" : "[",
        "description" : "A pair of tight-fitting candy-apple-red jeans with two deep pockets.",
        "price" : 5000,
        "material" : ["cotton", "null"],
        "volume" : 8,
        "cutting" : 0,
        "warmth" : 10,
        "phase" : "solid",
        "environmental_protection" : 0,
        "encumbrance" : 1,
        "bashing" : -4,
        "flags" : ["VARSIZE", "POCKETS", "FANCY"],
        "coverage" : 95,
        "material_thickness" : 2
    },
    {
        "type" : "ARMOR",
        "id" : "dance_shoes",
        "name" : "pair of dance shoes",
        "name_plural" : "pairs of dance shoes",
        "weight" : 870,
        "color" : "dark_gray",
        "covers" : ["FEET"],
        "to_hit" : 1,
        "storage" : 0,
        "symbol" : "[",
        "description" : "Expensive black dance shoes with large heels.",
        "price" : 12000,
        "material" : ["leather", "null"],
        "volume" : 6,
        "cutting" : 0,
        "warmth" : 10,
        "phase" : "solid",
        "environmental_protection" : 0,
        "encumbrance" : 0,
        "bashing" : 1,
        "flags" : ["VARSIZE", "FANCY"],
        "coverage" : 60,
        "material_thickness" : 2
    },
    {
        "type" : "ARMOR",
        "id" : "glove_jackson",
        "name" : "white glove",
        "name_plural" : "white gloves",
        "weight" : 59,
        "color" : "white",
        "covers" : ["HAND_R"],
        "to_hit" : 1,
        "storage" : 0,
        "symbol" : "[",
        "description" : "A single white glove covered with hundreds of rhinestones.",
        "price" : 50000,
        "material" : ["cotton", "null"],
        "volume" : 1,
        "cutting" : 0,
        "warmth" : 20,
        "phase" : "solid",
        "environmental_protection" : 0,
        "encumbrance" : 0,
        "bashing" : -5,
        "flags" : ["RIGHT", "WATER_FRIENDLY", "FANCY"],
        "coverage" : 95,
        "material_thickness" : 2
    },
    {
        "type" : "ARMOR",
        "id" : "technician_shirt_blue",
        "name" : "blue work t-shirt",
        "weight" : 64,
        "color" : "blue",
        "covers" : ["TORSO"],
        "to_hit" : 0,
        "storage" : 1,
        "symbol" : "[",
        "description" : "A blue work t-shirt with a small front pocket.",
        "price" : 1000,
        "material" : ["cotton", "null"],
        "volume" : 1,
        "cutting" : 0,
        "warmth" : 8,
        "phase" : "solid",
        "environmental_protection" : 0,
        "encumbrance" : 0,
        "bashing" : -5,
        "flags" : ["VARSIZE", "SKINTIGHT"],
        "coverage" : 40,
        "material_thickness" : 1
    },
    {
        "type" : "ARMOR",
        "id" : "technician_pants_blue",
        "name" : "blue work pants",
        "name_plural" : "blue work pants",
        "weight" : 520,
        "color" : "blue",
        "covers" : ["LEGS"],
        "to_hit" : 1,
        "storage" : 6,
        "symbol" : "[",
        "description" : "A pair of blue work pants.",
        "price" : 5000,
        "material" : ["cotton", "null"],
        "volume" : 8,
        "cutting" : 0,
        "warmth" : 15,
        "phase" : "solid",
        "environmental_protection" : 0,
        "encumbrance" : 1,
        "bashing" : -4,
        "flags" : ["VARSIZE", "POCKETS"],
        "coverage" : 95,
        "material_thickness" : 2
    },    {
        "type" : "ARMOR",
        "id" : "technician_shirt_ltblue",
        "name" : "light-blue work t-shirt",
        "weight" : 64,
        "color" : "ltblue",
        "covers" : ["TORSO"],
        "to_hit" : 0,
        "storage" : 1,
        "symbol" : "[",
        "description" : "A light-blue work t-shirt with a small front pocket.",
        "price" : 1000,
        "material" : ["cotton", "null"],
        "volume" : 1,
        "cutting" : 0,
        "warmth" : 8,
        "phase" : "solid",
        "environmental_protection" : 0,
        "encumbrance" : 0,
        "bashing" : -5,
        "flags" : ["VARSIZE", "SKINTIGHT"],
        "coverage" : 40,
        "material_thickness" : 1
    },
    {
        "type" : "ARMOR",
        "id" : "technician_pants_ltblue",
        "name" : "light-blue work pants",
        "name_plural" : "light-blue work pants",
        "weight" : 520,
        "color" : "ltblue",
        "covers" : ["LEGS"],
        "to_hit" : 1,
        "storage" : 6,
        "symbol" : "[",
        "description" : "A pair of light-blue work pants.",
        "price" : 5000,
        "material" : ["cotton", "null"],
        "volume" : 8,
        "cutting" : 0,
        "warmth" : 15,
        "phase" : "solid",
        "environmental_protection" : 0,
        "encumbrance" : 1,
        "bashing" : -4,
        "flags" : ["VARSIZE", "POCKETS"],
        "coverage" : 95,
        "material_thickness" : 2
    },
    {
        "type" : "ARMOR",
        "id" : "technician_shirt_gray",
        "name" : "gray work t-shirt",
        "weight" : 64,
        "color" : "ltgray",
        "covers" : ["TORSO"],
        "to_hit" : 0,
        "storage" : 1,
        "symbol" : "[",
        "description" : "A gray work t-shirt with a small front pocket.",
        "price" : 1000,
        "material" : ["cotton", "null"],
        "volume" : 1,
        "cutting" : 0,
        "warmth" : 8,
        "phase" : "solid",
        "environmental_protection" : 0,
        "encumbrance" : 0,
        "bashing" : -5,
        "flags" : ["VARSIZE", "SKINTIGHT"],
        "coverage" : 40,
        "material_thickness" : 1
    },
    {
        "type" : "ARMOR",
        "id" : "technician_pants_gray",
        "name" : "gray work pants",
        "name_plural" : "gray work pants",
        "weight" : 520,
        "color" : "ltgray",
        "covers" : ["LEGS"],
        "to_hit" : 1,
        "storage" : 6,
        "symbol" : "[",
        "description" : "A pair of gray work pants.",
        "price" : 5000,
        "material" : ["cotton", "null"],
        "volume" : 8,
        "cutting" : 0,
        "warmth" : 15,
        "phase" : "solid",
        "environmental_protection" : 0,
        "encumbrance" : 1,
        "bashing" : -4,
        "flags" : ["VARSIZE", "POCKETS"],
        "coverage" : 95,
        "material_thickness" : 2
    },
    {
        "type" : "ARMOR",
        "id" : "socks_bowling",
        "name" : "pair of disposable bowling socks",
        "name_plural" : "pairs of disposable bowling socks",
        "weight" : 20,
        "color" : "white",
        "covers" : ["FEET"],
        "to_hit" : 0,
        "storage" : 0,
        "symbol" : "[",
        "description" : "Cheap one time socks. Can keep your feet clean, but too thin to give any protection.",
        "price" : 50,
        "material" : ["cotton", "null"],
        "volume" : 1,
        "cutting" : 0,
        "warmth" : 2,
        "phase" : "solid",
        "environmental_protection" : 0,
        "encumbrance" : 0,
        "bashing" : -5,
        "flags" : ["VARSIZE", "SKINTIGHT"],
        "coverage" : 80,
        "material_thickness" : 0
    },
    {
        "type" : "ARMOR",
        "id" : "kilt",
        "name" : "kilt",
        "weight" : 74,
        "color" : "dark_gray",
        "covers" : ["LEGS"],
        "to_hit" : 0,
        "storage" : 1,
        "symbol" : "[",
        "description" : "No true scotsman would leave home without his kilt.",
        "price" : 6500,
        "material" : ["cotton", "null"],
        "volume" : 1,
        "cutting" : 0,
        "warmth" : 5,
        "phase" : "solid",
        "environmental_protection" : 0,
        "encumbrance" : 0,
        "bashing" : -5,
        "flags" : ["VARSIZE"],
        "coverage" : 50,
        "material_thickness" : 1
    },
    {
        "type" : "ARMOR",
        "id" : "linuxtshirt",
        "name" : "Linux t-shirt",
        "weight" : 110,
        "color" : "dark_gray",
        "covers" : ["TORSO"],
        "to_hit" : 0,
        "storage" : 0,
        "symbol" : "[",
        "description" : "A t-shirt with a picture of the Tux mascot on it.  Underneath it says \"You wouldn't buy a car with the hood welded shut.\"",
        "snippet_category" : [
            { "id" : "tux",
              "text" : "A t-shirt with a picture of Tux, the Linux mascot!  It says \"You wouldn't buy a car with the hood welded shut.\""
            },
            { "id" : "ubuntusmartass",
              "text" : "A t-shirt with the Ubuntu logo on it, underneath it says \"Ubuntu is a South African word for 'I can't configure Debian'\""
            },
            { "id" : "arch",
              "text" : "A t-shirt with the Arch Linux logo on it, underneath it says \"Keep it Simple Stupid\""
            },
            { "id" : "ubuntu",
              "text" : "A t-shirt with the Ubuntu logo on it, underneath it says \"Linux for human beings\""
            },
            { "id" : "mint",
              "text" : "A t-shirt with the Linux Mint logo on it, underneath it says \"From freedom came elegance\""
            },
            { "id" : "fedora",
              "text" : "A t-shirt with the Fedora logo on it, underneath it says \"Freedom. Friends. Features. First.\""
            },
            { "id" : "redhat",
              "text" : "A t-shirt with Red Hat's logo on it, underneath it says \"The World's Open Source Leader\""
            },
            { "id" : "debian",
              "text" : "A t-shirt with the Debian logo on it, underneath it says \"The Universal Operating System\""
            }
        ],
        "price" : 2000,
        "material" : ["cotton", "null"],
        "volume" : 2,
        "cutting" : 0,
        "warmth" : 5,
        "phase" : "solid",
        "environmental_protection" : 0,
        "encumbrance" : 0,
        "bashing" : -5,
        "flags" : ["VARSIZE"],
        "coverage" : 90,
        "material_thickness" : 1
    },
    {
        "type" : "ARMOR",
        "id" : "sleeveless_tunic",
        "name" : "sleeveless tunic",
        "name_plural" : "sleeveless tunics",
        "weight" : 60,
        "color" : "dark_gray",
        "covers" : ["LEGS", "TORSO"],
        "to_hit" : -5,
        "storage" : 0,
        "symbol" : "[",
        "description" : "A sleeveless tunic with the upper part looking like a tank top.",
        "price" : 4000,
        "material" : ["cotton", "null"],
        "volume" : 4,
        "cutting" : 0,
        "warmth" : 2,
        "phase" : "solid",
        "environmental_protection" : 0,
        "encumbrance" : 0,
        "bashing" : -5,
        "flags" : ["VARSIZE"],
        "coverage" : 65,
        "material_thickness" : 1
    },
    {
        "type" : "ARMOR",
        "id" : "ear_spool",
        "name" : "plug",
        "volume" : 0,
        "material_thickness" : 1,
        "storage" : 0,
        "description" : "Those round things people plug into their earlobes as earrings, also called \"ear plug\" or \"ear spool.\"",
        "weight" : 10,
        "to_hit" : 0,
        "color" : "dark_gray",
        "encumbrance" : 0,
        "price" : 1200,
        "material" : ["plastic", "null"],
        "coverage" : 0,
        "symbol" : "[",
        "bashing" : 0,
        "cutting" : 0,
        "warmth" : 0,
        "environmental_protection" : 0,
        "phase" : "solid",
        "flags" : ["FANCY"]
    },
    {
        "type" : "ARMOR",
        "id" : "nanoskirt",
        "name" : "nanoskirt",
        "weight" : 11,
        "color" : "pink",
        "covers" : ["LEGS"],
        "to_hit" : 0,
        "storage" : 0,
        "symbol" : "[",
        "description" : "Apparently the microskirt wasn't short enough.",
        "price" : 3000,
        "material" : ["cotton", "null"],
        "volume" : 1,
        "cutting" : 0,
        "warmth" : 0,
        "phase" : "solid",
        "environmental_protection" : 0,
        "encumbrance" : 0,
        "bashing" : -5,
        "flags" : ["VARSIZE", "FANCY"],
        "coverage" : 7,
        "material_thickness" : 1
    },
    {
        "type" : "ARMOR",
        "id" : "halter_top",
        "name" : "halter top",
        "weight" : 42,
        "color" : "pink",
        "covers" : ["TORSO"],
        "to_hit" : -5,
        "storage" : 0,
        "symbol" : "[",
        "description" : "A short top made from cotton.  It is light and easy to wear.",
        "price" : 2000,
        "material" : ["cotton", "null"],
        "volume" : 2,
        "cutting" : 0,
        "warmth" : 2,
        "phase" : "solid",
        "environmental_protection" : 0,
        "encumbrance" : 0,
        "bashing" : -5,
        "flags" : ["VARSIZE"],
        "coverage" : 25,
        "material_thickness" : 1
    }
]
