[
    {
        "id": "bag_plastic",
        "type": "CONTAINER",
        "symbol": ")",
        "color": "light_gray",
        "name": "plastic bag",
        "category": "other",
        "description": "A small, open plastic bag.  Essentially trash.",
        "price": 0,
        "weight": 2,
        "volume": 0,
        "bashing": -8,
        "cutting": 0,
        "to_hit": -1,
        "contains": 24,
        "material": "plastic"
    },
    {
        "id": "bottle_plastic",
        "type": "CONTAINER",
        "symbol": ")",
        "color": "light_cyan",
        "name": "plastic bottle",
        "category": "other",
        "description": "A resealable plastic bottle, holds 500 ml of liquid.",
        "price": 0,
        "weight": 13,
        "volume": 2,
        "bashing": -2,
        "cutting": 0,
        "to_hit": 1,
        "material": "plastic",
        "contains": 2,
        "flags": ["RIGID", "WATERTIGHT", "SEALS"]
    },
    {
        "id": "cup_plastic",
        "type": "CONTAINER",
        "symbol": ")",
        "color": "light_cyan",
        "name": "plastic cup",
        "category": "other",
        "description": "A small, vacuum sealed cup, essentially trash.",
        "price": 0,
        "weight": 6,
        "volume": 1,
        "bashing": -4,
        "cutting": 0,
        "to_hit": 1,
        "material": "plastic",
        "contains": 1,
        "flags": ["RIGID", "WATERTIGHT"]
    },
    {
        "id": "bottle_glass",
        "type": "CONTAINER",
        "symbol": ")",
        "color": "cyan",
        "name": "glass bottle",
        "category": "other",
        "description": "A resealable glass bottle, holds 750 ml of liquid.",
        "price": 0,
        "weight": 200,
        "volume": 3,
        "bashing": 2,
        "cutting": 0,
        "to_hit": 1,
        "material": "glass",
        "contains": 3,
        "flags": ["RIGID", "WATERTIGHT", "SEALS"]
    },
    {
        "id": "can_drink",
        "type": "CONTAINER",
        "symbol": ")",
        "color": "light_blue",
        "name": "aluminum can",
        "category": "other",
        "description": "An aluminum can, like what soda comes in.",
        "price": 0,
        "weight": 13,
        "volume": 1,
        "bashing": 2,
        "cutting": 0,
        "to_hit": -3,
        "material": "aluminum",
        "contains": 1,
        "flags": ["RIGID", "WATERTIGHT", "PRESERVES"],
        "qualities": [["CONTAIN", 1], ["BOIL", 2]]
    },
    {
        "id":"bowl_pewter",
        "type":"CONTAINER",
        "color":"light_cyan",
        "symbol":")",
        "name":"pewter bowl",
        "category": "other",
        "description":"A pewter bowl.  Can be used as a container or as a tool.  Holds 250 ml of liquid.",
        "cutting":0,
        "price": 100,
        "weight":50,
        "volume":1,
        "bashing":0,
        "to_hit":-1,
        "material":"steel",
        "contains":1,
        "flags":[ "RIGID" ]
    },
    {
        "id": "can_food",
        "type": "CONTAINER",
        "symbol": ")",
        "color": "blue",
        "name": "tin can",
        "category": "other",
        "description": "A tin can, like what beans come in.",
        "price": 0,
        "weight": 400,
        "volume": 1,
        "bashing": 0,
        "cutting": 0,
        "to_hit": 0,
        "material": "steel",
        "contains": 1,
        "flags": ["RIGID", "WATERTIGHT", "PRESERVES"],
        "qualities": [["CONTAIN", 1], ["BOIL", 2]]
    },
    {
        "id": "box_small",
        "type": "CONTAINER",
        "symbol": ")",
        "color": "brown",
        "name": "cardboard box",
        "name_plural": "cardboard boxes",
        "category": "other",
        "description": "A small cardboard box.  No bigger than a foot in dimension.",
        "price": 0,
        "weight": 151,
        "volume": 4,
        "bashing": -5,
        "cutting": 0,
        "to_hit": 0,
        "material": "paper",
        "contains": 4,
        "flags": ["RIGID"]
    },
    {
        "id": "canteen",
        "type": "CONTAINER",
        "symbol": ")",
        "color": "green",
        "name": "plastic canteen",
        "category": "other",
        "description": "A large military-style water canteen, with a 1.5 liter capacity and strap.",
        "price": 2000,
        "weight": 155,
        "volume": 6,
        "bashing": 0,
        "cutting": 0,
        "to_hit": 1,
        "material": "plastic",
        "contains": 6,
        "flags": ["RIGID", "SEALS", "WATERTIGHT"]
    },
    {
        "id": "2lcanteen",
        "type": "CONTAINER",
        "symbol": ")",
        "color": "dark_gray",
        "name": "2.5L canteen",
        "category": "other",
        "description": "A large plastic water canteen, with a 2.5 liter capacity and strap.",
        "price": 2500,
        "weight": 155,
        "volume": 10,
        "bashing": 1,
        "cutting": 0,
        "to_hit": -1,
        "material": "plastic",
        "contains": 10,
        "flags": ["RIGID", "SEALS", "WATERTIGHT"]
    },
    {
        "id": "jerrycan",
        "type": "CONTAINER",
        "symbol": ")",
        "color": "green",
        "name": "plastic jerrycan",
        "category": "other",
        "description": "A bulky plastic jerrycan, meant to carry fuel, but can carry other liquids in a pinch.  It has a capacity of 10 liters.",
        "price": 15000,
        "weight": 1587,
        "volume": 40,
        "bashing": 0,
        "cutting": 0,
        "to_hit": -2,
        "material": "plastic",
        "contains": 40,
        "flags": ["RIGID", "SEALS", "WATERTIGHT"]
    },
    {
        "id": "jug_plastic",
        "type": "CONTAINER",
        "symbol": ")",
        "color": "light_cyan",
        "name": "gallon jug",
        "category": "other",
        "description": "A standard plastic jug used for milk and household cleaning chemicals.",
        "price": 0,
        "weight": 190,
        "volume": 15,
        "bashing": 0,
        "cutting": 0,
        "to_hit": 1,
        "material": "plastic",
        "contains": 15,
        "flags": ["RIGID", "SEALS", "WATERTIGHT"]
    },
    {
        "id": "flask_glass",
        "type": "CONTAINER",
        "symbol": ")",
        "color": "light_cyan",
        "name": "glass flask",
        "category": "other",
        "description": "A 250 ml laboratory conical flask, with a rubber bung.",
        "price": 500,
        "weight": 48,
        "volume": 1,
        "bashing": 3,
        "cutting": 0,
        "to_hit": 1,
        "material": "glass",
        "contains": 1,
        "flags": ["RIGID", "SEALS", "WATERTIGHT"]
    },
    {
        "id": "waterskin",
        "type": "CONTAINER",
        "symbol": ")",
        "color": "brown",
        "name": "small waterskin",
        "category": "other",
        "description": "A small watertight leather bag, can hold 1.5 liters of water.",
        "price": 2000,
        "weight": 453,
        "volume": 1,
        "bashing": 1,
        "cutting": 0,
        "to_hit": -1,
        "material": "leather",
        "contains": 6,
        "flags": ["SEALS", "WATERTIGHT"]
    },
    {
        "id": "waterskin2",
        "type": "CONTAINER",
        "symbol": ")",
        "color": "brown",
        "name": "waterskin",
        "category": "other",
        "description": "A watertight leather bag, can hold 3 liters of water.",
        "price": 5000,
        "weight": 783,
        "volume": 2,
        "bashing": 2,
        "cutting": 0,
        "to_hit": -1,
        "material": "leather",
        "contains": 12,
        "flags": ["SEALS", "WATERTIGHT"]
    },
    {
        "id": "waterskin3",
        "type": "CONTAINER",
        "symbol": ")",
        "color": "brown",
        "name": "large waterskin",
        "category": "other",
        "description": "A large watertight leather bag, can hold 5 liters of water.",
        "price": 8000,
        "weight": 990,
        "volume": 3,
        "bashing": 3,
        "cutting": 0,
        "to_hit": -1,
        "material": "leather",
        "contains": 20,
        "flags": ["SEALS", "WATERTIGHT"]
    },
    {
        "id": "jerrycan_big",
        "type": "CONTAINER",
        "symbol": ")",
        "color": "green",
        "name": "steel jerrycan",
        "category": "other",
        "description": "A steel jerrycan, meant to carry fuel, but can carry other liquids in a pinch.  It has a capacity of 25 liters.",
        "price": 8000,
        "weight": 4815,
        "volume": 100,
        "bashing": 4,
        "cutting": 0,
        "to_hit": -3,
        "material": "steel",
        "contains": 100,
        "flags": ["RIGID", "SEALS", "WATERTIGHT"]
    },
    {
        "id" : "metal_tank",
        "type": "CONTAINER",
        "symbol" : "}",
        "color" : "light_cyan",
        "name" : "metal tank",
        "category": "other",
        "description" : "A metal tank for holding liquids.  Useful for crafting.",
        "price" : 6000,
        "weight" : 5668,
        "volume" : 225,
        "bashing" : 6,
        "cutting" : 0,
        "to_hit" : -4,
        "contains" : 225,
        "material" : ["steel", "null"],
        "flags" : ["RIGID", "SEALS", "WATERTIGHT"]
    },
    {
        "id" : "metal_tank_small",
        "type": "CONTAINER",
        "symbol" : "}",
        "color" : "light_cyan",
        "name" : "small metal tank",
        "category": "other",
        "description" : "A gas tank from a motorcycle.  Useful for crafting.",
        "price" : 2000,
        "weight" : 3200,
        "volume" : 45,
        "bashing" : 5,
        "cutting" : 0,
        "to_hit" : -3,
        "contains" : 45,
        "material" : ["aluminum", "null"],
        "flags" : ["RIGID", "SEALS", "WATERTIGHT"]
    },
    {
        "id" : "metal_tank_little",
        "type": "CONTAINER",
        "symbol" : "}",
        "color" : "light_cyan",
        "name" : "little metal tank",
        "category": "other",
        "description" : "A little gas tank.  Useful for crafting.",
        "price" : 250,
        "weight" : 400,
        "volume" : 5,
        "bashing" : 2,
        "cutting" : 0,
        "to_hit" : -2,
        "contains" : 5,
        "material" : ["aluminum", "null"],
        "flags" : ["RIGID", "SEALS", "WATERTIGHT"]
    },
    {
        "id": "keg",
        "type": "CONTAINER",
        "symbol": ")",
        "color": "light_cyan",
        "name": "aluminum keg",
        "category": "other",
        "description": "A reusable aluminum keg, used for shipping beer.  It has a capacity of 50 liters.",
        "price": 10000,
        "weight": 13500,
        "volume": 200,
        "bashing": 10,
        "cutting": 0,
        "to_hit": -5,
        "material": "aluminum",
        "contains": 200,
        "flags": ["RIGID", "SEALS", "WATERTIGHT"]
    },
    {
        "id": "jar_glass",
        "type": "CONTAINER",
        "symbol": ")",
        "color": "light_cyan",
        "name": "glass jar",
        "category": "other",
        "description": "A half-litre glass jar with a metal screw top lid, used for canning.",
        "price": 0,
        "weight": 264,
        "volume": 2,
        "bashing": 4,
        "cutting": 0,
        "to_hit": 1,
        "material": "glass",
        "contains": 2,
        "flags": ["RIGID", "SEALS", "WATERTIGHT"],
        "qualities": [["CONTAIN", 1]]
    },
    {
        "id": "jar_3l_glass",
        "type": "CONTAINER",
        "symbol": ")",
        "color": "light_cyan",
        "name": "3l glass jar",
        "category": "other",
        "description": "A three-litre glass jar with a metal screw top lid, used for canning.",
        "price": 0,
        "weight": 365,
        "volume": 12,
        "bashing": 5,
        "cutting": 0,
        "to_hit": -1,
        "material": "glass",
        "contains": 12,
        "flags": ["RIGID", "SEALS", "WATERTIGHT"],
        "qualities": [["CONTAIN", 1]]
    },
    {
        "id": "flask_hip",
        "type": "CONTAINER",
        "symbol": ")",
        "color": "light_gray",
        "name": "hip flask",
        "category": "other",
        "description": "A 250 ml metal flask with a hinged screw-on lid, commonly used to discreetly transport alcohol.",
        "price": 1000,
        "weight": 120,
        "volume": 1,
        "bashing": 3,
        "cutting": 0,
        "to_hit": 1,
        "material": "aluminum",
        "contains": 1,
        "flags": ["RIGID", "SEALS", "WATERTIGHT"]
    },
    {
        "id":"bowl_plastic",
        "type":"CONTAINER",
        "color":"light_cyan",
        "symbol":")",
        "name":"plastic bowl",
        "category": "other",
        "description":"A plastic bowl.  Can be used as a container or as a tool.  Holds 250 ml of liquid.",
        "cutting":0,
        "price": 100,
        "weight":0,
        "volume":1,
        "bashing":0,
        "to_hit":1,
        "material":"plastic",
        "contains":1,
        "flags":[ "RIGID", "SEALS", "WATERTIGHT"]
    },
    {
        "id": "wrapper",
        "type": "CONTAINER",
        "symbol": ",",
        "color": "light_gray",
        "name": "paper wrapper",
        "category": "other",
        "description": "Just a piece of butcher's paper.  Good for starting fires.",
        "price": 0,
        "weight": 3,
        "volume": 0,
        "bashing": -8,
        "cutting": 0,
        "to_hit": -2,
        "contains": 10,
        "material": "paper"
    },
    {
        "id": "55gal_drum",
        "type": "CONTAINER",
        "symbol": "0",
        "color": "dark_gray",
        "name": "55 gallon drum",
        "category": "other",
        "description": "A massive steel barrel with a resealable lid.",
        "price": 0,
        "weight": 20000,
        "volume": 825,
        "bashing": 8,
        "cutting": 0,
        "to_hit": -5,
        "material": "steel",
        "contains": 825,
        "flags": ["RIGID", "SEALS", "WATERTIGHT"]
    },
    {
        "id": "30gal_drum",
        "type": "CONTAINER",
        "symbol": "0",
        "color": "light_blue",
        "name": "30 gallon barrel",
        "category": "other",
        "description": "A huge plastic barrel with a resealable lid.",
        "price": 0,
        "weight": 6800,
        "volume": 450,
        "bashing": 8,
        "cutting": 0,
        "to_hit": -5,
        "material": "plastic",
        "contains": 450,
        "flags": ["RIGID", "SEALS", "WATERTIGHT"]
    },
    {
        "id": "wooden_barrel",
        "type": "CONTAINER",
        "symbol": ")",
        "color": "brown",
        "name": "wooden barrel",
        "category": "other",
        "description": "Traditionally made of white oak; these vessels are known for delivering delicious whiskey to the future.  It has a capacity of 100 liters.",
        "price": 20000,
        "weight": 42408,
        "volume": 400,
        "bashing": 8,
        "cutting": 0,
        "to_hit": -5,
        "material": ["wood", "steel"],
        "contains": 400,
        "flags": ["RIGID", "SEALS", "WATERTIGHT"]
    },
    {
        "id": "bag_canvas",
        "type": "CONTAINER",
        "symbol": ")",
        "color": "brown",
        "name": "canvas sack",
        "category": "other",
        "description": "A large and sturdy canvas sack. Smells faintly of earth and hard work.",
        "price": 0,
        "weight": 415,
        "volume": 4,
        "bashing": -3,
        "cutting": 0,
        "to_hit": -5,
        "material": "cotton",
        "contains": 60,
        "flags": [ "SEALS" ]
    },
    {
        "id": "bag_canvas_small",
        "type": "CONTAINER",
        "symbol": ")",
        "color": "brown",
        "name": "canvas bag",
        "category": "other",
        "description": "Small bag made of canvas. Looks fine to store dried herbs in.",
        "price": 0,
        "weight": 5,
        "volume": 1,
        "bashing": -5,
        "cutting": 0,
        "to_hit": -5,
        "material": "cotton",
        "contains": 4,
        "flags": [ "SEALS" ]
    },
    {
        "id": "bottle_plastic_small",
        "type": "CONTAINER",
        "symbol": ")",
        "color": "white",
        "name": "small plastic bottle",
        "category": "other",
        "description": "A resealable plastic bottle, holds 250 ml of liquid.",
        "price": 0,
        "weight": 7,
        "volume": 1,
        "bashing": -1,
        "cutting": 0,
        "to_hit": 1,
        "material": "plastic",
        "contains": 1,
        "flags": ["RIGID", "WATERTIGHT", "SEALS"]
    }
]
