summaryrefslogtreecommitdiff
path: root/vamp_stuff/Modification Files/NPC/v_npc_responds/Wastelands Outskirts/v_vgs_responses.json
blob: ba4928acc155009938377a44e840a665a3dad67b (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
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
[{
        "id": "TALK_VAMP_GUNSHOP_talkme",
        "type": "talk_topic",
        "dynamic_line": "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 with my trades, just go outside.",
        "responses": [{
                "text": "Thanks for your info.",
                "topic": "TALK_VAMP_GUNSHOP_maintalk"
            }
        ]
    }, {
        "id": "TALK_VAMP_GUNSHOP_gunthere",
        "type": "talk_topic",
        "dynamic_line": "These are reserved from decades 'till now. Since there's no gunsmith on our side, we 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": "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 are some spare draw kits, a bag and blood powders. Will you take them?",
        "note": "One time free supplies which are not that valuable, but atleast you've been given with something as rewards...",
        "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",
        "note": "Totally a trashy handgun with very low damage output.",
        "dynamic_line": "Umm... 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"
                }
            }
        ]
    }
]