tavern.json 905 Bytes
{
    "num": 1001,
    "coords": { "id": 1000, "x": 0, "y": 0, "z": 0},    
    "look_items": {
        "wooden,oak,plank": "An old solid oak plank that has a large number of chips and drink marks.",
        "barrel,barrels": "The old barrels bands are thick with oxidation and stained with the purple of spilled wine.",
        "bar": "The bar is a long wooden plank thrown over roughly hewn barrels.",
        "fire": "The fire crackles quietly in the corner providing a small amount of light and heat."
    },
    "description": "You're in a cozy tavern warmed by an open fire.", 
    "inventory": {
        "candle": [{
            "age": 0
        }, {
            "age": 0
        }],
        "sword": [{
            "expries": 0
        }]
    },
    "exits": {
        "behind": ["town/room001", 1002],
        "west": ["wilderness/outside", 2001]
    },
    "title": "Tavern",
    "zone":"town"
}