1[
2  {
3    "id": "BGSS_CRIMINAL_EXPERIMENT_STORY1",
4    "type": "talk_topic",
5    "dynamic_line": "I underwent experimental treatments paid for by the cartels to become a more fearsome enforcer.",
6    "responses": [
7      { "text": "Where are you from?", "topic": "BGSS_CRIMINAL_EXPERIMENT_STORY2" },
8      { "text": "<done_conversation_section>", "topic": "TALK_FRIEND" },
9      { "text": "<end_talking>", "topic": "TALK_DONE" }
10    ]
11  },
12  {
13    "id": "BGSS_CRIMINAL_EXPERIMENT_STORY2",
14    "type": "talk_topic",
15    "dynamic_line": "Half of the guys I underwent gene therapy with died, but hey if I had to guess 90 percent of everyone is dead now?",
16    "responses": [
17      { "text": "Tell me more?", "topic": "BGSS_CRIMINAL_EXPERIMENT_STORY3" },
18      { "text": "<done_conversation_section>", "topic": "TALK_FRIEND" },
19      { "text": "<end_talking>", "topic": "TALK_DONE" }
20    ]
21  },
22  {
23    "id": "BGSS_CRIMINAL_EXPERIMENT_STORY3",
24    "type": "talk_topic",
25    "dynamic_line": "Only the insane will prosper.",
26    "responses": [
27      { "text": "How did it end?", "topic": "BGSS_CRIMINAL_EXPERIMENT_STORY3" },
28      { "text": "<done_conversation_section>", "topic": "TALK_FRIEND" },
29      { "text": "<end_talking>", "topic": "TALK_DONE" }
30    ]
31  }
32]
33