LynetteAntonia / spyWerk

0 stars 0 forks source link

List of places and the roles #4

Open gatraenggar opened 1 year ago

gatraenggar commented 1 year ago
{
  "places": [
    {
      "name": "Beach",
      "roles": ["Coast Guard", "Visitor"]
    },
    {
      "name": "Broadway Theater",
      "roles": ["Singer", "Magician", "Excited Audience", "Sleepy Audience", "Host"]
    },
    {
      "name": "Casino",
      "roles": ["Bettor", "Security Guard"]
    },
    {
      "name": "Circus Tent",
      "roles": ["Performer", "Audience"]
    },
    {
      "name": "Bank",
      "roles": ["Banker", "Customer", "Security Guard"]
    },
    {
      "name": "Day Spa",
      "roles": ["Customer"]
    },
    {
      "name": "Hotel",
      "roles": ["Receptionist", "Customer"]
    },
    {
      "name": "Restaurant",
      "roles": ["Unfriendly Servant", "Happy Customer", "Disappointed Customer", "Grumpy Chef (like Gordon Ramsay)"]
    },
    {
      "name": "Supermarket",
      "roles": ["Cashier", "Customer", "Staff"]
    },
    {
      "name": "Service Station",
      "roles": ["Service Staff", "Customer", "Janitor"]
    },
    {
      "name": "Hospital",
      "roles": ["Doctor", "Nurse", "Patient", "Visitor"]
    },
    {
      "name": "Embassy",
      "roles": ["Minister", "Visitor", "Embassy Staff"]
    },
    {
      "name": "Military Base",
      "roles": ["Commander", "Soldier"]
    },
    {
      "name": "Police Station",
      "roles": ["Police", "Prisoner", "Reporter"]
    },
    {
      "name": "School",
      "roles": ["Student Parent", "Teacher", "Super Cool Kid", "Nerd", "Cleaning Service"]
    },
    {
      "name": "University",
      "roles": ["Guest Lecturer", "Freshman", "Last Semester Student", "Hacker with Hoodie", "Cleaning Service"]
    },
    {
      "name": "Airplane",
      "roles": ["Pilot", "Air Hostess", "Steward", "Passenger", "Crybaby"]
    },
    {
      "name": "Ocean Liner",
      "roles": ["Captain"]
    },
    {
      "name": "Passenger Train",
      "roles": ["Machinist", "Ticket Checker", "Passenger"]
    },
    {
      "name": "Submarine",
      "roles": ["Skipper", "Logistics Specialist", "Navy Diver", "Sonar Technician"]
    },
    {
      "name": "Cathedral",
      "roles": ["Pastor", "Chancellor", "Monk", "Visitor"]
    },
    {
      "name": "Corporate Party",
      "roles": ["Senior Employee", "Newcomer", "Promoted Employee"]
    },
    {
      "name": "Movie Studio",
      "roles": ["Cameraman", "Stuntman", "Model", "Actor/Actress", "Film Director"]
    },
    {
      "name": "Pirate Ship",
      "roles": ["Jack Sparrow", "Captive", "Subordinate", "Jack Sparrow's Enemy"]
    },
    {
      "name": "Space Station",
      "roles": ["Astronaut"]
    },
    {
      "name": "Work Office",
      "roles": ["Executive", "UI/UX Designer", "Marketing Specialist", "Coder with yesterday T-shirts", "Apprentice", "Workaholic"]
    }
  ]
}
gatraenggar commented 1 year ago

@LynetteAntonia I'm just thinking that we can use this format for the places and roles statically using JSON. Maybe you have another idea. Feel free to make changes.