This repository has been archived by the owner on Jul 22, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcloak.json
1 lines (1 loc) · 2.77 KB
/
cloak.json
1
{"objects": {"foyer-n": {"link": null, "lock": "+foyer-n", "failure": "You've only just arrived, and besides, the weather outside seems to be getting worse.", "name": "north", "type": "exit", "location": "foyer"}, "hook": {"lock": "+hook", "description": "It's just a small brass hook, screwed to the wall.", "name": "Small brass hook", "type": "thing", "location": "cr", "failure": "You consider getting a souvenir, but it's too well fastened."}, "foyer": {"nodrop": "This isn't the best place to leave a smart cloak lying around.", "name": "Foyer of the Opera House", "sticky": true, "type": "room", "description": "You are standing in a spacious hall, splendidly decorated in red and gold, with glittering chandeliers overhead. The entrance from the street is to the north, and there are doorways south and west."}, "bar-n": {"name": "north", "type": "exit", "location": "bar", "link": "foyer"}, "foyer-s": {"link": "bar", "lock": "-cloak", "failure": "As you approach the doorway, all light seems to vanish. You backpedal in a hurry.", "name": "south", "type": "exit", "location": "foyer"}, "message": {"success": "You have won!", "description": "The message, neatly marked in the sawdust, reads...", "name": "scrawled message", "ending": true, "type": "text", "location": "bar"}, "hero": {"description": "As good-looking as ever.", "type": "actor", "location": "foyer", "name": "You"}, "cloak": {"description": "A handsome cloak, of velvet trimmed with satin, and slightly spattered with raindrops. Its blackness is so deep that it almost seems to suck light from the room.", "drop": "As you let go of the cloak, it flies through the air, only to end up hanging from the hook.", "type": "thing", "location": "hero", "name": "Velvet cloak"}, "cr": {"name": "Cloakroom", "score": 5.0, "link": "hook", "type": "room", "description": "The walls of this small room were clearly once lined with hooks, though now only one remains. The exit is a door to the east."}, "foyer-w": {"name": "west", "type": "exit", "location": "foyer", "link": "cr"}, "bar": {"score": 5.0, "description": "The bar, much rougher than you'd have guessed after the opulence of the foyer to the north, is completely empty. There seems to be some sort of message scrawled in the sawdust on the floor.", "name": "Bar", "type": "room"}, "cr-e": {"name": "east", "type": "exit", "location": "cr", "link": "foyer"}}, "config": {"banner": "Hurrying through the rainswept November night, you're glad to see the bright lights of the Opera House. It's surprising that there aren't more people about but, hey, what do you expect in a cheap demo game...?", "use_score": true, "max_score": 10.0}, "meta": {"date": "2003", "author": "Roger Firth", "subtitle": "A basic IF demonstration", "license": "Adventure Prompt edition by Felix Ple\u015foianu", "title": "Cloak of Darkness"}}