[
    {
        "comment": "automated gas station",
        "type": "mapgen",
        "om_terrain": [
            "s_gas"
        ],
        "method": "json",
        "weight": 350,
        "object": {
            "rows": [
                "........................",
                "........................",
                "........................",
                ".-----..................",
                ".|...|..........sss.....",
                ".|.Q.|...........&s.....",
                ".|...|...........{s.....",
                ".|...|P..........{s.....",
                ".--+--..........sss.....",
                "........................",
                "...s9s...........s9s....",
                "........................",
                "....5.............5.....",
                "........................",
                "........................",
                "........................",
                "....5.............5.....",
                "........................",
                "........................",
                "........................",
                "....5.............5.....",
                "........................",
                "...s9s...........s9s....",
                "........................"
            ],
            "terrain": {
                ".": "t_pavement",

                "Q": "t_pavement",

                "P": "t_pavement",

                "-": "t_chainfence_h",
                "|": "t_chainfence_v",
                "+": "t_chaingate_l",

                "&": "t_atm",
                "{": "t_pavement",

                "5": "t_gas_pump",
                "s": "t_little_column",


                "9": "t_pavement"

            },
            "furniture": {
                "9": "f_aut_gas_console",

                "P": "f_sign",

                "{": "f_vending_c"

            },
            "place_specials": [
                { "type": "sign", "x": 6, "y": 7, "signage": "Danger! Do not smoke! Risk of explosion!" }
            ],
            
            "add": [
                { "item": "gasoline", "x": 3, "y": 5, "repeat": [200, 1075] }
            ],

            "set": [
            { "point": "terrain", "id": "t_gas_tank", "x": 3, "y": 5}
             ],

            "place_groups": [
                { "item": "vending_drink", "chance": 85, "x": 17, "y": 6 },
                { "item": "vending_food", "chance": 85, "x": 17, "y": 7 }

            ]
        }
    }
]
