1[
2  {
3    "id": "TALK_FRIEND_CONVERSATION",
4    "type": "talk_topic",
5    "responses": [
6      {
7        "text": "<BGSS_intro_question>",
8        "topic": "BGSS_RECENT_MUTATION_1_STORY1",
9        "condition": { "npc_has_trait": "BGSS_RECENT_MUTATION_1" },
10        "switch": true
11      },
12      {
13        "text": "<BGSS_intro_question>",
14        "topic": "BGSS_UPLIFTED_ANIMAL_1_STORY1",
15        "condition": { "npc_has_trait": "BGSS_UPLIFTED_ANIMAL_1" },
16        "switch": true
17      },
18      {
19        "text": "<BGSS_intro_question>",
20        "topic": "BGSS_UPLIFTED_ANIMAL_2_STORY1",
21        "condition": { "npc_has_trait": "BGSS_UPLIFTED_ANIMAL_2" },
22        "switch": true
23      },
24      {
25        "text": "<BGSS_intro_question>",
26        "topic": "BGSS_UPLIFTED_ANIMAL_3_STORY1",
27        "condition": { "npc_has_trait": "BGSS_UPLIFTED_ANIMAL_3" },
28        "switch": true
29      },
30      {
31        "text": "<BGSS_intro_question>",
32        "topic": "BGSS_UPLIFTED_ANIMAL_4_STORY1",
33        "condition": { "npc_has_trait": "BGSS_UPLIFTED_ANIMAL_4" },
34        "switch": true
35      },
36      {
37        "text": "<BGSS_intro_question>",
38        "topic": "BGSS_UPLIFTED_ANIMAL_5_STORY1",
39        "condition": { "npc_has_trait": "BGSS_UPLIFTED_ANIMAL_5" },
40        "switch": true
41      },
42      {
43        "text": "<BGSS_intro_question>",
44        "topic": "BGSS_RADIATION_1_STORY1",
45        "condition": { "npc_has_trait": "BGSS_RADIATION_1" },
46        "switch": true
47      },
48      {
49        "text": "<BGSS_intro_question>",
50        "topic": "BGSS_RADIATION_2_STORY1",
51        "condition": { "npc_has_trait": "BGSS_RADIATION_2" },
52        "switch": true
53      },
54      {
55        "text": "<BGSS_intro_question>",
56        "topic": "BGSS_SELFTEST_STORY1",
57        "condition": { "npc_has_trait": "BGSS_SELFTEST" },
58        "switch": true
59      },
60      {
61        "text": "<BGSS_intro_question>",
62        "topic": "BGSS_VATGROWN_1_STORY1",
63        "condition": { "npc_has_trait": "BGSS_VATGROWN_1" },
64        "switch": true
65      },
66      {
67        "text": "<BGSS_intro_question>",
68        "topic": "BGSS_CRIMINAL_EXPERIMENT_STORY1",
69        "condition": { "npc_has_trait": "BGSS_CRIMINAL_EXPERIMENT" },
70        "switch": true
71      },
72      {
73        "text": "<BGSS_intro_question>",
74        "topic": "BGRS_AFTERLIFE_1_STORY1",
75        "condition": { "npc_has_trait": "BGSS_RADIATION_1" },
76        "switch": true
77      },
78      {
79        "text": "<BGSS_intro_question>",
80        "topic": "BGRS_MIGO_1_STORY1",
81        "condition": { "npc_has_trait": "BGRS_MIGO_1" },
82        "switch": true
83      },
84      {
85        "text": "<BGSS_intro_question>",
86        "topic": "BGRS_MIGO_2_STORY1",
87        "condition": { "npc_has_trait": "BGRS_MIGO_2" },
88        "switch": true
89      },
90      {
91        "text": "<BGSS_intro_question>",
92        "topic": "BGRS_MIGO_3_STORY1",
93        "condition": { "npc_has_trait": "BGRS_MIGO_3" },
94        "switch": true
95      },
96      {
97        "text": "<BGSS_intro_question>",
98        "topic": "BGRS_SCHIZO_1_STORY1",
99        "condition": { "npc_has_trait": "BGRS_SCHIZO_1" },
100        "switch": true
101      },
102      {
103        "text": "<BGSS_intro_question>",
104        "topic": "BGRS_SCHIZO_2_STORY1",
105        "condition": { "npc_has_trait": "BGRS_SCHIZO_2" },
106        "switch": true
107      },
108      {
109        "text": "<BGSS_intro_question>",
110        "topic": "BGRS_Dreamer_STORY1",
111        "condition": { "npc_has_trait": "BGRS_Dreamer" },
112        "switch": true
113      },
114      {
115        "text": "<BGSS_intro_question>",
116        "topic": "BGRS_Bonesinger_STORY1",
117        "condition": { "npc_has_trait": "BGRS_Bonesinger" },
118        "switch": true
119      },
120      {
121        "text": "<BGSS_intro_question>",
122        "topic": "BGSS_GANGER_1_STORY1",
123        "condition": { "npc_has_trait": "BGSS_GANGER_1" },
124        "switch": true
125      },
126      {
127        "text": "<BGSS_intro_question>",
128        "topic": "BGSS_GANGER_2_STORY1",
129        "condition": { "npc_has_trait": "BGSS_GANGER_2" },
130        "switch": true
131      },
132      {
133        "text": "<BGSS_intro_question>",
134        "topic": "BGSS_GANGER_3_STORY1",
135        "condition": { "npc_has_trait": "BGSS_GANGER_3" },
136        "switch": true
137      },
138      {
139        "text": "<BGSS_intro_question>",
140        "topic": "BGSS_CYBERNINJA_STORY1",
141        "condition": { "npc_has_trait": "BGSS_CYBERNINJA" },
142        "switch": true
143      },
144      {
145        "text": "<BGSS_intro_question>",
146        "topic": "BGSS_Sadie_STORY1",
147        "condition": { "npc_has_trait": "BGSS_Sadie" },
148        "switch": true
149      }
150    ]
151  }
152]
153