[
  {
    "type" : "start_location",
    "ident" : "shelter",
    "name" : "Shelter",
    "target" : "shelter"
  },{
    "type" : "start_location",
    "ident" : "boarded_house",
    "name" : "Boarded up house",
    "target" : "house",
    "flags" : ["BOARDED"]
  },{
    "type" : "start_location",
    "ident" : "field",
    "name" : "Field",
    "target" : "field",
    "flags" : ["ALLOW_OUTSIDE"]
  },{
    "type" : "start_location",
    "ident" : "house",
    "name" : "House",
    "target" : "house"
  },{
    "type" : "start_location",
    "ident" : "s_grocery",
    "name" : "Grocery Store",
    "target" : "s_grocery"
  },{
    "type" : "start_location",
    "ident" : "s_gun",
    "name" : "Gun Store",
    "target" : "s_gun"
  },{
    "type" : "start_location",
    "ident" : "s_garage",
    "name" : "Garage",
    "target" : "s_garage"
  },{
    "type" : "start_location",
    "ident" : "pawn",
    "name" : "Pawn Shop",
    "target" : "pawn"
  },{
    "type" : "start_location",
    "ident" : "bank",
    "name" : "Bank",
    "target" : "bank"
  },{
    "type" : "start_location",
    "ident" : "mil_surplus",
    "name" : "Military Surplus",
    "target" : "mil_surplus"
  },{
    "type" : "start_location",
    "ident" : "furniture",
    "name" : "Furniture Store",
    "target" : "furniture"
  },{
    "type" : "start_location",
    "ident" : "s_library",
    "name" : "Library",
    "target" : "s_library"
  },{
    "type" : "start_location",
    "ident" : "cabin",
    "name" : "Cabin",
    "target" : "cabin"
  },{
    "type" : "start_location",
    "ident" : "hospital",
    "name" : "Hospital",
    "target" : "hospital"
  },{
    "type" : "start_location",
    "ident" : "lmoe",
    "name" : "LMOE",
    "target" : "lmoe"
  },{
    "type" : "start_location",
    "ident" : "forest",
    "name" : "Middle of Nowhere",
    "target" : "forest",
    "flags" : ["ALLOW_OUTSIDE"]
  },{
    "type" : "start_location",
    "ident" : "lab_stairs",
    "name" : "science lab",
    "target" : "lab_stairs"
  },{
    "type" : "start_location",
    "ident" : "mall_a_12",
    "name" : "mall loading area",
    "target" : "mall_a_12"
  },{
    "type" : "start_location",
    "ident" : "mall_a_30",
    "name" : "mall food court",
    "target" : "mall_a_30"
  },{
    "type" : "start_location",
    "ident" : "fire_station",
    "name" : "Fire Station",
    "target" : "fire_station"
  },{
    "type" : "start_location",
    "ident" : "police",
    "name" : "Police Station",
    "target" : "police"
  }
]
