From 18ec24f6ffd4417799bdd85228bdca752c3f538e Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Tue, 6 Jul 2021 09:00:06 -0700 Subject: Clean up the wasteland npc dialogues Add vampire replies to wasteland dialogues --- .../Wastelands_Outskirts/v_vgs_responses.json | 21 ++++++++++++--------- 1 file changed, 12 insertions(+), 9 deletions(-) (limited to 'vamp_stuff/Modification_Files/NPC/v_npc_responds/Wastelands_Outskirts/v_vgs_responses.json') diff --git a/vamp_stuff/Modification_Files/NPC/v_npc_responds/Wastelands_Outskirts/v_vgs_responses.json b/vamp_stuff/Modification_Files/NPC/v_npc_responds/Wastelands_Outskirts/v_vgs_responses.json index cb7468f..99dff13 100644 --- a/vamp_stuff/Modification_Files/NPC/v_npc_responds/Wastelands_Outskirts/v_vgs_responses.json +++ b/vamp_stuff/Modification_Files/NPC/v_npc_responds/Wastelands_Outskirts/v_vgs_responses.json @@ -2,7 +2,7 @@ { "id": "TALK_VAMP_GUNSHOP_talkme", "type": "talk_topic", - "dynamic_line": "Mortal! Struggling to live?", + "dynamic_line": { "u_has_trait": "THRESH_VAMP", "yes": "Vampire! Struggling with unlife?", "no": "Mortal! Struggling to live?" }, "responses": [ { "text": "Yes, and true.", "topic": "TALK_VAMP_GUNSHOP_maintalk" } ] }, { @@ -19,20 +19,20 @@ { "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" } ] + "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 reserved from decades 'till now. Since there's no gunsmith on our side, we only got few of them.", + "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": "Sound hard-to-get.", "topic": "TALK_VAMP_GUNSHOP_maintalk" } + { "text": "They sound hard to get.", "topic": "TALK_VAMP_GUNSHOP_maintalk" } ] }, { @@ -64,13 +64,16 @@ { "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...", + "dynamic_line": "The supplies that were stocked in here contained some spare blood draw kits, a bag and blood powders. Will you take them?", + "note": "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" } } ] } + "condition": { "and": [ + { "u_is_wearing": "blood_cring" }, + { "not": { "u_has_trait": "wvgsgun" } } + ] } }, { "text": "But he told me to get some guns from you?", @@ -93,7 +96,7 @@ "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.", + "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!", -- cgit v1.2.1