[
  {
    "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
      }
    ]
  }
]