[
  {
    "type" : "npc",
    "id" : "old_guard_rep",
    "comment" : "Appears in the refugee center as a source of missions and info.  Faction critical.",
    "comment" : "name+ is appended to the end of the npc's name.  If you remove the comma it sets the name as is.",
    "name+" : ", Representative",
    "comment" : "Class is based on the enum in npc.h.  The important ones are 0=NC_NONE, 2=NC_SHOPKEEP,",
    "comment" : "3=NC_HACKER, 4=NC_DOCTOR, 5=NC_TRADER, 6=NC_NINJA, 7=NC_COWBOY, 8=NC_SCIENTIST,",
    "comment" : "9=NC_BOUNTY_HUNTER, 10=NC_THUG, 11=NC_SCAVENGER, and 13=NC_HUNTER.",
    "class" : 7,
    "comment" : "Attitude is based on the enum in npc.h.  The important ones are 0=NPCATT_NULL, 1=NPCATT_TALK",
    "comment" : "3=NPCATT_FOLLOW, 7=NPCATT_DEFEND, 10=NPCATT_KILL, and 11=NPCATT_FLEE",
    "attitude" : 0,
    "comment" : "Mission is based on the enum in npc.h.  The important ones are 0=NPC_MISSION_NUL, 3=NPC_MISSION_SHOPKEEP",
    "comment" : "and 7=NPC_MISSION_GUARD",
    "mission" : 7,
    "comment" : "Chat is based on the enum talk_topic in npc.h.  Which is going to be a nightmare to update... 1=TALK_DONE",
    "chat" : 76,
    "faction" : "old_guard",
    "mission_offered" : 30,
    "comment" : "Mission_offered is based on the enum mission_id in mission.h.  0=MISSION_NULL"
  },{
    "type" : "npc",
    "id" : "evac_merchant",
    "comment" : "Appears in the refugee center as shopkeeper with missions.  Faction critical.",
    "name+" : ", Merchant",
    "class" : 1,
    "attitude" : 0,
    "mission" : 3,
    "chat" : 17,
    "mission_offered" : 27,
    "faction" : "free_merchants"
  },{
    "type" : "npc",
    "id" : "evac_broker",
    "comment" : "Appears in the refugee center as a bulk trader.  Promotes production of nonperishable food.",
    "name+" : ", Broker",
    "class" : 9,
    "attitude" : 0,
    "mission" : 7,
    "chat" : 28,
    "faction" : "free_merchants"
  },{
    "type" : "npc",
    "id" : "evac_guard1",
    "comment" : "Appears in the refugee center as a guard with custom dialogue.",
    "name+" : ", Guard",
    "class" : 9,
    "attitude" : 0,
    "mission" : 7,
    "chat" : 42,
    "faction" : "free_merchants"
  },{
    "type" : "npc",
    "id" : "evac_guard2",
    "comment" : "Appears in the refugee center as a guard with custom dialogue.",
    "name+" : ", Guard",
    "class" : 9,
    "attitude" : 0,
    "mission" : 7,
    "chat" : 53,
    "faction" : "free_merchants"
  },{
    "type" : "npc",
    "id" : "evac_guard3",
    "comment" : "Appears in the refugee center as a guard with custom dialogue.",
    "name+" : ", Guard",
    "class" : 9,
    "attitude" : 0,
    "mission" : 7,
    "chat" : 59,
    "faction" : "free_merchants"
  },{
    "type" : "npc",
    "id" : "guard",
    "comment" : "A generic guard for the Free Merchants faction.",
    "name+" : ", Guard",
    "class" : 9,
    "attitude" : 0,
    "mission" : 7,
    "chat" : 2,
    "faction" : "free_merchants"
  },{
    "type" : "npc",
    "id" : "hostile_guard",
    "comment" : "A generic hostile guard for the Free Merchants faction.  For where the player shouldn't venture.'",
    "name+" : ", Guard",
    "class" : 9,
    "attitude" : 10,
    "mission" : 7,
    "chat" : 1,
    "faction" : "free_merchants"
  },{
    "type" : "npc",
    "id" : "scavenger_hunter",
    "comment" : "Appears in the refugee center as a trader.",
    "name+" : ", Hunter",
    "class" : 13,
    "attitude" : 0,
    "mission" : 7,
    "chat" : 68,
    "faction" : "wasteland_scavengers"
  },{
    "type" : "npc",
    "id" : "scavenger_merc",
    "comment" : "Appears in the refugee center as a partner for hire.",
    "name+" : ", Merc",
    "class" : 7,
    "attitude" : 0,
    "mission" : 7,
    "chat" : 93,
    "faction" : "wasteland_scavengers"
  },{
    "type" : "npc",
    "id" : "arsonist",
    "comment" : "Appears in the refugee center as a unique trader and potential mission provider.",
    "name+" : "Makayla Sanchez, Arsonist",
    "comment" : "Gender is only referenced when the npc has a complete unique name",
    "gender" : "female",
    "class" : 12,
    "attitude" : 0,
    "mission" : 3,
    "chat" : 84,
    "faction" : "wasteland_scavengers"
  },{
    "type" : "npc",
    "id" : "thug",
    "comment" : "Generic melee focused guard for the Hell's Raiders faction.",
    "name+" : ", Thug",
    "class" : 10,
    "attitude" : 0,
    "mission" : 7,
    "chat" : 1,
    "faction" : "hells_raiders"
  },{
    "type" : "npc",
    "id" : "bandit",
    "comment" : "Generic pistol/rifle focused guard for the Hell's Raiders faction.",
    "name+" : ", Bandit",
    "class" : 11,
    "attitude" : 0,
    "mission" : 7,
    "chat" : 1,
    "faction" : "hells_raiders"
  }
]
