aboutsummaryrefslogtreecommitdiff
path: root/npcs/backgrounds.json
blob: b6128be1b211634b3d3e2add12b144bf760b7fd6 (plain)
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
[
  {
    "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
      }
    ]
  }
]