[

{
        "type" : "furniture",
        "id" : "f_aut_gas_console",
        "name": "automated gas console",
        "symbol": "9",
        "color": "blue",
        "move_cost_mod": -1,
        "required_str": 25,
        "flags": ["SEALED", "ALARMED", "BLOCKSDOOR"],
        "examine_action": "pay_gas",
        "bash": {
            "str_min": 7, "str_max": 30,
            "sound": "glass breaking!",
            "sound_fail": "whack!",
            "furn_set": "f_aut_gas_console_o"
        }
    },

{
        "type" : "furniture",
        "id" : "f_aut_gas_console_o",
        "name": "broken automated gas console",
        "symbol": "9",
        "color": "dkgray",
        "move_cost_mod": -1,
        "required_str": 20,
        "flags": ["BLOCKSDOOR"],
        "bash": {
            "str_min": 5, "str_max": 45,
            "sound": "metal screeching!",
            "sound_fail": "clang!",
            "items": [
                { "item": "scrap", "amount": 8, "minamount": 2},
                { "item": "steel_chunk", "amount": 3, "minamount": 0},
                { "item": "hose", "amount": 1},
                { "item": "cu_pipe", "amount": 5, "minamount": 2 }
            ]
        }
    }

]
