[
  {
    "type": "mutation",
    "id": "BGSS_MAID_KAWAII_1",
    "name": { "str": "Survivor Story" },
    "points": 0,
    "description": "This NPC could tell you about how they survived the Cataclysm",
    "player_display": false,
    "valid": false,
    "purifiable": false,
    "types": [ "BACKGROUND_SURVIVAL_STORY" ],
    "flags": [ "BG_SURVIVAL_STORY" ]
  },
  {
    "id": "BGSS_MAID_KAWAII_1_STORY1",
    "type": "talk_topic",
    "dynamic_line": "My history? You mean before I served you? ...I'm sorry, but...",
    "responses": [
        { "text": "<done_conversation_section>", "topic": "TALK_FRIEND" },
        { "text": "<end_talking>", "topic": "TALK_DONE" }
    ]
  },
  {
    "id": "TALK_FRIEND_CONVERSATION",
    "type": "talk_topic",
    "responses": [
      {
        "text": "<BGSS_intro_question>",
        "topic": "BGSS_MAID_KAWAII_1_STORY1",
        "condition": { "npc_has_trait": "BGSS_MAID_KAWAII_1"  },
        "switch": true
      }
    ]
  },
  {
    "type": "mutation",
    "id": "BGSS_MISTRESS_1",
    "name": { "str": "Survivor Story" },
    "points": 0,
    "description": "This NPC could tell you about how they survived the Cataclysm",
    "player_display": false,
    "valid": false,
    "purifiable": false,
    "types": [ "BACKGROUND_SURVIVAL_STORY" ],
    "flags": [ "BG_SURVIVAL_STORY" ]
  },
  {
    "id": "BGSS_MISTRESS_1_STORY1",
    "type": "talk_topic",
    "dynamic_line": "You were there. You saw my father killed by zombies. And he ordered you to keep me safe. So you should get back to doing it.",
    "responses": [
      { "text": "<done_conversation_section>", "topic": "TALK_FRIEND" },
      { "text": "<end_talking>", "topic": "TALK_DONE" }
    ]
  },
  {
    "id": "TALK_FRIEND_CONVERSATION",
    "type": "talk_topic",
    "responses": [
      {
        "text": "<BGSS_intro_question>",
        "topic": "BGSS_MISTRESS_1_STORY1",
        "condition": { "npc_has_trait": "BGSS_MISTRESS_1"  },
        "switch": true
      }
    ]
  }
]