summaryrefslogtreecommitdiff
path: root/vamp_stuff/Modification_Files/NPC/v_npc_responds/Wastelands_Outskirts/h_wr1_responses.json
diff options
context:
space:
mode:
Diffstat (limited to 'vamp_stuff/Modification_Files/NPC/v_npc_responds/Wastelands_Outskirts/h_wr1_responses.json')
-rw-r--r--vamp_stuff/Modification_Files/NPC/v_npc_responds/Wastelands_Outskirts/h_wr1_responses.json14
1 files changed, 7 insertions, 7 deletions
diff --git a/vamp_stuff/Modification_Files/NPC/v_npc_responds/Wastelands_Outskirts/h_wr1_responses.json b/vamp_stuff/Modification_Files/NPC/v_npc_responds/Wastelands_Outskirts/h_wr1_responses.json
index 178394f..e6020c3 100644
--- a/vamp_stuff/Modification_Files/NPC/v_npc_responds/Wastelands_Outskirts/h_wr1_responses.json
+++ b/vamp_stuff/Modification_Files/NPC/v_npc_responds/Wastelands_Outskirts/h_wr1_responses.json
@@ -3,23 +3,23 @@
"dynamic_line": "Hey, what's up?",
"id": "TALK_HUMAN_WASTELAND1_maintalk",
"responses": [
- { "text": "What's happening here?.", "topic": "TALK_HUMAN_WASTELAND1_here" },
- { "text": "Want to come along?.", "topic": "TALK_HUMAN_WASTELAND1_come" },
+ { "text": "What's happening here?", "topic": "TALK_HUMAN_WASTELAND1_here" },
+ { "text": "Want to come along?", "topic": "TALK_HUMAN_WASTELAND1_come" },
{ "text": "Bye.", "topic": "TALK_DONE" }
],
"type": "talk_topic"
},
{
- "dynamic_line": "As usual. Repairs, gatherings, carnages... ",
+ "dynamic_line": "As usual. Repairs, gatherings, carnage... ",
"id": "TALK_HUMAN_WASTELAND1_here",
"responses": [ { "text": "Oh, okay...", "topic": "TALK_HUMAN_WASTELAND1_maintalk" } ],
"type": "talk_topic"
},
{
"dynamic_line": {
- "no": "I don't say I don't trust you, but no.",
+ "no": "I won't say I don't trust you, but no.",
"u_has_trait": "wastehumanassociatemark",
- "yes": "Are you sure about this? I could be a burden in your travels?"
+ "yes": "Are you sure about this? I won't become a burden in your travels?"
},
"id": "TALK_HUMAN_WASTELAND1_come",
"responses": [
@@ -36,12 +36,12 @@
},
{
"condition": { "not": { "u_has_trait": "wastehumanassociatemark" } },
- "text": "Okay...",
+ "text": "Okay then.",
"topic": "TALK_HUMAN_WASTELAND1_maintalk"
},
{
"condition": { "not": { "u_has_trait": "wastehumanassociatemark" } },
- "text": "Bye then...",
+ "text": "Bye.",
"topic": "TALK_DONE"
}
],