summaryrefslogtreecommitdiff
path: root/vamp_stuff/Modification_Files/NPC/v_npc_responds/Wastelands_Outskirts/v_vgs_responses.json
blob: 02cf1c9445352fd00f153fd6ba5ab336f1eecd50 (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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
[
  {
    "id": "TALK_VAMP_GUNSHOP_talkme",
    "type": "talk_topic",
    "dynamic_line": { "u_has_trait": "THRESH_REAL_VAMP", "yes": "Vampire! Struggling with unlife?", "no": "Mortal! Struggling to live?" },
    "responses": [ { "text": "Yes, and true.", "topic": "TALK_VAMP_GUNSHOP_maintalk" } ]
  },
  {
    "id": "TALK_VAMP_GUNSHOP_maintalk",
    "type": "talk_topic",
    "dynamic_line": "Now, you want something from me?",
    "responses": [
      { "text": "Who are you?", "topic": "TALK_VAMP_GUNSHOP_whoisme" },
      { "text": "Where did these guns came from?", "topic": "TALK_VAMP_GUNSHOP_gunthere" },
      { "text": "I want to buy.", "effect": "start_trade", "topic": "TALK_VAMP_GUNSHOP_maintalk" },
      { "text": "Maybe later.", "topic": "TALK_DONE" }
    ]
  },
  {
    "id": "TALK_VAMP_GUNSHOP_whoisme",
    "type": "talk_topic",
    "dynamic_line": "I am the gun trader here... If you're not interested in my wares, just leave.",
    "responses": [ { "text": "Thanks for the info.", "topic": "TALK_VAMP_GUNSHOP_maintalk" } ]
  },
  {
    "id": "TALK_VAMP_GUNSHOP_gunthere",
    "type": "talk_topic",
    "dynamic_line": "These are reserves made decades ago. Since there's no gunsmith on our side anymore, we've only got few of them.",
    "responses": [
      {
        "text": "Can I get something from you for free?",
        "topic": "TALK_VAMP_GUNSHOP_freegun",
        "condition": { "not": { "u_has_trait": "wvgssupp" } }
      },
      { "text": "They sound hard to get.", "topic": "TALK_VAMP_GUNSHOP_maintalk" }
    ]
  },
  {
    "id": "TALK_VAMP_GUNSHOP_freegun",
    "type": "talk_topic",
    "dynamic_line": {
      "u_has_trait": "commandovampmark",
      "yes": "I see that you've met my commander... What do you want?",
      "no": "Ofcourse not! You want it, then buy it."
    },
    "responses": [
      {
        "text": "Well, okay...",
        "topic": "TALK_VAMP_GUNSHOP_maintalk",
        "condition": { "not": { "u_has_trait": "commandovampmark" } }
      },
      {
        "text": "Nothing...",
        "topic": "TALK_VAMP_GUNSHOP_maintalk",
        "condition": { "u_has_trait": "commandovampmark" }
      },
      {
        "text": "The commando told me about the supplies...",
        "topic": "TALK_VAMP_GUNSHOP_givesupplies",
        "condition": { "u_has_trait": "commandovampmark" }
      }
    ]
  },
  {
    "id": "TALK_VAMP_GUNSHOP_givesupplies",
    "type": "talk_topic",
    "dynamic_line": "The supplies that were stocked in here contained some spare blood draw kits, a bag and blood powders. Will you take them?",
    "//": "One time free supplies which are not valuable, but at least you've been given with something as a reward.",
    "responses": [
      {
        "text": "But he told me to get some guns from you?",
        "topic": "TALK_VAMP_GUNSHOP_gun",
        "condition": { "and": [
          { "u_is_wearing": "blood_cring" },
          { "not": { "u_has_trait": "wvgsgun" } }
        ] }
      },
      {
        "text": "But he told me to get some guns from you?",
        "topic": "TALK_VAMP_GUNSHOP_nogunforu",
        "condition": { "and": [ { "not": { "u_is_wearing": "blood_cring" } }, { "not": { "u_has_trait": "wvgsgun" } } ] }
      },
      {
        "text": "Okay, I'll take them!",
        "topic": "TALK_DONE",
        "effect": [
          { "u_buy_item": "vacutainer", "count": 6 },
          { "u_buy_item": "bloodpack" },
          { "u_buy_item": "bloodpowder", "count": 44 },
          { "u_add_trait": "wvgssupp" }
        ]
      }
    ]
  },
  {
    "id": "TALK_VAMP_GUNSHOP_gun",
    "type": "talk_topic",
    "//": "Totally a trashy handgun with very low damage output.",
    "dynamic_line": "I could give you the oldest prototype of vampiric guns I got here:\nThe blood slinger.",
    "responses": [
      {
        "text": "Seems legit. I'll take it!",
        "topic": "TALK_VAMP_GUNSHOP_givesupplies",
        "effect": [ { "u_buy_item": "blood_slinger" }, { "u_add_trait": "wvgsgun" } ]
      },
      {
        "text": "I guess not... Its like a garbaged project you vampires been doing for these days.",
        "topic": "TALK_VAMP_GUNSHOP_givesupplies",
        "opinion": { "fear": -1, "anger": 5 },
        "effect": { "u_add_trait": "wvgsgun" }
      },
      { "text": "I guess not...", "topic": "TALK_VAMP_GUNSHOP_givesupplies", "effect": { "u_add_trait": "wvgsgun" } }
    ]
  },
  {
    "id": "TALK_VAMP_GUNSHOP_nogunforu",
    "type": "talk_topic",
    "dynamic_line": "Tell him that we don't have any spare guns to give.",
    "responses": [ { "text": "Sorry...", "topic": "TALK_VAMP_GUNSHOP_givesupplies", "effect": { "u_add_trait": "wvgsgun" } } ]
  }
]