1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
[
{
"type": "mutation",
"id": "BGSS_VAMPIRE_ISOLATED_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_VAMPIRE_ISOLATED_1_STORY1",
"type": "talk_topic",
"dynamic_line": "I was in my haven when the disaster began. This did not impact me, and I continued my solitary life until you arrived.",
"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_VAMPIRE_ISOLATED_1_STORY1",
"condition": { "npc_has_trait": "BGSS_VAMPIRE_ISOLATED_1" },
"switch": true
}
]
}
]
|