summaryrefslogtreecommitdiff
path: root/vamp_stuff/Modification_Files/NPC/Backgrounds/lonevamp_s1.json
blob: ac4a4e795552c1f50d3a85bcadfe1ecfe19f3d3b (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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
[
  {
    "id": "BGSS_LONEVAMP_S1",
    "type": "talk_topic",
    "dynamic_line": "It was my time to hunt for prey. Moon's in its peak, everything's peaceful... But all crumbled away so quickly that night, after sighting this woman on a forest trail, weeping, tending to her grievous wound.",
    "responses": [
      {
        "text": "What about her?.",
        "topic": "BGSS_LONEVAMP_S1_CURIOUS",
        "effect": { "npc_add_trait": "lonevamp_s1_her" },
        "condition": { "not": { "npc_has_trait": "lonevamp_s1_her" } }
      },
      {
        "text": "Her wound?",
        "topic": "BGSS_LONEVAMP_S1_WOUND",
        "effect": { "npc_add_trait": "lonevamp_s1_wound" },
        "condition": { "not": { "npc_has_trait": "lonevamp_s1_wound" } }
      },
      { "text": "<done_conversation_section>", "topic": "TALK_FRIEND" },
      { "text": "<end_talking>", "topic": "TALK_DONE" }
    ]
  },
  {
    "id": "BGSS_LONEVAMP_S1_CURIOUS",
    "type": "talk_topic",
    "dynamic_line": "From my observation, she was at her mid-life, fully dressed and her bag full of supplies.",
    "responses": [
      {
        "text": "What about her wound?",
        "topic": "BGSS_LONEVAMP_S1_WOUND",
        "effect": { "npc_add_trait": "lonevamp_s1_wound" },
        "condition": { "not": { "npc_has_trait": "lonevamp_s1_wound" } }
      },
      { "text": "<done_conversation_section>", "topic": "TALK_FRIEND" },
      { "text": "<end_talking>", "topic": "TALK_DONE" }
    ]
  },
  {
    "id": "BGSS_LONEVAMP_S1_WOUND",
    "type": "talk_topic",
    "dynamic_line": "I did not come closer, but I took a deeper look. From what I have seen, there was this gooey black substance, pumping slowly into her.",
    "responses": [
      {
        "text": "What about her?.",
        "topic": "BGSS_LONEVAMP_S1_CURIOUS",
        "effect": { "npc_add_trait": "lonevamp_s1_her" },
        "condition": { "not": { "npc_has_trait": "lonevamp_s1_her" } }
      },
      {
        "text": "Do you have any idea what it is?",
        "topic": "BGSS_LONEVAMP_S1_WHAT",
        "effect": { "npc_add_trait": "lonevamp_s1_what" },
        "condition": { "not": { "npc_has_trait": "lonevamp_s1_what" } }
      },
      { "text": "<done_conversation_section>", "topic": "TALK_FRIEND" },
      { "text": "<end_talking>", "topic": "TALK_DONE" }
    ]
  },
  {
    "id": "BGSS_LONEVAMP_S1_WHAT",
    "type": "talk_topic",
    "dynamic_line": "No. But in my belief, it is a parasite that sucks the life from its host.",
    "responses": [
      { "text": "So, what did you do after that?", "topic": "BGSS_LONEVAMP_S1_NEXT" },
      { "text": "<done_conversation_section>", "topic": "TALK_FRIEND" },
      { "text": "<end_talking>", "topic": "TALK_DONE" }
    ]
  },
  {
    "id": "BGSS_LONEVAMP_S1_NEXT",
    "type": "talk_topic",
    "dynamic_line": "I stalked her through the trail. My curiosity kept my thirst aside for some time, 'till she suddenly spasmed to the ground. I approached her and inspected her vitality, discovering she's dead. Her veins has turned black and her eyes oozed with goo. I tried to close her eyelids, but then she lurched at me and bit my hand!",
    "responses": [
      { "text": "Woah, that is horrifying!", "topic": "BGSS_LONEVAMP_S1_DONE" },
      { "text": "<done_conversation_section>", "topic": "TALK_FRIEND" },
      { "text": "<end_talking>", "topic": "TALK_DONE" }
    ]
  },
  {
    "id": "BGSS_LONEVAMP_S1_DONE",
    "type": "talk_topic",
    "dynamic_line": "In quick response, I slammed her head against the ground and it burst into a mass of gore!\nWell, fortunately her bite wasn't that deep, but I swear I'll break their skulls before I get too close to them again!",
    "responses": [ { "text": "<end_talking>", "topic": "TALK_DONE" } ]
  }
]