{ "id": "greeter", "name": "Sam the Greeter", "sprite": "npc-greeter", "zone": "lobby", "defaultPosition": { "x": 160, "y": 128 }, "schedule": [ { "startHour": 9, "endHour": 18, "state": "working", "position": { "x": 160, "y": 128 } } ], "dialogue": { "greeting": { "id": "greeting", "text": "Welcome to Grid-Town! I'm Sam, your friendly greeter. What would you like to know?", "options": [ { "text": "What is this place?", "next": "about-town" }, { "text": "Where can I go?", "next": "directions" }, { "text": "Just passing through!", "next": null } ] }, "about-town": { "id": "about-town", "text": "Grid-Town is a vibrant community hub! Central Park is our heart, surrounded by the office and arcade to the east, meeting rooms to the left, the lounge cafe below, and the plaza for gatherings!", "options": [{ "text": "Sounds great!", "next": null }] }, "directions": { "id": "directions", "text": "Head through Central Park to reach everywhere! The office and arcade are to the east. Meeting rooms are on the left side. The lounge cafe is down south - Jamie makes great coffee! And don't miss the plaza fountain!", "options": [{ "text": "Thanks for the info!", "next": null }] } } }