{ "title": "Example Book", "states": [ { "Normal": { "title": "Awakening", "content": "You wake up in a bed in a tiny room. There is a single window and a door. You hear an alarm clock.", "decisions": { "go through door": 4, "disable alarm": 1, "look through window": 2 } } }, { "Mirror": { "title": "Awake", "content": "You wake up in a bed in a tiny room. There is a single window and a door. There is an alarm clock.", "mirrored": 0, "m_decisions": { "disable alarm": "Remove", "look through window": { "Add": 3 } } } }, { "Redirect": { "title": "", "content": "It's dark outside, you can't see anything.", "redirect_to": 0 } }, { "Redirect": { "title": "", "content": "It's dark outside, you can't see anything.", "redirect_to": 1 } }, { "Normal": { "title": "Living Room", "content": "You enter a room, probably the living room of the house you're in. There's a big table in the middle and a few chairs around it. There's also a bookshelf, a big window and the front door of the house.", "decisions": {} } } ] }