tavern.json 825 Bytes
{
    "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": "Room001",
        "dark": "Dark",
        "outside": "Outside"
    },
    "title": "Tavern",
    "zone":"town"
}